chore: New translation updates
This commit is contained in:
parent
7d5493ac78
commit
866de4ae2d
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "تعديل جهة الاتصال",
|
"BUTTON_LABEL": "تعديل جهة الاتصال",
|
||||||
"TITLE": "تعديل جهة الاتصال",
|
"TITLE": "تعديل جهة الاتصال",
|
||||||
"DESC": "تعديل تفاصيل جهة الاتصال",
|
"DESC": "تعديل تفاصيل جهة الاتصال"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "إرسال",
|
"SUBMIT": "إرسال",
|
||||||
"CANCEL": "إلغاء",
|
"CANCEL": "إلغاء",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "تم تحديث جهة الاتصال بنجاح",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "عنوان البريد الإلكتروني هذا مستخدم لجهة اتصال أخرى.",
|
"CONTACT_ALREADY_EXIST": "عنوان البريد الإلكتروني هذا مستخدم لجهة اتصال أخرى.",
|
||||||
"ERROR_MESSAGE": "حدث خطأ أثناء تحديث جهة الاتصال، الرجاء المحاولة مرة أخرى"
|
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Contacts",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading contacts...",
|
"LOADING_MESSAGE": "Loading contacts...",
|
||||||
"404": "No contacts matches your search 🔍",
|
"404": "No contacts matches your search 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"الاسم",
|
"NAME": "الاسم",
|
||||||
"رقم الهاتف",
|
"PHONE_NUMBER": "رقم الهاتف",
|
||||||
"المحادثات",
|
"CONVERSATIONS": "المحادثات",
|
||||||
"Last Contacted"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "الشركة",
|
||||||
|
"EMAIL_ADDRESS": "عنوان البريد الإلكتروني"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Search messages",
|
"TITLE": "Search messages",
|
||||||
"LOADING_MESSAGE": "Crunching data...",
|
"LOADING_MESSAGE": "Crunching data...",
|
||||||
"PLACEHOLDER": "Type any text to search messages",
|
"PLACEHOLDER": "Type any text to search messages",
|
||||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Unread Messages",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Unread Message",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "ملاحظة خاصة: مرئية فقط لأعضاء فريق العمل والموظفين",
|
"VISIBLE_TO_AGENTS": "ملاحظة خاصة: مرئية فقط لأعضاء فريق العمل والموظفين",
|
||||||
"CHANGE_STATUS": "تم تغيير حالة المحادثة",
|
"CHANGE_STATUS": "تم تغيير حالة المحادثة",
|
||||||
"CHANGE_AGENT": "تم تغيير الموظف الذي تم إحالة المحادثة إليه",
|
"CHANGE_AGENT": "تم تغيير الموظف الذي تم إحالة المحادثة إليه",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Sent by:",
|
"SENT_BY": "Sent by:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Select Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "الرجاء إدخال عنوان بريد إلكتروني صحيح"
|
"ERROR": "الرجاء إدخال عنوان بريد إلكتروني صحيح"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "اختر قيمة"
|
"PICK_A_VALUE": "اختر قيمة"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "لإضافة حساب تويتر الخاص بك كقناة تواصل، تحتاج إلى مصادقة حسابك على تويتر بك بالنقر على زر \"تسجيل الدخول باستخدام تويتر\" "
|
"HELP": "لإضافة حساب تويتر الخاص بك كقناة تواصل، تحتاج إلى مصادقة حسابك على تويتر بك بالنقر على زر \"تسجيل الدخول باستخدام تويتر\" ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "قناة الموقع",
|
"TITLE": "قناة الموقع",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "الإعدادات",
|
"SETTINGS": "الإعدادات",
|
||||||
"COLLABORATORS": "المتعاونون",
|
"COLLABORATORS": "المتعاونون",
|
||||||
"CONFIGURATION": "الإعدادات"
|
"CONFIGURATION": "الإعدادات",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "الإعدادات",
|
"SETTINGS": "الإعدادات",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||||
"MESSAGE_ERROR": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
"MESSAGE_ERROR": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"LOGIN": {
|
"LOGIN": {
|
||||||
"TITLE": "تسجيل الدخول إلى Chatwoot",
|
"TITLE": "تسجيل الدخول إلى شات ووت",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "البريد الإلكتروني",
|
"LABEL": "البريد الإلكتروني",
|
||||||
"PLACEHOLDER": "مثال: someone@example.com"
|
"PLACEHOLDER": "مثال: someone@example.com"
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/ar/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/ar/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": "إنشاء",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "إضافة موظفين",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "أصبح كل شيء جاهزاً الآن!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "أصبح كل شيء جاهزاً الآن!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "البريد الإلكتروني",
|
||||||
|
"BUTTON_TEXT": "إضافة موظفين",
|
||||||
|
"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": "إضافة موظفين",
|
||||||
|
"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": "حذف",
|
||||||
|
"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": "حذف ",
|
||||||
|
"NO": "إلغاء"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "الإعدادات",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Edita el contacte",
|
"BUTTON_LABEL": "Edita el contacte",
|
||||||
"TITLE": "Edita el contacte",
|
"TITLE": "Edita el contacte",
|
||||||
"DESC": "Edita els detalls de contacte",
|
"DESC": "Edita els detalls de contacte"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "Nou Contacte",
|
||||||
|
"TITLE": "Crear un nou contacte",
|
||||||
|
"DESC": "Afegir informació bàsica sobre el contacte."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Envia",
|
"SUBMIT": "Envia",
|
||||||
"CANCEL": "Cancel·la",
|
"CANCEL": "Cancel·la",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "S'ha actualitzat correctament el contacte",
|
"SUCCESS_MESSAGE": "Contacte guardat correctament",
|
||||||
"CONTACT_ALREADY_EXIST": "Aquesta adreça de correu electrònic s’utilitza per a un altre contacte.",
|
"CONTACT_ALREADY_EXIST": "Aquesta adreça de correu electrònic s’utilitza per a un altre contacte.",
|
||||||
"ERROR_MESSAGE": "S'ha produït un error en actualitzar el contacte. Tornau-ho a provar"
|
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contactes",
|
"HEADER": "Contactes",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Carregant contactes...",
|
"LOADING_MESSAGE": "Carregant contactes...",
|
||||||
"404": "No hi ha cap contacte que coincideixi amb la vostra cerca 🔍",
|
"404": "No hi ha cap contacte que coincideixi amb la vostra cerca 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Nom",
|
"NAME": "Nom",
|
||||||
"Número de telèfon",
|
"PHONE_NUMBER": "Número de telèfon",
|
||||||
"Converses",
|
"CONVERSATIONS": "Converses",
|
||||||
"Darrer contacte"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Companyia",
|
||||||
|
"EMAIL_ADDRESS": "Adreça de correu electrònic"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Cerca missatges",
|
"TITLE": "Cerca missatges",
|
||||||
"LOADING_MESSAGE": "S'estan restringint les dades...",
|
"LOADING_MESSAGE": "S'estan restringint les dades...",
|
||||||
"PLACEHOLDER": "Escriu qualsevol text per cercar missatges",
|
"PLACEHOLDER": "Escriu qualsevol text per cercar missatges",
|
||||||
"NO_MATCHING_RESULTS": "No hi ha missatges que coincideixin amb els paràmetres de cerca."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Missatges no Llegits",
|
"UNREAD_MESSAGES": "Missatges no Llegits",
|
||||||
"UNREAD_MESSAGE": "Missatge no Llegit",
|
"UNREAD_MESSAGE": "Missatge no Llegit",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Nota privada: Només és visible per tu i el vostre equip",
|
"VISIBLE_TO_AGENTS": "Nota privada: Només és visible per tu i el vostre equip",
|
||||||
"CHANGE_STATUS": "Estat de la conversa canviat",
|
"CHANGE_STATUS": "Estat de la conversa canviat",
|
||||||
"CHANGE_AGENT": "Assignació de la conversa canviat",
|
"CHANGE_AGENT": "Assignació de la conversa canviat",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Enviat per:",
|
"SENT_BY": "Enviat per:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Seleccionar Agent",
|
"SELECT_AGENT": "Seleccionar Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Introduïu una adreça de correu electrònic vàlida"
|
"ERROR": "Introduïu una adreça de correu electrònic vàlida"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Tria un valor"
|
"PICK_A_VALUE": "Tria un valor"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Per afegir el teu perfil de Twitter com a canal, has d'autentificar el vostre perfil de Twitter fent clic a 'Inicieu la sessió amb Twitter' "
|
"HELP": "Per afegir el teu perfil de Twitter com a canal, has d'autentificar el vostre perfil de Twitter fent clic a 'Inicieu la sessió amb Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Canal Web",
|
"TITLE": "Canal Web",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"COLLABORATORS": "Col·laboradors",
|
"COLLABORATORS": "Col·laboradors",
|
||||||
"CONFIGURATION": "Configuració"
|
"CONFIGURATION": "Configuració",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "La teva connexió a Facebook ha caducat, torna a connectar la vostra pàgina de Facebook per continuar els serveis",
|
"SUBTITLE": "La teva connexió a Facebook ha caducat, torna a connectar la vostra pàgina de Facebook per continuar els serveis",
|
||||||
"MESSAGE_SUCCESS": "La reconnexió s'ha realitzat correctament",
|
"MESSAGE_SUCCESS": "La reconnexió s'ha realitzat correctament",
|
||||||
"MESSAGE_ERROR": "S'ha produït un error; tornau-ho a provar"
|
"MESSAGE_ERROR": "S'ha produït un error; tornau-ho a provar"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Si",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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": "hores",
|
||||||
|
"VALIDATION_ERROR": "Starting time should be before closing time.",
|
||||||
|
"CHOOSE": "Tria"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
"INTEGRATIONS": "Integracions",
|
"INTEGRATIONS": "Integracions",
|
||||||
"ACCOUNT_SETTINGS": "Configuració del compte",
|
"ACCOUNT_SETTINGS": "Configuració del compte",
|
||||||
"LABELS": "Etiquetes",
|
"LABELS": "Etiquetes",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "Equips"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "Compte nou",
|
"NEW_ACCOUNT": "Compte nou",
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/ca/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/ca/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "Equips",
|
||||||
|
"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": "Crear",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Afegir agents",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Ja estàs preparat!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Ja estàs preparat!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "Correu electrònic",
|
||||||
|
"BUTTON_TEXT": "Afegir agents",
|
||||||
|
"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": "Afegir agents",
|
||||||
|
"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": "Esborrar",
|
||||||
|
"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": "Suprimeix ",
|
||||||
|
"NO": "Cancel·la"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Configuracions",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Upravit kontakt",
|
"BUTTON_LABEL": "Upravit kontakt",
|
||||||
"TITLE": "Upravit kontakt",
|
"TITLE": "Upravit kontakt",
|
||||||
"DESC": "Upravit kontaktní údaje",
|
"DESC": "Upravit kontaktní údaje"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Odeslat",
|
"SUBMIT": "Odeslat",
|
||||||
"CANCEL": "Zrušit",
|
"CANCEL": "Zrušit",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Kontakt byl úspěšně aktualizován",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "Tuto e-mailovou adresu již používá jiný kontakt.",
|
"CONTACT_ALREADY_EXIST": "Tuto e-mailovou adresu již používá jiný kontakt.",
|
||||||
"ERROR_MESSAGE": "Při aktualizaci kontaktu se vyskytla chyba, zkuste to prosím znovu"
|
"ERROR_MESSAGE": "Došlo k chybě, zkuste to prosím znovu"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Kontakty",
|
"HEADER": "Kontakty",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Načítání kontaktů...",
|
"LOADING_MESSAGE": "Načítání kontaktů...",
|
||||||
"404": "Vašemu hledání neodpovídají žádné kontakty 🔍",
|
"404": "Vašemu hledání neodpovídají žádné kontakty 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Název",
|
"NAME": "Název",
|
||||||
"Telefonní číslo",
|
"PHONE_NUMBER": "Telefonní číslo",
|
||||||
"Konverzace",
|
"CONVERSATIONS": "Konverzace",
|
||||||
"Naposledy kontaktováno"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Společnost",
|
||||||
|
"EMAIL_ADDRESS": "E-mailová adresa"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Hledat zprávy",
|
"TITLE": "Hledat zprávy",
|
||||||
"LOADING_MESSAGE": "Načítám data...",
|
"LOADING_MESSAGE": "Načítám data...",
|
||||||
"PLACEHOLDER": "Zadejte jakýkoli text k hledání",
|
"PLACEHOLDER": "Zadejte jakýkoli text k hledání",
|
||||||
"NO_MATCHING_RESULTS": "Vašemu vyhledávání neodpovídají žádné zprávy."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Nepřečtené zprávy",
|
"UNREAD_MESSAGES": "Nepřečtené zprávy",
|
||||||
"UNREAD_MESSAGE": "Nepřečtená zpráva",
|
"UNREAD_MESSAGE": "Nepřečtená zpráva",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"REMOVE_SELECTION": "Odstranit výběr",
|
"REMOVE_SELECTION": "Odstranit výběr",
|
||||||
"DOWNLOAD": "Stáhnout",
|
"DOWNLOAD": "Stáhnout",
|
||||||
"UPLOADING_ATTACHMENTS": "Nahrávání příloh...",
|
"UPLOADING_ATTACHMENTS": "Nahrávání příloh...",
|
||||||
"NO_RESPONSE": "No response",
|
"NO_RESPONSE": "Bez odpovědi",
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"RESOLVE_ACTION": "Vyřešit",
|
"RESOLVE_ACTION": "Vyřešit",
|
||||||
"REOPEN_ACTION": "Znovu otevřít",
|
"REOPEN_ACTION": "Znovu otevřít",
|
||||||
@ -43,14 +43,15 @@
|
|||||||
"SEND": "Poslat",
|
"SEND": "Poslat",
|
||||||
"CREATE": "Přidat poznámku",
|
"CREATE": "Přidat poznámku",
|
||||||
"TWEET": "Tweet",
|
"TWEET": "Tweet",
|
||||||
"TIP_FORMAT_ICON": "Show rich text editor",
|
"TIP_FORMAT_ICON": "Zobrazit formátovaný textový editor",
|
||||||
"TIP_EMOJI_ICON": "Show emoji selector",
|
"TIP_EMOJI_ICON": "Zobrazit výběr emoji",
|
||||||
"TIP_ATTACH_ICON": "Attach files",
|
"TIP_ATTACH_ICON": "Přiložit soubory",
|
||||||
"ENTER_TO_SEND": "Enter to send"
|
"ENTER_TO_SEND": "Enter to send"
|
||||||
},
|
},
|
||||||
"VISIBLE_TO_AGENTS": "Soukromá poznámka: Viditelné pouze pro vás a váš tým",
|
"VISIBLE_TO_AGENTS": "Soukromá poznámka: Viditelné pouze pro vás a váš tým",
|
||||||
"CHANGE_STATUS": "Stav konverzace byl změněn",
|
"CHANGE_STATUS": "Stav konverzace byl změněn",
|
||||||
"CHANGE_AGENT": "Konverzace pověřená osoba změněna",
|
"CHANGE_AGENT": "Konverzace pověřená osoba změněna",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Odeslal:",
|
"SENT_BY": "Odeslal:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Vybrat agenta",
|
"SELECT_AGENT": "Vybrat agenta",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Zadejte prosím platnou e-mailovou adresu"
|
"ERROR": "Zadejte prosím platnou e-mailovou adresu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Připojit schránky",
|
||||||
|
"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": "Klikněte zde pro vytvoření štítků"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CONVERSATION_SIDEBAR": {
|
||||||
|
"DETAILS_TITLE": "Conversations Details",
|
||||||
|
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||||
|
"TEAM_LABEL": "Assigned Team",
|
||||||
|
"SELECT": {
|
||||||
|
"PLACEHOLDER": "None"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Krabice",
|
"HEADER": "Schránky",
|
||||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "K tomuto účtu nejsou připojeny žádné doručené schránky."
|
"404": "K tomuto účtu nejsou připojeny žádné doručené schránky."
|
||||||
@ -38,7 +38,8 @@
|
|||||||
"PICK_A_VALUE": "Vyberte hodnotu"
|
"PICK_A_VALUE": "Vyberte hodnotu"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Chcete-li přidat svůj Twitter profil jako kanál, musíte ověřit svůj Twitter profil kliknutím na tlačítko 'Přihlásit se přes Twitter' "
|
"HELP": "Chcete-li přidat svůj Twitter profil jako kanál, musíte ověřit svůj Twitter profil kliknutím na tlačítko 'Přihlásit se přes Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Kanál webové stránky",
|
"TITLE": "Kanál webové stránky",
|
||||||
@ -223,12 +224,14 @@
|
|||||||
},
|
},
|
||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Nastavení",
|
"SETTINGS": "Nastavení",
|
||||||
"COLLABORATORS": "Collaborators",
|
"COLLABORATORS": "Spolupracující",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Nastavení",
|
||||||
|
"PRE_CHAT_FORM": "Formulář před chatem",
|
||||||
|
"BUSINESS_HOURS": "Pracovní doba"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Nastavení",
|
"SETTINGS": "Nastavení",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
"LABEL": "Features",
|
"LABEL": "Funkce",
|
||||||
"DISPLAY_FILE_PICKER": "Display file picker on the widget",
|
"DISPLAY_FILE_PICKER": "Display file picker on the widget",
|
||||||
"DISPLAY_EMOJI_PICKER": "Display emoji picker on the widget"
|
"DISPLAY_EMOJI_PICKER": "Display emoji picker on the widget"
|
||||||
},
|
},
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||||
"MESSAGE_ERROR": "There was an error, please try again"
|
"MESSAGE_ERROR": "There was an error, please try again"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Ano",
|
||||||
|
"DISABLED": "Ne"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Zpráva před chatem",
|
||||||
|
"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": "Vyberte časové pásmo",
|
||||||
|
"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": "Nedostupný",
|
||||||
|
"HOURS": "hodiny",
|
||||||
|
"VALIDATION_ERROR": "Starting time should be before closing time.",
|
||||||
|
"CHOOSE": "Choose"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,6 +16,6 @@
|
|||||||
},
|
},
|
||||||
"FORGOT_PASSWORD": "Zapomněli jste heslo?",
|
"FORGOT_PASSWORD": "Zapomněli jste heslo?",
|
||||||
"CREATE_NEW_ACCOUNT": "Vytvořit nový účet",
|
"CREATE_NEW_ACCOUNT": "Vytvořit nový účet",
|
||||||
"SUBMIT": "Login"
|
"SUBMIT": "Přihlásit se"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"BTN_TEXT": "Aktualizovat profil",
|
"BTN_TEXT": "Aktualizovat profil",
|
||||||
"AFTER_EMAIL_CHANGED": "Váš profil byl úspěšně aktualizován, přihlaste se prosím znovu, protože se vaše přihlašovací údaje změnily",
|
"AFTER_EMAIL_CHANGED": "Váš profil byl úspěšně aktualizován, přihlaste se prosím znovu, protože se vaše přihlašovací údaje změnily",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"AVATAR": "Profil obrázek",
|
"AVATAR": "Profilový obrázek",
|
||||||
"ERROR": "Opravte chyby formuláře",
|
"ERROR": "Opravte chyby formuláře",
|
||||||
"REMOVE_IMAGE": "Odebrat",
|
"REMOVE_IMAGE": "Odebrat",
|
||||||
"UPLOAD_IMAGE": "Nahrát obrázek",
|
"UPLOAD_IMAGE": "Nahrát obrázek",
|
||||||
@ -27,41 +27,41 @@
|
|||||||
"NOTE": "Zde aktualizujte nastavení e-mailových oznámení",
|
"NOTE": "Zde aktualizujte nastavení e-mailových oznámení",
|
||||||
"CONVERSATION_ASSIGNMENT": "Odeslat e-mailová oznámení, když je mi přiřazena konverzace",
|
"CONVERSATION_ASSIGNMENT": "Odeslat e-mailová oznámení, když je mi přiřazena konverzace",
|
||||||
"CONVERSATION_CREATION": "Odeslat oznámení e-mailem při vytváření nové konverzace",
|
"CONVERSATION_CREATION": "Odeslat oznámení e-mailem při vytváření nové konverzace",
|
||||||
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Odeslat oznámení e-mailem, pokud jste zmíněni v konverzaci",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation"
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Odeslat oznámení e-mailem, když je nová zpráva vytvořena v přiřazené konverzaci"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
"UPDATE_SUCCESS": "Vaše předvolby oznámení byly úspěšně aktualizovány",
|
||||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
"UPDATE_ERROR": "Při aktualizaci nastavení došlo k chybě, zkuste to prosím znovu"
|
||||||
},
|
},
|
||||||
"PUSH_NOTIFICATIONS_SECTION": {
|
"PUSH_NOTIFICATIONS_SECTION": {
|
||||||
"TITLE": "Push Notifications",
|
"TITLE": "Push oznámení",
|
||||||
"NOTE": "Update your push notification preferences here",
|
"NOTE": "Zde aktualizujte předvolby push oznámení",
|
||||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
"CONVERSATION_ASSIGNMENT": "Odeslat push oznámení, když je mi přiřazena konverzace",
|
||||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
"CONVERSATION_CREATION": "Odeslat push oznámení při vytváření nové konverzace",
|
||||||
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Poslat push oznámení, když jste zmíněni v konverzaci",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Odeslat push oznámení, když je nová zpráva vytvořena v přiřazené konverzaci",
|
||||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
"HAS_ENABLED_PUSH": "Povolili jste push pro tento prohlížeč.",
|
||||||
"REQUEST_PUSH": "Enable push notifications"
|
"REQUEST_PUSH": "Povolit push oznámení"
|
||||||
},
|
},
|
||||||
"PROFILE_IMAGE": {
|
"PROFILE_IMAGE": {
|
||||||
"LABEL": "Profil obrázek"
|
"LABEL": "Profil obrázek"
|
||||||
},
|
},
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Your full name",
|
"LABEL": "Vaše celé jméno",
|
||||||
"ERROR": "Please enter a valid full name",
|
"ERROR": "Zadejte prosím platné celé jméno",
|
||||||
"PLACEHOLDER": "Please enter your full name"
|
"PLACEHOLDER": "Zadejte své celé jméno"
|
||||||
},
|
},
|
||||||
"DISPLAY_NAME": {
|
"DISPLAY_NAME": {
|
||||||
"LABEL": "Display name",
|
"LABEL": "Zobrazované jméno",
|
||||||
"ERROR": "Please enter a valid display name",
|
"ERROR": "Zadejte prosím platné zobrazované jméno",
|
||||||
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
|
"PLACEHOLDER": "Zadejte prosím zobrazované jméno, bude zobrazeno v konverzacích"
|
||||||
},
|
},
|
||||||
"AVAILABILITY": {
|
"AVAILABILITY": {
|
||||||
"LABEL": "Availability",
|
"LABEL": "Dostupnost",
|
||||||
"STATUSES_LIST": [
|
"STATUSES_LIST": [
|
||||||
"Online",
|
"Online",
|
||||||
"Busy",
|
"Zaneprázdněn",
|
||||||
"Offline"
|
"Offline"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -84,19 +84,19 @@
|
|||||||
},
|
},
|
||||||
"SIDEBAR_ITEMS": {
|
"SIDEBAR_ITEMS": {
|
||||||
"CHANGE_AVAILABILITY_STATUS": "Změnit",
|
"CHANGE_AVAILABILITY_STATUS": "Změnit",
|
||||||
"CHANGE_ACCOUNTS": "Switch Account",
|
"CHANGE_ACCOUNTS": "Přepnout účet",
|
||||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
"SELECTOR_SUBTITLE": "Vyberte účet z následujícího seznamu",
|
||||||
"PROFILE_SETTINGS": "Nastavení profilu",
|
"PROFILE_SETTINGS": "Nastavení profilu",
|
||||||
"LOGOUT": "Odhlásit se"
|
"LOGOUT": "Odhlásit se"
|
||||||
},
|
},
|
||||||
"APP_GLOBAL": {
|
"APP_GLOBAL": {
|
||||||
"TRIAL_MESSAGE": "days trial remaining.",
|
"TRIAL_MESSAGE": "dní zbývá zkušební verze.",
|
||||||
"TRAIL_BUTTON": "Buy Now"
|
"TRAIL_BUTTON": "Koupit nyní"
|
||||||
},
|
},
|
||||||
"COMPONENTS": {
|
"COMPONENTS": {
|
||||||
"CODE": {
|
"CODE": {
|
||||||
"BUTTON_TEXT": "Copy",
|
"BUTTON_TEXT": "Kopírovat",
|
||||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
"COPY_SUCCESSFUL": "Kód byl úspěšně zkopírován do schránky"
|
||||||
},
|
},
|
||||||
"FILE_BUBBLE": {
|
"FILE_BUBBLE": {
|
||||||
"DOWNLOAD": "Stáhnout",
|
"DOWNLOAD": "Stáhnout",
|
||||||
@ -106,10 +106,10 @@
|
|||||||
"SUBMIT": "Odeslat"
|
"SUBMIT": "Odeslat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONFIRM_EMAIL": "Verifying...",
|
"CONFIRM_EMAIL": "Ověřování...",
|
||||||
"SETTINGS": {
|
"SETTINGS": {
|
||||||
"INBOXES": {
|
"INBOXES": {
|
||||||
"NEW_INBOX": "Add Inbox"
|
"NEW_INBOX": "Přidat schránku"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SIDEBAR": {
|
"SIDEBAR": {
|
||||||
@ -117,22 +117,22 @@
|
|||||||
"REPORTS": "Zprávy",
|
"REPORTS": "Zprávy",
|
||||||
"CONTACTS": "Kontakty",
|
"CONTACTS": "Kontakty",
|
||||||
"SETTINGS": "Nastavení",
|
"SETTINGS": "Nastavení",
|
||||||
"HOME": "Home",
|
"HOME": "Domů",
|
||||||
"AGENTS": "Agenti",
|
"AGENTS": "Agenti",
|
||||||
"INBOXES": "Krabice",
|
"INBOXES": "Schránky",
|
||||||
"NOTIFICATIONS": "Notifications",
|
"NOTIFICATIONS": "Oznámení",
|
||||||
"CANNED_RESPONSES": "Konzervované odpovědi",
|
"CANNED_RESPONSES": "Konzervované odpovědi",
|
||||||
"INTEGRATIONS": "Integrace",
|
"INTEGRATIONS": "Integrace",
|
||||||
"ACCOUNT_SETTINGS": "Account Settings",
|
"ACCOUNT_SETTINGS": "Nastavení účtu",
|
||||||
"LABELS": "Labels",
|
"LABELS": "Štítky",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "Týmy"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "New Account",
|
"NEW_ACCOUNT": "Nový účet",
|
||||||
"SELECTOR_SUBTITLE": "Create a new account",
|
"SELECTOR_SUBTITLE": "Vytvořit nový účet",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Account created successfully",
|
"SUCCESS_MESSAGE": "Účet byl úspěšně vytvořen",
|
||||||
"EXIST_MESSAGE": "Account already exists",
|
"EXIST_MESSAGE": "Účet již existuje",
|
||||||
"ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později"
|
"ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později"
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/cs/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/cs/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "Týmy",
|
||||||
|
"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": "Create",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Přidat agenty",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Vše je nastaveno!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Vše je nastaveno!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "E-MAIL",
|
||||||
|
"BUTTON_TEXT": "Přidat agenty",
|
||||||
|
"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": "Přidat agenty",
|
||||||
|
"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": "Vymazat",
|
||||||
|
"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": "Vymazat ",
|
||||||
|
"NO": "Zrušit"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Nastavení",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Rediger Kontakt",
|
"BUTTON_LABEL": "Rediger Kontakt",
|
||||||
"TITLE": "Rediger Kontakt",
|
"TITLE": "Rediger Kontakt",
|
||||||
"DESC": "Rediger kontaktoplysninger",
|
"DESC": "Rediger kontaktoplysninger"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Send",
|
"SUBMIT": "Send",
|
||||||
"CANCEL": "Annuller",
|
"CANCEL": "Annuller",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Kontakt opdateret",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "Denne e-mail adresse er i brug for en anden kontakt.",
|
"CONTACT_ALREADY_EXIST": "Denne e-mail adresse er i brug for en anden kontakt.",
|
||||||
"ERROR_MESSAGE": "Der opstod en fejl under opdatering af kontakten. Prøv igen"
|
"ERROR_MESSAGE": "Der opstod en fejl. Prøv venligst igen"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Kontakter",
|
"HEADER": "Kontakter",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Indlæser kontakter...",
|
"LOADING_MESSAGE": "Indlæser kontakter...",
|
||||||
"404": "Ingen kontakter matcher din søgning 🔍",
|
"404": "Ingen kontakter matcher din søgning 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Navn",
|
"NAME": "Navn",
|
||||||
"Telefonnummer",
|
"PHONE_NUMBER": "Telefonnummer",
|
||||||
"Samtaler",
|
"CONVERSATIONS": "Samtaler",
|
||||||
"Sidst Kontaktet"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Virksomhed",
|
||||||
|
"EMAIL_ADDRESS": "E-Mail Adresse"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Søg efter beskeder",
|
"TITLE": "Søg efter beskeder",
|
||||||
"LOADING_MESSAGE": "Behandler data...",
|
"LOADING_MESSAGE": "Behandler data...",
|
||||||
"PLACEHOLDER": "Skriv tekst for at søge i beskeder",
|
"PLACEHOLDER": "Skriv tekst for at søge i beskeder",
|
||||||
"NO_MATCHING_RESULTS": "Der er ingen meddelelser, der matcher søgeparametrene."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Unread Messages",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Unread Message",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Privat Note: Kun synlig for dig og dit team",
|
"VISIBLE_TO_AGENTS": "Privat Note: Kun synlig for dig og dit team",
|
||||||
"CHANGE_STATUS": "Samtalestatus ændret",
|
"CHANGE_STATUS": "Samtalestatus ændret",
|
||||||
"CHANGE_AGENT": "Samtaleansvarlig ændret",
|
"CHANGE_AGENT": "Samtaleansvarlig ændret",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Sent by:",
|
"SENT_BY": "Sent by:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Select Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Indtast venligst en gyldig e-mailadresse"
|
"ERROR": "Indtast venligst en gyldig e-mailadresse"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Vælg en værdi"
|
"PICK_A_VALUE": "Vælg en værdi"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "For at tilføje din Twitter-profil som en kanal, skal du godkende din Twitter-profil ved at klikke på 'Log ind med Twitter' "
|
"HELP": "For at tilføje din Twitter-profil som en kanal, skal du godkende din Twitter-profil ved at klikke på 'Log ind med Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Hjemmesidekanal",
|
"TITLE": "Hjemmesidekanal",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Indstillinger",
|
"SETTINGS": "Indstillinger",
|
||||||
"COLLABORATORS": "Samarbejdspartnere",
|
"COLLABORATORS": "Samarbejdspartnere",
|
||||||
"CONFIGURATION": "Konfiguration"
|
"CONFIGURATION": "Konfiguration",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Indstillinger",
|
"SETTINGS": "Indstillinger",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne",
|
"SUBTITLE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne",
|
||||||
"MESSAGE_SUCCESS": "Genoprettelse lykkedes",
|
"MESSAGE_SUCCESS": "Genoprettelse lykkedes",
|
||||||
"MESSAGE_ERROR": "Der opstod en fejl, prøv igen"
|
"MESSAGE_ERROR": "Der opstod en fejl, prøv igen"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/da/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/da/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": "Opret",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Tilføj Agenter",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Så er alt klart!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Så er alt klart!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "E-MAIL",
|
||||||
|
"BUTTON_TEXT": "Tilføj agenter",
|
||||||
|
"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": "Tilføj agenter",
|
||||||
|
"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": "Slet",
|
||||||
|
"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": "Slet ",
|
||||||
|
"NO": "Annuller"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Indstillinger",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -48,7 +48,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"TEXT": "Bot",
|
"TEXT": "Bot",
|
||||||
"VALUE": "bot"
|
"VALUE": "Bot"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
|
|||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Kontakt bearbeiten",
|
"BUTTON_LABEL": "Kontakt bearbeiten",
|
||||||
"TITLE": "Kontakt bearbeiten",
|
"TITLE": "Kontakt bearbeiten",
|
||||||
"DESC": "Kontaktdetails bearbeiten",
|
"DESC": "Kontaktdetails bearbeiten"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Einreichen",
|
"SUBMIT": "Einreichen",
|
||||||
"CANCEL": "Stornieren",
|
"CANCEL": "Stornieren",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Kontakt erfolgreich aktualisiert",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "Diese E-Mail-Adresse wird bereits für einen anderen Kontakt verwendet.",
|
"CONTACT_ALREADY_EXIST": "Diese E-Mail-Adresse wird bereits für einen anderen Kontakt verwendet.",
|
||||||
"ERROR_MESSAGE": "Beim Aktualisieren des Kontakts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut"
|
"ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuche es erneut"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Kontakte",
|
"HEADER": "Kontakte",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Kontakte werden geladen...",
|
"LOADING_MESSAGE": "Kontakte werden geladen...",
|
||||||
"404": "Keine Kontakte entsprechend Deiner Suche gefunden 🔍",
|
"404": "Keine Kontakte entsprechend Deiner Suche gefunden 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Name",
|
"NAME": "Name",
|
||||||
"Telefonnummer",
|
"PHONE_NUMBER": "Telefonnummer",
|
||||||
"Gespräche",
|
"CONVERSATIONS": "Gespräche",
|
||||||
"Letzter Kontakt"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Firma",
|
||||||
|
"EMAIL_ADDRESS": "E-Mail-Addresse"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Nachrichten durchsuchen",
|
"TITLE": "Nachrichten durchsuchen",
|
||||||
"LOADING_MESSAGE": "Daten werden geladen...",
|
"LOADING_MESSAGE": "Daten werden geladen...",
|
||||||
"PLACEHOLDER": "Geben Sie einen Text ein, um danach zu suchen",
|
"PLACEHOLDER": "Geben Sie einen Text ein, um danach zu suchen",
|
||||||
"NO_MATCHING_RESULTS": "Keine passenden Nachrichten gefunden."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Ungelesene Nachrichten",
|
"UNREAD_MESSAGES": "Ungelesene Nachrichten",
|
||||||
"UNREAD_MESSAGE": "Ungelesene Nachricht",
|
"UNREAD_MESSAGE": "Ungelesene Nachricht",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Privater Hinweis: Nur für Sie und Ihr Team sichtbar",
|
"VISIBLE_TO_AGENTS": "Privater Hinweis: Nur für Sie und Ihr Team sichtbar",
|
||||||
"CHANGE_STATUS": "Gesprächsstatus geändert",
|
"CHANGE_STATUS": "Gesprächsstatus geändert",
|
||||||
"CHANGE_AGENT": "Konversationsempfänger geändert",
|
"CHANGE_AGENT": "Konversationsempfänger geändert",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Gesendet von:",
|
"SENT_BY": "Gesendet von:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Agent auswählen",
|
"SELECT_AGENT": "Agent auswählen",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Bitte geben Sie eine gültige E-Mail-Adresse ein"
|
"ERROR": "Bitte geben Sie eine gültige E-Mail-Adresse ein"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Wähle einen Wert"
|
"PICK_A_VALUE": "Wähle einen Wert"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Um Ihr Twitter-Profil als Kanal hinzuzufügen, müssen Sie Ihr Twitter-Profil authentifizieren, indem Sie auf 'Mit Twitter anmelden' klicken."
|
"HELP": "Um Ihr Twitter-Profil als Kanal hinzuzufügen, müssen Sie Ihr Twitter-Profil authentifizieren, indem Sie auf 'Mit Twitter anmelden' klicken.",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Website-Kanal",
|
"TITLE": "Website-Kanal",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "die Einstellungen",
|
"SETTINGS": "die Einstellungen",
|
||||||
"COLLABORATORS": "Mitarbeitende",
|
"COLLABORATORS": "Mitarbeitende",
|
||||||
"CONFIGURATION": "Konfiguration"
|
"CONFIGURATION": "Konfiguration",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "die Einstellungen",
|
"SETTINGS": "die Einstellungen",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich neu, um die Dienste fortzuführen",
|
"SUBTITLE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich neu, um die Dienste fortzuführen",
|
||||||
"MESSAGE_SUCCESS": "Wiederverbindung erfolgreich",
|
"MESSAGE_SUCCESS": "Wiederverbindung erfolgreich",
|
||||||
"MESSAGE_ERROR": "Es ist ein Fehler aufgetreten, bitte versuche es erneut"
|
"MESSAGE_ERROR": "Es ist ein Fehler aufgetreten, bitte versuche es erneut"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/de/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/de/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": "Create",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Agenten hinzufügen",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Sie sind bereit zu gehen!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Sie sind bereit zu gehen!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "E-Mail",
|
||||||
|
"BUTTON_TEXT": "Agenten hinzufügen",
|
||||||
|
"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": "Agenten hinzufügen",
|
||||||
|
"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": "Löschen",
|
||||||
|
"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": "Löschen ",
|
||||||
|
"NO": "Stornieren"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "die Einstellungen",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Επεξεργασία Επαφής",
|
"BUTTON_LABEL": "Επεξεργασία Επαφής",
|
||||||
"TITLE": "Επεξεργασία επαφής",
|
"TITLE": "Επεξεργασία επαφής",
|
||||||
"DESC": "Επεξεργασία λεπτομερειών επαφής",
|
"DESC": "Επεξεργασία λεπτομερειών επαφής"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "Νέα Επαφή",
|
||||||
|
"TITLE": "Δημιουργία νέας επαφής",
|
||||||
|
"DESC": "Προσθήκη βασικών πληροφοριών για την επαφή."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Καταχώρηση",
|
"SUBMIT": "Καταχώρηση",
|
||||||
"CANCEL": "Άκυρο",
|
"CANCEL": "Άκυρο",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Η επαφή ενημερώθηκε επιτυχώς",
|
"SUCCESS_MESSAGE": "Η επαφή αποθηκεύτηκε με επιτυχία",
|
||||||
"CONTACT_ALREADY_EXIST": "Η διεύθυνση email είναι σε χρήση από άλλη επαφή.",
|
"CONTACT_ALREADY_EXIST": "Η διεύθυνση email είναι σε χρήση από άλλη επαφή.",
|
||||||
"ERROR_MESSAGE": "Παρουσιάστηκε σφάλμα κατά την ενημέρωση της επαφής, παρακαλώ προσπαθήστε ξανά"
|
"ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Επαφές",
|
"HEADER": "Επαφές",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Φόρτωση επαφών...",
|
"LOADING_MESSAGE": "Φόρτωση επαφών...",
|
||||||
"404": "Δεν υπάρχουν επαφές που να αντιστοιχούν με την αναζήτησή σας 🔍",
|
"404": "Δεν υπάρχουν επαφές που να αντιστοιχούν με την αναζήτησή σας 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Όνομα",
|
"NAME": "Όνομα",
|
||||||
"Αριθμός Τηλεφώνου",
|
"PHONE_NUMBER": "Αριθμός Τηλεφώνου",
|
||||||
"Συζητήσεις",
|
"CONVERSATIONS": "Συζητήσεις",
|
||||||
"Τελευταία επικοινωνία"
|
"LAST_ACTIVITY": "Τελευταία Δραστηριότητα",
|
||||||
]
|
"COUNTRY": "Χώρα",
|
||||||
|
"CITY": "Πόλη",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Εταιρία",
|
||||||
|
"EMAIL_ADDRESS": "Διεύθυνση Email"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "Προβολή λεπτομεριών"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Αναζήτηση μηνυμάτων",
|
"TITLE": "Αναζήτηση μηνυμάτων",
|
||||||
"LOADING_MESSAGE": "Σύμπτυξη δεδομένων...",
|
"LOADING_MESSAGE": "Σύμπτυξη δεδομένων...",
|
||||||
"PLACEHOLDER": "Εισάγετε κείμενο για αναζήτηση μηνυμάτων",
|
"PLACEHOLDER": "Εισάγετε κείμενο για αναζήτηση μηνυμάτων",
|
||||||
"NO_MATCHING_RESULTS": "Δεν βρέθηκαν μηνύματα που να ταιριάζουν με τους όρους αναζήτησης."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Μη αναγνωσμένα μηνύματα",
|
"UNREAD_MESSAGES": "Μη αναγνωσμένα μηνύματα",
|
||||||
"UNREAD_MESSAGE": "Μη αναγνωσμένο μήνυμα",
|
"UNREAD_MESSAGE": "Μη αναγνωσμένο μήνυμα",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Ιδιωτική Σημείωση: Ορατή μόνο σε σας και την ομάδα σας",
|
"VISIBLE_TO_AGENTS": "Ιδιωτική Σημείωση: Ορατή μόνο σε σας και την ομάδα σας",
|
||||||
"CHANGE_STATUS": "Η κατάσταση της συνομιλίας άλλαξε",
|
"CHANGE_STATUS": "Η κατάσταση της συνομιλίας άλλαξε",
|
||||||
"CHANGE_AGENT": "Η εκπροσώπηση για την συνομιλία άλλαξε",
|
"CHANGE_AGENT": "Η εκπροσώπηση για την συνομιλία άλλαξε",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Αποστολή από:",
|
"SENT_BY": "Αποστολή από:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Επιλογή πράκτορα",
|
"SELECT_AGENT": "Επιλογή πράκτορα",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email"
|
"ERROR": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ONBOARDING": {
|
||||||
|
"TITLE": "Γεια σας 👋, Καλώς ήρθατε στο %{installationName}!",
|
||||||
|
"DESCRIPTION": "Ευχαριστούμε για την εγγραφή. Θέλουμε να αξιοποιήσετε στο έπακρο το %{installationName}. Εδώ είναι μερικά πράγματα που μπορείτε να κάνετε στο %{installationName} για να έχετε μια ευχάριστη εμπειρία.",
|
||||||
|
"READ_LATEST_UPDATES": "Διαβάστε τις πρόσφατες ενημερώσεις μας",
|
||||||
|
"ALL_CONVERSATION": {
|
||||||
|
"TITLE": "Όλες οι συνομιλίες σας σε ένα μέρος",
|
||||||
|
"DESCRIPTION": "Δείτε όλες τις συνομιλίες από τους πελάτες σας σε ένα μόνο ταμπλό. Μπορείτε να φιλτράρετε τις συνομιλίες κατά εισερχόμενο κανάλι, ετικέτα και κατάσταση."
|
||||||
|
},
|
||||||
|
"TEAM_MEMBERS": {
|
||||||
|
"TITLE": "Προσκαλέστε τα μέλη της ομάδας σας",
|
||||||
|
"DESCRIPTION": "Δεδομένου ότι ετοιμάζεστε να μιλήσετε με τον πελάτη σας, φέρτε τους συνάδελφους σας για να σας βοηθήσουν. Μπορείτε να προσκαλέσετε τους συνάδελφους σας προσθέτοντας τη διεύθυνση email τους στη λίστα αντιπροσώπων.",
|
||||||
|
"NEW_LINK": "Κάντε κλικ εδώ για να καλέσετε ένα μέλος της ομάδας"
|
||||||
|
},
|
||||||
|
"INBOXES": {
|
||||||
|
"TITLE": "Σύνδεση Εισερχομένων",
|
||||||
|
"DESCRIPTION": "Συνδέστε διάφορα κανάλια μέσω των οποίων οι πελάτες σας θα μιλούν μαζί σας. Μπορεί να είναι μια ιστοσελίδα live-chat, το Facebook ή το Twitter σελίδα σας ή ακόμα και ο αριθμός σας WhatsApp.",
|
||||||
|
"NEW_LINK": "Κάντε κλικ εδώ για δημιουργία εισερχόμενων"
|
||||||
|
},
|
||||||
|
"LABELS": {
|
||||||
|
"TITLE": "Οργάνωση συνομιλιών με ετικέτες",
|
||||||
|
"DESCRIPTION": "Οι ετικέτες παρέχουν έναν ευκολότερο τρόπο για να κατηγοριοποιήσετε τη συνομιλία σας. Δημιουργήστε μερικές ετικέτες όπως το #support-quiry, #billing-question κλπ., έτσι ώστε να μπορείτε να τις χρησιμοποιήσετε σε μια συζήτηση αργότερα.",
|
||||||
|
"NEW_LINK": "Κάντε κλικ εδώ για δημιουργία ετικετών (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": "Επιλέξτε τιμή"
|
"PICK_A_VALUE": "Επιλέξτε τιμή"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Για να προσθέσετε το Προφίλ Twitter ως κανάλι, πρέπει να επικυρώστε το Προφίλ σας στο Twiter κάνοντας click στο 'Είσοδος με το Twitter' "
|
"HELP": "Για να προσθέσετε το Προφίλ Twitter ως κανάλι, πρέπει να επικυρώστε το Προφίλ σας στο Twiter κάνοντας click στο 'Είσοδος με το Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "Παρουσιάστηκε σφάλμα σύνδεσης στο Twitter, παρακαλώ προσπαθήστε ξανά"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Κανάλι Ιστοσελίδας",
|
"TITLE": "Κανάλι Ιστοσελίδας",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Ρυθμίσεις",
|
"SETTINGS": "Ρυθμίσεις",
|
||||||
"COLLABORATORS": "Συνεργάτες",
|
"COLLABORATORS": "Συνεργάτες",
|
||||||
"CONFIGURATION": "Διαμόρφωση"
|
"CONFIGURATION": "Διαμόρφωση",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Ώρες Εργασίας"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Ρυθμίσεις",
|
"SETTINGS": "Ρυθμίσεις",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε",
|
"SUBTITLE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε",
|
||||||
"MESSAGE_SUCCESS": "Επιτυχής επανασύνδεση",
|
"MESSAGE_SUCCESS": "Επιτυχής επανασύνδεση",
|
||||||
"MESSAGE_ERROR": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
"MESSAGE_ERROR": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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": "Ορίστε τη διαθεσιμότητά σας",
|
||||||
|
"SUBTITLE": "Ορίστε τη διαθεσιμότητα στο livechat widget σας",
|
||||||
|
"WEEKLY_TITLE": "Ορίστε τις εβδομαδιαίες ώρες σας",
|
||||||
|
"TIMEZONE_LABEL": "Επιλέξτε ζώνη ώρας",
|
||||||
|
"UPDATE": "Ενημέρωση ρυθμίσεων ωραρίου",
|
||||||
|
"TOGGLE_AVAILABILITY": "Ενεργοποίηση διαθεσιμότητας ωραρίου για αυτό το κιβώτιο εισερχομένων",
|
||||||
|
"UNAVAILABLE_MESSAGE_LABEL": "Μήνυμα μη διαθεσιμότητας για τους επισκέπτες",
|
||||||
|
"UNAVAILABLE_MESSAGE_DEFAULT": "Δεν είμαστε διαθέσιμοι αυτή τη στιγμή. Αφήστε ένα μήνυμα που θα απαντήσουμε όταν επιστρέψουμε.",
|
||||||
|
"TOGGLE_HELP": "Η ενεργοποίηση της διαθεσιμότητας ωραρίου θα δείξει τις διαθέσιμες ώρες στο widget συνομιλίας ακόμα και αν όλοι οι πράκτορες είναι εκτός σύνδεσης. Εκτός των διαθέσιμων ωρών οι επισκέπτες μπορούν να προειδοποιηθούν με ένα μήνυμα και μια φόρμα προ-συνομιλίας.",
|
||||||
|
"DAY": {
|
||||||
|
"ENABLE": "Ενεργοποιήσετε τη διαθεσιμότητα για αυτήν την ημέρα",
|
||||||
|
"UNAVAILABLE": "Μη διαθέσιμος",
|
||||||
|
"HOURS": "ώρες",
|
||||||
|
"VALIDATION_ERROR": "Ο χρόνος έναρξης πρέπει να είναι πριν το χρόνο λήξης.",
|
||||||
|
"CHOOSE": "Επιλέξτε"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
"INTEGRATIONS": "Ενοποιήσεις",
|
"INTEGRATIONS": "Ενοποιήσεις",
|
||||||
"ACCOUNT_SETTINGS": "Ρυθμίσεις Λογαριασμού",
|
"ACCOUNT_SETTINGS": "Ρυθμίσεις Λογαριασμού",
|
||||||
"LABELS": "Ετικέτες",
|
"LABELS": "Ετικέτες",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "Ομάδες"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "Νέος Λογαριασμός",
|
"NEW_ACCOUNT": "Νέος Λογαριασμός",
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/el/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/el/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "Ομάδες",
|
||||||
|
"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": "Δημιουργία",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Προσθήκη Πρακτόρων",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Είσαστε έτοιμοι να ξεκινήσετε!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Είσαστε έτοιμοι να ξεκινήσετε!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "EMAIL",
|
||||||
|
"BUTTON_TEXT": "Προσθήκη πρακτόρων",
|
||||||
|
"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": "Προσθήκη πρακτόρων",
|
||||||
|
"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": "Διαγραφή",
|
||||||
|
"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": "Διαγραφή ",
|
||||||
|
"NO": "Άκυρο"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Ρυθμίσεις",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -30,8 +30,8 @@
|
|||||||
},
|
},
|
||||||
"AGENT_TYPE": {
|
"AGENT_TYPE": {
|
||||||
"LABEL": "Tipo de agente",
|
"LABEL": "Tipo de agente",
|
||||||
"PLACEHOLDER": "Por favor, seleccione un rol",
|
"PLACEHOLDER": "Seleccione un tipo",
|
||||||
"ERROR": "Rol es requerido"
|
"ERROR": "El tipo de agente es obligatorio"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Dirección de correo",
|
"LABEL": "Dirección de correo",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"AGENT_TYPE": {
|
"AGENT_TYPE": {
|
||||||
"LABEL": "Tipo de agente",
|
"LABEL": "Tipo de agente",
|
||||||
"PLACEHOLDER": "Por favor, seleccione un rol",
|
"PLACEHOLDER": "Por favor, seleccione un rol",
|
||||||
"ERROR": "Rol es requerido"
|
"ERROR": "El tipo de agente es obligatorio"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Dirección de email",
|
"LABEL": "Dirección de email",
|
||||||
|
|||||||
@ -77,9 +77,9 @@
|
|||||||
"CONTENT": "ha compartido una url"
|
"CONTENT": "ha compartido una url"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RECEIVED_VIA_EMAIL": "Recibido por email",
|
"RECEIVED_VIA_EMAIL": "Recibido por correo electrónico",
|
||||||
"VIEW_TWEET_IN_TWITTER": "Ver tweet en Twitter",
|
"VIEW_TWEET_IN_TWITTER": "Ver trino en Twitter",
|
||||||
"REPLY_TO_TWEET": "Responder a este tweet",
|
"REPLY_TO_TWEET": "Responder a éste trino",
|
||||||
"NO_MESSAGES": "Sin Mensajes"
|
"NO_MESSAGES": "No hay mensajes"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Editar Contacto",
|
"BUTTON_LABEL": "Editar Contacto",
|
||||||
"TITLE": "Editar Contacto",
|
"TITLE": "Editar Contacto",
|
||||||
"DESC": "Editar detalles del contacto",
|
"DESC": "Editar detalles del contacto"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "Nuevo contacto",
|
||||||
|
"TITLE": "Crear un contacto nuevo",
|
||||||
|
"DESC": "Añadir información básica sobre el contacto."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Enviar",
|
"SUBMIT": "Enviar",
|
||||||
"CANCEL": "Cancelar",
|
"CANCEL": "Cancelar",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "El contacto se actualizó",
|
"SUCCESS_MESSAGE": "Contacto guardado correctamente",
|
||||||
"CONTACT_ALREADY_EXIST": "Ésta dirección de correo está siendo utilizada por otro contacto.",
|
"CONTACT_ALREADY_EXIST": "Ésta dirección de correo está siendo utilizada por otro contacto.",
|
||||||
"ERROR_MESSAGE": "Se presento un error actualizando el contacto. Por favor inténtelo nuevamente"
|
"ERROR_MESSAGE": "Hubo un error, por favor inténtelo de nuevo"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contactos",
|
"HEADER": "Contactos",
|
||||||
@ -103,13 +110,19 @@
|
|||||||
"SEARCH_INPUT_PLACEHOLDER": "Buscar contactos",
|
"SEARCH_INPUT_PLACEHOLDER": "Buscar contactos",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Cargando contactos...",
|
"LOADING_MESSAGE": "Cargando contactos...",
|
||||||
"404": "No hay contactos que coincidan con lo que búsca 🔍",
|
"404": "No hay contactos que coincidan con tu búsqueda 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Nombre",
|
"NAME": "Nombre",
|
||||||
"Número telefónico",
|
"PHONE_NUMBER": "Número telefónico",
|
||||||
"Conversaciones",
|
"CONVERSATIONS": "Conversaciones",
|
||||||
"Último Contacto"
|
"LAST_ACTIVITY": "Última actividad",
|
||||||
]
|
"COUNTRY": "País",
|
||||||
|
"CITY": "Ciudad",
|
||||||
|
"SOCIAL_PROFILES": "Perfiles Sociales",
|
||||||
|
"COMPANY": "Empresa",
|
||||||
|
"EMAIL_ADDRESS": "Dirección de correo"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "Ver detalles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,11 +11,11 @@
|
|||||||
"TITLE": "Buscar mensajes",
|
"TITLE": "Buscar mensajes",
|
||||||
"LOADING_MESSAGE": "Cruzando datos...",
|
"LOADING_MESSAGE": "Cruzando datos...",
|
||||||
"PLACEHOLDER": "Escriba cualquier texto para buscar mensajes",
|
"PLACEHOLDER": "Escriba cualquier texto para buscar mensajes",
|
||||||
"NO_MATCHING_RESULTS": "No hay mensajes que coincidan con los parámetros de búsqueda."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Mensajes sin leer",
|
"UNREAD_MESSAGES": "Mensajes no leídos",
|
||||||
"UNREAD_MESSAGE": "Mensaje sin leer",
|
"UNREAD_MESSAGE": "Mensaje sin leer",
|
||||||
"CLICK_HERE": "Haga clic aquí",
|
"CLICK_HERE": "Haz clic aquí",
|
||||||
"LOADING_INBOXES": "Cargando bandeja de entrada",
|
"LOADING_INBOXES": "Cargando bandeja de entrada",
|
||||||
"LOADING_CONVERSATIONS": "Cargando conversaciones",
|
"LOADING_CONVERSATIONS": "Cargando conversaciones",
|
||||||
"CANNOT_REPLY": "No puede responder debido a",
|
"CANNOT_REPLY": "No puede responder debido a",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"REPLYING_TO": "Esta respondiendo a:",
|
"REPLYING_TO": "Esta respondiendo a:",
|
||||||
"REMOVE_SELECTION": "Eliminar selección",
|
"REMOVE_SELECTION": "Eliminar selección",
|
||||||
"DOWNLOAD": "Descargar",
|
"DOWNLOAD": "Descargar",
|
||||||
"UPLOADING_ATTACHMENTS": "Subiendo adjuntos...",
|
"UPLOADING_ATTACHMENTS": "Subiendo archivos adjuntos...",
|
||||||
"NO_RESPONSE": "No hay respuesta",
|
"NO_RESPONSE": "No hay respuesta",
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"RESOLVE_ACTION": "Resolver",
|
"RESOLVE_ACTION": "Resolver",
|
||||||
@ -43,17 +43,18 @@
|
|||||||
"SEND": "Enviar",
|
"SEND": "Enviar",
|
||||||
"CREATE": "Añadir nota",
|
"CREATE": "Añadir nota",
|
||||||
"TWEET": "Tweet",
|
"TWEET": "Tweet",
|
||||||
"TIP_FORMAT_ICON": "Mostrar Editor mejorado",
|
"TIP_FORMAT_ICON": "Mostrar editor de textos",
|
||||||
"TIP_EMOJI_ICON": "Mostrar selector de emojis",
|
"TIP_EMOJI_ICON": "Mostrar selector de emoji",
|
||||||
"TIP_ATTACH_ICON": "Adjuntar archivos",
|
"TIP_ATTACH_ICON": "Adjuntar archivos",
|
||||||
"ENTER_TO_SEND": "Enter para enviar"
|
"ENTER_TO_SEND": "Ingresar para enviar"
|
||||||
},
|
},
|
||||||
"VISIBLE_TO_AGENTS": "Nota privada: solo visible para usted y su equipo",
|
"VISIBLE_TO_AGENTS": "Nota privada: solo visible para usted y su equipo",
|
||||||
"CHANGE_STATUS": "Estado de la conversación cambiado",
|
"CHANGE_STATUS": "Estado de la conversación cambiado",
|
||||||
"CHANGE_AGENT": "Conversación cambiada de asignatario",
|
"CHANGE_AGENT": "Conversación cambiada de asignatario",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Enviado por:",
|
"SENT_BY": "Enviado por:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Selecione un agente",
|
"SELECT_AGENT": "Seleccionar agente",
|
||||||
"REMOVE": "Eliminar",
|
"REMOVE": "Eliminar",
|
||||||
"ASSIGN": "Asignar"
|
"ASSIGN": "Asignar"
|
||||||
}
|
}
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Por favor, introduzca una dirección de correo válida"
|
"ERROR": "Por favor, introduzca una dirección de correo válida"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ONBOARDING": {
|
||||||
|
"TITLE": "Hola 👋, ¡Bienvenido a %{installationName}!",
|
||||||
|
"DESCRIPTION": "Gracias por registrarse. Queremos que saque el máximo provecho de %{installationName}. Aquí hay algunas cosas que puede hacer en %{installationName} para hacer que la experiencia sea agradable.",
|
||||||
|
"READ_LATEST_UPDATES": "Leer nuestras últimas actualizaciones",
|
||||||
|
"ALL_CONVERSATION": {
|
||||||
|
"TITLE": "Todas sus conversaciones en un solo lugar",
|
||||||
|
"DESCRIPTION": "Ver todas las conversaciones de sus clientes en un solo panel de control. Puede filtrar las conversaciones por el canal entrante, etiqueta y estado."
|
||||||
|
},
|
||||||
|
"TEAM_MEMBERS": {
|
||||||
|
"TITLE": "Invite a los miembros de su equipo",
|
||||||
|
"DESCRIPTION": "Ya que usted se está preparando para hablar con su cliente, traiga a sus compañeros para asistirle. Puedes invitar a sus compañeros de equipo añadiendo su dirección de correo electrónico a la lista de agentes.",
|
||||||
|
"NEW_LINK": "Haga clic aquí para invitar a un miembro del equipo"
|
||||||
|
},
|
||||||
|
"INBOXES": {
|
||||||
|
"TITLE": "Conectar bandejas de entrada",
|
||||||
|
"DESCRIPTION": "Conecte varios canales a través de los cuales sus clientes le hablarían. Puede ser un sitio web en vivo, su página de Facebook o Twitter o incluso su número de WhatsApp.",
|
||||||
|
"NEW_LINK": "Haga clic aquí para crear una bandeja de entrada"
|
||||||
|
},
|
||||||
|
"LABELS": {
|
||||||
|
"TITLE": "Organice las conversaciones con etiquetas",
|
||||||
|
"DESCRIPTION": "Las etiquetas proporcionan una forma fácil de clasificar su conversación. Cree algunas etiquetas como #pregunta-soporte, #pregunta-dacturación etc., para que pueda usarlas en una conversación más tarde.",
|
||||||
|
"NEW_LINK": "Haga clic aquí para crear etiquetas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CONVERSATION_SIDEBAR": {
|
||||||
|
"DETAILS_TITLE": "Conversations Details",
|
||||||
|
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||||
|
"TEAM_LABEL": "Assigned Team",
|
||||||
|
"SELECT": {
|
||||||
|
"PLACEHOLDER": "None"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
"ERROR": ""
|
"ERROR": ""
|
||||||
},
|
},
|
||||||
"DOMAIN": {
|
"DOMAIN": {
|
||||||
"LABEL": "Dominio de email entrante",
|
"LABEL": "Dominio",
|
||||||
"PLACEHOLDER": "El dominio donde recibirá los emails",
|
"PLACEHOLDER": "El dominio donde recibirá los emails",
|
||||||
"ERROR": ""
|
"ERROR": ""
|
||||||
},
|
},
|
||||||
@ -43,32 +43,33 @@
|
|||||||
"CUSTOM_EMAIL_DOMAIN_ENABLED": "Ahora puede recibir emails en su dominio personalizado."
|
"CUSTOM_EMAIL_DOMAIN_ENABLED": "Ahora puede recibir emails en su dominio personalizado."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UPDATE_CHATWOOT": "Una actualización %{latestChatwootVersion} para Chatwoot está disponoble. Por favor actualizar."
|
"UPDATE_CHATWOOT": "Hay una actualización %{latestChatwootVersion} para Chatwoot disponible. Por favor, actualiza tu instancia."
|
||||||
},
|
},
|
||||||
"FORMS": {
|
"FORMS": {
|
||||||
"MULTISELECT": {
|
"MULTISELECT": {
|
||||||
"ENTER_TO_SELECT": "Presione enter para seleccionar",
|
"ENTER_TO_SELECT": "Pulse Enter para seleccionar",
|
||||||
"ENTER_TO_REMOVE": "Presione enter para quitar",
|
"ENTER_TO_REMOVE": "Presione Enter para eliminar",
|
||||||
"SELECT_ONE": "Seleccione uno"
|
"SELECT_ONE": "Seleccione uno"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NOTIFICATIONS_PAGE": {
|
"NOTIFICATIONS_PAGE": {
|
||||||
"HEADER": "Notificaciones",
|
"HEADER": "Notificaciones",
|
||||||
"MARK_ALL_DONE": "Marcar todas como hechas",
|
"MARK_ALL_DONE": "Marcar Todo Hecho",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Cargando notificaciones...",
|
"LOADING_MESSAGE": "Cargando notificaciones...",
|
||||||
"404": "No hay notificaciones",
|
"404": "Aún no hay notificaciones",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Nombre",
|
"Nombre",
|
||||||
"Número telefónico",
|
"Número telefónico",
|
||||||
"Conversaciones",
|
"Conversaciones",
|
||||||
"Última vez Contactado"
|
"Último Contactado"
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TYPE_LABEL": {
|
"TYPE_LABEL": {
|
||||||
"conversation_creation": "Nueva conversación",
|
"conversation_creation": "Nueva conversación",
|
||||||
"conversation_assignment": "Conversación Asignada",
|
"conversation_assignment": "Conversación asignada",
|
||||||
"assigned_conversation_new_message": "Nuevo Mensaje",
|
"assigned_conversation_new_message": "Nuevo mensaje",
|
||||||
"conversation_mention": "Mención"
|
"conversation_mention": "Mención"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,7 +38,8 @@
|
|||||||
"PICK_A_VALUE": "Elija un valor"
|
"PICK_A_VALUE": "Elija un valor"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Para añadir su perfil de Twitter como un canal, necesita autenticar su perfil de Twitter haciendo clic en 'Iniciar sesión con Twitter' "
|
"HELP": "Para añadir tu perfil de Twitter como un canal, necesitas autenticar tu perfil de Twitter haciendo clic en 'Iniciar sesión con Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "Se ha producido un error al conectar a Twitter, por favor inténtelo nuevamente"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Canal del sitio web",
|
"TITLE": "Canal del sitio web",
|
||||||
@ -165,9 +166,9 @@
|
|||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"TITLE": "Agentes",
|
"TITLE": "Agentes",
|
||||||
"DESC": "Aquí puede agregar agentes para administrar su recién creada bandeja de entrada. Sólo estos agentes seleccionados tendrán acceso a su bandeja de entrada. Los agentes que no forman parte de esta bandeja de entrada no podrán ver o responder a los mensajes de esta bandeja de entrada cuando inicien sesión. <br> <b>PS:</b> Como administrador, si necesita acceso a todas las bandejas, debes añadirte como agente a todas las bandejas de entrada que cree.",
|
"DESC": "Aquí puede agregar agentes para administrar su recién creada bandeja de entrada. Sólo estos agentes seleccionados tendrán acceso a su bandeja de entrada. Los agentes que no forman parte de esta bandeja de entrada no podrán ver o responder a los mensajes de esta bandeja de entrada cuando inicien sesión. <br> <b>PS:</b> Como administrador, si necesita acceso a todas las bandejas, debes añadirte como agente a todas las bandejas de entrada que crees.",
|
||||||
"VALIDATION_ERROR": "Añada al menos un agente a su nueva Bandeja",
|
"VALIDATION_ERROR": "Añadir al menos un agente a su nueva bandeja de entrada",
|
||||||
"PICK_AGENTS": "Escoja los agentes para la bandeja"
|
"PICK_AGENTS": "Elegir agentes para la bandeja de entrada"
|
||||||
},
|
},
|
||||||
"DETAILS": {
|
"DETAILS": {
|
||||||
"TITLE": "Detalles de la bandeja de entrada",
|
"TITLE": "Detalles de la bandeja de entrada",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Ajustes",
|
"SETTINGS": "Ajustes",
|
||||||
"COLLABORATORS": "Colaboradores",
|
"COLLABORATORS": "Colaboradores",
|
||||||
"CONFIGURATION": "Configuración"
|
"CONFIGURATION": "Configuración",
|
||||||
|
"PRE_CHAT_FORM": "Pre-formulario de chat",
|
||||||
|
"BUSINESS_HOURS": "Horarios"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Ajustes",
|
"SETTINGS": "Ajustes",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -242,14 +245,49 @@
|
|||||||
"INBOX_UPDATE_TITLE": "Ajustes de la Bandeja de Entrada",
|
"INBOX_UPDATE_TITLE": "Ajustes de la Bandeja de Entrada",
|
||||||
"INBOX_UPDATE_SUB_TEXT": "Actualizar la configuración de su bandeja de entrada",
|
"INBOX_UPDATE_SUB_TEXT": "Actualizar la configuración de su bandeja de entrada",
|
||||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Activar o desactivar la asignación automática de nuevas conversaciones a los agentes añadidos a esta bandeja de entrada.",
|
"AUTO_ASSIGNMENT_SUB_TEXT": "Activar o desactivar la asignación automática de nuevas conversaciones a los agentes añadidos a esta bandeja de entrada.",
|
||||||
"HMAC_VERIFICATION": "Validación del la Identidad del Usuario",
|
"HMAC_VERIFICATION": "Validación de identidad de usuario",
|
||||||
"HMAC_DESCRIPTION": "Para validar la identidad de los usuarios, el SDK permite pasar un `identity_hash` para cada usuario. Usted puede generar HMAC usando 'sha256' con la llave mostrada aquí."
|
"HMAC_DESCRIPTION": "Con el fin de validar la identidad de los usuarios, el SDK le permite pasar un `identity_hash` por cada usuario. Puede generar HMAC usando 'sha256' con la clave que se muestra aquí."
|
||||||
},
|
},
|
||||||
"FACEBOOK_REAUTHORIZE": {
|
"FACEBOOK_REAUTHORIZE": {
|
||||||
"TITLE": "Reautorizar",
|
"TITLE": "Reautorizar",
|
||||||
"SUBTITLE": "Su conexión de Facebook expiró, por favor reconecte su página de Facebook para continuar con el servicio",
|
"SUBTITLE": "Su conexión de Facebook expiró, por favor reconecte su página de Facebook para continuar con el servicio",
|
||||||
"MESSAGE_SUCCESS": "Reconección satisfactoria",
|
"MESSAGE_SUCCESS": "Reconección satisfactoria",
|
||||||
"MESSAGE_ERROR": "Se presento un error, por favor inténtelo de nuevo"
|
"MESSAGE_ERROR": "Se presento un error, por favor inténtelo de nuevo"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Los formularios de Pre Chat le permiten capturar la información del usuario antes de que comiencen la conversación con usted.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Activar formulario de pre-chat",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Si",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Mensaje del Pre Chat",
|
||||||
|
"PLACEHOLDER": "Este mensaje sería visible para los usuarios junto con el formulario"
|
||||||
|
},
|
||||||
|
"REQUIRE_EMAIL": {
|
||||||
|
"LABEL": "Los visitantes deben proporcionar su nombre y dirección de correo electrónico antes de iniciar el chat"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BUSINESS_HOURS": {
|
||||||
|
"TITLE": "Establecer su disponibilidad",
|
||||||
|
"SUBTITLE": "Establezca su disponibilidad en su widget de livechat",
|
||||||
|
"WEEKLY_TITLE": "Establecer sus horas semanales",
|
||||||
|
"TIMEZONE_LABEL": "Seleccione la zona horaria",
|
||||||
|
"UPDATE": "Actualice las horas de atención",
|
||||||
|
"TOGGLE_AVAILABILITY": "Habilite la disponibilidad de atención para esta bandeja de entrada",
|
||||||
|
"UNAVAILABLE_MESSAGE_LABEL": "Mensajes de no atención disponible para los visitantes",
|
||||||
|
"UNAVAILABLE_MESSAGE_DEFAULT": "No estamos disponibles en este momento. Déjenos un mensaje y le responderemos tan pronto estemos de regreso.",
|
||||||
|
"TOGGLE_HELP": "Al habilitar el horario de atención se mostraran las horas disponibles en el \"widget\" del chat en vivo si todos los agentes están fuera de línea. Fuera de las horas disponibles los visitantes pueden ser notificado con un mensaje y una forma PreChat.",
|
||||||
|
"DAY": {
|
||||||
|
"ENABLE": "Activar la disponibilidad para este día",
|
||||||
|
"UNAVAILABLE": "No disponible",
|
||||||
|
"HOURS": "horas",
|
||||||
|
"VALIDATION_ERROR": "La hora de inicio debe ser antes de la hora de cierre.",
|
||||||
|
"CHOOSE": "Elegir"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
"NOTE": "Actualice sus preferencias de notificación por correo electrónico aquí",
|
"NOTE": "Actualice sus preferencias de notificación por correo electrónico aquí",
|
||||||
"CONVERSATION_ASSIGNMENT": "Enviar notificaciones por correo electrónico cuando se me ha asignado una conversación",
|
"CONVERSATION_ASSIGNMENT": "Enviar notificaciones por correo electrónico cuando se me ha asignado una conversación",
|
||||||
"CONVERSATION_CREATION": "Enviar notificaciones por correo electrónico cuando se crea una nueva conversación",
|
"CONVERSATION_CREATION": "Enviar notificaciones por correo electrónico cuando se crea una nueva conversación",
|
||||||
"CONVERSATION_MENTION": "Enviar notificaciones cuando usted sea mencionado en una conversación",
|
"CONVERSATION_MENTION": "Enviar notificaciones por correo electrónico cuando sea mencionado en una conversación",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envirar notificaciones por correo electrónico cuando un nuevo mensaje es creado en una conversación asignada"
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envirar notificaciones por correo electrónico cuando un nuevo mensaje es creado en una conversación asignada"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"NOTE": "Actualize sus preferencias de notificaciones push aquí",
|
"NOTE": "Actualize sus preferencias de notificaciones push aquí",
|
||||||
"CONVERSATION_ASSIGNMENT": "Enviar notificaciones push cuando se me ha asignado una conversación",
|
"CONVERSATION_ASSIGNMENT": "Enviar notificaciones push cuando se me ha asignado una conversación",
|
||||||
"CONVERSATION_CREATION": "Enviar notificaciones push cuando se crea una nueva conversación",
|
"CONVERSATION_CREATION": "Enviar notificaciones push cuando se crea una nueva conversación",
|
||||||
"CONVERSATION_MENTION": "Enviar notificaciones cuando usted sea mencionado en una conversación",
|
"CONVERSATION_MENTION": "Enviar notificaciones push cuando sea mencionado en una conversación",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Enviar notificaciones push cuando un nuevo mensaja es creadao en una conversación asignada",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Enviar notificaciones push cuando un nuevo mensaja es creadao en una conversación asignada",
|
||||||
"HAS_ENABLED_PUSH": "Has habilitado notificaciones push para este navegador.",
|
"HAS_ENABLED_PUSH": "Has habilitado notificaciones push para este navegador.",
|
||||||
"REQUEST_PUSH": "Habilitar notificaciones push"
|
"REQUEST_PUSH": "Habilitar notificaciones push"
|
||||||
|
|||||||
@ -5,18 +5,18 @@
|
|||||||
"TERMS_ACCEPT": "Al registrarse, acepta nuestra <a href=\"https://www.chatwoot.com/terms\">T & C</a> y nuestra <a href=\"https://www.chatwoot.com/privacy-policy\">política de privacidad</a>",
|
"TERMS_ACCEPT": "Al registrarse, acepta nuestra <a href=\"https://www.chatwoot.com/terms\">T & C</a> y nuestra <a href=\"https://www.chatwoot.com/privacy-policy\">política de privacidad</a>",
|
||||||
"ACCOUNT_NAME": {
|
"ACCOUNT_NAME": {
|
||||||
"LABEL": "Nombre de cuenta",
|
"LABEL": "Nombre de cuenta",
|
||||||
"PLACEHOLDER": "Escriba un nombre para la cuenta: i.e. Wayne Enterprises",
|
"PLACEHOLDER": "Empresas de Wayne",
|
||||||
"ERROR": "El nombre de cuenta es demasiado corto"
|
"ERROR": "El nombre de la cuenta es demasiado corto"
|
||||||
},
|
},
|
||||||
"FULL_NAME": {
|
"FULL_NAME": {
|
||||||
"LABEL": "Nombre completo",
|
"LABEL": "Nombre completo",
|
||||||
"PLACEHOLDER": "Escriba su nombre completo: i.e. Bruce Wayne",
|
"PLACEHOLDER": "Introduce tu nombre completo, por ejemplo: Bruce Wayne",
|
||||||
"ERROR": "El nombre es demasiado corto"
|
"ERROR": "El nombre completo es demasiado corto"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email de trabajo",
|
"LABEL": "E-mail",
|
||||||
"PLACEHOLDER": "Introduzca su dirección de correo electrónico de trabajo. Ejemplo: bruce@wayne.enterprises",
|
"PLACEHOLDER": "bruce@wayne.empresas",
|
||||||
"ERROR": "Dirección de correo no válida"
|
"ERROR": "El correo no es válido"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Contraseña",
|
"LABEL": "Contraseña",
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/es/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/es/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "Equipos",
|
||||||
|
"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": "Crear",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Añadir agentes",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "¡Todo está listo!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "¡Todo está listo!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "Correo electrónico",
|
||||||
|
"BUTTON_TEXT": "Añadir agentes",
|
||||||
|
"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": "Añadir agentes",
|
||||||
|
"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": "Eliminar",
|
||||||
|
"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": "Eliminar ",
|
||||||
|
"NO": "Cancelar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Ajustes",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "ویرایش مخاطب",
|
"BUTTON_LABEL": "ویرایش مخاطب",
|
||||||
"TITLE": "ویرایش مخاطب",
|
"TITLE": "ویرایش مخاطب",
|
||||||
"DESC": "ویرایش اطلاعات مخاطب",
|
"DESC": "ویرایش اطلاعات مخاطب"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "ثبت",
|
"SUBMIT": "ثبت",
|
||||||
"CANCEL": "انصراف",
|
"CANCEL": "انصراف",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "مخاطب با موفقیت به روز شد",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "این آدرس ایمیل برای مخاطب دیگری در حال استفاده است.",
|
"CONTACT_ALREADY_EXIST": "این آدرس ایمیل برای مخاطب دیگری در حال استفاده است.",
|
||||||
"ERROR_MESSAGE": "خطایی در بهروزرسانی مخاطب رخ داده، لطفا دوباره امتحان کنید"
|
"ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "مخاطبین",
|
"HEADER": "مخاطبین",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "در حال بارگذاری مخاطبین...",
|
"LOADING_MESSAGE": "در حال بارگذاری مخاطبین...",
|
||||||
"404": "هیچ مخاطبی با جستجوی شما مطابقت ندارد 🔍",
|
"404": "هیچ مخاطبی با جستجوی شما مطابقت ندارد 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"نام",
|
"NAME": "نام",
|
||||||
"شماره تلفن",
|
"PHONE_NUMBER": "شماره تلفن",
|
||||||
"گفتگوها",
|
"CONVERSATIONS": "گفتگوها",
|
||||||
"آخرین تماس"
|
"LAST_ACTIVITY": "آخرین فعالیت",
|
||||||
]
|
"COUNTRY": "کشور",
|
||||||
|
"CITY": "شهر",
|
||||||
|
"SOCIAL_PROFILES": "پروفایلهای اجتماعی",
|
||||||
|
"COMPANY": "شرکت",
|
||||||
|
"EMAIL_ADDRESS": "ایمیل"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "مشاهده جزئیات"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "جستجو پیامها",
|
"TITLE": "جستجو پیامها",
|
||||||
"LOADING_MESSAGE": "درحال پردازش داده...",
|
"LOADING_MESSAGE": "درحال پردازش داده...",
|
||||||
"PLACEHOLDER": "متنی برای جستجو پیام تایپ کنید",
|
"PLACEHOLDER": "متنی برای جستجو پیام تایپ کنید",
|
||||||
"NO_MATCHING_RESULTS": "گفتگویی با مشخصات ورودی یافت نشد."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "پیامهای خوانده نشده",
|
"UNREAD_MESSAGES": "پیامهای خوانده نشده",
|
||||||
"UNREAD_MESSAGE": "پیام خوانده نشده",
|
"UNREAD_MESSAGE": "پیام خوانده نشده",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "یادداشت خصوصی: فقط برای شما و تیم شما قابل مشاهده است",
|
"VISIBLE_TO_AGENTS": "یادداشت خصوصی: فقط برای شما و تیم شما قابل مشاهده است",
|
||||||
"CHANGE_STATUS": "وضعیت گفتگو تغییر کرد",
|
"CHANGE_STATUS": "وضعیت گفتگو تغییر کرد",
|
||||||
"CHANGE_AGENT": "مسول گفتگو تغییر کرد",
|
"CHANGE_AGENT": "مسول گفتگو تغییر کرد",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "ارسال شده توسط:",
|
"SENT_BY": "ارسال شده توسط:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "انتخاب ایجنت",
|
"SELECT_AGENT": "انتخاب ایجنت",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "لطفا ایمیل خود را به شکل صحیح وارد کنید"
|
"ERROR": "لطفا ایمیل خود را به شکل صحیح وارد کنید"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "یک مقدار انتخاب کنید"
|
"PICK_A_VALUE": "یک مقدار انتخاب کنید"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "برای اضافه کردن امکان گفتگو از صفحه پروفایل توییترتان، لازم است با زدن دکمه `ورود با توییتر` پروفایل توییتر خود را شناسایی کنید' "
|
"HELP": "برای اضافه کردن امکان گفتگو از صفحه پروفایل توییترتان، لازم است با زدن دکمه `ورود با توییتر` پروفایل توییتر خود را شناسایی کنید' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "کانال وب سایت",
|
"TITLE": "کانال وب سایت",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "تنظیمات",
|
"SETTINGS": "تنظیمات",
|
||||||
"COLLABORATORS": "همکاران",
|
"COLLABORATORS": "همکاران",
|
||||||
"CONFIGURATION": "پیکربندی"
|
"CONFIGURATION": "پیکربندی",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "ساعت کاری"
|
||||||
},
|
},
|
||||||
"SETTINGS": "تنظیمات",
|
"SETTINGS": "تنظیمات",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "اتصال فیس بوک شما منقضی شده است ، لطفاً برای ادامه خدمات دوباره صفحه فیس بوک خود را متصل کنید",
|
"SUBTITLE": "اتصال فیس بوک شما منقضی شده است ، لطفاً برای ادامه خدمات دوباره صفحه فیس بوک خود را متصل کنید",
|
||||||
"MESSAGE_SUCCESS": "اتصال مجدد موفقیت آمیز بود",
|
"MESSAGE_SUCCESS": "اتصال مجدد موفقیت آمیز بود",
|
||||||
"MESSAGE_ERROR": "خطایی پیش آمد. لطفا دوباره امتحان کنید"
|
"MESSAGE_ERROR": "خطایی پیش آمد. لطفا دوباره امتحان کنید"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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": "ساعت",
|
||||||
|
"VALIDATION_ERROR": "Starting time should be before closing time.",
|
||||||
|
"CHOOSE": "انتخاب کنید"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
"INTEGRATIONS": "برنامههای تلفیق شده",
|
"INTEGRATIONS": "برنامههای تلفیق شده",
|
||||||
"ACCOUNT_SETTINGS": "تنظیمات حساب",
|
"ACCOUNT_SETTINGS": "تنظیمات حساب",
|
||||||
"LABELS": "برچسبها",
|
"LABELS": "برچسبها",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "تیمها"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "حسابکاربری جدید",
|
"NEW_ACCOUNT": "حسابکاربری جدید",
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/fa/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/fa/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "تیمها",
|
||||||
|
"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": "ايجاد كردن",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "معرفی اپراتور",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "دیگه میتونی بترکونی"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "دیگه میتونی بترکونی"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "ایمیل",
|
||||||
|
"BUTTON_TEXT": "اضافه کردن اپراتور",
|
||||||
|
"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": "اضافه کردن اپراتور",
|
||||||
|
"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": "حذف",
|
||||||
|
"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": "حذف ",
|
||||||
|
"NO": "انصراف"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "تنظیمات",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Muokkaa yhteystietoa",
|
"BUTTON_LABEL": "Muokkaa yhteystietoa",
|
||||||
"TITLE": "Muokkaa yhteystietoa",
|
"TITLE": "Muokkaa yhteystietoa",
|
||||||
"DESC": "Muokkaa yhteystietoja",
|
"DESC": "Muokkaa yhteystietoja"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Lähetä",
|
"SUBMIT": "Lähetä",
|
||||||
"CANCEL": "Peruuta",
|
"CANCEL": "Peruuta",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Yhteystiedon päivitys onnistui",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "Tämä sähköpostiosoite on käytössä toiselle yhteyshenkilölle.",
|
"CONTACT_ALREADY_EXIST": "Tämä sähköpostiosoite on käytössä toiselle yhteyshenkilölle.",
|
||||||
"ERROR_MESSAGE": "Yhteystiedon päivityksessä tapahtui virhe. Ole hyvä ja yritä uudelleen"
|
"ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Yhteystiedot",
|
"HEADER": "Yhteystiedot",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Ladataan yhteystietoja...",
|
"LOADING_MESSAGE": "Ladataan yhteystietoja...",
|
||||||
"404": "Ei hakua vastaavia yhteystietoja 🔍",
|
"404": "Ei hakua vastaavia yhteystietoja 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Nimi",
|
"NAME": "Nimi",
|
||||||
"Puhelinnumero",
|
"PHONE_NUMBER": "Puhelinnumero",
|
||||||
"Keskustelut",
|
"CONVERSATIONS": "Keskustelut",
|
||||||
"Viimeksi otettu yhteyttä"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Yritys",
|
||||||
|
"EMAIL_ADDRESS": "Sähköpostiosoite"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Etsi viestejä",
|
"TITLE": "Etsi viestejä",
|
||||||
"LOADING_MESSAGE": "Rouskutetaan dataa...",
|
"LOADING_MESSAGE": "Rouskutetaan dataa...",
|
||||||
"PLACEHOLDER": "Kirjoita mikä tahansa teksti etsiäksesi viestejä",
|
"PLACEHOLDER": "Kirjoita mikä tahansa teksti etsiäksesi viestejä",
|
||||||
"NO_MATCHING_RESULTS": "Hakuparametreja vastaavia viestejä ei ole."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Lukemattomat viestit",
|
"UNREAD_MESSAGES": "Lukemattomat viestit",
|
||||||
"UNREAD_MESSAGE": "Lukematon viesti",
|
"UNREAD_MESSAGE": "Lukematon viesti",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Yksityinen huomautus: Näkyy vain sinulle ja tiimillesi",
|
"VISIBLE_TO_AGENTS": "Yksityinen huomautus: Näkyy vain sinulle ja tiimillesi",
|
||||||
"CHANGE_STATUS": "Keskustelun tila muutettu",
|
"CHANGE_STATUS": "Keskustelun tila muutettu",
|
||||||
"CHANGE_AGENT": "Keskustelun vastaanottaja vaihdettu",
|
"CHANGE_AGENT": "Keskustelun vastaanottaja vaihdettu",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Lähettäjä:",
|
"SENT_BY": "Lähettäjä:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Valitse edustaja",
|
"SELECT_AGENT": "Valitse edustaja",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Ole hyvä ja syötä validi sähköposti"
|
"ERROR": "Ole hyvä ja syötä validi sähköposti"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Valitse arvo"
|
"PICK_A_VALUE": "Valitse arvo"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Lisätäksesi twitter-profiilin kanavaksesi, sinun tulee autentikoida twitter-tilisi klikkaamalla \"Kirjaudu sisään Twitterillä\" "
|
"HELP": "Lisätäksesi twitter-profiilin kanavaksesi, sinun tulee autentikoida twitter-tilisi klikkaamalla \"Kirjaudu sisään Twitterillä\" ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Sivuston chat",
|
"TITLE": "Sivuston chat",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Asetukset",
|
"SETTINGS": "Asetukset",
|
||||||
"COLLABORATORS": "Yhteistyökumppanit",
|
"COLLABORATORS": "Yhteistyökumppanit",
|
||||||
"CONFIGURATION": "Määritykset"
|
"CONFIGURATION": "Määritykset",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Asetukset",
|
"SETTINGS": "Asetukset",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Facebook-yhteytesi on vanhentunut, ole hyvä ja yhdistä uudelleen Facebook-sivusi jatkaaksesi palveluita",
|
"SUBTITLE": "Facebook-yhteytesi on vanhentunut, ole hyvä ja yhdistä uudelleen Facebook-sivusi jatkaaksesi palveluita",
|
||||||
"MESSAGE_SUCCESS": "Uudelleenyhdistäminen onnistui",
|
"MESSAGE_SUCCESS": "Uudelleenyhdistäminen onnistui",
|
||||||
"MESSAGE_ERROR": "Tapahtui virhe, yritä uudelleen"
|
"MESSAGE_ERROR": "Tapahtui virhe, yritä uudelleen"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/fi/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/fi/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": "Luo",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Lisää edustaja",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Kaikki valmiina!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Kaikki valmiina!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "Sähköposti",
|
||||||
|
"BUTTON_TEXT": "Lisää edustaja",
|
||||||
|
"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": "Lisää edustaja",
|
||||||
|
"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": "Poista",
|
||||||
|
"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": "Poista ",
|
||||||
|
"NO": "Peruuta"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Asetukset",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -80,6 +80,6 @@
|
|||||||
"RECEIVED_VIA_EMAIL": "Reçu par courriel",
|
"RECEIVED_VIA_EMAIL": "Reçu par courriel",
|
||||||
"VIEW_TWEET_IN_TWITTER": "Voir le tweet sur Twitter",
|
"VIEW_TWEET_IN_TWITTER": "Voir le tweet sur Twitter",
|
||||||
"REPLY_TO_TWEET": "Répondre à ce tweet",
|
"REPLY_TO_TWEET": "Répondre à ce tweet",
|
||||||
"NO_MESSAGES": "No Messages"
|
"NO_MESSAGES": "Pas de messages"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Modifier le contact",
|
"BUTTON_LABEL": "Modifier le contact",
|
||||||
"TITLE": "Modifier le contact",
|
"TITLE": "Modifier le contact",
|
||||||
"DESC": "Modifier les informations de contact",
|
"DESC": "Modifier les informations de contact"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "Nouveau contact",
|
||||||
|
"TITLE": "Créer un nouveau contact",
|
||||||
|
"DESC": "Ajouter des informations de base à propos du contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Envoyer",
|
"SUBMIT": "Envoyer",
|
||||||
"CANCEL": "Annuler",
|
"CANCEL": "Annuler",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Contact mis à jour avec succès",
|
"SUCCESS_MESSAGE": "Contact enregistré avec succès",
|
||||||
"CONTACT_ALREADY_EXIST": "Cette adresse de courriel est déjà utilisée pour un autre contact.",
|
"CONTACT_ALREADY_EXIST": "Cette adresse de courriel est déjà utilisée pour un autre contact.",
|
||||||
"ERROR_MESSAGE": "Une erreur s'est produite lors de la mise à jour du contact, veuillez réessayer"
|
"ERROR_MESSAGE": "Une erreur est survenue, veuillez réessayer"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Contacts",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Chargement des contacts...",
|
"LOADING_MESSAGE": "Chargement des contacts...",
|
||||||
"404": "Aucun contact ne correspond à votre recherche 🔍",
|
"404": "Aucun contact ne correspond à votre recherche 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Nom",
|
"NAME": "Nom",
|
||||||
"Numéro de téléphone",
|
"PHONE_NUMBER": "Numéro de téléphone",
|
||||||
"Conversations",
|
"CONVERSATIONS": "Conversations",
|
||||||
"Dernièrement contacté"
|
"LAST_ACTIVITY": "Dernière activité",
|
||||||
]
|
"COUNTRY": "Pays",
|
||||||
|
"CITY": "Ville",
|
||||||
|
"SOCIAL_PROFILES": "Comptes réseaux sociaux",
|
||||||
|
"COMPANY": "Société",
|
||||||
|
"EMAIL_ADDRESS": "Adresse de courriel"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "Voir les détails"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Rechercher des messages",
|
"TITLE": "Rechercher des messages",
|
||||||
"LOADING_MESSAGE": "Traitement des données ...",
|
"LOADING_MESSAGE": "Traitement des données ...",
|
||||||
"PLACEHOLDER": "Saisissez n'importe quel texte pour rechercher des messages",
|
"PLACEHOLDER": "Saisissez n'importe quel texte pour rechercher des messages",
|
||||||
"NO_MATCHING_RESULTS": "Aucun message ne correspond aux paramètres de recherche."
|
"NO_MATCHING_RESULTS": "Aucun résultat trouvé."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Messages non lus",
|
"UNREAD_MESSAGES": "Messages non lus",
|
||||||
"UNREAD_MESSAGE": "Message non lu",
|
"UNREAD_MESSAGE": "Message non lu",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"REMOVE_SELECTION": "Supprimer la sélection",
|
"REMOVE_SELECTION": "Supprimer la sélection",
|
||||||
"DOWNLOAD": "Télécharger",
|
"DOWNLOAD": "Télécharger",
|
||||||
"UPLOADING_ATTACHMENTS": "Envoi des pièces jointes...",
|
"UPLOADING_ATTACHMENTS": "Envoi des pièces jointes...",
|
||||||
"NO_RESPONSE": "No response",
|
"NO_RESPONSE": "Pas de réponse",
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"RESOLVE_ACTION": "Résoudre",
|
"RESOLVE_ACTION": "Résoudre",
|
||||||
"REOPEN_ACTION": "Ré-ouvrir",
|
"REOPEN_ACTION": "Ré-ouvrir",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Note privée : uniquement visible par vous et votre équipe",
|
"VISIBLE_TO_AGENTS": "Note privée : uniquement visible par vous et votre équipe",
|
||||||
"CHANGE_STATUS": "Statut de la conversation modifié",
|
"CHANGE_STATUS": "Statut de la conversation modifié",
|
||||||
"CHANGE_AGENT": "Responsable de la conversation modifié",
|
"CHANGE_AGENT": "Responsable de la conversation modifié",
|
||||||
|
"CHANGE_TEAM": "L'équipe de conversation a été modifiée",
|
||||||
"SENT_BY": "Envoyé par:",
|
"SENT_BY": "Envoyé par:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Sélectionner un agent",
|
"SELECT_AGENT": "Sélectionner un agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Veuillez saisir une adresse de courriel valide"
|
"ERROR": "Veuillez saisir une adresse de courriel valide"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ONBOARDING": {
|
||||||
|
"TITLE": "Salut 👋, Bienvenue sur %{installationName}!",
|
||||||
|
"DESCRIPTION": "Merci pour votre inscription. Nous souhaitons que vous tiriez le meilleur parti de %{installationName}. Voici quelques actions que vous pouvez effectuer dans %{installationName} pour rendre votre expérience agréable.",
|
||||||
|
"READ_LATEST_UPDATES": "Consultez nos dernières mises à jour",
|
||||||
|
"ALL_CONVERSATION": {
|
||||||
|
"TITLE": "Toutes vos conversations en un seul lieu",
|
||||||
|
"DESCRIPTION": "Visualisez toutes les conversations de vos clients dans un seul tableau de bord. Vous pouvez filtrer les conversations par le canal entrant, l'étiquette et le statut."
|
||||||
|
},
|
||||||
|
"TEAM_MEMBERS": {
|
||||||
|
"TITLE": "Invitez les membres de votre équipe",
|
||||||
|
"DESCRIPTION": "Puisque vous vous apprêtez à parler à votre client, faites venir vos coéquipiers pour vous aider. Vous pouvez inviter vos coéquipiers en ajoutant leur adresse email à la liste des agents.",
|
||||||
|
"NEW_LINK": "Cliquez ici pour inviter un membre de l'équipe"
|
||||||
|
},
|
||||||
|
"INBOXES": {
|
||||||
|
"TITLE": "Connecter les boîtes de réception",
|
||||||
|
"DESCRIPTION": "Connectez différents canaux à travers lesquels vos clients vous parleraient. Il peut s'agir d'un chat de site internet, de votre page Facebook ou Twitter ou même de votre numéro WhatsApp.",
|
||||||
|
"NEW_LINK": "Cliquez ici pour créer une boîte de réception"
|
||||||
|
},
|
||||||
|
"LABELS": {
|
||||||
|
"TITLE": "Organiser les conversations avec des labels",
|
||||||
|
"DESCRIPTION": "Les labels fournissent un moyen plus facile de catégoriser votre conversation. Créez des étiquettes comme #demande-support, #question-facturation etc., afin que vous puissiez les utiliser dans une conversation plus tard.",
|
||||||
|
"NEW_LINK": "Cliquez ici pour créer des tags"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CONVERSATION_SIDEBAR": {
|
||||||
|
"DETAILS_TITLE": "Détails de la conversation",
|
||||||
|
"ASSIGNEE_LABEL": "Agent Assigné",
|
||||||
|
"TEAM_LABEL": "Équipe assignée",
|
||||||
|
"SELECT": {
|
||||||
|
"PLACEHOLDER": "Aucun"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,10 +54,10 @@
|
|||||||
},
|
},
|
||||||
"NOTIFICATIONS_PAGE": {
|
"NOTIFICATIONS_PAGE": {
|
||||||
"HEADER": "Notifications",
|
"HEADER": "Notifications",
|
||||||
"MARK_ALL_DONE": "Mark All Done",
|
"MARK_ALL_DONE": "Tout marquer comme terminé",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading notifications...",
|
"LOADING_MESSAGE": "Chargement des notifications...",
|
||||||
"404": "No Notifications",
|
"404": "Aucune notification",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Nom",
|
"Nom",
|
||||||
"Numéro de téléphone",
|
"Numéro de téléphone",
|
||||||
@ -66,9 +66,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TYPE_LABEL": {
|
"TYPE_LABEL": {
|
||||||
"conversation_creation": "New conversation",
|
"conversation_creation": "Nouvelle conversation",
|
||||||
"conversation_assignment": "Conversation Assigned",
|
"conversation_assignment": "Conversation assignée",
|
||||||
"assigned_conversation_new_message": "New Message",
|
"assigned_conversation_new_message": "Nouveau message",
|
||||||
"conversation_mention": "Mention"
|
"conversation_mention": "Mention"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,7 +38,8 @@
|
|||||||
"PICK_A_VALUE": "Choisir une valeur"
|
"PICK_A_VALUE": "Choisir une valeur"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Pour ajouter votre profil Twitter en tant que canal, vous devez lier votre profil Twitter en cliquant sur 'Se connecter avec Twitter' "
|
"HELP": "Pour ajouter votre profil Twitter en tant que canal, vous devez lier votre profil Twitter en cliquant sur 'Se connecter avec Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "Une erreur s'est produite lors de la connexion à Twitter, veuillez réessayer"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Canal site Web",
|
"TITLE": "Canal site Web",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Paramètres",
|
"SETTINGS": "Paramètres",
|
||||||
"COLLABORATORS": "Collaborateurs",
|
"COLLABORATORS": "Collaborateurs",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Configuration",
|
||||||
|
"PRE_CHAT_FORM": "Formulaire avant chat",
|
||||||
|
"BUSINESS_HOURS": "Heures de bureau"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Paramètres",
|
"SETTINGS": "Paramètres",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Votre connexion Facebook a expiré, veuillez reconnecter votre page Facebook pour continuer les services",
|
"SUBTITLE": "Votre connexion Facebook a expiré, veuillez reconnecter votre page Facebook pour continuer les services",
|
||||||
"MESSAGE_SUCCESS": "Reconnexion réussie",
|
"MESSAGE_SUCCESS": "Reconnexion réussie",
|
||||||
"MESSAGE_ERROR": "Une erreur est survenue, veuillez réessayer"
|
"MESSAGE_ERROR": "Une erreur est survenue, veuillez réessayer"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Les formulaires précédant le chat vous permettent de saisir les informations de l'utilisateur avant qu'ils ne commencent à discuter avec vous.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Activer le formulaire précédant le chat",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Oui",
|
||||||
|
"DISABLED": "Non"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Message avant le chat",
|
||||||
|
"PLACEHOLDER": "Ce message serait visible pour les utilisateurs avec le formulaire"
|
||||||
|
},
|
||||||
|
"REQUIRE_EMAIL": {
|
||||||
|
"LABEL": "Les visiteurs doivent indiquer leur nom et leur courriel avant de commencer le chat"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BUSINESS_HOURS": {
|
||||||
|
"TITLE": "Définissez votre disponibilité",
|
||||||
|
"SUBTITLE": "Définissez votre disponibilité sur votre widget livechat",
|
||||||
|
"WEEKLY_TITLE": "Définissez vos horaires de travail",
|
||||||
|
"TIMEZONE_LABEL": "Sélectionnez le fuseau horaire",
|
||||||
|
"UPDATE": "Mettre à jour les paramètres des heures de bureau",
|
||||||
|
"TOGGLE_AVAILABILITY": "Activer la disponibilité aux heures de bureau pour cette boîte de réception",
|
||||||
|
"UNAVAILABLE_MESSAGE_LABEL": "Message indisponible pour les visiteurs",
|
||||||
|
"UNAVAILABLE_MESSAGE_DEFAULT": "Nous ne sommes pas disponibles pour le moment. Laissez-nous un message, et nous répondrons dès notre retour.",
|
||||||
|
"TOGGLE_HELP": "Activer la disponibilité aux heures de bureau montrera les heures disponibles sur le widget chat en direct même si tous les agents sont hors ligne. En dehors des heures disponibles, les visiteurs peuvent être avertis avec un message et un formulaire de préconversation.",
|
||||||
|
"DAY": {
|
||||||
|
"ENABLE": "Activer la disponibilité pour ce jour",
|
||||||
|
"UNAVAILABLE": "Non disponible",
|
||||||
|
"HOURS": "heures",
|
||||||
|
"VALIDATION_ERROR": "L'heure de début doit être avant l'heure de fermeture.",
|
||||||
|
"CHOOSE": "Sélectionner"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
"NOTE": "Mettez à jour vos préférences de notification par courriel ici",
|
"NOTE": "Mettez à jour vos préférences de notification par courriel ici",
|
||||||
"CONVERSATION_ASSIGNMENT": "Envoyer des notifications par courriel lorsqu'une conversation m'est assignée",
|
"CONVERSATION_ASSIGNMENT": "Envoyer des notifications par courriel lorsqu'une conversation m'est assignée",
|
||||||
"CONVERSATION_CREATION": "Envoyer des notifications par courriel quand une nouvelle conversation est créée",
|
"CONVERSATION_CREATION": "Envoyer des notifications par courriel quand une nouvelle conversation est créée",
|
||||||
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Envoyer des notifications par courriel lorsque vous êtes mentionné dans une conversation",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envoyer des notifications par courriel lorsqu'un nouveau message est créé dans une conversation assignée"
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envoyer des notifications par courriel lorsqu'un nouveau message est créé dans une conversation assignée"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"NOTE": "Mettez à jour vos préférences de notification push ici",
|
"NOTE": "Mettez à jour vos préférences de notification push ici",
|
||||||
"CONVERSATION_ASSIGNMENT": "Envoyer des notifications push lorsqu'une conversation m'est assignée",
|
"CONVERSATION_ASSIGNMENT": "Envoyer des notifications push lorsqu'une conversation m'est assignée",
|
||||||
"CONVERSATION_CREATION": "Envoyer des notifications push quand une nouvelle conversation est créée",
|
"CONVERSATION_CREATION": "Envoyer des notifications push quand une nouvelle conversation est créée",
|
||||||
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Envoyer des notifications push lorsque vous êtes mentionné dans une conversation",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envoyer des notifications push lorsqu'un nouveau message est créé dans une conversation assignée",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envoyer des notifications push lorsqu'un nouveau message est créé dans une conversation assignée",
|
||||||
"HAS_ENABLED_PUSH": "Vous avez activé les notifications pour ce navigateur.",
|
"HAS_ENABLED_PUSH": "Vous avez activé les notifications pour ce navigateur.",
|
||||||
"REQUEST_PUSH": "Activer les notifications push"
|
"REQUEST_PUSH": "Activer les notifications push"
|
||||||
@ -125,7 +125,7 @@
|
|||||||
"INTEGRATIONS": "Intégrations",
|
"INTEGRATIONS": "Intégrations",
|
||||||
"ACCOUNT_SETTINGS": "Paramètres du compte",
|
"ACCOUNT_SETTINGS": "Paramètres du compte",
|
||||||
"LABELS": "Étiquettes",
|
"LABELS": "Étiquettes",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "Équipes"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "Nouveau compte",
|
"NEW_ACCOUNT": "Nouveau compte",
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/fr/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/fr/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Créer une nouvelle équipe",
|
||||||
|
"HEADER": "Équipes",
|
||||||
|
"SIDEBAR_TXT": "<p><b>Équipes</b></p> <p>Les équipes vous permettent d'organiser vos agents en groupes en fonction de leurs responsabilités. <br /> Un utilisateur peut faire partie de plusieurs équipes. Vous pouvez assigner des conversations à une équipe lorsque vous travaillez en collaboration. </p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "Il n'y a aucune équipe créée sur ce compte.",
|
||||||
|
"EDIT_TEAM": "Modifier l'équipe"
|
||||||
|
},
|
||||||
|
"CREATE_FLOW": {
|
||||||
|
"CREATE": {
|
||||||
|
"TITLE": "Créer une nouvelle équipe",
|
||||||
|
"DESC": "Ajoutez un titre et une description à votre nouvelle équipe."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"BUTTON_TEXT": "Ajouter un agent à votre équipe",
|
||||||
|
"TITLE": "Ajouter des agents à l'équipe - %{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": "Créer",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Ajouter des agents",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Vous êtes paré !"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Ajouter des agents à l'équipe - %{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": "Vous êtes paré !"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "COURRIEL",
|
||||||
|
"BUTTON_TEXT": "Ajouter des agents",
|
||||||
|
"ADD_AGENTS": "Adding Agents to your Team...",
|
||||||
|
"SELECT": "select",
|
||||||
|
"SELECT_ALL": "select all agents",
|
||||||
|
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
|
||||||
|
},
|
||||||
|
"ADD": {
|
||||||
|
"TITLE": "Ajouter des agents à l'équipe - %{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": "Ajouter des agents",
|
||||||
|
"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": "Supprimer",
|
||||||
|
"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": "Supprimer ",
|
||||||
|
"NO": "Annuler"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Paramètres",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Edit Contact",
|
"BUTTON_LABEL": "Edit Contact",
|
||||||
"TITLE": "Edit contact",
|
"TITLE": "Edit contact",
|
||||||
"DESC": "Edit contact details",
|
"DESC": "Edit contact details"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Submit",
|
"SUBMIT": "Submit",
|
||||||
"CANCEL": "Cancel",
|
"CANCEL": "Cancel",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Updated contact successfully",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
||||||
"ERROR_MESSAGE": "There was an error updating the contact, please try again"
|
"ERROR_MESSAGE": "There was an error, please try again"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Contacts",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading contacts...",
|
"LOADING_MESSAGE": "Loading contacts...",
|
||||||
"404": "No contacts matches your search 🔍",
|
"404": "No contacts matches your search 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Name",
|
"NAME": "Name",
|
||||||
"Phone Number",
|
"PHONE_NUMBER": "Phone Number",
|
||||||
"Conversations",
|
"CONVERSATIONS": "Conversations",
|
||||||
"Last Contacted"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Company",
|
||||||
|
"EMAIL_ADDRESS": "Email Address"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Search messages",
|
"TITLE": "Search messages",
|
||||||
"LOADING_MESSAGE": "Crunching data...",
|
"LOADING_MESSAGE": "Crunching data...",
|
||||||
"PLACEHOLDER": "Type any text to search messages",
|
"PLACEHOLDER": "Type any text to search messages",
|
||||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Unread Messages",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Unread Message",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
||||||
"CHANGE_STATUS": "Conversation status changed",
|
"CHANGE_STATUS": "Conversation status changed",
|
||||||
"CHANGE_AGENT": "Conversation Assignee changed",
|
"CHANGE_AGENT": "Conversation Assignee changed",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Sent by:",
|
"SENT_BY": "Sent by:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Select Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Please enter a valid email address"
|
"ERROR": "Please enter a valid email address"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Pick a value"
|
"PICK_A_VALUE": "Pick a value"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' "
|
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Website channel",
|
"TITLE": "Website channel",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Settings",
|
||||||
"COLLABORATORS": "Collaborators",
|
"COLLABORATORS": "Collaborators",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Configuration",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Settings",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||||
"MESSAGE_ERROR": "There was an error, please try again"
|
"MESSAGE_ERROR": "There was an error, please try again"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/hi/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/hi/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": "Create",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Add Agents",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "You are all set to go!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "You are all set to go!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "EMAIL",
|
||||||
|
"BUTTON_TEXT": "Add agents",
|
||||||
|
"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": "Add agents",
|
||||||
|
"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": "Delete",
|
||||||
|
"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": "Delete ",
|
||||||
|
"NO": "Cancel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Settings",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -3,15 +3,15 @@
|
|||||||
"HEADER": "Ügynökök",
|
"HEADER": "Ügynökök",
|
||||||
"HEADER_BTN_TXT": "Ügynök Hozzádása",
|
"HEADER_BTN_TXT": "Ügynök Hozzádása",
|
||||||
"LOADING": "Ügynökök Listájának Lekérése",
|
"LOADING": "Ügynökök Listájának Lekérése",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Ügynökök</b></p> <p> Egy <b>Ügynök</b> tagja a terméktámogatási csapatodnak.</p> <p>Az ügynökök láthatják és válaszolhatnak a felhasználóid üzeneteire. A lista minden jelenleg a fiókodban található ügynököt mutatja.</p><p> Kattints az <b>Ügynök hozzáadásra</b> új ügynök hozzáadásához. Az ügynök amelyet hozzáadsz e-mailt fog kapni egy megerősítő linkkel, mellyel aktiválhatják a fiókjukat, mely után hozzáférést kapnak a Chatwoot-hoz és válaszolhatnak üzenetekre. </p><p>A Chatwoot lehetőségeihez a következő szerepkörök alapján férhet hozzá.</p><p><b>Ügynökök</b> - Ezzel a szerepkörrel rendelkező ügynökök hozzáférhetnek az inboxokhoz, jelentésekhez és beszélgetésekhez. Hozzárendelhetnek beszélgetéseket más ügynökökhöz vagy saját magukhoz és lezárhatnak beszélgetéseket.</p><p> <b>Adminisztrátor</b> - Az Adminisztrátor felhasználók hozzáférhetnek minden Chatwoot funkcióhoz mely a fiókhoz tartozik, beleértve a beállításokat, illetve a normális ügynöki felhasználói jogosultságokkal is bírnak.</p>",
|
||||||
"AGENT_TYPES": {
|
"AGENT_TYPES": {
|
||||||
"ADMINISTRATOR": "Adminisztrátor",
|
"ADMINISTRATOR": "Adminisztrátor",
|
||||||
"AGENT": "Ügynök"
|
"AGENT": "Ügynök"
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "Ehhez a fiókhoz nincs ügynök rendelve",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "A csapatod ügynökeinek kezelése",
|
||||||
"DESC": "You can add/remove agents to/in your team.",
|
"DESC": "Hozzáadhatsz és törölhetsz ügynököket a csapatodban.",
|
||||||
"NAME": "Név",
|
"NAME": "Név",
|
||||||
"EMAIL": "EMAIL",
|
"EMAIL": "EMAIL",
|
||||||
"STATUS": "Státusz",
|
"STATUS": "Státusz",
|
||||||
@ -42,24 +42,24 @@
|
|||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Ügynök sikeresen hozzáadva",
|
"SUCCESS_MESSAGE": "Ügynök sikeresen hozzáadva",
|
||||||
"EXIST_MESSAGE": "Az ügynök email cím már használatban van, kérjük próbálkozzon újra másik email címmel",
|
"EXIST_MESSAGE": "Az ügynök email cím már használatban van, kérjük próbálkozzon újra másik email címmel",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Delete",
|
"BUTTON_TEXT": "Törlés",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Agent deleted successfully",
|
"SUCCESS_MESSAGE": "Ügynök sikeresen hozzáadva",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirm Deletion",
|
"TITLE": "Törlés megerősítése",
|
||||||
"MESSAGE": "Are you sure to delete ",
|
"MESSAGE": "Biztos abban, hogy törli ",
|
||||||
"YES": "Yes, Delete ",
|
"YES": "Igen, Törlés ",
|
||||||
"NO": "No, Keep "
|
"NO": "Nem, Mégse "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit agent",
|
"TITLE": "Ügynök szerkesztése",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Ügynök neve",
|
"LABEL": "Ügynök neve",
|
||||||
@ -74,23 +74,23 @@
|
|||||||
"LABEL": "Email cím",
|
"LABEL": "Email cím",
|
||||||
"PLACEHOLDER": "Kérjük adja meg az ügynök email címét"
|
"PLACEHOLDER": "Kérjük adja meg az ügynök email címét"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Edit Agent"
|
"SUBMIT": "Ügynök szerkesztése"
|
||||||
},
|
},
|
||||||
"BUTTON_TEXT": "Edit",
|
"BUTTON_TEXT": "Szerkesztés",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
"CANCEL_BUTTON_TEXT": "Mégse",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Agent updated successfully",
|
"SUCCESS_MESSAGE": "Ügynök sikeresen frissítve",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"PASSWORD_RESET": {
|
"PASSWORD_RESET": {
|
||||||
"ADMIN_RESET_BUTTON": "Reset Password",
|
"ADMIN_RESET_BUTTON": "Új jelszó kérése",
|
||||||
"ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent",
|
"ADMIN_SUCCESS_MESSAGE": "Egy e-mail a jelszófrissítési utasításokkal sikeresen kiküldve az ügynöknek",
|
||||||
"SUCCESS_MESSAGE": "Agent password reset successfully",
|
"SUCCESS_MESSAGE": "Ügynök jelszó sikeresen frissítve",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"NO_RESULTS": "No agents found."
|
"NO_RESULTS": "Nem találunk ügynököt."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,75 +1,75 @@
|
|||||||
{
|
{
|
||||||
"CANNED_MGMT": {
|
"CANNED_MGMT": {
|
||||||
"HEADER": "Canned Responses",
|
"HEADER": "Mentett válaszok",
|
||||||
"HEADER_BTN_TXT": "Add Canned Response",
|
"HEADER_BTN_TXT": "Mentett válasz hozzáadása",
|
||||||
"LOADING": "Fetching Canned Responses",
|
"LOADING": "Mentett válaszok letöltése",
|
||||||
"SEARCH_404": "There are no items matching this query",
|
"SEARCH_404": "Nincs megfelelő elem",
|
||||||
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation . </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
|
"SIDEBAR_TXT": "<p><b>Mentett válaszok</b> </p><p> A mentett válaszok sablonok, melyeket gyors válaszok kiküldésére használhatsz. </p><p> Mentett válasz létrehozásához kattints a <b>Mentett válasz létrehozása</b>-ra. Szerkesztheted vagy törölheted is a mentett válaszokat a Szerkesztés és Törlés gombokkal. A mentett válaszokat <b>rövidkódok</b> segítéségével használhatod. Az ügynökök a <b>'/'</b> jel begépelésével és a megfelelő rövidkód begépelésével férhetnek hozzá a válaszokhoz.</p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no canned responses available in this account.",
|
"404": "Nincs megfelelő mentett válasz ebben a fiókban.",
|
||||||
"TITLE": "Manage canned responses",
|
"TITLE": "Mentett válaszok kezelése",
|
||||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.",
|
"DESC": "A mentett válaszok előre meghatározott sablonok, melyeket gyors válaszok kiküldésére használhatsz.",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Short Code",
|
"Rövidkód",
|
||||||
"Content",
|
"Tartalom",
|
||||||
"Műveletek"
|
"Műveletek"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add Canned Response",
|
"TITLE": "Mentett válasz hozzáadása",
|
||||||
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation .",
|
"DESC": "A mentett válaszok előre meghatározott sablonok, melyeket gyors válaszok kiküldésére használhatsz .",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
"CANCEL_BUTTON_TEXT": "Mégse",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SHORT_CODE": {
|
"SHORT_CODE": {
|
||||||
"LABEL": "Short Code",
|
"LABEL": "Rövidkód",
|
||||||
"PLACEHOLDER": "Please enter a shortcode",
|
"PLACEHOLDER": "Kérjük adj meg egy Rövidkódot",
|
||||||
"ERROR": "Short Code is required"
|
"ERROR": "Rövidkód szükséges"
|
||||||
},
|
},
|
||||||
"CONTENT": {
|
"CONTENT": {
|
||||||
"LABEL": "Content",
|
"LABEL": "Tartalom",
|
||||||
"PLACEHOLDER": "Please enter a content",
|
"PLACEHOLDER": "Kérjük adj meg tartalmat",
|
||||||
"ERROR": "Content is required"
|
"ERROR": "Tartalom szükséges"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Elküldés"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Canned Response added successfully",
|
"SUCCESS_MESSAGE": "A mentett válasz sikeresen hozzáadva",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit Canned Response",
|
"TITLE": "Mentett válasz szerkesztése",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
"CANCEL_BUTTON_TEXT": "Mégse",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SHORT_CODE": {
|
"SHORT_CODE": {
|
||||||
"LABEL": "Short Code",
|
"LABEL": "Rövidkód",
|
||||||
"PLACEHOLDER": "Please enter a shortcode",
|
"PLACEHOLDER": "Kérjük adj meg egy Rövidkódot",
|
||||||
"ERROR": "Short Code is required"
|
"ERROR": "Rövidkód szükséges"
|
||||||
},
|
},
|
||||||
"CONTENT": {
|
"CONTENT": {
|
||||||
"LABEL": "Content",
|
"LABEL": "Tartalom",
|
||||||
"PLACEHOLDER": "Please enter a content",
|
"PLACEHOLDER": "Kérjük adj meg tartalmat",
|
||||||
"ERROR": "Content is required"
|
"ERROR": "Tartalom szükséges"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Elküldés"
|
||||||
},
|
},
|
||||||
"BUTTON_TEXT": "Edit",
|
"BUTTON_TEXT": "Szerkesztés",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Canned Response updated successfully",
|
"SUCCESS_MESSAGE": "A mentett válasz sikeresen frissítve",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Delete",
|
"BUTTON_TEXT": "Törlés",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Canned response deleted successfully",
|
"SUCCESS_MESSAGE": "A mentett válasz sikeresen törölve",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirm Deletion",
|
"TITLE": "Törlés megerősítése",
|
||||||
"MESSAGE": "Are you sure to delete ",
|
"MESSAGE": "Biztos abban, hogy törli ",
|
||||||
"YES": "Yes, Delete ",
|
"YES": "Igen, Törlés ",
|
||||||
"NO": "No, Keep "
|
"NO": "Nem, Mégse "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,49 +1,49 @@
|
|||||||
{
|
{
|
||||||
"CHAT_LIST": {
|
"CHAT_LIST": {
|
||||||
"LOADING": "Fetching conversations",
|
"LOADING": "Beszélgetések betöltése",
|
||||||
"LOAD_MORE_CONVERSATIONS": "Load more conversations",
|
"LOAD_MORE_CONVERSATIONS": "További beszélgetések betöltése",
|
||||||
"EOF": "All conversations loaded 🎉",
|
"EOF": "Minden beszélgetés betöltve 🎉",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no active conversations in this group."
|
"404": "Nincs aktív üzenetváltás ebben a csoportban."
|
||||||
},
|
},
|
||||||
"TAB_HEADING": "Conversations",
|
"TAB_HEADING": "Beszélgetések",
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"INPUT": "Search for People, Chats, Saved Replies .."
|
"INPUT": "Keresés: emberek, beszélgetése, mentett válaszok .."
|
||||||
},
|
},
|
||||||
"STATUS_TABS": [
|
"STATUS_TABS": [
|
||||||
{
|
{
|
||||||
"NAME": "Open",
|
"NAME": "Megnyitás",
|
||||||
"KEY": "openCount"
|
"KEY": "openCount"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"NAME": "Resolved",
|
"NAME": "Megoldva",
|
||||||
"KEY": "allConvCount"
|
"KEY": "allConvCount"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ASSIGNEE_TYPE_TABS": [
|
"ASSIGNEE_TYPE_TABS": [
|
||||||
{
|
{
|
||||||
"NAME": "Mine",
|
"NAME": "Enyém",
|
||||||
"KEY": "me",
|
"KEY": "me",
|
||||||
"COUNT_KEY": "mineCount"
|
"COUNT_KEY": "mineCount"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"NAME": "Unassigned",
|
"NAME": "Gazdátlan",
|
||||||
"KEY": "unassigned",
|
"KEY": "unassigned",
|
||||||
"COUNT_KEY": "unAssignedCount"
|
"COUNT_KEY": "unAssignedCount"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"NAME": "All",
|
"NAME": "Mind",
|
||||||
"KEY": "all",
|
"KEY": "all",
|
||||||
"COUNT_KEY": "allCount"
|
"COUNT_KEY": "allCount"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CHAT_STATUS_ITEMS": [
|
"CHAT_STATUS_ITEMS": [
|
||||||
{
|
{
|
||||||
"TEXT": "Open",
|
"TEXT": "Megnyitás",
|
||||||
"VALUE": "open"
|
"VALUE": "open"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"TEXT": "Resolved",
|
"TEXT": "Megoldva",
|
||||||
"VALUE": "resolved"
|
"VALUE": "resolved"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -54,32 +54,32 @@
|
|||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
"image": {
|
"image": {
|
||||||
"ICON": "ion-image",
|
"ICON": "ion-image",
|
||||||
"CONTENT": "Picture message"
|
"CONTENT": "Képüzenet"
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"ICON": "ion-volume-high",
|
"ICON": "ion-volume-high",
|
||||||
"CONTENT": "Audio message"
|
"CONTENT": "Hangüzenet"
|
||||||
},
|
},
|
||||||
"video": {
|
"video": {
|
||||||
"ICON": "ion-ios-videocam",
|
"ICON": "ion-ios-videocam",
|
||||||
"CONTENT": "Video message"
|
"CONTENT": "Videoüzenet"
|
||||||
},
|
},
|
||||||
"file": {
|
"file": {
|
||||||
"ICON": "ion-document",
|
"ICON": "ion-document",
|
||||||
"CONTENT": "File Attachment"
|
"CONTENT": "Csatolt file"
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"ICON": "ion-ios-location",
|
"ICON": "ion-ios-location",
|
||||||
"CONTENT": "Location"
|
"CONTENT": "Hely"
|
||||||
},
|
},
|
||||||
"fallback": {
|
"fallback": {
|
||||||
"ICON": "ion-link",
|
"ICON": "ion-link",
|
||||||
"CONTENT": "has shared a url"
|
"CONTENT": "megosztott URL-t tartalmaz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RECEIVED_VIA_EMAIL": "Received via email",
|
"RECEIVED_VIA_EMAIL": "E-mailen keresztül érkezett",
|
||||||
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
|
"VIEW_TWEET_IN_TWITTER": "Üzenet megtekintése Twitteren",
|
||||||
"REPLY_TO_TWEET": "Reply to this tweet",
|
"REPLY_TO_TWEET": "Válasz",
|
||||||
"NO_MESSAGES": "No Messages"
|
"NO_MESSAGES": "Nincs üzenet"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,115 +1,128 @@
|
|||||||
{
|
{
|
||||||
"CONTACT_PANEL": {
|
"CONTACT_PANEL": {
|
||||||
"NOT_AVAILABLE": "Not Available",
|
"NOT_AVAILABLE": "Nem elérhető",
|
||||||
"EMAIL_ADDRESS": "Email cím",
|
"EMAIL_ADDRESS": "Email cím",
|
||||||
"PHONE_NUMBER": "Phone number",
|
"PHONE_NUMBER": "Telefonszám",
|
||||||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
"COPY_SUCCESSFUL": "Vágólapra másolva",
|
||||||
"COMPANY": "Company",
|
"COMPANY": "Cég",
|
||||||
"LOCATION": "Location",
|
"LOCATION": "Hely",
|
||||||
"CONVERSATION_TITLE": "Conversation Details",
|
"CONVERSATION_TITLE": "Beszélgetés részletei",
|
||||||
"BROWSER": "Browser",
|
"BROWSER": "Böngésző",
|
||||||
"OS": "Operating System",
|
"OS": "Operációs rendszer",
|
||||||
"INITIATED_FROM": "Initiated from",
|
"INITIATED_FROM": "Kezdeményezve",
|
||||||
"INITIATED_AT": "Initiated at",
|
"INITIATED_AT": "Kezdeményezve",
|
||||||
"IP_ADDRESS": "IP Address",
|
"IP_ADDRESS": "IP cím",
|
||||||
"CONVERSATIONS": {
|
"CONVERSATIONS": {
|
||||||
"NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.",
|
"NO_RECORDS_FOUND": "Nincs megelőző beszélgetés ezzel a kontakttal.",
|
||||||
"TITLE": "Previous Conversations"
|
"TITLE": "Korábbi beszélgetések"
|
||||||
},
|
},
|
||||||
"CUSTOM_ATTRIBUTES": {
|
"CUSTOM_ATTRIBUTES": {
|
||||||
"TITLE": "Custom Attributes"
|
"TITLE": "Egyedi atribútumok"
|
||||||
},
|
},
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
"TITLE": "Conversation Labels",
|
"TITLE": "Beszélgetés cimkék",
|
||||||
"MODAL": {
|
"MODAL": {
|
||||||
"TITLE": "Labels for",
|
"TITLE": "Kapcsolódó cimkék",
|
||||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
"ACTIVE_LABELS": "A beszélgetéshez hozzáadott cimkék",
|
||||||
"INACTIVE_LABELS": "Labels available in the account",
|
"INACTIVE_LABELS": "A fiókhoz tartozó cimkék",
|
||||||
"REMOVE": "Click on X icon to remove the label",
|
"REMOVE": "Kattints az X ikonra a cimke eltávolításához",
|
||||||
"ADD": "Click on + icon to add the label",
|
"ADD": "Kattints a + ikonra a cimke hozzáadásához",
|
||||||
"UPDATE_BUTTON": "Update labels",
|
"UPDATE_BUTTON": "Cimkék frissítése",
|
||||||
"UPDATE_ERROR": "Couldn't update labels, try again."
|
"UPDATE_ERROR": "Cimke frissítés sikertelen, kérjük próbáld később."
|
||||||
},
|
},
|
||||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
"NO_LABELS_TO_ADD": "Ebben a fiókban már nincsenek további cimkék.",
|
||||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
"NO_AVAILABLE_LABELS": "Nincs több cimke ehhez a beszélgetéshez."
|
||||||
},
|
},
|
||||||
"MUTE_CONTACT": "Mute Conversation",
|
"MUTE_CONTACT": "Beszélgetés elnémítása",
|
||||||
"UNMUTE_CONTACT": "Unmute Conversation",
|
"UNMUTE_CONTACT": "Beszélgetés elnémításának feloldása",
|
||||||
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
|
"MUTED_SUCCESS": "A beszélgetés 6 órára elnémítva",
|
||||||
"UNMUTED_SUCCESS": "This conversation is unmuted",
|
"UNMUTED_SUCCESS": "A beszélgetés elnémítása megszűntetve",
|
||||||
"SEND_TRANSCRIPT": "Send Transcript",
|
"SEND_TRANSCRIPT": "Jegyzetek elküldése",
|
||||||
"EDIT_LABEL": "Edit"
|
"EDIT_LABEL": "Szerkesztés"
|
||||||
},
|
},
|
||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Edit Contact",
|
"BUTTON_LABEL": "Jegyzetek szerkesztése",
|
||||||
"TITLE": "Edit contact",
|
"TITLE": "Kontakt szerkesztése",
|
||||||
"DESC": "Edit contact details",
|
"DESC": "Kontakt részletek szerkesztése"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "Új kontakt",
|
||||||
|
"TITLE": "Új kontakt létrehozása",
|
||||||
|
"DESC": "Alapvető információ a kontaktról."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Submit",
|
"SUBMIT": "Elküldés",
|
||||||
"CANCEL": "Cancel",
|
"CANCEL": "Mégse",
|
||||||
"AVATAR": {
|
"AVATAR": {
|
||||||
"LABEL": "Contact Avatar"
|
"LABEL": "Kontakt avatarja"
|
||||||
},
|
},
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"PLACEHOLDER": "Enter the full name of the contact",
|
"PLACEHOLDER": "A kontakt teljes nevének megadása",
|
||||||
"LABEL": "Full Name"
|
"LABEL": "Teljes név"
|
||||||
},
|
},
|
||||||
"BIO": {
|
"BIO": {
|
||||||
"PLACEHOLDER": "Enter the bio of the contact",
|
"PLACEHOLDER": "A kontakt önéletrajzának megadása",
|
||||||
"LABEL": "Bio"
|
"LABEL": "Önéletrajz"
|
||||||
},
|
},
|
||||||
"EMAIL_ADDRESS": {
|
"EMAIL_ADDRESS": {
|
||||||
"PLACEHOLDER": "Enter the email address of the contact",
|
"PLACEHOLDER": "A kontakt e-mailjének megadása",
|
||||||
"LABEL": "Email cím"
|
"LABEL": "Email cím"
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER": {
|
"PHONE_NUMBER": {
|
||||||
"PLACEHOLDER": "Enter the phone number of the contact",
|
"PLACEHOLDER": "A kontakt telefonszámának megadása",
|
||||||
"LABEL": "Phone Number"
|
"LABEL": "Telefonszám"
|
||||||
},
|
},
|
||||||
"LOCATION": {
|
"LOCATION": {
|
||||||
"PLACEHOLDER": "Enter the location of the contact",
|
"PLACEHOLDER": "A kontakt helyének megadása",
|
||||||
"LABEL": "Location"
|
"LABEL": "Hely"
|
||||||
},
|
},
|
||||||
"COMPANY_NAME": {
|
"COMPANY_NAME": {
|
||||||
"PLACEHOLDER": "Enter the company name",
|
"PLACEHOLDER": "Cégnév megadása",
|
||||||
"LABEL": "Company Name"
|
"LABEL": "Cégnév"
|
||||||
},
|
},
|
||||||
"SOCIAL_PROFILES": {
|
"SOCIAL_PROFILES": {
|
||||||
"FACEBOOK": {
|
"FACEBOOK": {
|
||||||
"PLACEHOLDER": "Enter the Facebook username",
|
"PLACEHOLDER": "Facebook felhasználó megadása",
|
||||||
"LABEL": "Facebook"
|
"LABEL": "Facebook"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"PLACEHOLDER": "Enter the Twitter username",
|
"PLACEHOLDER": "Twitter felhasználó megadása",
|
||||||
"LABEL": "Twitter"
|
"LABEL": "Twitter"
|
||||||
},
|
},
|
||||||
"LINKEDIN": {
|
"LINKEDIN": {
|
||||||
"PLACEHOLDER": "Enter the LinkedIn username",
|
"PLACEHOLDER": "Linkedin usernév hozzáadása",
|
||||||
"LABEL": "LinkedIn"
|
"LABEL": "LinkedIn"
|
||||||
},
|
},
|
||||||
"GITHUB": {
|
"GITHUB": {
|
||||||
"PLACEHOLDER": "Enter the Github username",
|
"PLACEHOLDER": "Github felhasználó megadása",
|
||||||
"LABEL": "Github"
|
"LABEL": "Github"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Updated contact successfully",
|
"SUCCESS_MESSAGE": "Kontakt mentés sikeres",
|
||||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
"CONTACT_ALREADY_EXIST": "Az e-mailcím már egy másik kontakthoz tartozik.",
|
||||||
"ERROR_MESSAGE": "There was an error updating the contact, please try again"
|
"ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Kontaktok",
|
||||||
"SEARCH_BUTTON": "Search",
|
"SEARCH_BUTTON": "Keresés",
|
||||||
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
|
"SEARCH_INPUT_PLACEHOLDER": "Kontaktok keresése",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading contacts...",
|
"LOADING_MESSAGE": "Kontaktok betöltése...",
|
||||||
"404": "No contacts matches your search 🔍",
|
"404": "Nincs a keresésnek megfelelő kontakt 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Név",
|
"NAME": "Név",
|
||||||
"Phone Number",
|
"PHONE_NUMBER": "Telefonszám",
|
||||||
"Conversations",
|
"CONVERSATIONS": "Beszélgetések",
|
||||||
"Last Contacted"
|
"LAST_ACTIVITY": "Utolsó aktivitás",
|
||||||
]
|
"COUNTRY": "Ország",
|
||||||
|
"CITY": "Város",
|
||||||
|
"SOCIAL_PROFILES": "Social media profilok",
|
||||||
|
"COMPANY": "Cég",
|
||||||
|
"EMAIL_ADDRESS": "Email cím"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "Részletek megtekintése"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,78 +1,111 @@
|
|||||||
{
|
{
|
||||||
"CONVERSATION": {
|
"CONVERSATION": {
|
||||||
"404": "Please select a conversation from left pane",
|
"404": "Kérjük válassz egy beszélgetést a bal sávból",
|
||||||
"NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.",
|
"NO_MESSAGE_1": "Jajj ne! Úgy tűnik, hogy nincs több ügyfélbeszélgetés az inboxodban.",
|
||||||
"NO_MESSAGE_2": " to send a message to your page!",
|
"NO_MESSAGE_2": "egy üzenet küldéséhez az oldaladra!",
|
||||||
"NO_INBOX_1": "Hola! Looks like you haven't added any inboxes yet.",
|
"NO_INBOX_1": "Hola! Úgy tűnik, hogy még nem adtál hozzá fiókokat.",
|
||||||
"NO_INBOX_2": " to get started",
|
"NO_INBOX_2": " Első lépések",
|
||||||
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
|
"NO_INBOX_AGENT": "O-Ó! Úgy tűnik, hogy egyetlen fióknak sem vagy tagja. Kérjük lépj kapcsolatba az adminisztrátoroddal",
|
||||||
"SEARCH_MESSAGES": "Search for messages in conversations",
|
"SEARCH_MESSAGES": "Üzenetek keresése a beszélgetésekben",
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"TITLE": "Search messages",
|
"TITLE": "Üzenetekben keresés",
|
||||||
"LOADING_MESSAGE": "Crunching data...",
|
"LOADING_MESSAGE": "Adatelemzés...",
|
||||||
"PLACEHOLDER": "Type any text to search messages",
|
"PLACEHOLDER": "Írj be szöveget hogy keress az üzenetek közt",
|
||||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Olvasatlan üzenetek",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Olvasatlan üzenet",
|
||||||
"CLICK_HERE": "Click here",
|
"CLICK_HERE": "Kattints ide",
|
||||||
"LOADING_INBOXES": "Loading inboxes",
|
"LOADING_INBOXES": "Postaládák betöltése",
|
||||||
"LOADING_CONVERSATIONS": "Loading Conversations",
|
"LOADING_CONVERSATIONS": "Beszélgetések betöltése",
|
||||||
"CANNOT_REPLY": "You cannot reply due to",
|
"CANNOT_REPLY": "Nem tudunk válaszolni, mivel",
|
||||||
"24_HOURS_WINDOW": "24 hour message window restriction",
|
"24_HOURS_WINDOW": "24 órás üzeneti ablak megkötés",
|
||||||
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
|
"LAST_INCOMING_TWEET": "Az utolsó beérkező tweetre válaszolsz",
|
||||||
"REPLYING_TO": "You are replying to:",
|
"REPLYING_TO": "Neki válaszolsz:",
|
||||||
"REMOVE_SELECTION": "Remove Selection",
|
"REMOVE_SELECTION": "Kijelölés törlése",
|
||||||
"DOWNLOAD": "Download",
|
"DOWNLOAD": "Letöltés",
|
||||||
"UPLOADING_ATTACHMENTS": "Uploading attachments...",
|
"UPLOADING_ATTACHMENTS": "Csatolt fileok feltöltése...",
|
||||||
"NO_RESPONSE": "No response",
|
"NO_RESPONSE": "Nincs válasz",
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"RESOLVE_ACTION": "Resolve",
|
"RESOLVE_ACTION": "Megoldva",
|
||||||
"REOPEN_ACTION": "Reopen",
|
"REOPEN_ACTION": "Újranyitás",
|
||||||
"OPEN": "More",
|
"OPEN": "Tovább",
|
||||||
"CLOSE": "Close",
|
"CLOSE": "Bezárás",
|
||||||
"DETAILS": "details"
|
"DETAILS": "részletek"
|
||||||
},
|
},
|
||||||
"FOOTER": {
|
"FOOTER": {
|
||||||
"MSG_INPUT": "Shift + enter for new line. Start with '/' to select a Canned Response.",
|
"MSG_INPUT": "Shift + enter új sorért. Kezdj a '/'-el mentett válasz kiválasztásához.",
|
||||||
"PRIVATE_MSG_INPUT": "Shift + enter for new line. This will be visible only to Agents"
|
"PRIVATE_MSG_INPUT": "Shift + enter új sorért. Ezt csak ügynökök láthatják"
|
||||||
},
|
},
|
||||||
"REPLYBOX": {
|
"REPLYBOX": {
|
||||||
"REPLY": "Reply",
|
"REPLY": "Válasz",
|
||||||
"PRIVATE_NOTE": "Private Note",
|
"PRIVATE_NOTE": "Privát üzenet",
|
||||||
"SEND": "Send",
|
"SEND": "Elküldés",
|
||||||
"CREATE": "Add Note",
|
"CREATE": "Megjegyzés hozzáadása",
|
||||||
"TWEET": "Tweet",
|
"TWEET": "Tweet",
|
||||||
"TIP_FORMAT_ICON": "Show rich text editor",
|
"TIP_FORMAT_ICON": "Rich szövegszerkesztő mutatása",
|
||||||
"TIP_EMOJI_ICON": "Show emoji selector",
|
"TIP_EMOJI_ICON": "Emoji választó mutatása",
|
||||||
"TIP_ATTACH_ICON": "Attach files",
|
"TIP_ATTACH_ICON": "Fileok csatolása",
|
||||||
"ENTER_TO_SEND": "Enter to send"
|
"ENTER_TO_SEND": "Enter-rel elküld"
|
||||||
},
|
},
|
||||||
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
"VISIBLE_TO_AGENTS": "Privát megjegyzés: csak Neked és a csapat tagjainak látható",
|
||||||
"CHANGE_STATUS": "Conversation status changed",
|
"CHANGE_STATUS": "A beszélgetés státusza megváltozott",
|
||||||
"CHANGE_AGENT": "Conversation Assignee changed",
|
"CHANGE_AGENT": "Hozzárendelt ügynök megváltoztatva",
|
||||||
"SENT_BY": "Sent by:",
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
|
"SENT_BY": "Küldő:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Ügynök kiválasztása",
|
||||||
"REMOVE": "Remove",
|
"REMOVE": "Eltávolítás",
|
||||||
"ASSIGN": "Assign"
|
"ASSIGN": "Hozzárendelés"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EMAIL_TRANSCRIPT": {
|
"EMAIL_TRANSCRIPT": {
|
||||||
"TITLE": "Send conversation transcript",
|
"TITLE": "Beszélgetés kivonat elküldése",
|
||||||
"DESC": "Send a copy of the conversation transcript to the specified email address",
|
"DESC": "A beszélgetés másolatának elküldése egy megadott e-mailcímre",
|
||||||
"SUBMIT": "Submit",
|
"SUBMIT": "Elküldés",
|
||||||
"CANCEL": "Cancel",
|
"CANCEL": "Mégse",
|
||||||
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
|
"SEND_EMAIL_SUCCESS": "A beszélgetés jegyzet sikeresen elküldve",
|
||||||
"SEND_EMAIL_ERROR": "There was an error, please try again",
|
"SEND_EMAIL_ERROR": "Hiba történt, kérjük próbáld újra",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SEND_TO_CONTACT": "Send the transcript to the customer",
|
"SEND_TO_CONTACT": "A beszélgetés jegyzet elküldése az ügyfélnek",
|
||||||
"SEND_TO_AGENT": "Send the transcript to the assigned agent",
|
"SEND_TO_AGENT": "A beszélgetés jegyzet elküldése a hozzárendelt ügynöknek",
|
||||||
"SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address",
|
"SEND_TO_OTHER_EMAIL_ADDRESS": "Küldj jegyzetet egy másik e-mailcímre",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"PLACEHOLDER": "Enter an email address",
|
"PLACEHOLDER": "E-mailcím megadása",
|
||||||
"ERROR": "Please enter a valid email address"
|
"ERROR": "Kérjük helyes e-mailcímet adj meg"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ONBOARDING": {
|
||||||
|
"TITLE": "Hello 👋, köszöntünk a %{installationName}!",
|
||||||
|
"DESCRIPTION": "Köszönjük, hogy feliratkoztál. Segíteni akarunk, hogy a legtöbbet hozd ki a %{installationName}. Itt találsz egy pár dolgot, amit a %{installationName} lehetővé tesz.",
|
||||||
|
"READ_LATEST_UPDATES": "Olvasd el legfrissebbeket",
|
||||||
|
"ALL_CONVERSATION": {
|
||||||
|
"TITLE": "Minden beszélgetésed egy helyen",
|
||||||
|
"DESCRIPTION": "Kövesd az összes ügyfélbeszélgetésedet egy felületről. Szűrheted a beszélgetéseket csatorna, cimke vagy státusz alapján."
|
||||||
|
},
|
||||||
|
"TEAM_MEMBERS": {
|
||||||
|
"TITLE": "Hívd meg csapattagjaidat",
|
||||||
|
"DESCRIPTION": "Mivel éppen ügyféllel készülsz beszélni, hívd meg a csapattagjaidat, hogy segítségül legyenek. Az e-mailcímük ügynöklistába való megadásával tudod meghívni őket.",
|
||||||
|
"NEW_LINK": "Kattints ide csapattag meghívásához"
|
||||||
|
},
|
||||||
|
"INBOXES": {
|
||||||
|
"TITLE": "Inboxok összekötése",
|
||||||
|
"DESCRIPTION": "Különböző csatornákat használva kapcsolódj az ügyfeleidhez. Weboldal chateden, a Facebook vagy Twitter fiókodon, vagy akár WhatsApp számodon keresztül.",
|
||||||
|
"NEW_LINK": "Kattints ide postaláda létrehozásához"
|
||||||
|
},
|
||||||
|
"LABELS": {
|
||||||
|
"TITLE": "Rendezd a beszélgetéseket cimkékkel",
|
||||||
|
"DESCRIPTION": "A cimkék egyszerű módot biztosítanak hogy kategorizáld a beszélgetést. Hozz létre cimkéket, mint például a #támogatás vagy a #számlázás, stb... későbbi használatra.",
|
||||||
|
"NEW_LINK": "Kattints ide cimkék létrehozásához"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CONVERSATION_SIDEBAR": {
|
||||||
|
"DETAILS_TITLE": "Conversations Details",
|
||||||
|
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||||
|
"TEAM_LABEL": "Assigned Team",
|
||||||
|
"SELECT": {
|
||||||
|
"PLACEHOLDER": "None"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,75 +1,75 @@
|
|||||||
{
|
{
|
||||||
"GENERAL_SETTINGS": {
|
"GENERAL_SETTINGS": {
|
||||||
"TITLE": "Account settings",
|
"TITLE": "Fiókbeállítások",
|
||||||
"SUBMIT": "Update settings",
|
"SUBMIT": "Beállítások frissítése",
|
||||||
"BACK": "Back",
|
"BACK": "Vissza",
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"ERROR": "Could not update settings, try again!",
|
"ERROR": "Beállítás frissítés sikertelen, kérjük próbáld később!",
|
||||||
"SUCCESS": "Successfully updated account settings"
|
"SUCCESS": "Fiókbeállítások frissítve"
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"ERROR": "Please fix form errors",
|
"ERROR": "Kérjük javítsd ki az űrlaphibákat",
|
||||||
"GENERAL_SECTION": {
|
"GENERAL_SECTION": {
|
||||||
"TITLE": "General settings",
|
"TITLE": "Általános beállítások",
|
||||||
"NOTE": ""
|
"NOTE": ""
|
||||||
},
|
},
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Account name",
|
"LABEL": "Fióknév",
|
||||||
"PLACEHOLDER": "Your account name",
|
"PLACEHOLDER": "A fiókneved",
|
||||||
"ERROR": "Please enter a valid account name"
|
"ERROR": "Kérjük helyes fióknevet adj meg"
|
||||||
},
|
},
|
||||||
"LANGUAGE": {
|
"LANGUAGE": {
|
||||||
"LABEL": "Site language (Beta)",
|
"LABEL": "Oldal nyelve (Béta)",
|
||||||
"PLACEHOLDER": "Your account name",
|
"PLACEHOLDER": "A fiókneved",
|
||||||
"ERROR": ""
|
"ERROR": ""
|
||||||
},
|
},
|
||||||
"DOMAIN": {
|
"DOMAIN": {
|
||||||
"LABEL": "Incoming Email Domain",
|
"LABEL": "Beérkező e-mail domain",
|
||||||
"PLACEHOLDER": "The domain where you will receive the emails",
|
"PLACEHOLDER": "A domain melyen az e-maileket fogadod",
|
||||||
"ERROR": ""
|
"ERROR": ""
|
||||||
},
|
},
|
||||||
"SUPPORT_EMAIL": {
|
"SUPPORT_EMAIL": {
|
||||||
"LABEL": "Support Email",
|
"LABEL": "Támogatási e-mail",
|
||||||
"PLACEHOLDER": "Your company's support email",
|
"PLACEHOLDER": "A vállalati támogatási e-mailcímed",
|
||||||
"ERROR": ""
|
"ERROR": ""
|
||||||
},
|
},
|
||||||
"AUTO_RESOLVE_DURATION": {
|
"AUTO_RESOLVE_DURATION": {
|
||||||
"LABEL": "Number of days after a ticket should auto resolve if there is no activity",
|
"LABEL": "A napok száma, mely után a ticketek automatikusan megoldódnak, ha nincs aktivitás",
|
||||||
"PLACEHOLDER": "30",
|
"PLACEHOLDER": "30",
|
||||||
"ERROR": "Please enter a valid auto resolve duration (minimum 1 day)"
|
"ERROR": "Kérjük helyes auto megoldási időszakot adj meg (minimum 1 nap)"
|
||||||
},
|
},
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
"INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.",
|
"INBOUND_EMAIL_ENABLED": "A beszélgetésfolytonosság e-maillel már elérhető a fiókodban.",
|
||||||
"CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now."
|
"CUSTOM_EMAIL_DOMAIN_ENABLED": "Most már goadhatsz e-maileket az egyedi domaineden."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UPDATE_CHATWOOT": "An update %{latestChatwootVersion} for Chatwoot is available. Please update your instance."
|
"UPDATE_CHATWOOT": "Egy frissítés elérhető a Chatwoothoz %{latestChatwootVersion}. Kérjük frissítsd a telepítésed."
|
||||||
},
|
},
|
||||||
"FORMS": {
|
"FORMS": {
|
||||||
"MULTISELECT": {
|
"MULTISELECT": {
|
||||||
"ENTER_TO_SELECT": "Press enter to select",
|
"ENTER_TO_SELECT": "Enter-rel válaszd ki",
|
||||||
"ENTER_TO_REMOVE": "Press enter to remove",
|
"ENTER_TO_REMOVE": "Enter-rel távolítsd el",
|
||||||
"SELECT_ONE": "Select one"
|
"SELECT_ONE": "Válassz egyet"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NOTIFICATIONS_PAGE": {
|
"NOTIFICATIONS_PAGE": {
|
||||||
"HEADER": "Notifications",
|
"HEADER": "Értesítések",
|
||||||
"MARK_ALL_DONE": "Mark All Done",
|
"MARK_ALL_DONE": "Mind kész",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading notifications...",
|
"LOADING_MESSAGE": "Értesítések betöltése...",
|
||||||
"404": "No Notifications",
|
"404": "Nincs értesítés",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Név",
|
"Név",
|
||||||
"Phone Number",
|
"Telefonszám",
|
||||||
"Conversations",
|
"Beszélgetések",
|
||||||
"Last Contacted"
|
"Utoljára kapcsolatban"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TYPE_LABEL": {
|
"TYPE_LABEL": {
|
||||||
"conversation_creation": "New conversation",
|
"conversation_creation": "Új beszélgetés",
|
||||||
"conversation_assignment": "Conversation Assigned",
|
"conversation_assignment": "Beszélgetés hozzárendelve",
|
||||||
"assigned_conversation_new_message": "New Message",
|
"assigned_conversation_new_message": "Új üzenet",
|
||||||
"conversation_mention": "Mention"
|
"conversation_mention": "Megemlítés"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,255 +1,293 @@
|
|||||||
{
|
{
|
||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Inboxes",
|
"HEADER": "Fiókok",
|
||||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
"SIDEBAR_TXT": "<p><b>Inbox</b></p><p>Amikor egy weboldalt vagy facebook oldalt összekötsz a Chatwoottal, <b>inbox</b>-nak vagy fióknak hívjuk. Korlátlan inboxod lehet a Chatwoot fiókodban. </p><p>Kattints a <b>Inbox hozzáadása</b> gombra hogy összekapcsold a weboldaladdal vagy Facebook oldaladdal.</p><p>A műszerfaladon láthatod az összes beszélgetésedet az összes fiókodból egy helyen és válszolhatsz a 'Beszélgetések' fülön.</p><p>Láthatsz továbbá fiókhoz kapcsolódó beszélgetéseket a fiók nevére kattintva a műszerfal bal sávjában.</p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no inboxes attached to this account."
|
"404": "Nincs Inbox kapcsolva ehhez a fiókhoz."
|
||||||
},
|
},
|
||||||
"CREATE_FLOW": [
|
"CREATE_FLOW": [
|
||||||
{
|
{
|
||||||
"title": "Choose Channel",
|
"title": "Csatorna kiválasztása",
|
||||||
"route": "settings_inbox_new",
|
"route": "settings_inbox_new",
|
||||||
"body": "Choose the provider you want to integrate with Chatwoot."
|
"body": "Válasz egy szolgáltatót, melyet össze akarsz integrálni a Chatwoottal."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Create Inbox",
|
"title": "Fiók létrehozása",
|
||||||
"route": "settings_inboxes_page_channel",
|
"route": "settings_inboxes_page_channel",
|
||||||
"body": "Authenticate your account and create an inbox."
|
"body": "Hitelesítsd a fiókod és hozz létre egy inboxot."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Add Agents",
|
"title": "Ügynök Hozzádása",
|
||||||
"route": "settings_inboxes_add_agents",
|
"route": "settings_inboxes_add_agents",
|
||||||
"body": "Add agents to the created inbox."
|
"body": "Adj hozzá ügynököket a létrehozott inboxhoz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Voila!",
|
"title": "Tadaaam!",
|
||||||
"route": "settings_inbox_finish",
|
"route": "settings_inbox_finish",
|
||||||
"body": "You are all set to go!"
|
"body": "Mindennel készen állsz!"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"FB": {
|
"FB": {
|
||||||
"HELP": "PS: By signing in, we only get access to your Page's messages. Your private messages can never be accessed by Chatwoot.",
|
"HELP": "UI: A bejelentkezéseddel csak az oldalad üzeneteihez kapunk hozzáférést. Privát üzeneteidhez sosem férhet hozzá a Chatwoot.",
|
||||||
"CHOOSE_PAGE": "Choose Page",
|
"CHOOSE_PAGE": "Oldal kiválasztása",
|
||||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
"CHOOSE_PLACEHOLDER": "Válaszd ki az oldalt a listából",
|
||||||
"INBOX_NAME": "Inbox Name",
|
"INBOX_NAME": "Fiók név",
|
||||||
"ADD_NAME": "Add a name for your inbox",
|
"ADD_NAME": "Adj nevet a fiókodnak",
|
||||||
"PICK_NAME": "Pick A Name Your Inbox",
|
"PICK_NAME": "Válassz nevet az inboxodnak",
|
||||||
"PICK_A_VALUE": "Pick a value"
|
"PICK_A_VALUE": "Válassz értéket"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' "
|
"HELP": "Ahhoz hogy hozzáadd a twitter profilodat egy csatornaként, azonosítanod kell a Twitter fiókodat a 'Belépés Twitterrel' gomb megnyomásával ",
|
||||||
|
"ERROR_MESSAGE": "Hiba történt a Twitterrel való csatlakozáskor, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Website channel",
|
"TITLE": "Website csatorna",
|
||||||
"DESC": "Create a channel for your website and start supporting your customers via our website widget.",
|
"DESC": "Hozz létre egy csatornát a websiteodnak és kezdd el az ügyfeleid támogatását a website widgeten keresztül.",
|
||||||
"LOADING_MESSAGE": "Creating Website Support Channel",
|
"LOADING_MESSAGE": "Website támogatási csatorna létrehozása",
|
||||||
"CHANNEL_AVATAR": {
|
"CHANNEL_AVATAR": {
|
||||||
"LABEL": "Channel Avatar"
|
"LABEL": "Csatorna avatar"
|
||||||
},
|
},
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Website Name",
|
"LABEL": "Website név",
|
||||||
"PLACEHOLDER": "Enter your website name (eg: Acme Inc)"
|
"PLACEHOLDER": "Add meg weboldalad nevét (pl.: Példa Kft.)"
|
||||||
},
|
},
|
||||||
"CHANNEL_DOMAIN": {
|
"CHANNEL_DOMAIN": {
|
||||||
"LABEL": "Website Domain",
|
"LABEL": "Website domain",
|
||||||
"PLACEHOLDER": "Enter your website domain (eg: acme.com)"
|
"PLACEHOLDER": "Add meg weboldalad domainjét (pl.: példa.hu)"
|
||||||
},
|
},
|
||||||
"CHANNEL_WELCOME_TITLE": {
|
"CHANNEL_WELCOME_TITLE": {
|
||||||
"LABEL": "Welcome Heading",
|
"LABEL": "Köszöntő fejléc üzenet",
|
||||||
"PLACEHOLDER": "Hi there !"
|
"PLACEHOLDER": "Szia!"
|
||||||
},
|
},
|
||||||
"CHANNEL_WELCOME_TAGLINE": {
|
"CHANNEL_WELCOME_TAGLINE": {
|
||||||
"LABEL": "Welcome Tagline",
|
"LABEL": "Köszöntő üzenet",
|
||||||
"PLACEHOLDER": "We make it simple to connect with us. Ask us anything, or share your feedback."
|
"PLACEHOLDER": "Könnyűvé tesszük, hogy kapcsolatba kerülj velünk. Kérdezz bármit, vagy oszd meg véleményed."
|
||||||
},
|
},
|
||||||
"CHANNEL_GREETING_MESSAGE": {
|
"CHANNEL_GREETING_MESSAGE": {
|
||||||
"LABEL": "Channel greeting message",
|
"LABEL": "Csatorna köszöntő üzenet",
|
||||||
"PLACEHOLDER": "Acme Inc typically replies in a few hours."
|
"PLACEHOLDER": "Példa Kft. általában néhány órán belül válaszol."
|
||||||
},
|
},
|
||||||
"CHANNEL_GREETING_TOGGLE": {
|
"CHANNEL_GREETING_TOGGLE": {
|
||||||
"LABEL": "Enable channel greeting",
|
"LABEL": "Csatorna köszöntés engedélyezése",
|
||||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
"HELP_TEXT": "Üdvözlő üzenet küldése a felhasználónak, amikor beszélgetést indít.",
|
||||||
"ENABLED": "Enabled",
|
"ENABLED": "Engedélyezve",
|
||||||
"DISABLED": "Disabled"
|
"DISABLED": "Letiltva"
|
||||||
},
|
},
|
||||||
"REPLY_TIME": {
|
"REPLY_TIME": {
|
||||||
"TITLE": "Set Reply time",
|
"TITLE": "Válaszadási idő megadása",
|
||||||
"IN_A_FEW_MINUTES": "In a few minutes",
|
"IN_A_FEW_MINUTES": "Néhány percen belül",
|
||||||
"IN_A_FEW_HOURS": "In a few hours",
|
"IN_A_FEW_HOURS": "Néhány órán belül",
|
||||||
"IN_A_DAY": "In a day",
|
"IN_A_DAY": "Egy napon belül",
|
||||||
"HELP_TEXT": "This reply time will be displayed on the live chat widget"
|
"HELP_TEXT": "Ezen válaszidő ki lesz írva az élő chat widgeten"
|
||||||
},
|
},
|
||||||
"WIDGET_COLOR": {
|
"WIDGET_COLOR": {
|
||||||
"LABEL": "Widget Color",
|
"LABEL": "Widget szín",
|
||||||
"PLACEHOLDER": "Update the widget color used in widget"
|
"PLACEHOLDER": "Frissítsd a widget színét"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create inbox"
|
"SUBMIT_BUTTON": "Fiók létrehozása"
|
||||||
},
|
},
|
||||||
"TWILIO": {
|
"TWILIO": {
|
||||||
"TITLE": "Twilio SMS/Whatsapp Channel",
|
"TITLE": "Twilio SMS/Whatsapp csatorna",
|
||||||
"DESC": "Integrate Twilio and start supporting your customers via SMS or Whatsapp.",
|
"DESC": "Integráld a Twiliot és kezdd el támogatni az ügyfeleidet SMS-en vagy Whatsappon.",
|
||||||
"ACCOUNT_SID": {
|
"ACCOUNT_SID": {
|
||||||
"LABEL": "Account SID",
|
"LABEL": "Fiók SID",
|
||||||
"PLACEHOLDER": "Please enter your Twilio Account SID",
|
"PLACEHOLDER": "Kérjük add meg a Twilio fiók SID-t",
|
||||||
"ERROR": "This field is required"
|
"ERROR": "Ez a mező kötelező"
|
||||||
},
|
},
|
||||||
"CHANNEL_TYPE": {
|
"CHANNEL_TYPE": {
|
||||||
"LABEL": "Channel Type",
|
"LABEL": "Csatorna típusa",
|
||||||
"ERROR": "Please select your Channel Type"
|
"ERROR": "Kérjük válaszd ki a csatorna típusát"
|
||||||
},
|
},
|
||||||
"AUTH_TOKEN": {
|
"AUTH_TOKEN": {
|
||||||
"LABEL": "Auth Token",
|
"LABEL": "Auth token",
|
||||||
"PLACEHOLDER": "Please enter your Twilio Auth Token",
|
"PLACEHOLDER": "Kérjük add meg a Twilio auth tokened",
|
||||||
"ERROR": "This field is required"
|
"ERROR": "Ez a mező kötelező"
|
||||||
},
|
},
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Channel Name",
|
"LABEL": "Csatorna neve",
|
||||||
"PLACEHOLDER": "Please enter a channel name",
|
"PLACEHOLDER": "Kérjük adj meg csatorna nevet",
|
||||||
"ERROR": "This field is required"
|
"ERROR": "Ez a mező kötelező"
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER": {
|
"PHONE_NUMBER": {
|
||||||
"LABEL": "Phone number",
|
"LABEL": "Telefonszám",
|
||||||
"PLACEHOLDER": "Please enter the phone number from which message will be sent.",
|
"PLACEHOLDER": "Kérjük add meg a telefonszámot, amire az üzeneteket küldjük.",
|
||||||
"ERROR": "Please enter a valid value. Phone number should start with `+` sign."
|
"ERROR": "Kérjük helyes értéket adj meg. A telefonszám a '+' jellel kezdődjön."
|
||||||
},
|
},
|
||||||
"API_CALLBACK": {
|
"API_CALLBACK": {
|
||||||
"TITLE": "Callback URL",
|
"TITLE": "Visszahívás URL",
|
||||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
"SUBTITLE": "Be kell állítanod az üzenet visszahívás URL-t a Twilion az itt megadott URL alapján."
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create Twilio Channel",
|
"SUBMIT_BUTTON": "Twilio csatorna létrehozása",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to authenticate Twilio credentials, please try again"
|
"ERROR_MESSAGE": "Nem tudtuk hitelesíteni a Twilio fiókodat, kérjük próbáld később"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API_CHANNEL": {
|
"API_CHANNEL": {
|
||||||
"TITLE": "API Channel",
|
"TITLE": "API csatorna",
|
||||||
"DESC": "Integrate with API channel and start supporting your customers.",
|
"DESC": "API-val integrálj és láss neki az ügyfeleid támogatásának.",
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Channel Name",
|
"LABEL": "Csatorna neve",
|
||||||
"PLACEHOLDER": "Please enter a channel name",
|
"PLACEHOLDER": "Kérjük adj meg csatorna nevet",
|
||||||
"ERROR": "This field is required"
|
"ERROR": "Ez a mező kötelező"
|
||||||
},
|
},
|
||||||
"WEBHOOK_URL": {
|
"WEBHOOK_URL": {
|
||||||
"LABEL": "Webhook URL",
|
"LABEL": "Webhook URL",
|
||||||
"SUBTITLE": "Configure the URL where you want to recieve callbacks on events.",
|
"SUBTITLE": "Állítsd be az URL-t melyről fogadni szeretnéd a visszahívásokat az eseményekről.",
|
||||||
"PLACEHOLDER": "Webhook URL"
|
"PLACEHOLDER": "Webhook URL"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create API Channel",
|
"SUBMIT_BUTTON": "API csatorna létrehozása",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to save the api channel"
|
"ERROR_MESSAGE": "Nem tudtuk elmenteni az API csatornát"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EMAIL_CHANNEL": {
|
"EMAIL_CHANNEL": {
|
||||||
"TITLE": "Email Channel",
|
"TITLE": "E-mail csatorna",
|
||||||
"DESC": "Integrate you email inbox.",
|
"DESC": "Inbox-al való integrálás.",
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Channel Name",
|
"LABEL": "Csatorna neve",
|
||||||
"PLACEHOLDER": "Please enter a channel name",
|
"PLACEHOLDER": "Kérjük adj meg csatorna nevet",
|
||||||
"ERROR": "This field is required"
|
"ERROR": "Ez a mező kötelező"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email",
|
"LABEL": "E-mail",
|
||||||
"SUBTITLE": "Email where your customers sends you support tickets",
|
"SUBTITLE": "Az e-mail ahova az ügyfeled a támogatási kérelmeit küldi",
|
||||||
"PLACEHOLDER": "Email"
|
"PLACEHOLDER": "E-mail"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create Email Channel",
|
"SUBMIT_BUTTON": "E-mail csatorna létrehozása",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to save the email channel"
|
"ERROR_MESSAGE": "Nem tudtuk elmenteni az e-mail csatornát"
|
||||||
},
|
},
|
||||||
"FINISH_MESSAGE": "Start forwarding your emails to the following email address."
|
"FINISH_MESSAGE": "Kezdd el továbbítani az e-maileket a következő e-mail címekre."
|
||||||
},
|
},
|
||||||
"AUTH": {
|
"AUTH": {
|
||||||
"TITLE": "Channels",
|
"TITLE": "Csatornák",
|
||||||
"DESC": "Currently we support Website live chat widgets, Facebook Pages and Twitter profiles as platforms. We have more platforms like Whatsapp, Email, Telegram and Line in the works, which will be out soon."
|
"DESC": "Currently we support Website live chat widgets, Facebook Pages and Twitter profiles as platforms. We have more platforms like Whatsapp, Email, Telegram and Line in the works, which will be out soon."
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"TITLE": "Ügynökök",
|
"TITLE": "Ügynökök",
|
||||||
"DESC": "Here you can add agents to manage your newly created inbox. Only these selected agents will have access to your inbox. Agents which are not part of this inbox will not be able to see or respond to messages in this inbox when they login. <br> <b>PS:</b> As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create.",
|
"DESC": "Itt hozzáadhatsz ügynököket az újonan létrehooztt inboxodhoz. Csak ezek a kiválasztott ügynökök fognak hozzáférni az inboxodhoz. Az ügynökök akik nem részei az inboxnak, nem látják és nem tudnak válaszolni az üzenetekre belépésük után. <br><b>UI:</b>Adminisztrátorként hozzáférésed van az összes inboxhoz, add hozzá magad az összes inboxhoz ügynökként.",
|
||||||
"VALIDATION_ERROR": "Add atleast one agent to your new Inbox",
|
"VALIDATION_ERROR": "Adj legalább egy ügynököt az új inboxodhoz",
|
||||||
"PICK_AGENTS": "Pick agents for the inbox"
|
"PICK_AGENTS": "Válaszd ki az inboxhoz hozzárendelt ügynököket"
|
||||||
},
|
},
|
||||||
"DETAILS": {
|
"DETAILS": {
|
||||||
"TITLE": "Inbox Details",
|
"TITLE": "Fiók részletek",
|
||||||
"DESC": "From the dropdown below, select the Facebook Page you want to connect to Chatwoot. You can also give a custom name to your inbox for better identification."
|
"DESC": "A legördülő listából kérjük válaszd ki hogy melyik Facebook oldalt szeretnéd a Chatwoothoz kötni. Egyedi nevet is adhatsz az Inboxnak a jobb azonosíthatóság érdekében."
|
||||||
},
|
},
|
||||||
"FINISH": {
|
"FINISH": {
|
||||||
"TITLE": "Nailed It!",
|
"TITLE": "Sikerült!",
|
||||||
"DESC": "You have successfully finished integrating your Facebook Page with Chatwoot. Next time a customer messages your Page, the conversation will automatically appear on your inbox.<br>We are also providing you with a widget script that you can easily add to your website. Once this is live on your website, customers can message you right from your website without the help of any external tool and the conversation will appear right here, on Chatwoot.<br>Cool, huh? Well, we sure try to be :)"
|
"DESC": "Sikeresen integráltad a Facebook oldaladat a Chatwoottal. Legközelebb amikor egy ügyfél üzenetet ír az oldaladra, a beszélgetés automatiksuan megjelenik az inboxodban.<br> Ezen kívül egy widget kódot biztosítunk számodra, amelyet könnyen hozzáadhatsz a weboldaladhoz. Amint ez kiélesítésre kerül, az ügyfelek üzenetet küldhetnek Neked a weboldaladról bármilyen külső eszköz igénybevétele nélkül és ez a beszélgetés itt a Chatwootban fog megjelenni. <br>Menő, nem? Hát megpróbáljuk :)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DETAILS": {
|
"DETAILS": {
|
||||||
"LOADING_FB": "Authenticating you with Facebook...",
|
"LOADING_FB": "Facebookkal azonosítunk...",
|
||||||
"ERROR_FB_AUTH": "Something went wrong, Please refresh page...",
|
"ERROR_FB_AUTH": "Valami elromlott, kérjük töltsd újra az oldalt...",
|
||||||
"CREATING_CHANNEL": "Creating your Inbox...",
|
"CREATING_CHANNEL": "Inbox létrehozása...",
|
||||||
"TITLE": "Configure Inbox Details",
|
"TITLE": "Inbox részletek beállítása",
|
||||||
"DESC": ""
|
"DESC": ""
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"BUTTON_TEXT": "Add agents",
|
"BUTTON_TEXT": "Ügynök Hozzádása",
|
||||||
"ADD_AGENTS": "Adding Agents to your Inbox..."
|
"ADD_AGENTS": "Ügynökök hozzáadása a fiókhoz..."
|
||||||
},
|
},
|
||||||
"FINISH": {
|
"FINISH": {
|
||||||
"TITLE": "Your Inbox is ready!",
|
"TITLE": "A fiókod elkészült!",
|
||||||
"MESSAGE": "You can now engage with your customers through your new Channel. Happy supporting ",
|
"MESSAGE": "Most már tudsz egyeztetni az ügyfeleiddel az új csatornán. Boldog támgoatást ",
|
||||||
"BUTTON_TEXT": "Take me there",
|
"BUTTON_TEXT": "Vigyél oda",
|
||||||
"WEBSITE_SUCCESS": "You have successfully finished creating a website channel. Copy the code shown below and paste it on your website. Next time a customer use the live chat, the conversation will automatically appear on your inbox."
|
"WEBSITE_SUCCESS": "Sikeresen létrehoztad a website csatornát. Másold az itt látható kódot és helyezd el a weboldaladon. Legközelebb, mikor egy ügyfél az élő chatben van, a beszélgetés automatikusan megjelenik az inboxodban."
|
||||||
},
|
},
|
||||||
"REAUTH": "Reauthorize",
|
"REAUTH": "Újraengedélyezés",
|
||||||
"VIEW": "View",
|
"VIEW": "Megtekintés",
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Inbox settings updated successfully",
|
"SUCCESS_MESSAGE": "Inbox beállítások sikeresen frissítve",
|
||||||
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Auto assignment updated successfully",
|
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Automatikus hozzárendelés sikeresen frissítve",
|
||||||
"ERROR_MESSAGE": "Could not update widget color. Please try again later."
|
"ERROR_MESSAGE": "Nem sikerült a widget szín változtatása. Kérjük próbáld később."
|
||||||
},
|
},
|
||||||
"AUTO_ASSIGNMENT": {
|
"AUTO_ASSIGNMENT": {
|
||||||
"ENABLED": "Enabled",
|
"ENABLED": "Engedélyezve",
|
||||||
"DISABLED": "Disabled"
|
"DISABLED": "Letiltva"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Delete",
|
"BUTTON_TEXT": "Törlés",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirm Deletion",
|
"TITLE": "Törlés megerősítése",
|
||||||
"MESSAGE": "Are you sure to delete ",
|
"MESSAGE": "Biztos abban, hogy törli ",
|
||||||
"YES": "Yes, Delete ",
|
"YES": "Igen, Törlés ",
|
||||||
"NO": "No, Keep "
|
"NO": "Nem, Mégse "
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Inbox deleted successfully",
|
"SUCCESS_MESSAGE": "Inbox sikeresen törölve",
|
||||||
"ERROR_MESSAGE": "Could not delete inbox. Please try again later."
|
"ERROR_MESSAGE": "Nem sikerült a fiók törlése. Kérjük próbáld később."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Beállítások",
|
||||||
"COLLABORATORS": "Collaborators",
|
"COLLABORATORS": "Csapattagok",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Beállítások",
|
||||||
|
"PRE_CHAT_FORM": "Chat előtti űrlap",
|
||||||
|
"BUSINESS_HOURS": "Nyitvatartás"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Beállítások",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
"LABEL": "Features",
|
"LABEL": "Lehetőségek",
|
||||||
"DISPLAY_FILE_PICKER": "Display file picker on the widget",
|
"DISPLAY_FILE_PICKER": "File választó megjelenítése a widgeten",
|
||||||
"DISPLAY_EMOJI_PICKER": "Display emoji picker on the widget"
|
"DISPLAY_EMOJI_PICKER": "Emoji választó megjelenítése a widgeten"
|
||||||
},
|
},
|
||||||
"SETTINGS_POPUP": {
|
"SETTINGS_POPUP": {
|
||||||
"MESSENGER_HEADING": "Messenger Script",
|
"MESSENGER_HEADING": "Messenger szkript",
|
||||||
"MESSENGER_SUB_HEAD": "Place this button inside your body tag",
|
"MESSENGER_SUB_HEAD": "Ezt a gombot a body tag-en belül helyezd el",
|
||||||
"INBOX_AGENTS": "Ügynökök",
|
"INBOX_AGENTS": "Ügynökök",
|
||||||
"INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox",
|
"INBOX_AGENTS_SUB_TEXT": "Ügynökök hosszáadása vagy eltávolítása az inboxból",
|
||||||
"UPDATE": "Update",
|
"UPDATE": "Frissítés",
|
||||||
"AUTO_ASSIGNMENT": "Enable auto assignment",
|
"AUTO_ASSIGNMENT": "Automata hozzárendelés engedélyezése",
|
||||||
"INBOX_UPDATE_TITLE": "Inbox Settings",
|
"INBOX_UPDATE_TITLE": "Fiókbeállítások",
|
||||||
"INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",
|
"INBOX_UPDATE_SUB_TEXT": "Frissítsd az inbox beállításaidat",
|
||||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Enable or disable the automatic assignment of new conversations to the agents added to this inbox.",
|
"AUTO_ASSIGNMENT_SUB_TEXT": "Bekapcsolása vagy kikapcsolása az inboxhoz kapcsolódó automatikus ügynökhozzárendelésnek új beszélgetések esetén.",
|
||||||
"HMAC_VERIFICATION": "User Identity Validation",
|
"HMAC_VERIFICATION": "Felhasználói fiók validálás",
|
||||||
"HMAC_DESCRIPTION": "Inorder validate the users identity, the SDK allows you to pass an `identity_hash` for each user. You can generate HMAC using 'sha256' with the key shown here."
|
"HMAC_DESCRIPTION": "A felhasználói fiók ellenőrzése céljából az SDK lehetőséget ad egy 'identity_hash' kódra minden felhasználónak. Ezt HMAC-al tudod generálni 'sha256'-t használva, az itt látható kóddal."
|
||||||
},
|
},
|
||||||
"FACEBOOK_REAUTHORIZE": {
|
"FACEBOOK_REAUTHORIZE": {
|
||||||
"TITLE": "Reauthorize",
|
"TITLE": "Újraengedélyezés",
|
||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "A Facebook kapcsolatod lejárt, kérjük kapcsold össze oldalad újra a szolgáltatás folytatásához",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Újrakapcsolódás sikeres",
|
||||||
"MESSAGE_ERROR": "There was an error, please try again"
|
"MESSAGE_ERROR": "Hiba történt, kérjük próbáld újra"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "A chat előtti űrlapok lehetővé teszik hogy felhasználói adatokat gyűjts mielőtt a beszélgetés megkezdődik.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Chat előtti űrlap engedélyezése",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Igen",
|
||||||
|
"DISABLED": "Nem"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Chat előtti üzenet",
|
||||||
|
"PLACEHOLDER": "Ez az üzenet látható lesz a felhasználók számára az űrlappal együtt"
|
||||||
|
},
|
||||||
|
"REQUIRE_EMAIL": {
|
||||||
|
"LABEL": "A látogatóknak nevük és e-mailcímük megadása szükséges a beszélgetés megkezdése előtt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BUSINESS_HOURS": {
|
||||||
|
"TITLE": "Elérhetőség beállítása",
|
||||||
|
"SUBTITLE": "Állításd be az elérhetőséged idejét a chat widgeten",
|
||||||
|
"WEEKLY_TITLE": "Heti órák beállítása",
|
||||||
|
"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": "Elérhetőség bekapcsolása erre a napra",
|
||||||
|
"UNAVAILABLE": "Nem elérhető",
|
||||||
|
"HOURS": "óra",
|
||||||
|
"VALIDATION_ERROR": "A kezés idejének a zárás ideje előttinek kell lennie.",
|
||||||
|
"CHOOSE": "Kiválasztás"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,61 +1,61 @@
|
|||||||
{
|
{
|
||||||
"INTEGRATION_SETTINGS": {
|
"INTEGRATION_SETTINGS": {
|
||||||
"HEADER": "Integrations",
|
"HEADER": "Integrációk",
|
||||||
"WEBHOOK": {
|
"WEBHOOK": {
|
||||||
"TITLE": "Webhook",
|
"TITLE": "Webhook",
|
||||||
"CONFIGURE": "Configure",
|
"CONFIGURE": "Beállítások",
|
||||||
"HEADER": "Webhook settings",
|
"HEADER": "Webhook beállítások",
|
||||||
"HEADER_BTN_TXT": "Add new webhook",
|
"HEADER_BTN_TXT": "Új webhook hozzáadása",
|
||||||
"LOADING": "Fetching attached webhooks",
|
"LOADING": "Kapcsolódó Webhookok betöltése",
|
||||||
"SEARCH_404": "There are no items matching this query",
|
"SEARCH_404": "Nincs megfelelő elem",
|
||||||
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account. <br /><br /> For creating a <b>webhook</b>, click on the <b>Add new webhook</b> button. You can also remove any existing webhook by clicking on the Delete button.</p>",
|
"SIDEBAR_TXT": "<p><b>Webhook</b>-ok</p><p>A Webhook-ok HTTP visszahívások, melyek minden fiókhoz bállíthatóak. Chatwoot események, például beérkező üzenetek aktiválhatják a webhookokat. Több webhookot is beállíthatsz a fiókodhoz. <br /><br /> Egy <b>webhook</b> létrehozásához kattints a <b>Webhook hozzáadása</b> gombra. Le is törölheted a létrejött webhookokat a Törlés gombra kattintva.</p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no webhooks configured for this account.",
|
"404": "Nincs a fiókhoz rendelt Webhook.",
|
||||||
"TITLE": "Manage webhooks",
|
"TITLE": "Webhook kezelés",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Webhook endpoint",
|
"Webhook végpont",
|
||||||
"Műveletek"
|
"Műveletek"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"CANCEL": "Cancel",
|
"CANCEL": "Mégse",
|
||||||
"TITLE": "Add new webhook",
|
"TITLE": "Új webhook hozzáadása",
|
||||||
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
|
"DESC": "Webhook események valós idejű információt adnak arról, hogy mi történik a Chatwoot fiókodban. Kérünk a visszahívás beállításánál egy helyes URL-t adj meg.",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"END_POINT": {
|
"END_POINT": {
|
||||||
"LABEL": "Webhook URL",
|
"LABEL": "Webhook URL",
|
||||||
"PLACEHOLDER": "Example: https://example/api/webhook",
|
"PLACEHOLDER": "Például: https://példa.com/api/webhook",
|
||||||
"ERROR": "Please enter a valid URL"
|
"ERROR": "Kérjük helyes URL-t adj meg"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Create webhook"
|
"SUBMIT": "Webhook létrehozása"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Webhook added successfully",
|
"SUCCESS_MESSAGE": "Webhook sikeresen hozzáadva",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Delete",
|
"BUTTON_TEXT": "Törlés",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Webhook deleted successfully",
|
"SUCCESS_MESSAGE": "Webhook sikeresen törölve",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirm Deletion",
|
"TITLE": "Törlés megerősítése",
|
||||||
"MESSAGE": "Are you sure to delete ",
|
"MESSAGE": "Biztos abban, hogy törli ",
|
||||||
"YES": "Yes, Delete ",
|
"YES": "Igen, Törlés ",
|
||||||
"NO": "No, Keep it"
|
"NO": "Nem, tartsa meg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Delete",
|
"BUTTON_TEXT": "Törlés",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
"SUCCESS_MESSAGE": "Integráció sikeresen törölve"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONNECT": {
|
"CONNECT": {
|
||||||
"BUTTON_TEXT": "Connect"
|
"BUTTON_TEXT": "Kapcsolódás"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,61 +1,61 @@
|
|||||||
{
|
{
|
||||||
"LABEL_MGMT": {
|
"LABEL_MGMT": {
|
||||||
"HEADER": "Labels",
|
"HEADER": "Cimkék",
|
||||||
"HEADER_BTN_TXT": "Add label",
|
"HEADER_BTN_TXT": "Cimke hozzáadása",
|
||||||
"LOADING": "Fetching labels",
|
"LOADING": "Cimkék letöltése",
|
||||||
"SEARCH_404": "There are no items matching this query",
|
"SEARCH_404": "Nincs megfelelő elem",
|
||||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
"SIDEBAR_TXT": "<p><b>Cimkék</b><p>A cimkék segítenek kategorizálni és priorizálni a beszélgetéseket. A beszélgetésekhez cimkét rendelhetsz az oldalpanelben <br /><br />A cimkék a fiókodhoz vannak kötve. A cimkékkel egyedi munkameneteket hozhatsz létre a szervezetedben. Egyedi színt adhatsz a cimkéknek a könnyű azonosíthatóság érdekében. Az oldalsávban meg tudod majd jeleníteni a cimkéket hogy könnyen szűrhesd a beszélgetéseket</p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no labels available in this account.",
|
"404": "Nincs megfelelő cimke ebben a fiókban.",
|
||||||
"TITLE": "Manage labels",
|
"TITLE": "Cimkék kezelése",
|
||||||
"DESC": "Labels let you group the conversations together.",
|
"DESC": "A cimkék a beszélgetések csoportokba rendezését segítik.",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Név",
|
"Név",
|
||||||
"Description",
|
"Leírás",
|
||||||
"Color"
|
"Szín"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Label Name",
|
"LABEL": "Cimke neve",
|
||||||
"PLACEHOLDER": "Label name",
|
"PLACEHOLDER": "Cimke neve",
|
||||||
"ERROR": "Label Name is required"
|
"ERROR": "A cimke nevének megadása kötelező"
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Description",
|
"LABEL": "Leírás",
|
||||||
"PLACEHOLDER": "Label Description"
|
"PLACEHOLDER": "Cimke leírás"
|
||||||
},
|
},
|
||||||
"COLOR": {
|
"COLOR": {
|
||||||
"LABEL": "Color"
|
"LABEL": "Szín"
|
||||||
},
|
},
|
||||||
"SHOW_ON_SIDEBAR": {
|
"SHOW_ON_SIDEBAR": {
|
||||||
"LABEL": "Show label on sidebar"
|
"LABEL": "Cimke megjelenítése az oldalsávban"
|
||||||
},
|
},
|
||||||
"EDIT": "Edit",
|
"EDIT": "Szerkesztés",
|
||||||
"CREATE": "Create",
|
"CREATE": "Létrehozás",
|
||||||
"DELETE": "Delete",
|
"DELETE": "Törlés",
|
||||||
"CANCEL": "Cancel"
|
"CANCEL": "Mégse"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add label",
|
"TITLE": "Cimke hozzáadása",
|
||||||
"DESC": "Labels let you group the conversations together.",
|
"DESC": "A cimkék a beszélgetések csoportokba rendezését segítik.",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Label added successfully",
|
"SUCCESS_MESSAGE": "Cimke sikeresen hozzáadva",
|
||||||
"ERROR_MESSAGE": "There was an error, please try again"
|
"ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit label",
|
"TITLE": "Cimke szerkesztése",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
"SUCCESS_MESSAGE": "Cimke sikeresen frissítve",
|
||||||
"ERROR_MESSAGE": "There was an error, please try again"
|
"ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Törlés",
|
"BUTTON_TEXT": "Törlés",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
"SUCCESS_MESSAGE": "Cimke sikeresen törölve",
|
||||||
"ERROR_MESSAGE": "There was an error, please try again"
|
"ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra"
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Törlés Megerősítése",
|
"TITLE": "Törlés Megerősítése",
|
||||||
|
|||||||
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"LOGIN": {
|
"LOGIN": {
|
||||||
"TITLE": "Login to Chatwoot",
|
"TITLE": "Chatwoot belépés",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email",
|
"LABEL": "E-mail",
|
||||||
"PLACEHOLDER": "Email eg: someone@example.com"
|
"PLACEHOLDER": "E-mail pl.: valaki@példa.hu"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Jelszó",
|
||||||
"PLACEHOLDER": "Password"
|
"PLACEHOLDER": "Jelszó"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Login Successful",
|
"SUCCESS_MESSAGE": "Bejelentkezés sikeres",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later",
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később",
|
||||||
"UNAUTH": "Username / Password Incorrect. Please try again"
|
"UNAUTH": "A felhasználó / jelszó helytelen. Kérjük próbálja újra"
|
||||||
},
|
},
|
||||||
"FORGOT_PASSWORD": "Forgot your password?",
|
"FORGOT_PASSWORD": "Elfelejtetted a jelszavad?",
|
||||||
"CREATE_NEW_ACCOUNT": "Create new account",
|
"CREATE_NEW_ACCOUNT": "Új fiók létrehozása",
|
||||||
"SUBMIT": "Login"
|
"SUBMIT": "Bejelentkezés"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,43 +1,43 @@
|
|||||||
{
|
{
|
||||||
"REPORT": {
|
"REPORT": {
|
||||||
"HEADER": "Reports",
|
"HEADER": "Jelentések",
|
||||||
"LOADING_CHART": "Loading chart data...",
|
"LOADING_CHART": "Táblázat adatok betöltése...",
|
||||||
"NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.",
|
"NO_ENOUGH_DATA": "Nem érkezett elég adat hogy jelentést generáljunk, kérjük próbáld később.",
|
||||||
"DOWNLOAD_AGENT_REPORTS": "Download agent reports",
|
"DOWNLOAD_AGENT_REPORTS": "Ügynök jelentések letöltése",
|
||||||
"METRICS": {
|
"METRICS": {
|
||||||
"CONVERSATIONS": {
|
"CONVERSATIONS": {
|
||||||
"NAME": "Conversations",
|
"NAME": "Beszélgetések",
|
||||||
"DESC": "( Total )"
|
"DESC": "( Teljes )"
|
||||||
},
|
},
|
||||||
"INCOMING_MESSAGES": {
|
"INCOMING_MESSAGES": {
|
||||||
"NAME": "Incoming Messages",
|
"NAME": "Beérkező üznetek",
|
||||||
"DESC": "( Total )"
|
"DESC": "( Teljes )"
|
||||||
},
|
},
|
||||||
"OUTGOING_MESSAGES": {
|
"OUTGOING_MESSAGES": {
|
||||||
"NAME": "Outgoing Messages",
|
"NAME": "Kimenő üzenetek",
|
||||||
"DESC": "( Total )"
|
"DESC": "( Teljes )"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"NAME": "First response time",
|
"NAME": "Első reakció idő",
|
||||||
"DESC": "( Avg )"
|
"DESC": "( Átlag )"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
"NAME": "Resolution Time",
|
"NAME": "Megoldási idő",
|
||||||
"DESC": "( Avg )"
|
"DESC": "( Átlag )"
|
||||||
},
|
},
|
||||||
"RESOLUTION_COUNT": {
|
"RESOLUTION_COUNT": {
|
||||||
"NAME": "Resolution Count",
|
"NAME": "Megoldások száma",
|
||||||
"DESC": "( Total )"
|
"DESC": "( Teljes )"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DATE_RANGE": [
|
"DATE_RANGE": [
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "Last 7 days"
|
"name": "Utolsó 7 nap"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "Last 30 days"
|
"name": "Utolsó 30 nap"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"RESET_PASSWORD": {
|
"RESET_PASSWORD": {
|
||||||
"TITLE": "Reset Password",
|
"TITLE": "Új jelszó kérése",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email",
|
"LABEL": "E-mail",
|
||||||
"PLACEHOLDER": "Please enter your email",
|
"PLACEHOLDER": "Add meg az e-mailed",
|
||||||
"ERROR": "Please enter a valid email"
|
"ERROR": "Kérjük helyes e-mailcímet adj meg"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
|
"SUCCESS_MESSAGE": "A jelszó helyreállító linket e-mailben elküldtük",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Elküldés"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"SET_NEW_PASSWORD": {
|
"SET_NEW_PASSWORD": {
|
||||||
"TITLE": "Set New Password",
|
"TITLE": "Új jelszó megadása",
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Jelszó",
|
||||||
"PLACEHOLDER": "Password",
|
"PLACEHOLDER": "Jelszó",
|
||||||
"ERROR": "Password is too short"
|
"ERROR": "A jelszó túl rövid"
|
||||||
},
|
},
|
||||||
"CONFIRM_PASSWORD": {
|
"CONFIRM_PASSWORD": {
|
||||||
"LABEL": "Confirm Password",
|
"LABEL": "Jelszó megerősítése",
|
||||||
"PLACEHOLDER": "Confirm Password",
|
"PLACEHOLDER": "Jelszó megerősítése",
|
||||||
"ERROR": "Passwords do not match"
|
"ERROR": "A jelszavak nem egyeznek"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Successfully changed the password",
|
"SUCCESS_MESSAGE": "Jelszó sikeresen megváltoztatva",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Elküldés"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,146 +1,146 @@
|
|||||||
{
|
{
|
||||||
"PROFILE_SETTINGS": {
|
"PROFILE_SETTINGS": {
|
||||||
"LINK": "Profile Settings",
|
"LINK": "Profilbeállítások",
|
||||||
"TITLE": "Profile Settings",
|
"TITLE": "Profilbeállítások",
|
||||||
"BTN_TEXT": "Update Profile",
|
"BTN_TEXT": "Profil frissítése",
|
||||||
"AFTER_EMAIL_CHANGED": "Your profile has been updated successfully, please login again as your login credentials are changed",
|
"AFTER_EMAIL_CHANGED": "A profilod sikeresen frissítésre került, kérjük lépj be újra, mivel megváltoztak a belépési adataid",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"AVATAR": "Profile Image",
|
"AVATAR": "Profilkép",
|
||||||
"ERROR": "Please fix form errors",
|
"ERROR": "Kérjük javítsd ki az űrlaphibákat",
|
||||||
"REMOVE_IMAGE": "Remove",
|
"REMOVE_IMAGE": "Eltávolítás",
|
||||||
"UPLOAD_IMAGE": "Upload image",
|
"UPLOAD_IMAGE": "Kép feltöltése",
|
||||||
"UPDATE_IMAGE": "Update image",
|
"UPDATE_IMAGE": "Kép frissítése",
|
||||||
"PROFILE_SECTION": {
|
"PROFILE_SECTION": {
|
||||||
"TITLE": "Profile",
|
"TITLE": "Profil",
|
||||||
"NOTE": "Your email address is your identity and is used to log in."
|
"NOTE": "Az e-mailcímed az identitásod és a belépésre használhatod."
|
||||||
},
|
},
|
||||||
"PASSWORD_SECTION": {
|
"PASSWORD_SECTION": {
|
||||||
"TITLE": "Password",
|
"TITLE": "Jelszó",
|
||||||
"NOTE": "Updating your password would reset your logins in multiple devices."
|
"NOTE": "A jelszó frissítása minden beléptetett eszközt kiléptet."
|
||||||
},
|
},
|
||||||
"ACCESS_TOKEN": {
|
"ACCESS_TOKEN": {
|
||||||
"TITLE": "Access Token",
|
"TITLE": "Hozzáférési kulcs",
|
||||||
"NOTE": "This token can be used if you are building an API based integration"
|
"NOTE": "Ez a kulcs akkor használható, ha API-alapú integrációt építesz"
|
||||||
},
|
},
|
||||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||||
"TITLE": "Email Notifications",
|
"TITLE": "E-mail értesítések",
|
||||||
"NOTE": "Update your email notification preferences here",
|
"NOTE": "Frissítsd az e-mail értesítési beállításaidat itt",
|
||||||
"CONVERSATION_ASSIGNMENT": "Send email notifications when a conversation is assigned to me",
|
"CONVERSATION_ASSIGNMENT": "Küldj e-mail értesítéseket, amikor a beszélgetést hozzám rendelik",
|
||||||
"CONVERSATION_CREATION": "Send email notifications when a new conversation is created",
|
"CONVERSATION_CREATION": "Küldj e-mail értesítéseket, amikor egy új beszélgetés létrejön",
|
||||||
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Küldj e-mail értesítéseket, amikor egy beszélgetésben megemlítenek",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation"
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Küldj e-mail értesítéseket, amikor egy hozzám rendelt beszélgetésben új üzenet érkezik"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
"UPDATE_SUCCESS": "Az értesítési beállításaid sikeresen frissítve",
|
||||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
"UPDATE_ERROR": "Egy hiba lépett fel a beállítások frissítése során, kérjük próbáld újra"
|
||||||
},
|
},
|
||||||
"PUSH_NOTIFICATIONS_SECTION": {
|
"PUSH_NOTIFICATIONS_SECTION": {
|
||||||
"TITLE": "Push Notifications",
|
"TITLE": "Push üzenetek",
|
||||||
"NOTE": "Update your push notification preferences here",
|
"NOTE": "Frissítsd az push üzenet beállításaidat itt",
|
||||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
"CONVERSATION_ASSIGNMENT": "Küldj push üzeneteket, amikor a beszélgetést hozzám rendelik",
|
||||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
"CONVERSATION_CREATION": "Küldj push üzeneteket, amikor egy új beszélgetés létrejön",
|
||||||
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Küldj push üzeneteket, amikor egy beszélgetésben megemlítenek",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Küldj push üzeneteket, amikor egy hozzám rendelt beszélgetésben új üzenet érkezik",
|
||||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
"HAS_ENABLED_PUSH": "Engedélyezted a push üzeneteket ezen a böngészőn.",
|
||||||
"REQUEST_PUSH": "Enable push notifications"
|
"REQUEST_PUSH": "Push üznetek engedélyezése"
|
||||||
},
|
},
|
||||||
"PROFILE_IMAGE": {
|
"PROFILE_IMAGE": {
|
||||||
"LABEL": "Profile Image"
|
"LABEL": "Profilkép"
|
||||||
},
|
},
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Your full name",
|
"LABEL": "A teljes neved",
|
||||||
"ERROR": "Please enter a valid full name",
|
"ERROR": "Kérjük helyes nevet adj meg",
|
||||||
"PLACEHOLDER": "Please enter your full name"
|
"PLACEHOLDER": "Kérjük a teljes nevedet add meg"
|
||||||
},
|
},
|
||||||
"DISPLAY_NAME": {
|
"DISPLAY_NAME": {
|
||||||
"LABEL": "Display name",
|
"LABEL": "Rövidnév",
|
||||||
"ERROR": "Please enter a valid display name",
|
"ERROR": "Kérjük helyes rövidnevet adj meg",
|
||||||
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
|
"PLACEHOLDER": "Kérjük add meg a rövidnevet amit a beszélgetésekben szeretnél megjeleníteni"
|
||||||
},
|
},
|
||||||
"AVAILABILITY": {
|
"AVAILABILITY": {
|
||||||
"LABEL": "Availability",
|
"LABEL": "Elérhetőség",
|
||||||
"STATUSES_LIST": [
|
"STATUSES_LIST": [
|
||||||
"Online",
|
"Online",
|
||||||
"Busy",
|
"Foglalt",
|
||||||
"Offline"
|
"Offline"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Your email address",
|
"LABEL": "Az e-mailcímed",
|
||||||
"ERROR": "Please enter a valid email address",
|
"ERROR": "Kérjük helyes e-mailcímet adj meg",
|
||||||
"PLACEHOLDER": "Please enter your email address, this would be displayed in conversations"
|
"PLACEHOLDER": "Kérjük add meg az e-mailcímet amit a beszélgetésekben szeretnél megjeleníteni"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Jelszó",
|
||||||
"ERROR": "Please enter a password of length 6 or more",
|
"ERROR": "Kérjük 6 karakternél hosszabb jelszót adj meg",
|
||||||
"PLACEHOLDER": "Please enter a new password"
|
"PLACEHOLDER": "Kérjük adj meg egy új jelszót"
|
||||||
},
|
},
|
||||||
"PASSWORD_CONFIRMATION": {
|
"PASSWORD_CONFIRMATION": {
|
||||||
"LABEL": "Confirm new password",
|
"LABEL": "Jelszó megerősítése",
|
||||||
"ERROR": "Confirm password should match the password",
|
"ERROR": "A két jelszónak egyeznie kell",
|
||||||
"PLACEHOLDER": "Please re-enter your password"
|
"PLACEHOLDER": "Kérjük add meg egy ismét a jelszót"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SIDEBAR_ITEMS": {
|
"SIDEBAR_ITEMS": {
|
||||||
"CHANGE_AVAILABILITY_STATUS": "Change",
|
"CHANGE_AVAILABILITY_STATUS": "Megváltoztatás",
|
||||||
"CHANGE_ACCOUNTS": "Switch Account",
|
"CHANGE_ACCOUNTS": "Fiókváltás",
|
||||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
"SELECTOR_SUBTITLE": "Fiók kiválasztása az alábbi listából",
|
||||||
"PROFILE_SETTINGS": "Profile Settings",
|
"PROFILE_SETTINGS": "Profilbeállítások",
|
||||||
"LOGOUT": "Logout"
|
"LOGOUT": "Kilépés"
|
||||||
},
|
},
|
||||||
"APP_GLOBAL": {
|
"APP_GLOBAL": {
|
||||||
"TRIAL_MESSAGE": "days trial remaining.",
|
"TRIAL_MESSAGE": "nap van hátra a próbaidőszakból.",
|
||||||
"TRAIL_BUTTON": "Buy Now"
|
"TRAIL_BUTTON": "Előfizetés"
|
||||||
},
|
},
|
||||||
"COMPONENTS": {
|
"COMPONENTS": {
|
||||||
"CODE": {
|
"CODE": {
|
||||||
"BUTTON_TEXT": "Copy",
|
"BUTTON_TEXT": "Másolás",
|
||||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
"COPY_SUCCESSFUL": "Vágólapra másolva"
|
||||||
},
|
},
|
||||||
"FILE_BUBBLE": {
|
"FILE_BUBBLE": {
|
||||||
"DOWNLOAD": "Download",
|
"DOWNLOAD": "Letöltés",
|
||||||
"UPLOADING": "Uploading..."
|
"UPLOADING": "Feltöltés..."
|
||||||
},
|
},
|
||||||
"FORM_BUBBLE": {
|
"FORM_BUBBLE": {
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Elküldés"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONFIRM_EMAIL": "Verifying...",
|
"CONFIRM_EMAIL": "Ellenőrzés...",
|
||||||
"SETTINGS": {
|
"SETTINGS": {
|
||||||
"INBOXES": {
|
"INBOXES": {
|
||||||
"NEW_INBOX": "Add Inbox"
|
"NEW_INBOX": "Inboxhoz adás"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SIDEBAR": {
|
"SIDEBAR": {
|
||||||
"CONVERSATIONS": "Conversations",
|
"CONVERSATIONS": "Beszélgetések",
|
||||||
"REPORTS": "Reports",
|
"REPORTS": "Jelentések",
|
||||||
"CONTACTS": "Contacts",
|
"CONTACTS": "Kontaktok",
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Beállítások",
|
||||||
"HOME": "Home",
|
"HOME": "Nyitólap",
|
||||||
"AGENTS": "Ügynökök",
|
"AGENTS": "Ügynökök",
|
||||||
"INBOXES": "Inboxes",
|
"INBOXES": "Bejövők",
|
||||||
"NOTIFICATIONS": "Notifications",
|
"NOTIFICATIONS": "Értesítések",
|
||||||
"CANNED_RESPONSES": "Canned Responses",
|
"CANNED_RESPONSES": "Mentett válaszok",
|
||||||
"INTEGRATIONS": "Integrations",
|
"INTEGRATIONS": "Integrációk",
|
||||||
"ACCOUNT_SETTINGS": "Account Settings",
|
"ACCOUNT_SETTINGS": "Fiókbeállítások",
|
||||||
"LABELS": "Labels",
|
"LABELS": "Cimkék",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "Csapatok"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "New Account",
|
"NEW_ACCOUNT": "Új fiók",
|
||||||
"SELECTOR_SUBTITLE": "Create a new account",
|
"SELECTOR_SUBTITLE": "Új fiók létrehozása",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Account created successfully",
|
"SUCCESS_MESSAGE": "Ügynök sikeresen létrehozva",
|
||||||
"EXIST_MESSAGE": "Account already exists",
|
"EXIST_MESSAGE": "A fiók már létezik",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Account Name",
|
"LABEL": "Fióknév",
|
||||||
"PLACEHOLDER": "Wayne Enterprises"
|
"PLACEHOLDER": "Kovács Kft."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Elküldés"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,38 +1,38 @@
|
|||||||
{
|
{
|
||||||
"REGISTER": {
|
"REGISTER": {
|
||||||
"TRY_WOOT": "Register an account",
|
"TRY_WOOT": "Fiók létrehozása",
|
||||||
"TITLE": "Register",
|
"TITLE": "Regisztrálás",
|
||||||
"TERMS_ACCEPT": "By signing up, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
|
"TERMS_ACCEPT": "A feliratkozással megerősíted, hogy egyetértesz a <a href=\"https://www.chatwoot.com/terms\"> Felhasználói feltételekkel</a> és az <a href=\"https://www.chatwoot.com/privacy-policy\">Adatkezelési politikával</a>",
|
||||||
"ACCOUNT_NAME": {
|
"ACCOUNT_NAME": {
|
||||||
"LABEL": "Account name",
|
"LABEL": "Fióknév",
|
||||||
"PLACEHOLDER": "Enter an account name. eg: Wayne Enterprises",
|
"PLACEHOLDER": "Fióknév hozzáadása. Pl.: Wayne Kft.",
|
||||||
"ERROR": "Account name is too short"
|
"ERROR": "A fióknév túl rövid"
|
||||||
},
|
},
|
||||||
"FULL_NAME": {
|
"FULL_NAME": {
|
||||||
"LABEL": "Full name",
|
"LABEL": "Teljes név",
|
||||||
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
|
"PLACEHOLDER": "Add meg a teljes neved. Pl.: Kovács János",
|
||||||
"ERROR": "Full name is too short"
|
"ERROR": "A teljes név túl rövid"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Work email",
|
"LABEL": "Munkahelyi e-mail",
|
||||||
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
|
"PLACEHOLDER": "Add meg munkahelyi e-mailcímed. Pl. kovacs.janos@email.hu",
|
||||||
"ERROR": "Email address is invalid"
|
"ERROR": "Az e-mailcím helytelen"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Jelszó",
|
||||||
"PLACEHOLDER": "Password",
|
"PLACEHOLDER": "Jelszó",
|
||||||
"ERROR": "Password is too short"
|
"ERROR": "A jelszó túl rövid"
|
||||||
},
|
},
|
||||||
"CONFIRM_PASSWORD": {
|
"CONFIRM_PASSWORD": {
|
||||||
"LABEL": "Confirm Password",
|
"LABEL": "Jelszó megerősítése",
|
||||||
"PLACEHOLDER": "Confirm Password",
|
"PLACEHOLDER": "Jelszó megerősítése",
|
||||||
"ERROR": "Password doesnot match"
|
"ERROR": "A jelszavak nem egyeznek"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Registration Successfull",
|
"SUCCESS_MESSAGE": "Sikeres regisztráció",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit",
|
"SUBMIT": "Elküldés",
|
||||||
"HAVE_AN_ACCOUNT": "Already have an account?"
|
"HAVE_AN_ACCOUNT": "Már van fiókod?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/hu/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/hu/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "Csapatok",
|
||||||
|
"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": "Létrehozás",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Ügynök Hozzádása",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Mindennel készen állsz!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Mindennel készen állsz!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "EMAIL",
|
||||||
|
"BUTTON_TEXT": "Ügynök Hozzádása",
|
||||||
|
"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": "Ügynök Hozzádása",
|
||||||
|
"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": "Törlés",
|
||||||
|
"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": "Törlés ",
|
||||||
|
"NO": "Mégse"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Beállítások",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"WEBHOOKS_SETTINGS": {
|
"WEBHOOKS_SETTINGS": {
|
||||||
"HEADER": "Webhook Settings"
|
"HEADER": "Webhook beállítások"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Edit Kontak",
|
"BUTTON_LABEL": "Edit Kontak",
|
||||||
"TITLE": "Edit kontak",
|
"TITLE": "Edit kontak",
|
||||||
"DESC": "Edit detail kontak",
|
"DESC": "Edit detail kontak"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "Kontak Baru",
|
||||||
|
"TITLE": "Buat kontak baru",
|
||||||
|
"DESC": "Tambahkan detail informasi dasar tentang kontak tersebut."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Kirim",
|
"SUBMIT": "Kirim",
|
||||||
"CANCEL": "Batalkan",
|
"CANCEL": "Batalkan",
|
||||||
@ -60,7 +67,7 @@
|
|||||||
},
|
},
|
||||||
"EMAIL_ADDRESS": {
|
"EMAIL_ADDRESS": {
|
||||||
"PLACEHOLDER": "Masukkan alamat email kontak",
|
"PLACEHOLDER": "Masukkan alamat email kontak",
|
||||||
"LABEL": "Alamat Email"
|
"LABEL": "Alamat email"
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER": {
|
"PHONE_NUMBER": {
|
||||||
"PLACEHOLDER": "Masukkan nomor telepon kontak tersebut",
|
"PLACEHOLDER": "Masukkan nomor telepon kontak tersebut",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Kontak berhasil diperbaharui",
|
"SUCCESS_MESSAGE": "Kontak berhasil disimpan",
|
||||||
"CONTACT_ALREADY_EXIST": "Alamat email ini digunakan untuk kontak lain.",
|
"CONTACT_ALREADY_EXIST": "Alamat email ini digunakan untuk kontak lain.",
|
||||||
"ERROR_MESSAGE": "Terjadi kesalahan saat memperbarui kontak, coba lagi"
|
"ERROR_MESSAGE": "Terjadi kesalahan, harap coba lagi"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Kontak",
|
"HEADER": "Kontak",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Memuat kontak...",
|
"LOADING_MESSAGE": "Memuat kontak...",
|
||||||
"404": "Tidak ada kontak yang cocok dengan pencarian Anda 🔍",
|
"404": "Tidak ada kontak yang cocok dengan pencarian Anda 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Nama",
|
"NAME": "Nama",
|
||||||
"Nomor Telpon",
|
"PHONE_NUMBER": "Nomor Telpon",
|
||||||
"Percakapan",
|
"CONVERSATIONS": "Percakapan",
|
||||||
"Terakhir Dihubungi"
|
"LAST_ACTIVITY": "Aktivitas Terakhir",
|
||||||
]
|
"COUNTRY": "Negara",
|
||||||
|
"CITY": "Kota",
|
||||||
|
"SOCIAL_PROFILES": "Profil Sosial",
|
||||||
|
"COMPANY": "Perusahaan",
|
||||||
|
"EMAIL_ADDRESS": "Alamat email"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "Lihat detail"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Mencari pesan",
|
"TITLE": "Mencari pesan",
|
||||||
"LOADING_MESSAGE": "Mengolah data...",
|
"LOADING_MESSAGE": "Mengolah data...",
|
||||||
"PLACEHOLDER": "Ketik teks apa saja untuk mencari pesan",
|
"PLACEHOLDER": "Ketik teks apa saja untuk mencari pesan",
|
||||||
"NO_MATCHING_RESULTS": "Tidak ada pesan yang cocok dengan parameter pencarian."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Pesan Belum Terbaca",
|
"UNREAD_MESSAGES": "Pesan Belum Terbaca",
|
||||||
"UNREAD_MESSAGE": "Pesan Belum Terbaca",
|
"UNREAD_MESSAGE": "Pesan Belum Terbaca",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Catatan Pribadi: Hanya terlihat oleh Anda dan tim Anda",
|
"VISIBLE_TO_AGENTS": "Catatan Pribadi: Hanya terlihat oleh Anda dan tim Anda",
|
||||||
"CHANGE_STATUS": "Status percakapan berubah",
|
"CHANGE_STATUS": "Status percakapan berubah",
|
||||||
"CHANGE_AGENT": "Petugas Percakapan berubah",
|
"CHANGE_AGENT": "Petugas Percakapan berubah",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Dikirim oleh:",
|
"SENT_BY": "Dikirim oleh:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Pilih Agen",
|
"SELECT_AGENT": "Pilih Agen",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Mohon masukkan alamat email yang valid"
|
"ERROR": "Mohon masukkan alamat email yang valid"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ONBOARDING": {
|
||||||
|
"TITLE": "Hai 👋, Selamat datang di %{installationName}!",
|
||||||
|
"DESCRIPTION": "Terima kasih telah mendaftar. Kami ingin Anda mendapatkan hasil maksimal dari %{installationName}. Berikut beberapa hal yang dapat Anda lakukan di %{installationName} untuk membuat pengalaman menyenangkan.",
|
||||||
|
"READ_LATEST_UPDATES": "Baca pembaruan terbaru kami",
|
||||||
|
"ALL_CONVERSATION": {
|
||||||
|
"TITLE": "Semua percakapan Anda di satu tempat",
|
||||||
|
"DESCRIPTION": "Lihat semua percakapan dari pelanggan Anda dalam satu dasbor. Anda dapat memfilter percakapan berdasarkan saluran masuk, label, dan status."
|
||||||
|
},
|
||||||
|
"TEAM_MEMBERS": {
|
||||||
|
"TITLE": "Undang anggota tim Anda",
|
||||||
|
"DESCRIPTION": "Saat Anda bersiap untuk berbicara dengan pelanggan Anda, bawa rekan satu tim untuk membantu Anda. Anda dapat mengundang rekan tim Anda dengan menambahkan alamat email mereka ke daftar agen.",
|
||||||
|
"NEW_LINK": "Klik di sini untuk mengundang anggota tim"
|
||||||
|
},
|
||||||
|
"INBOXES": {
|
||||||
|
"TITLE": "Hubungkan Kotak Masuk",
|
||||||
|
"DESCRIPTION": "Hubungkan berbagai saluran yang akan digunakan pelanggan untuk berbicara dengan Anda. Ini bisa berupa obrolan langsung situs web, halaman Facebook atau Twitter Anda atau bahkan nomor WhatsApp Anda.",
|
||||||
|
"NEW_LINK": "Klik di sini untuk membuat kotak masuk"
|
||||||
|
},
|
||||||
|
"LABELS": {
|
||||||
|
"TITLE": "Atur percakapan dengan label",
|
||||||
|
"DESCRIPTION": "Label memberikan cara yang lebih mudah untuk mengkategorikan percakapan Anda. Buat beberapa label seperti #support-inquiry, #billing-question, dll., Sehingga Anda dapat menggunakannya dalam percakapan nanti.",
|
||||||
|
"NEW_LINK": "Klik di sini untuk membuat tag"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CONVERSATION_SIDEBAR": {
|
||||||
|
"DETAILS_TITLE": "Conversations Details",
|
||||||
|
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||||
|
"TEAM_LABEL": "Assigned Team",
|
||||||
|
"SELECT": {
|
||||||
|
"PLACEHOLDER": "None"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,7 +38,8 @@
|
|||||||
"PICK_A_VALUE": "Pilih"
|
"PICK_A_VALUE": "Pilih"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Untuk menambahkan profil Twitter Anda sebagai saluran, Anda perlu mengautentikasi Profil Twitter Anda dengan mengklik 'Masuk dengan Twitter' "
|
"HELP": "Untuk menambahkan profil Twitter Anda sebagai saluran, Anda perlu mengautentikasi Profil Twitter Anda dengan mengklik 'Masuk dengan Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "Terjadi kesalahan saat menghubungkan ke Twitter, harap coba lagi"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Channel Website",
|
"TITLE": "Channel Website",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Pengaturan",
|
"SETTINGS": "Pengaturan",
|
||||||
"COLLABORATORS": "Kolaborator",
|
"COLLABORATORS": "Kolaborator",
|
||||||
"CONFIGURATION": "Konfigurasi"
|
"CONFIGURATION": "Konfigurasi",
|
||||||
|
"PRE_CHAT_FORM": "Formulir Pra Obrolan",
|
||||||
|
"BUSINESS_HOURS": "Jam Kerja"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Pengaturan",
|
"SETTINGS": "Pengaturan",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Koneksi Facebook Anda telah kedaluwarsa, hubungkan kembali halaman Facebook Anda untuk melanjutkan layanan",
|
"SUBTITLE": "Koneksi Facebook Anda telah kedaluwarsa, hubungkan kembali halaman Facebook Anda untuk melanjutkan layanan",
|
||||||
"MESSAGE_SUCCESS": "Berhasil menghubungkan kembali",
|
"MESSAGE_SUCCESS": "Berhasil menghubungkan kembali",
|
||||||
"MESSAGE_ERROR": "Terjadi kesalahan, harap coba lagi"
|
"MESSAGE_ERROR": "Terjadi kesalahan, harap coba lagi"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Formulir pra-obrolan memungkinkan Anda untuk menangkap informasi pengguna sebelum mereka memulai percakapan dengan Anda.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Aktifkan formulir pra obrolan",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Ya",
|
||||||
|
"DISABLED": "Tidak"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pesan Pra Obrolan",
|
||||||
|
"PLACEHOLDER": "Pesan ini akan terlihat oleh pengguna bersama dengan formulir"
|
||||||
|
},
|
||||||
|
"REQUIRE_EMAIL": {
|
||||||
|
"LABEL": "Pengunjung harus memberikan nama dan alamat email mereka sebelum memulai obrolan"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BUSINESS_HOURS": {
|
||||||
|
"TITLE": "Atur ketersediaan Anda",
|
||||||
|
"SUBTITLE": "Atur ketersediaan Anda di widget livechat",
|
||||||
|
"WEEKLY_TITLE": "Tetapkan jam mingguan Anda",
|
||||||
|
"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": "Aktifkan ketersediaan untuk hari ini",
|
||||||
|
"UNAVAILABLE": "Tidak tersedia",
|
||||||
|
"HOURS": "jam",
|
||||||
|
"VALIDATION_ERROR": "Waktu mulai harus sebelum waktu tutup.",
|
||||||
|
"CHOOSE": "Pilih"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
"INTEGRATIONS": "Integrasi",
|
"INTEGRATIONS": "Integrasi",
|
||||||
"ACCOUNT_SETTINGS": "Pengaturan Akun",
|
"ACCOUNT_SETTINGS": "Pengaturan Akun",
|
||||||
"LABELS": "Label",
|
"LABELS": "Label",
|
||||||
"TEAMS": "Teams"
|
"TEAMS": "Tim"
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NEW_ACCOUNT": "Akun Baru",
|
"NEW_ACCOUNT": "Akun Baru",
|
||||||
|
|||||||
124
app/javascript/dashboard/i18n/locale/id/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/id/teamsSettings.json
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"TEAMS_SETTINGS": {
|
||||||
|
"NEW_TEAM": "Create new team",
|
||||||
|
"HEADER": "Tim",
|
||||||
|
"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": "Buat",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Tambahkan Agen",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Kotak masuk Anda sudah siap!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Kotak masuk Anda sudah siap!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "Email",
|
||||||
|
"BUTTON_TEXT": "Tambahkan Agen",
|
||||||
|
"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": "Tambahkan Agen",
|
||||||
|
"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": "Hapus",
|
||||||
|
"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": "Hapus ",
|
||||||
|
"NO": "Batalkan"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Pengaturan",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Edit Contact",
|
"BUTTON_LABEL": "Edit Contact",
|
||||||
"TITLE": "Edit contact",
|
"TITLE": "Edit contact",
|
||||||
"DESC": "Edit contact details",
|
"DESC": "Edit contact details"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Invia",
|
"SUBMIT": "Invia",
|
||||||
"CANCEL": "annulla",
|
"CANCEL": "annulla",
|
||||||
@ -52,7 +59,7 @@
|
|||||||
},
|
},
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"PLACEHOLDER": "Enter the full name of the contact",
|
"PLACEHOLDER": "Enter the full name of the contact",
|
||||||
"LABEL": "Full Name"
|
"LABEL": "Nome Completo"
|
||||||
},
|
},
|
||||||
"BIO": {
|
"BIO": {
|
||||||
"PLACEHOLDER": "Enter the bio of the contact",
|
"PLACEHOLDER": "Enter the bio of the contact",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Updated contact successfully",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
||||||
"ERROR_MESSAGE": "There was an error updating the contact, please try again"
|
"ERROR_MESSAGE": "There was an error, please try again"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Contacts",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading contacts...",
|
"LOADING_MESSAGE": "Loading contacts...",
|
||||||
"404": "No contacts matches your search 🔍",
|
"404": "No contacts matches your search 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"nome",
|
"NAME": "nome",
|
||||||
"Phone Number",
|
"PHONE_NUMBER": "Phone Number",
|
||||||
"Conversazioni",
|
"CONVERSATIONS": "Conversazioni",
|
||||||
"Last Contacted"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Company",
|
||||||
|
"EMAIL_ADDRESS": "Indirizzo email"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Search messages",
|
"TITLE": "Search messages",
|
||||||
"LOADING_MESSAGE": "Crunching data...",
|
"LOADING_MESSAGE": "Crunching data...",
|
||||||
"PLACEHOLDER": "Type any text to search messages",
|
"PLACEHOLDER": "Type any text to search messages",
|
||||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Unread Messages",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Unread Message",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Nota privata: visibile solo a te e al tuo team",
|
"VISIBLE_TO_AGENTS": "Nota privata: visibile solo a te e al tuo team",
|
||||||
"CHANGE_STATUS": "Stato conversazione cambiato",
|
"CHANGE_STATUS": "Stato conversazione cambiato",
|
||||||
"CHANGE_AGENT": "Modifica conversazione assegnatario",
|
"CHANGE_AGENT": "Modifica conversazione assegnatario",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Sent by:",
|
"SENT_BY": "Sent by:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Select Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Inserisci un indirizzo email valido"
|
"ERROR": "Inserisci un indirizzo email valido"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Scegli un valore"
|
"PICK_A_VALUE": "Scegli un valore"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Per aggiungere il tuo profilo Twitter come canale, devi autenticare il tuo profilo Twitter cliccando su 'Accedi con Twitter' "
|
"HELP": "Per aggiungere il tuo profilo Twitter come canale, devi autenticare il tuo profilo Twitter cliccando su 'Accedi con Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Canale sito web",
|
"TITLE": "Canale sito web",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Impostazioni",
|
"SETTINGS": "Impostazioni",
|
||||||
"COLLABORATORS": "Collaborators",
|
"COLLABORATORS": "Collaborators",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Configuration",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Impostazioni",
|
"SETTINGS": "Impostazioni",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||||
"MESSAGE_ERROR": "There was an error, please try again"
|
"MESSAGE_ERROR": "There was an error, please try again"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/it/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/it/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": "Create",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Aggiungi Agenti",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "Sei pronto per iniziare!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "Sei pronto per iniziare!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "EMAIL",
|
||||||
|
"BUTTON_TEXT": "Aggiungi agenti",
|
||||||
|
"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": "Aggiungi agenti",
|
||||||
|
"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": "Cancellare",
|
||||||
|
"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": "Cancellare ",
|
||||||
|
"NO": "annulla"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "Impostazioni",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "連絡先を編集",
|
"BUTTON_LABEL": "連絡先を編集",
|
||||||
"TITLE": "連絡先を編集",
|
"TITLE": "連絡先を編集",
|
||||||
"DESC": "連絡先の詳細を編集",
|
"DESC": "連絡先の詳細を編集"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "送信",
|
"SUBMIT": "送信",
|
||||||
"CANCEL": "キャンセル",
|
"CANCEL": "キャンセル",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "連絡先を正常に更新しました",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "このメールアドレスは別の連絡先に使用されています。",
|
"CONTACT_ALREADY_EXIST": "このメールアドレスは別の連絡先に使用されています。",
|
||||||
"ERROR_MESSAGE": "連絡先の更新中にエラーが発生しました。もう一度やり直してください。"
|
"ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Contacts",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading contacts...",
|
"LOADING_MESSAGE": "Loading contacts...",
|
||||||
"404": "No contacts matches your search 🔍",
|
"404": "No contacts matches your search 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"名前",
|
"NAME": "名前",
|
||||||
"電話番号",
|
"PHONE_NUMBER": "電話番号",
|
||||||
"会話データ",
|
"CONVERSATIONS": "会話データ",
|
||||||
"Last Contacted"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "企業",
|
||||||
|
"EMAIL_ADDRESS": "Eメールアドレス"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Search messages",
|
"TITLE": "Search messages",
|
||||||
"LOADING_MESSAGE": "Crunching data...",
|
"LOADING_MESSAGE": "Crunching data...",
|
||||||
"PLACEHOLDER": "Type any text to search messages",
|
"PLACEHOLDER": "Type any text to search messages",
|
||||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Unread Messages",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Unread Message",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "非公開設定の注意:あなたとあなたのチームのみに表示されます",
|
"VISIBLE_TO_AGENTS": "非公開設定の注意:あなたとあなたのチームのみに表示されます",
|
||||||
"CHANGE_STATUS": "会話の状態が変更されました",
|
"CHANGE_STATUS": "会話の状態が変更されました",
|
||||||
"CHANGE_AGENT": "会話の担当者が変更されました",
|
"CHANGE_AGENT": "会話の担当者が変更されました",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Sent by:",
|
"SENT_BY": "Sent by:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Select Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "正しいメールアドレスを入力してください"
|
"ERROR": "正しいメールアドレスを入力してください"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "値を選択"
|
"PICK_A_VALUE": "値を選択"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "Twitterプロフィールをチャンネルとして追加するには、「Twitterでサインイン」をクリックしてTwitterプロフィールを認証する必要があります。 "
|
"HELP": "Twitterプロフィールをチャンネルとして追加するには、「Twitterでサインイン」をクリックしてTwitterプロフィールを認証する必要があります。 ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "ウェブサイトのチャンネル",
|
"TITLE": "ウェブサイトのチャンネル",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "設定",
|
"SETTINGS": "設定",
|
||||||
"COLLABORATORS": "共同編集者",
|
"COLLABORATORS": "共同編集者",
|
||||||
"CONFIGURATION": "設定"
|
"CONFIGURATION": "設定",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "設定",
|
"SETTINGS": "設定",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Facebookの接続が期限切れになりました。サービスを継続するには、Facebookページを再接続してください。",
|
"SUBTITLE": "Facebookの接続が期限切れになりました。サービスを継続するには、Facebookページを再接続してください。",
|
||||||
"MESSAGE_SUCCESS": "再接続に成功しました",
|
"MESSAGE_SUCCESS": "再接続に成功しました",
|
||||||
"MESSAGE_ERROR": "エラーが発生しました。もう一度お試しください。"
|
"MESSAGE_ERROR": "エラーが発生しました。もう一度お試しください。"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/ja/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/ja/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": "作成",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "担当者を追加",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "すべての準備が完了しました!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "すべての準備が完了しました!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "Eメール",
|
||||||
|
"BUTTON_TEXT": "担当者を追加",
|
||||||
|
"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": "担当者を追加",
|
||||||
|
"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": "削除",
|
||||||
|
"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": "削除 ",
|
||||||
|
"NO": "キャンセル"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "設定",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "연락처 수정",
|
"BUTTON_LABEL": "연락처 수정",
|
||||||
"TITLE": "연락처 수정",
|
"TITLE": "연락처 수정",
|
||||||
"DESC": "연락처 수정 자세히",
|
"DESC": "연락처 수정 자세히"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "보내기",
|
"SUBMIT": "보내기",
|
||||||
"CANCEL": "취소",
|
"CANCEL": "취소",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "연락처 업데이트 완료",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "이 이메일 주소는 다른 연락처에 사용 중입니다.",
|
"CONTACT_ALREADY_EXIST": "이 이메일 주소는 다른 연락처에 사용 중입니다.",
|
||||||
"ERROR_MESSAGE": "연락처를 업데이트하는 동안 오류가 발생했습니다. 다시 시도하십시오."
|
"ERROR_MESSAGE": "오류가 발생했습니다. 다시 시도하십시오."
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "연락처",
|
"HEADER": "연락처",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "연락처를 불러오는 중...",
|
"LOADING_MESSAGE": "연락처를 불러오는 중...",
|
||||||
"404": "검색과 일치하는 연락처 없음 🔍",
|
"404": "검색과 일치하는 연락처 없음 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"이름",
|
"NAME": "이름",
|
||||||
"전화 번호",
|
"PHONE_NUMBER": "전화 번호",
|
||||||
"대화",
|
"CONVERSATIONS": "대화",
|
||||||
"마지막으로 연락한 사람"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "회사",
|
||||||
|
"EMAIL_ADDRESS": "이메일 주소"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "메시지 검색",
|
"TITLE": "메시지 검색",
|
||||||
"LOADING_MESSAGE": "데이터 처리 중...",
|
"LOADING_MESSAGE": "데이터 처리 중...",
|
||||||
"PLACEHOLDER": "메시지를 검색할 텍스트 입력",
|
"PLACEHOLDER": "메시지를 검색할 텍스트 입력",
|
||||||
"NO_MATCHING_RESULTS": "검색 매개 변수와 일치하는 메시지가 없음"
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "안 읽은 메시지",
|
"UNREAD_MESSAGES": "안 읽은 메시지",
|
||||||
"UNREAD_MESSAGE": "안 읽은 메시지",
|
"UNREAD_MESSAGE": "안 읽은 메시지",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "개인 노트: 귀하와 귀하의 팀만 볼 수 있음",
|
"VISIBLE_TO_AGENTS": "개인 노트: 귀하와 귀하의 팀만 볼 수 있음",
|
||||||
"CHANGE_STATUS": "대화 상태가 변경됨",
|
"CHANGE_STATUS": "대화 상태가 변경됨",
|
||||||
"CHANGE_AGENT": "대화 담당자가 변경됨",
|
"CHANGE_AGENT": "대화 담당자가 변경됨",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "보낸 사람:",
|
"SENT_BY": "보낸 사람:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "에이전트 선택",
|
"SELECT_AGENT": "에이전트 선택",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "올바른 전자 메일 주소를 입력하십시오."
|
"ERROR": "올바른 전자 메일 주소를 입력하십시오."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "값 선택"
|
"PICK_A_VALUE": "값 선택"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "트위터 프로필을 채널로 추가하려면 '트위터로 로그인'을 클릭하여 트위터 프로필을 인증해야 합니다. "
|
"HELP": "트위터 프로필을 채널로 추가하려면 '트위터로 로그인'을 클릭하여 트위터 프로필을 인증해야 합니다. ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "웹사이트 채널",
|
"TITLE": "웹사이트 채널",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "설정",
|
"SETTINGS": "설정",
|
||||||
"COLLABORATORS": "협력자",
|
"COLLABORATORS": "협력자",
|
||||||
"CONFIGURATION": "설치"
|
"CONFIGURATION": "설치",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "설정",
|
"SETTINGS": "설정",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "페이스북 연결이 만료되었습니다. 서비스를 계속하려면 페이스북 페이지를 다시 연결하십시오.",
|
"SUBTITLE": "페이스북 연결이 만료되었습니다. 서비스를 계속하려면 페이스북 페이지를 다시 연결하십시오.",
|
||||||
"MESSAGE_SUCCESS": "다시 연결 성공",
|
"MESSAGE_SUCCESS": "다시 연결 성공",
|
||||||
"MESSAGE_ERROR": "오류가 발생했습니다. 다시 시도하십시오."
|
"MESSAGE_ERROR": "오류가 발생했습니다. 다시 시도하십시오."
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/ko/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/ko/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": "만들기",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "에이전트 추가",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "준비가 완료되었습니다."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "준비가 완료되었습니다."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "이메일",
|
||||||
|
"BUTTON_TEXT": "에이전트 추가",
|
||||||
|
"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": "에이전트 추가",
|
||||||
|
"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": "삭제",
|
||||||
|
"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": "삭제 ",
|
||||||
|
"NO": "취소"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "설정",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,7 +43,14 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "കോൺടാക്റ്റ് എഡിറ്റുചെയ്യുക",
|
"BUTTON_LABEL": "കോൺടാക്റ്റ് എഡിറ്റുചെയ്യുക",
|
||||||
"TITLE": "കോൺടാക്റ്റ് എഡിറ്റുചെയ്യുക",
|
"TITLE": "കോൺടാക്റ്റ് എഡിറ്റുചെയ്യുക",
|
||||||
"DESC": "കോൺടാക്റ്റ് വിശദാംശങ്ങൾ എഡിറ്റുചെയ്യുക",
|
"DESC": "കോൺടാക്റ്റ് വിശദാംശങ്ങൾ എഡിറ്റുചെയ്യുക"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "സമർപ്പിക്കുക",
|
"SUBMIT": "സമർപ്പിക്കുക",
|
||||||
"CANCEL": "റദ്ദാക്കുക",
|
"CANCEL": "റദ്ദാക്കുക",
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "കോൺടാക്റ്റ് വിജയകരമായി അപ്ഡേറ്റുചെയ്തു",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "ഈ ഇമെയിൽ വിലാസം മറ്റൊരു കോൺടാക്റ്റിനായി ഉപയോഗത്തിലാണ്.",
|
"CONTACT_ALREADY_EXIST": "ഈ ഇമെയിൽ വിലാസം മറ്റൊരു കോൺടാക്റ്റിനായി ഉപയോഗത്തിലാണ്.",
|
||||||
"ERROR_MESSAGE": "കോൺടാക്റ്റ് അപ്ഡേറ്റ് ചെയ്യുന്നതിൽ ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക"
|
"ERROR_MESSAGE": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "കോൺടാക്റ്റുകൾ",
|
"HEADER": "കോൺടാക്റ്റുകൾ",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "കോൺടാക്റ്റുകൾ ലോഡുചെയ്യുന്നു...",
|
"LOADING_MESSAGE": "കോൺടാക്റ്റുകൾ ലോഡുചെയ്യുന്നു...",
|
||||||
"404": "കോൺടാക്റ്റുകളൊന്നും നിങ്ങളുടെ തിരയലുമായി പൊരുത്തപ്പെടുന്നില്ല",
|
"404": "കോൺടാക്റ്റുകളൊന്നും നിങ്ങളുടെ തിരയലുമായി പൊരുത്തപ്പെടുന്നില്ല",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"പേര്",
|
"NAME": "പേര്",
|
||||||
"ഫോൺ നമ്പർ",
|
"PHONE_NUMBER": "ഫോൺ നമ്പർ",
|
||||||
"സംഭാഷണങ്ങൾ",
|
"CONVERSATIONS": "സംഭാഷണങ്ങൾ",
|
||||||
"അവസാനം കോൺടാക്റ്റുചെയ്തത്"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "കമ്പനി",
|
||||||
|
"EMAIL_ADDRESS": "ഇമെയിൽ വിലാസം"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "സന്ദേശങ്ങൾ തിരയുക",
|
"TITLE": "സന്ദേശങ്ങൾ തിരയുക",
|
||||||
"LOADING_MESSAGE": "ഡാറ്റ ലോഡുചെയ്യുന്നു...",
|
"LOADING_MESSAGE": "ഡാറ്റ ലോഡുചെയ്യുന്നു...",
|
||||||
"PLACEHOLDER": "സന്ദേശങ്ങൾ തിരയാൻ ഏതെങ്കിലും വാചകം ടൈപ്പുചെയ്യുക",
|
"PLACEHOLDER": "സന്ദേശങ്ങൾ തിരയാൻ ഏതെങ്കിലും വാചകം ടൈപ്പുചെയ്യുക",
|
||||||
"NO_MATCHING_RESULTS": "തിരയൽ പാരാമീറ്ററുകളുമായി പൊരുത്തപ്പെടുന്ന സന്ദേശങ്ങളൊന്നുമില്ല."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "വായിക്കാത്ത സന്ദേശങ്ങൾ",
|
"UNREAD_MESSAGES": "വായിക്കാത്ത സന്ദേശങ്ങൾ",
|
||||||
"UNREAD_MESSAGE": "വായിക്കാത്ത സന്ദേശം",
|
"UNREAD_MESSAGE": "വായിക്കാത്ത സന്ദേശം",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "സ്വകാര്യ കുറിപ്പ്: നിങ്ങൾക്കും നിങ്ങളുടെ ടീമിനും മാത്രം ദൃശ്യമാണ്",
|
"VISIBLE_TO_AGENTS": "സ്വകാര്യ കുറിപ്പ്: നിങ്ങൾക്കും നിങ്ങളുടെ ടീമിനും മാത്രം ദൃശ്യമാണ്",
|
||||||
"CHANGE_STATUS": "സംഭാഷണ നില മാറ്റി",
|
"CHANGE_STATUS": "സംഭാഷണ നില മാറ്റി",
|
||||||
"CHANGE_AGENT": "സംഭാഷണ നിയുക്തനെ മാറ്റി",
|
"CHANGE_AGENT": "സംഭാഷണ നിയുക്തനെ മാറ്റി",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "അയച്ചത്:",
|
"SENT_BY": "അയച്ചത്:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "ഏജന്റ് തിരഞ്ഞെടുക്കുക",
|
"SELECT_AGENT": "ഏജന്റ് തിരഞ്ഞെടുക്കുക",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "ദയവായി സാധുവായ ഒരു ഇമെയിൽ വിലാസം നൽകുക"
|
"ERROR": "ദയവായി സാധുവായ ഒരു ഇമെയിൽ വിലാസം നൽകുക"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "ഒരു മൂല്യം തിരഞ്ഞെടുക്കുക"
|
"PICK_A_VALUE": "ഒരു മൂല്യം തിരഞ്ഞെടുക്കുക"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "നിങ്ങളുടെ ട്വിറ്റർ പ്രൊഫൈൽ ഒരു ചാനലായി ചേർക്കുന്നതിന്, 'ട്വിറ്ററിനൊപ്പം പ്രവേശിക്കുക' ക്ലിക്കുചെയ്ത് നിങ്ങളുടെ ട്വിറ്റർ പ്രൊഫൈൽ പ്രാമാണീകരിക്കേണ്ടതുണ്ട് "
|
"HELP": "നിങ്ങളുടെ ട്വിറ്റർ പ്രൊഫൈൽ ഒരു ചാനലായി ചേർക്കുന്നതിന്, 'ട്വിറ്ററിനൊപ്പം പ്രവേശിക്കുക' ക്ലിക്കുചെയ്ത് നിങ്ങളുടെ ട്വിറ്റർ പ്രൊഫൈൽ പ്രാമാണീകരിക്കേണ്ടതുണ്ട് ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "വെബ്സൈറ്റ് ചാനൽ",
|
"TITLE": "വെബ്സൈറ്റ് ചാനൽ",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "ക്രമീകരണങ്ങൾ",
|
"SETTINGS": "ക്രമീകരണങ്ങൾ",
|
||||||
"COLLABORATORS": "Collaborators",
|
"COLLABORATORS": "Collaborators",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Configuration",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "ക്രമീകരണങ്ങൾ",
|
"SETTINGS": "ക്രമീകരണങ്ങൾ",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||||
"MESSAGE_ERROR": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക"
|
"MESSAGE_ERROR": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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/ml/teamsSettings.json
Normal file
124
app/javascript/dashboard/i18n/locale/ml/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": "സൃഷ്ടിക്കുക",
|
||||||
|
"route": "settings_teams_new",
|
||||||
|
"body": "Create a new team of agents."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "ഏജന്റുമാരെ ചേർക്കുക",
|
||||||
|
"route": "settings_teams_add_agents",
|
||||||
|
"body": "Add agents to the team."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Finish",
|
||||||
|
"route": "settings_teams_finish",
|
||||||
|
"body": "എല്ലാം ഭംഗിയായി പാപര്യവസാനിച്ചിരിക്കുന്നു. വരൂ നമുക്ക് പോകാം!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": "എല്ലാം ഭംഗിയായി പാപര്യവസാനിച്ചിരിക്കുന്നു. വരൂ നമുക്ക് പോകാം!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TEAM_FORM": {
|
||||||
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||||
|
},
|
||||||
|
"AGENTS": {
|
||||||
|
"AGENT": "AGENT",
|
||||||
|
"EMAIL": "ഇമെയിൽ",
|
||||||
|
"BUTTON_TEXT": "ഏജന്റുമാരെ ചേർക്കുക",
|
||||||
|
"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": "ഏജന്റുമാരെ ചേർക്കുക",
|
||||||
|
"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": "ഇല്ലാതാക്കുക",
|
||||||
|
"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": "ഇല്ലാതാക്കുക ",
|
||||||
|
"NO": "റദ്ദാക്കുക"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SETTINGS": "ക്രമീകരണങ്ങൾ",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -43,9 +43,16 @@
|
|||||||
"EDIT_CONTACT": {
|
"EDIT_CONTACT": {
|
||||||
"BUTTON_LABEL": "Edit Contact",
|
"BUTTON_LABEL": "Edit Contact",
|
||||||
"TITLE": "Edit contact",
|
"TITLE": "Edit contact",
|
||||||
"DESC": "Edit contact details",
|
"DESC": "Edit contact details"
|
||||||
|
},
|
||||||
|
"CREATE_CONTACT": {
|
||||||
|
"BUTTON_LABEL": "New Contact",
|
||||||
|
"TITLE": "Create new contact",
|
||||||
|
"DESC": "Add basic information details about the contact."
|
||||||
|
},
|
||||||
|
"CONTACT_FORM": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SUBMIT": "Submit",
|
"SUBMIT": "बुझाउनुहोस्",
|
||||||
"CANCEL": "Cancel",
|
"CANCEL": "Cancel",
|
||||||
"AVATAR": {
|
"AVATAR": {
|
||||||
"LABEL": "Contact Avatar"
|
"LABEL": "Contact Avatar"
|
||||||
@ -93,9 +100,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "Updated contact successfully",
|
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
||||||
"ERROR_MESSAGE": "There was an error updating the contact, please try again"
|
"ERROR_MESSAGE": "There was an error, please try again"
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contacts",
|
"HEADER": "Contacts",
|
||||||
@ -104,12 +111,18 @@
|
|||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading contacts...",
|
"LOADING_MESSAGE": "Loading contacts...",
|
||||||
"404": "No contacts matches your search 🔍",
|
"404": "No contacts matches your search 🔍",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": {
|
||||||
"Name",
|
"NAME": "Name",
|
||||||
"Phone Number",
|
"PHONE_NUMBER": "Phone Number",
|
||||||
"Conversations",
|
"CONVERSATIONS": "Conversations",
|
||||||
"Last Contacted"
|
"LAST_ACTIVITY": "Last Activity",
|
||||||
]
|
"COUNTRY": "Country",
|
||||||
|
"CITY": "City",
|
||||||
|
"SOCIAL_PROFILES": "Social Profiles",
|
||||||
|
"COMPANY": "Company",
|
||||||
|
"EMAIL_ADDRESS": "Email Address"
|
||||||
|
},
|
||||||
|
"VIEW_DETAILS": "View details"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"TITLE": "Search messages",
|
"TITLE": "Search messages",
|
||||||
"LOADING_MESSAGE": "Crunching data...",
|
"LOADING_MESSAGE": "Crunching data...",
|
||||||
"PLACEHOLDER": "Type any text to search messages",
|
"PLACEHOLDER": "Type any text to search messages",
|
||||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
"NO_MATCHING_RESULTS": "No results found."
|
||||||
},
|
},
|
||||||
"UNREAD_MESSAGES": "Unread Messages",
|
"UNREAD_MESSAGES": "Unread Messages",
|
||||||
"UNREAD_MESSAGE": "Unread Message",
|
"UNREAD_MESSAGE": "Unread Message",
|
||||||
@ -51,6 +51,7 @@
|
|||||||
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
||||||
"CHANGE_STATUS": "Conversation status changed",
|
"CHANGE_STATUS": "Conversation status changed",
|
||||||
"CHANGE_AGENT": "Conversation Assignee changed",
|
"CHANGE_AGENT": "Conversation Assignee changed",
|
||||||
|
"CHANGE_TEAM": "Conversation team changed",
|
||||||
"SENT_BY": "Sent by:",
|
"SENT_BY": "Sent by:",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Select Agent",
|
"SELECT_AGENT": "Select Agent",
|
||||||
@ -74,5 +75,37 @@
|
|||||||
"ERROR": "Please enter a valid email address"
|
"ERROR": "Please enter a valid email address"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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": "Pick a value"
|
"PICK_A_VALUE": "Pick a value"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' "
|
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' ",
|
||||||
|
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
"TITLE": "Website channel",
|
"TITLE": "Website channel",
|
||||||
@ -224,7 +225,9 @@
|
|||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Settings",
|
||||||
"COLLABORATORS": "Collaborators",
|
"COLLABORATORS": "Collaborators",
|
||||||
"CONFIGURATION": "Configuration"
|
"CONFIGURATION": "Configuration",
|
||||||
|
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||||
|
"BUSINESS_HOURS": "Business Hours"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Settings",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
@ -250,6 +253,41 @@
|
|||||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||||
"MESSAGE_ERROR": "There was an error, please try again"
|
"MESSAGE_ERROR": "There was an error, please try again"
|
||||||
|
},
|
||||||
|
"PRE_CHAT_FORM": {
|
||||||
|
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||||
|
"ENABLE": {
|
||||||
|
"LABEL": "Enable pre chat form",
|
||||||
|
"OPTIONS": {
|
||||||
|
"ENABLED": "Yes",
|
||||||
|
"DISABLED": "No"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PRE_CHAT_MESSAGE": {
|
||||||
|
"LABEL": "Pre Chat Message",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user