chore: Update translations (#9236)
- update translations ------------------ Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -296,6 +296,8 @@
|
||||
"BUTTON": "Belirli bir özellik ekle",
|
||||
"NOT_AVAILABLE": "Bu kişi için belirlenmiş bir özellik yok.",
|
||||
"COPY_SUCCESSFUL": "Panoya başarıyla kopyalandı",
|
||||
"SHOW_MORE": "Show all attributes",
|
||||
"SHOW_LESS": "Show less attributes",
|
||||
"ACTIONS": {
|
||||
"COPY": "Özellik kopyala",
|
||||
"DELETE": "Özellik sil",
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
"CUSTOM_ATTRIBUTE_CHECKBOX": "Onay Kutusu",
|
||||
"CREATED_AT": "Oluşturma",
|
||||
"LAST_ACTIVITY": "Son aktivite",
|
||||
"REFERER_LINK": "Yönlendiren bağlantısı"
|
||||
"REFERER_LINK": "Yönlendiren bağlantısı",
|
||||
"BLOCKED": "Blocked"
|
||||
},
|
||||
"GROUPS": {
|
||||
"STANDARD_FILTERS": "Standart Filtreler",
|
||||
|
||||
@@ -64,7 +64,14 @@
|
||||
"SNOOZED_UNTIL": "Susturulacak kadar ertelendi",
|
||||
"SNOOZED_UNTIL_TOMORROW": "yarına ertelendi",
|
||||
"SNOOZED_UNTIL_NEXT_WEEK": "Önümüzdeki haftaya ertelendi",
|
||||
"SNOOZED_UNTIL_NEXT_REPLY": "Bir sonraki yanıta kadar ertelendi"
|
||||
"SNOOZED_UNTIL_NEXT_REPLY": "Bir sonraki yanıta kadar ertelendi",
|
||||
"SLA_STATUS": {
|
||||
"FRT": "FRT {status}",
|
||||
"NRT": "NRT {status}",
|
||||
"RT": "RT {status}",
|
||||
"MISSED": "missed",
|
||||
"DUE": "due"
|
||||
}
|
||||
},
|
||||
"RESOLVE_DROPDOWN": {
|
||||
"MARK_PENDING": "Beklemede olarak işaretle",
|
||||
|
||||
5
app/javascript/dashboard/i18n/locale/tr/general.json
Normal file
5
app/javascript/dashboard/i18n/locale/tr/general.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"GENERAL": {
|
||||
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
|
||||
}
|
||||
}
|
||||
@@ -87,7 +87,10 @@
|
||||
"conversation_assignment": "Atanan Görüşme",
|
||||
"assigned_conversation_new_message": "Yeni Mesaj",
|
||||
"participating_conversation_new_message": "Yeni Mesaj",
|
||||
"conversation_mention": "Bahset"
|
||||
"conversation_mention": "Bahset",
|
||||
"sla_missed_first_response": "SLA Missed",
|
||||
"sla_missed_next_response": "SLA Missed",
|
||||
"sla_missed_resolution": "SLA Missed"
|
||||
}
|
||||
},
|
||||
"NETWORK": {
|
||||
|
||||
@@ -4,24 +4,28 @@
|
||||
"TITLE": "Gelen Kutusu",
|
||||
"DISPLAY_DROPDOWN": "Görüntüle",
|
||||
"LOADING": "Bildirimler yükleniyor",
|
||||
"EOF": "Tüm bildirimler yüklendi 🎉",
|
||||
"404": "Bu grupta aktif görüşme yok.",
|
||||
"NO_NOTIFICATIONS": "Bildirim yok",
|
||||
"NOTE": "Abone olunan tüm gelen kutularından bildirimler",
|
||||
"NO_MESSAGES_AVAILABLE": "Oops! Not able to fetch messages",
|
||||
"SNOOZED_UNTIL": "Susturulacak kadar ertelendi",
|
||||
"SNOOZED_UNTIL_TOMORROW": "yarına ertelendi",
|
||||
"SNOOZED_UNTIL_NEXT_WEEK": "Önümüzdeki haftaya ertelendi"
|
||||
},
|
||||
"ACTION_HEADER": {
|
||||
"SNOOZE": "Sessiz bildirim",
|
||||
"DELETE": "Bildirimi Sil"
|
||||
"DELETE": "Bildirimi Sil",
|
||||
"BACK": "Geri"
|
||||
},
|
||||
"TYPES": {
|
||||
"CONVERSATION_MENTION": "Bir konuşmada senden bahsedildi",
|
||||
"CONVERSATION_CREATION": "Yeni bir görüşme oluşturuldu",
|
||||
"CONVERSATION_ASSIGNMENT": "Size bir görüşme atandı",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Atandığınız görüşmeden bir yeni mesaj",
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Katıldığınız sohbetteki yeni mesaj"
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Katıldığınız sohbetteki yeni mesaj",
|
||||
"SLA_MISSED_FIRST_RESPONSE": "SLA target first response missed for conversation",
|
||||
"SLA_MISSED_NEXT_RESPONSE": "SLA target next response missed for conversation",
|
||||
"SLA_MISSED_RESOLUTION": "SLA target resolution missed for conversation"
|
||||
},
|
||||
"MENU_ITEM": {
|
||||
"MARK_AS_READ": "Okundu olarak işaretle",
|
||||
|
||||
@@ -35,6 +35,14 @@
|
||||
"NAME": "Çözünürlük Sayısı",
|
||||
"DESC": "( Toplam )"
|
||||
},
|
||||
"BOT_RESOLUTION_COUNT": {
|
||||
"NAME": "Çözüm Sayısı",
|
||||
"DESC": "( Toplam )"
|
||||
},
|
||||
"BOT_HANDOFF_COUNT": {
|
||||
"NAME": "Handoff Count",
|
||||
"DESC": "( Toplam )"
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"NAME": "Müşteri Bekleme Süresi",
|
||||
"TOOLTIP_TEXT": "Waiting time is %{metricValue} (based on %{conversationCount} replies)"
|
||||
@@ -130,7 +138,11 @@
|
||||
"groupBy": "Ay"
|
||||
}
|
||||
],
|
||||
"BUSINESS_HOURS": "İş Saatleri"
|
||||
"BUSINESS_HOURS": "İş Saatleri",
|
||||
"FILTER_ACTIONS": {
|
||||
"CLEAR_FILTER": "Clear filter",
|
||||
"EMPTY_LIST": "Kayıt bulunamadı"
|
||||
}
|
||||
},
|
||||
"AGENT_REPORTS": {
|
||||
"HEADER": "Temsilci Genel Bakış",
|
||||
@@ -433,6 +445,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"BOT_REPORTS": {
|
||||
"HEADER": "Bot Reports",
|
||||
"METRIC": {
|
||||
"TOTAL_CONVERSATIONS": {
|
||||
"LABEL": "Konuşma sayısı",
|
||||
"TOOLTIP": "Total number of conversations handled by the bot"
|
||||
},
|
||||
"TOTAL_RESPONSES": {
|
||||
"LABEL": "Toplam yanıt",
|
||||
"TOOLTIP": "Bot tarafından gönderilen toplam yanıt sayısı"
|
||||
},
|
||||
"RESOLUTION_RATE": {
|
||||
"LABEL": "Çözüm Oranı",
|
||||
"TOOLTIP": "Total number of conversations resolved by the bot / Total number of conversations handled by the bot * 100"
|
||||
},
|
||||
"HANDOFF_RATE": {
|
||||
"LABEL": "Handoff Rate",
|
||||
"TOOLTIP": "Total number of conversations handed off to agents / Total number of conversations handled by the bot * 100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OVERVIEW_REPORTS": {
|
||||
"HEADER": "Genel Bakış",
|
||||
"LIVE": "Canlı",
|
||||
@@ -476,5 +509,54 @@
|
||||
"THURSDAY": "Perşembe",
|
||||
"FRIDAY": "Cuma",
|
||||
"SATURDAY": "Cumartesi"
|
||||
},
|
||||
"SLA_REPORTS": {
|
||||
"HEADER": "SLA Reports",
|
||||
"NO_RECORDS": "SLA applied conversations are not available.",
|
||||
"LOADING": "Loading SLA data...",
|
||||
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
|
||||
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
||||
"DROPDOWN": {
|
||||
"ADD_FIlTER": "Filtre Ekle",
|
||||
"CLEAR_ALL": "Clear all",
|
||||
"CLEAR_FILTER": "Clear filter",
|
||||
"EMPTY_LIST": "Kayıt bulunamadı",
|
||||
"NO_FILTER": "No filters available",
|
||||
"SEARCH": "Search filter",
|
||||
"INPUT_PLACEHOLDER": {
|
||||
"SLA": "SLA name",
|
||||
"AGENTS": "Temsilci adı",
|
||||
"INBOXES": "Inbox adı",
|
||||
"LABELS": "Etiket adı",
|
||||
"TEAMS": "Ekip İsmi"
|
||||
},
|
||||
"SLA": "SLA Policy",
|
||||
"INBOXES": "Gelen Kutusu",
|
||||
"AGENTS": "Kullanıcı",
|
||||
"LABELS": "Etiket",
|
||||
"TEAMS": "Ekip"
|
||||
},
|
||||
"METRICS": {
|
||||
"HIT_RATE": {
|
||||
"LABEL": "Hit Rate",
|
||||
"TOOLTIP": "Percentage of SLAs created were completed successfully"
|
||||
},
|
||||
"NO_OF_MISSES": {
|
||||
"LABEL": "Number of Misses",
|
||||
"TOOLTIP": "Total SLA misses in a certain period"
|
||||
},
|
||||
"NO_OF_CONVERSATIONS": {
|
||||
"LABEL": "Number of Conversations",
|
||||
"TOOLTIP": "Total number of conversations with SLA"
|
||||
}
|
||||
},
|
||||
"TABLE": {
|
||||
"HEADER": {
|
||||
"POLICY": "Policy",
|
||||
"CONVERSATION": "Sohbet",
|
||||
"AGENT": "Kullanıcı"
|
||||
},
|
||||
"VIEW_DETAILS": "View Details"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,7 +83,10 @@
|
||||
"CONVERSATION_CREATION": "Yeni bir konuşma oluşturulduğunda e-posta bildirimleri gönder",
|
||||
"CONVERSATION_MENTION": "Bir konuşmada adım geçtiğinde e-posta bildirimleri gönder",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Atanmış bir konuşmada yeni bir mesaj oluşturulduğunda e-posta bildirimleri gönder",
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Katıldığım bir konuşmada yeni bir mesaj oluşturulduğunda e-posta bildirimleri gönder"
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Katıldığım bir konuşmada yeni bir mesaj oluşturulduğunda e-posta bildirimleri gönder",
|
||||
"SLA_MISSED_FIRST_RESPONSE": "Send email notifications when a conversation misses first response SLA",
|
||||
"SLA_MISSED_NEXT_RESPONSE": "Send email notifications when a conversation misses next response SLA",
|
||||
"SLA_MISSED_RESOLUTION": "Send email notifications when a conversation misses resolution SLA"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Bildirim tercihleriniz başarıyla güncellendi",
|
||||
@@ -98,7 +101,10 @@
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Atanmış bir konuşmada yeni bir mesaj oluşturulduğunda anlık bildirimler gönderin",
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Katıldığım bir konuşmada yeni bir mesaj oluşturulduğunda anlık bildirimler gönderin",
|
||||
"HAS_ENABLED_PUSH": "Bu tarayıcı için bildirim özelliğini etkinleştirdiniz.",
|
||||
"REQUEST_PUSH": "Bildirimlerini etkinleştirin"
|
||||
"REQUEST_PUSH": "Bildirimlerini etkinleştirin",
|
||||
"SLA_MISSED_FIRST_RESPONSE": "Send push notifications when a conversation misses first response SLA",
|
||||
"SLA_MISSED_NEXT_RESPONSE": "Send push notifications when a conversation misses next response SLA",
|
||||
"SLA_MISSED_RESOLUTION": "Send push notifications when a conversation misses resolution SLA"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Profil Resmi"
|
||||
@@ -199,6 +205,7 @@
|
||||
"SIDEBAR": {
|
||||
"CURRENTLY_VIEWING_ACCOUNT": "Şu an görüntülüyor:",
|
||||
"SWITCH": "Değiştir",
|
||||
"INBOX_VIEW": "Inbox View",
|
||||
"CONVERSATIONS": "Konuşmalar",
|
||||
"INBOX": "Gelen Kutusu",
|
||||
"ALL_CONVERSATIONS": "Tüm Görüşmeler",
|
||||
@@ -237,6 +244,8 @@
|
||||
"CAMPAIGNS": "Kampanyalar",
|
||||
"ONGOING": "Devam Eden",
|
||||
"ONE_OFF": "Tek Seferlik",
|
||||
"REPORTS_SLA": "SLA",
|
||||
"REPORTS_BOT": "Bot",
|
||||
"REPORTS_AGENT": "Kullanıcılar",
|
||||
"REPORTS_LABEL": "Etiketler",
|
||||
"REPORTS_INBOX": "Gelen kutusu",
|
||||
|
||||
@@ -1,22 +1,31 @@
|
||||
{
|
||||
"SLA": {
|
||||
"HEADER": "SLA",
|
||||
"HEADER_BTN_TXT": "Add SLA",
|
||||
"ADD_ACTION": "Add SLA",
|
||||
"ADD_ACTION_LONG": "Create a new SLA Policy",
|
||||
"DESCRIPTION": "Service Level Agreements (SLAs) are contracts that define clear expectations between your team and customers. They establish standards for response and resolution times, creating a framework for accountability and ensures a consistent, high-quality experience.",
|
||||
"LEARN_MORE": "Learn more about SLA",
|
||||
"LOADING": "Fetching SLAs",
|
||||
"SEARCH_404": "Bu sorgu ile eşleşen öğe yok",
|
||||
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||
"LIST": {
|
||||
"404": "There are no SLAs available in this account.",
|
||||
"TITLE": "Manage SLA",
|
||||
"DESC": "SLAs: Friendly promises for great service!",
|
||||
"TABLE_HEADER": [
|
||||
"İsim",
|
||||
"Açıklama",
|
||||
"FRT",
|
||||
"NRT",
|
||||
"RT",
|
||||
"İş Saatleri"
|
||||
]
|
||||
"EMPTY": {
|
||||
"TITLE_1": "Enterprise P0",
|
||||
"DESC_1": "Issues raised by enterprise customers, that require immediate attention.",
|
||||
"TITLE_2": "Enterprise P1",
|
||||
"DESC_2": "Issues raised by enterprise customers, that needs to be acknowledged quickly."
|
||||
},
|
||||
"BUSINESS_HOURS_ON": "Business hours on",
|
||||
"BUSINESS_HOURS_OFF": "Business hours off",
|
||||
"RESPONSE_TYPES": {
|
||||
"FRT": "First response time threshold",
|
||||
"NRT": "Next response time threshold",
|
||||
"RT": "Resolution time threshold",
|
||||
"SHORT_HAND": {
|
||||
"FRT": "FRT",
|
||||
"NRT": "NRT",
|
||||
"RT": "RT"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
@@ -56,18 +65,32 @@
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add SLA",
|
||||
"DESC": "SLAs: Friendly promises for great service!",
|
||||
"DESC": "Friendly promises for great service!",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "SLA added successfully",
|
||||
"ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit SLA",
|
||||
"DELETE": {
|
||||
"TITLE": "Delete SLA",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "SLA updated successfully",
|
||||
"SUCCESS_MESSAGE": "SLA deleted successfully",
|
||||
"ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Silmeyi onayla",
|
||||
"MESSAGE": "Are you sure you want to delete ",
|
||||
"YES": "Evet, Sil ",
|
||||
"NO": "Hayır, Tut"
|
||||
}
|
||||
},
|
||||
"EVENTS": {
|
||||
"TITLE": "SLA Misses",
|
||||
"FRT": "İlk yanıt süresi",
|
||||
"NRT": "Next response time",
|
||||
"RT": "Resolution time",
|
||||
"SHOW_MORE": "{count} more",
|
||||
"HIDE": "Hide {count} rows"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user