chore: New translation updates
This commit is contained in:
@@ -80,6 +80,6 @@
|
||||
"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": "No Messages"
|
||||
"NO_MESSAGES": "Mesaj yok"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,14 @@
|
||||
"EDIT_CONTACT": {
|
||||
"BUTTON_LABEL": "Kişiyi Düzenle",
|
||||
"TITLE": "Kişiyi Düzenle",
|
||||
"DESC": "İletişim bilgilerini düzenleyin",
|
||||
"DESC": "İletişim bilgilerini düzenleyin"
|
||||
},
|
||||
"CREATE_CONTACT": {
|
||||
"BUTTON_LABEL": "Yeni Kişi",
|
||||
"TITLE": "Yeni kişi oluştur",
|
||||
"DESC": "Kişi hakkındaki temel bilgileri giriniz."
|
||||
},
|
||||
"CONTACT_FORM": {
|
||||
"FORM": {
|
||||
"SUBMIT": "Yolla",
|
||||
"CANCEL": "İptal Et",
|
||||
@@ -93,9 +100,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SUCCESS_MESSAGE": "Kişi başarıyla güncellendi",
|
||||
"SUCCESS_MESSAGE": "Kişi bilgileri başarıyla kaydedildi",
|
||||
"CONTACT_ALREADY_EXIST": "Bu e-posta adresi başka bir kişi için kullanılıyor.",
|
||||
"ERROR_MESSAGE": "Kişi güncellenirken bir hata oluştu, lütfen tekrar deneyin"
|
||||
"ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin"
|
||||
},
|
||||
"CONTACTS_PAGE": {
|
||||
"HEADER": "Kişiler",
|
||||
@@ -104,12 +111,18 @@
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Kişiler yükleniyor ...",
|
||||
"404": "Aramanızla eşleşen kişi yok 🔍",
|
||||
"TABLE_HEADER": [
|
||||
"İsim",
|
||||
"Telefon numarası",
|
||||
"Konuşmalar",
|
||||
"Son Görüşülen"
|
||||
]
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "İsim",
|
||||
"PHONE_NUMBER": "Telefon numarası",
|
||||
"CONVERSATIONS": "Konuşmalar",
|
||||
"LAST_ACTIVITY": "Last Activity",
|
||||
"COUNTRY": "Country",
|
||||
"CITY": "City",
|
||||
"SOCIAL_PROFILES": "Social Profiles",
|
||||
"COMPANY": "Şirket",
|
||||
"EMAIL_ADDRESS": "E-posta adresi"
|
||||
},
|
||||
"VIEW_DETAILS": "View details"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
"TITLE": "Mesajları ara",
|
||||
"LOADING_MESSAGE": "Veriler işleniyor ...",
|
||||
"PLACEHOLDER": "Mesajları aramak için herhangi bir metin yazın",
|
||||
"NO_MATCHING_RESULTS": "Arama parametreleriyle eşleşen mesaj yok."
|
||||
"NO_MATCHING_RESULTS": "No results found."
|
||||
},
|
||||
"UNREAD_MESSAGES": "Unread Messages",
|
||||
"UNREAD_MESSAGE": "Unread Message",
|
||||
"UNREAD_MESSAGES": "Okunmamış Mesajlar",
|
||||
"UNREAD_MESSAGE": "Okunmamış Mesaj",
|
||||
"CLICK_HERE": "Buraya Tıkla",
|
||||
"LOADING_INBOXES": "Gelen kutuları yükleniyor",
|
||||
"LOADING_CONVERSATIONS": "Loading Conversations\n",
|
||||
@@ -25,7 +25,7 @@
|
||||
"REMOVE_SELECTION": "Seçimi Kaldır",
|
||||
"DOWNLOAD": "İndir",
|
||||
"UPLOADING_ATTACHMENTS": "Uploading attachments...",
|
||||
"NO_RESPONSE": "No response",
|
||||
"NO_RESPONSE": "Cevap Yok",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Çözüldü",
|
||||
"REOPEN_ACTION": "Yeniden aç",
|
||||
@@ -43,7 +43,7 @@
|
||||
"SEND": "Gönder",
|
||||
"CREATE": "Not ekle",
|
||||
"TWEET": "Tweet",
|
||||
"TIP_FORMAT_ICON": "Show rich text editor",
|
||||
"TIP_FORMAT_ICON": "Metin Düzenlemeyi Göster",
|
||||
"TIP_EMOJI_ICON": "Show emoji selector",
|
||||
"TIP_ATTACH_ICON": "Attach files",
|
||||
"ENTER_TO_SEND": "Enter to send"
|
||||
@@ -51,6 +51,7 @@
|
||||
"VISIBLE_TO_AGENTS": "Özel Not: Yalnızca siz ve ekibiniz tarafından görülebilir",
|
||||
"CHANGE_STATUS": "Görüşme durumu değişti",
|
||||
"CHANGE_AGENT": "Görüşme Atanan kişiyi değiştirildi",
|
||||
"CHANGE_TEAM": "Conversation team changed",
|
||||
"SENT_BY": "Tarafından gönderildi:",
|
||||
"ASSIGNMENT": {
|
||||
"SELECT_AGENT": "Temsilci Seçin",
|
||||
@@ -74,5 +75,37 @@
|
||||
"ERROR": "Lütfen geçerli bir tam e-posta adresi"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ONBOARDING": {
|
||||
"TITLE": "Hey 👋, Welcome to %{installationName}!",
|
||||
"DESCRIPTION": "Thanks for signing up. We want you to get the most out of %{installationName}. Here are a few things you can do in %{installationName} to make the experience delightful.",
|
||||
"READ_LATEST_UPDATES": "Read our latest updates",
|
||||
"ALL_CONVERSATION": {
|
||||
"TITLE": "All your conversations in one place",
|
||||
"DESCRIPTION": "View all the conversations from your customers in one single dashboard. You can filter the conversations by the incoming channel, label and status."
|
||||
},
|
||||
"TEAM_MEMBERS": {
|
||||
"TITLE": "Invite your team members",
|
||||
"DESCRIPTION": "Since you are getting ready to talk to your customer, bring in your teammates to assist you. You can invite your teammates by adding their email address to the agent list.",
|
||||
"NEW_LINK": "Click here to invite a team member"
|
||||
},
|
||||
"INBOXES": {
|
||||
"TITLE": "Connect Inboxes",
|
||||
"DESCRIPTION": "Connect various channels through which your customers would be talking to you. It can be a website live-chat, your Facebook or Twitter page or even your WhatsApp number.",
|
||||
"NEW_LINK": "Click here to create an inbox"
|
||||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Organize conversations with labels",
|
||||
"DESCRIPTION": "Labels provide an easier way to categorize your conversation. Create some labels like #support-enquiry, #billing-question etc., so that you can use them in a conversation later.",
|
||||
"NEW_LINK": "Click here to create tags"
|
||||
}
|
||||
},
|
||||
"CONVERSATION_SIDEBAR": {
|
||||
"DETAILS_TITLE": "Conversations Details",
|
||||
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||
"TEAM_LABEL": "Assigned Team",
|
||||
"SELECT": {
|
||||
"PLACEHOLDER": "None"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,8 @@
|
||||
"PICK_A_VALUE": "Bir değer seçin"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Twitter profilinizi bir kanal olarak eklemek için, 'Twitter ile Giriş Yap'ı tıklayarak Twitter Profilinizi doğrulamanız gerekir."
|
||||
"HELP": "Twitter profilinizi bir kanal olarak eklemek için, 'Twitter ile Giriş Yap'ı tıklayarak Twitter Profilinizi doğrulamanız gerekir.",
|
||||
"ERROR_MESSAGE": "Twitter'a bağlanırken bir hata oluştu, lütfen daha sonra tekrar deneyin"
|
||||
},
|
||||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "Website channel",
|
||||
@@ -224,7 +225,9 @@
|
||||
"TABS": {
|
||||
"SETTINGS": "Ayarlar",
|
||||
"COLLABORATORS": "Ortak çalışanlar",
|
||||
"CONFIGURATION": "Yapılandırma"
|
||||
"CONFIGURATION": "Yapılandırma",
|
||||
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||
"BUSINESS_HOURS": "Business Hours"
|
||||
},
|
||||
"SETTINGS": "Ayarlar",
|
||||
"FEATURES": {
|
||||
@@ -250,6 +253,41 @@
|
||||
"SUBTITLE": "Facebook bağlantınızın süresi doldu, hizmetlere devam etmek için lütfen Facebook sayfanızı yeniden bağlayın",
|
||||
"MESSAGE_SUCCESS": "Yeniden bağlantı başarılı",
|
||||
"MESSAGE_ERROR": "Bir hata oluştu, lütfen tekrar deneyin"
|
||||
},
|
||||
"PRE_CHAT_FORM": {
|
||||
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||
"ENABLE": {
|
||||
"LABEL": "Görüşme öncesi formu aktif et",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Evet",
|
||||
"DISABLED": "Hayır"
|
||||
}
|
||||
},
|
||||
"PRE_CHAT_MESSAGE": {
|
||||
"LABEL": "Görüşme öncesi mesaj",
|
||||
"PLACEHOLDER": "This message would be visible to the users along with the form"
|
||||
},
|
||||
"REQUIRE_EMAIL": {
|
||||
"LABEL": "Visitors should provide their name and email address before starting the chat"
|
||||
}
|
||||
},
|
||||
"BUSINESS_HOURS": {
|
||||
"TITLE": "Set your availability",
|
||||
"SUBTITLE": "Set your availability on your livechat widget",
|
||||
"WEEKLY_TITLE": "Set your weekly hours",
|
||||
"TIMEZONE_LABEL": "Select timezone",
|
||||
"UPDATE": "Update business hours settings",
|
||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for vistors",
|
||||
"UNAVAILABLE_MESSAGE_DEFAULT": "We are unavailable at the moment. Leave a message we will respond once we are back.",
|
||||
"TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.",
|
||||
"DAY": {
|
||||
"ENABLE": "Enable availability for this day",
|
||||
"UNAVAILABLE": "Unavailable",
|
||||
"HOURS": "hours",
|
||||
"VALIDATION_ERROR": "Starting time should be before closing time.",
|
||||
"CHOOSE": "Choose"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
124
app/javascript/dashboard/i18n/locale/tr/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/tr/teamsSettings.json
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"TEAMS_SETTINGS": {
|
||||
"NEW_TEAM": "Create new team",
|
||||
"HEADER": "Teams",
|
||||
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> A user can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no teams created on this account.",
|
||||
"EDIT_TEAM": "Edit team"
|
||||
},
|
||||
"CREATE_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "Create a new team",
|
||||
"DESC": "Add a title and description to your new team."
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Add agents to team",
|
||||
"TITLE": "Add agents to team - %{teamName}",
|
||||
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation."
|
||||
},
|
||||
"WIZARD": [
|
||||
{
|
||||
"title": "Yarat",
|
||||
"route": "settings_teams_new",
|
||||
"body": "Create a new team of agents."
|
||||
},
|
||||
{
|
||||
"title": "Kullanıcı Ekle",
|
||||
"route": "settings_teams_add_agents",
|
||||
"body": "Add agents to the team."
|
||||
},
|
||||
{
|
||||
"title": "Finish",
|
||||
"route": "settings_teams_finish",
|
||||
"body": "Hepiniz gitmeye hazırsınız!"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EDIT_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "Edit your team details",
|
||||
"DESC": "Edit title and description to your team.",
|
||||
"BUTTON_TEXT": "Update team"
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Update agents in team",
|
||||
"TITLE": "Add agents to team - %{teamName}",
|
||||
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
|
||||
},
|
||||
"WIZARD": [
|
||||
{
|
||||
"title": "Team details",
|
||||
"route": "settings_teams_edit",
|
||||
"body": "Change name, description and other details."
|
||||
},
|
||||
{
|
||||
"title": "Edit Agents",
|
||||
"route": "settings_teams_edit_members",
|
||||
"body": "Edit agents in your team."
|
||||
},
|
||||
{
|
||||
"title": "Finish",
|
||||
"route": "settings_teams_edit_finish",
|
||||
"body": "Hepiniz gitmeye hazırsınız!"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TEAM_FORM": {
|
||||
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||
},
|
||||
"AGENTS": {
|
||||
"AGENT": "AGENT",
|
||||
"EMAIL": "E-Posta",
|
||||
"BUTTON_TEXT": "Kullanıcı Ekle",
|
||||
"ADD_AGENTS": "Adding Agents to your Team...",
|
||||
"SELECT": "select",
|
||||
"SELECT_ALL": "select all agents",
|
||||
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add agents to team - %{teamName}",
|
||||
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation.",
|
||||
"SELECT": "select",
|
||||
"SELECT_ALL": "select all agents",
|
||||
"SELECTED_COUNT": "%{selected} out of %{total} agents selected.",
|
||||
"BUTTON_TEXT": "Kullanıcı Ekle",
|
||||
"AGENT_VALIDATION_ERROR": "Select atleaset one agent."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Your team is ready!",
|
||||
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
|
||||
"BUTTON_TEXT": "Finish"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Sil",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Team deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Are you sure want to delete - %{teamName}",
|
||||
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
|
||||
"YES": "Sil ",
|
||||
"NO": "İptal Et"
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Ayarlar",
|
||||
"FORM": {
|
||||
"UPDATE": "Update team",
|
||||
"CREATE": "Create team",
|
||||
"NAME": {
|
||||
"LABEL": "Team name",
|
||||
"PLACEHOLDER": "Example: Sales, Customer Support"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Team Description",
|
||||
"PLACEHOLDER": "Short description about this team."
|
||||
},
|
||||
"AUTO_ASSIGN": {
|
||||
"LABEL": "Allow auto assign for this team."
|
||||
},
|
||||
"SUBMIT_CREATE": "Create team"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user