chore: Update translations from Crowdin (#9835)
This commit is contained in:
parent
239c61095a
commit
027a540bbd
@ -33,7 +33,7 @@
|
|||||||
"NONE": "None",
|
"NONE": "None",
|
||||||
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
||||||
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
|
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -95,7 +95,9 @@
|
|||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Offline"
|
"OFFLINE": "Offline",
|
||||||
|
"RECONNECTING": "Reconnecting...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnected"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Refresh"
|
"REFRESH": "Refresh"
|
||||||
@ -154,7 +156,7 @@
|
|||||||
"UNTIL_TOMORROW": "Until tomorrow",
|
"UNTIL_TOMORROW": "Until tomorrow",
|
||||||
"UNTIL_NEXT_MONTH": "Until next month",
|
"UNTIL_NEXT_MONTH": "Until next month",
|
||||||
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
||||||
"CUSTOM": "Custom...",
|
"UNTIL_CUSTOM_TIME": "Custom...",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Inboxes",
|
"HEADER": "Inboxes",
|
||||||
"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>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no inboxes attached to this account."
|
"404": "There are no inboxes attached to this account."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Enter email address",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"INTEGRATION_APPS": {
|
"INTEGRATION_APPS": {
|
||||||
|
"FETCHING": "Fetching Integrations",
|
||||||
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
|
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
|
||||||
|
"HEADER": "Applications",
|
||||||
"STATUS": {
|
"STATUS": {
|
||||||
"ENABLED": "Enabled",
|
"ENABLED": "Enabled",
|
||||||
"DISABLED": "Disabled"
|
"DISABLED": "Disabled"
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"INTEGRATION_SETTINGS": {
|
"INTEGRATION_SETTINGS": {
|
||||||
"HEADER": "Integrations",
|
"HEADER": "Integrations",
|
||||||
"LOADING": "Fetching integrations",
|
|
||||||
"WEBHOOK": {
|
"WEBHOOK": {
|
||||||
"SUBSCRIBED_EVENTS": "Subscribed Events",
|
"SUBSCRIBED_EVENTS": "Subscribed Events",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
@ -210,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Dashboard app deleted successfully",
|
"API_SUCCESS": "Dashboard app deleted successfully",
|
||||||
"API_ERROR": "We couldn't delete the app. Please try again later"
|
"API_ERROR": "We couldn't delete the app. Please try again later"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Create",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Link",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Loading",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Title",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "Title is required"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Description",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Team",
|
||||||
|
"PLACEHOLDER": "Select team",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Assignee",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Priority",
|
||||||
|
"PLACEHOLDER": "Select priority",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Label",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Status",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Create",
|
||||||
|
"CANCEL": "Cancel",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Status",
|
||||||
|
"PRIORITY": "Priority",
|
||||||
|
"ASSIGNEE": "Assignee",
|
||||||
|
"LABELS": "Labels",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Help Center",
|
||||||
"ALL_ARTICLES": "All Articles",
|
"ALL_ARTICLES": "All Articles",
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"FILTER": {
|
"FILTER": {
|
||||||
"TITLE": "تصفية المحادثات",
|
"TITLE": "تصفية المحادثات",
|
||||||
"SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.",
|
"SUBTITLE": "أضف عوامل التصفية أدناه واضغط على 'تطبيق الفلترة' لتجنب الفوضى في المحادثات.",
|
||||||
"EDIT_CUSTOM_FILTER": "Edit Folder",
|
"EDIT_CUSTOM_FILTER": "تحرير المجلد",
|
||||||
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.",
|
"CUSTOM_VIEWS_SUBTITLE": "أضف أو أزل الفلاتر وقم بتحديث المجلد الخاص بك.",
|
||||||
"ADD_NEW_FILTER": "Add filter",
|
"ADD_NEW_FILTER": "إضافة فلتر",
|
||||||
"FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.",
|
"FILTER_DELETE_ERROR": "عذرًا، يبدو أننا لا نستطيع حفظ أي شيء! يرجى إضافة فلتر واحد على الأقل لحفظه.",
|
||||||
"SUBMIT_BUTTON_LABEL": "تطبيق عامل التصفية",
|
"SUBMIT_BUTTON_LABEL": "تطبيق عامل التصفية",
|
||||||
"UPDATE_BUTTON_LABEL": "Update folder",
|
"UPDATE_BUTTON_LABEL": "تحديث المجلد",
|
||||||
"CANCEL_BUTTON_LABEL": "إلغاء",
|
"CANCEL_BUTTON_LABEL": "إلغاء",
|
||||||
"CLEAR_BUTTON_LABEL": "Clear filters",
|
"CLEAR_BUTTON_LABEL": "مسح الفلاتر",
|
||||||
"FOLDER_LABEL": "Folder Name",
|
"FOLDER_LABEL": "اسم المجلد",
|
||||||
"FOLDER_QUERY_LABEL": "Folder Query",
|
"FOLDER_QUERY_LABEL": "استعلام المجلد",
|
||||||
"EMPTY_VALUE_ERROR": "القيمة مطلوبة.",
|
"EMPTY_VALUE_ERROR": "القيمة مطلوبة.",
|
||||||
"TOOLTIP_LABEL": "تصفية المحادثات",
|
"TOOLTIP_LABEL": "تصفية المحادثات",
|
||||||
"QUERY_DROPDOWN_LABELS": {
|
"QUERY_DROPDOWN_LABELS": {
|
||||||
@ -36,15 +36,15 @@
|
|||||||
},
|
},
|
||||||
"ATTRIBUTES": {
|
"ATTRIBUTES": {
|
||||||
"STATUS": "الحالة",
|
"STATUS": "الحالة",
|
||||||
"ASSIGNEE_NAME": "Assignee name",
|
"ASSIGNEE_NAME": "اسم المستلم",
|
||||||
"INBOX_NAME": "اسم صندوق الوارد",
|
"INBOX_NAME": "اسم صندوق الوارد",
|
||||||
"TEAM_NAME": "اسم الفريق",
|
"TEAM_NAME": "اسم الفريق",
|
||||||
"CONVERSATION_IDENTIFIER": "Conversation identifier",
|
"CONVERSATION_IDENTIFIER": "معرف المحادثة",
|
||||||
"CAMPAIGN_NAME": "Campaign name",
|
"CAMPAIGN_NAME": "اسم الحملة",
|
||||||
"LABELS": "الوسوم",
|
"LABELS": "الوسوم",
|
||||||
"BROWSER_LANGUAGE": "Browser language",
|
"BROWSER_LANGUAGE": "لغة المتصفح",
|
||||||
"PRIORITY": "الأولوية",
|
"PRIORITY": "الأولوية",
|
||||||
"COUNTRY_NAME": "Country name",
|
"COUNTRY_NAME": "اسم الدولة",
|
||||||
"REFERER_LINK": "رابط المرجع",
|
"REFERER_LINK": "رابط المرجع",
|
||||||
"CUSTOM_ATTRIBUTE_LIST": "القائمة",
|
"CUSTOM_ATTRIBUTE_LIST": "القائمة",
|
||||||
"CUSTOM_ATTRIBUTE_TEXT": "النص",
|
"CUSTOM_ATTRIBUTE_TEXT": "النص",
|
||||||
@ -55,15 +55,15 @@
|
|||||||
"LAST_ACTIVITY": "النشاط الأخير"
|
"LAST_ACTIVITY": "النشاط الأخير"
|
||||||
},
|
},
|
||||||
"GROUPS": {
|
"GROUPS": {
|
||||||
"STANDARD_FILTERS": "Standard filters",
|
"STANDARD_FILTERS": "الفلاتر القياسية",
|
||||||
"ADDITIONAL_FILTERS": "Additional filters",
|
"ADDITIONAL_FILTERS": "الفلاتر الإضافية",
|
||||||
"CUSTOM_ATTRIBUTES": "Custom attributes"
|
"CUSTOM_ATTRIBUTES": "الخصائص المخصصة"
|
||||||
},
|
},
|
||||||
"CUSTOM_VIEWS": {
|
"CUSTOM_VIEWS": {
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "هل تريد حفظ هذا الفلتر؟",
|
"TITLE": "هل تريد حفظ هذا الفلتر؟",
|
||||||
"LABEL": "تسمية هذا الفلتر",
|
"LABEL": "تسمية هذا الفلتر",
|
||||||
"PLACEHOLDER": "Name your filter to refer it later.",
|
"PLACEHOLDER": "قم بتسمية الفلتر لتتمكن من الرجوع إليه لاحقًا.",
|
||||||
"ERROR_MESSAGE": "الاسم مطلوب.",
|
"ERROR_MESSAGE": "الاسم مطلوب.",
|
||||||
"SAVE_BUTTON": "حفظ الفلتر",
|
"SAVE_BUTTON": "حفظ الفلتر",
|
||||||
"CANCEL_BUTTON": "إلغاء",
|
"CANCEL_BUTTON": "إلغاء",
|
||||||
@ -77,7 +77,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"EDIT_BUTTON": "Edit folder"
|
"EDIT_BUTTON": "تحرير المجلد"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"DELETE_BUTTON": "حذف الفلتر",
|
"DELETE_BUTTON": "حذف الفلتر",
|
||||||
@ -85,7 +85,7 @@
|
|||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "تأكيد الحذف",
|
"TITLE": "تأكيد الحذف",
|
||||||
"MESSAGE": "هل أنت متأكد من حذف الفلتر ",
|
"MESSAGE": "هل أنت متأكد من حذف الفلتر ",
|
||||||
"YES": "Yes, delete",
|
"YES": "نعم، احذف",
|
||||||
"NO": "لا، احتفظ به"
|
"NO": "لا، احتفظ به"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,73 +1,73 @@
|
|||||||
{
|
{
|
||||||
"AGENT_BOTS": {
|
"AGENT_BOTS": {
|
||||||
"HEADER": "Bots",
|
"HEADER": "البوتات",
|
||||||
"LOADING_EDITOR": "Loading editor...",
|
"LOADING_EDITOR": "جارٍ تحميل المحرر...",
|
||||||
"HEADER_BTN_TXT": "Add bot configuration",
|
"HEADER_BTN_TXT": "إضافة تكوين بوت",
|
||||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
|
"SIDEBAR_TXT": "<p><b>البوتات</b> <p>البوتات هي مثل الأعضاء الأكثر روعة في فريقك. يمكنهم التعامل مع الأمور الصغيرة، حتى تتمكن من التركيز على الأمور التي تهمك. جربهم.</p> <p> يمكنك إدارة البوتات الخاصة بك من هذه الصفحة أو إنشاء بوتات جديدة باستخدام زر 'إضافة تكوين بوت'.</p> <p> افتح <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">دليل البوتات</a> في علامة تبويب أخرى للحصول على مساعدة.</p>",
|
||||||
"CSML_BOT_EDITOR": {
|
"CSML_BOT_EDITOR": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Bot name",
|
"LABEL": "اسم البوت",
|
||||||
"PLACEHOLDER": "Name your bot.",
|
"PLACEHOLDER": "قم بتسمية البوت الخاص بك.",
|
||||||
"ERROR": "Bot name is required."
|
"ERROR": "اسم البوت مطلوب."
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Bot description",
|
"LABEL": "وصف البوت",
|
||||||
"PLACEHOLDER": "What does this bot do?"
|
"PLACEHOLDER": "ماذا يفعل هذا البوت؟"
|
||||||
},
|
},
|
||||||
"BOT_CONFIG": {
|
"BOT_CONFIG": {
|
||||||
"ERROR": "Please enter your CSML bot configuration above.",
|
"ERROR": "يرجى إدخال تكوين بوت CSML الخاص بك أعلاه.",
|
||||||
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
|
"API_ERROR": "تكوين CSML الخاص بك غير صالح. يرجى إصلاحه والمحاولة مرة أخرى."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Validate and save"
|
"SUBMIT": "التحقق والحفظ"
|
||||||
},
|
},
|
||||||
"BOT_CONFIGURATION": {
|
"BOT_CONFIGURATION": {
|
||||||
"TITLE": "Select an agent bot",
|
"TITLE": "اختر بوت",
|
||||||
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
|
"DESC": "قم بتعيين بوت لصندوق الوارد الخاص بك. يمكنهم التعامل مع المحادثات الأولية ونقلها إلى وكيل مباشر عند الضرورة.",
|
||||||
"SUBMIT": "تحديث",
|
"SUBMIT": "تحديث",
|
||||||
"DISCONNECT": "Disconnect bot",
|
"DISCONNECT": "فصل البوت",
|
||||||
"SUCCESS_MESSAGE": "Successfully updated the agent bot.",
|
"SUCCESS_MESSAGE": "تم تحديث البوت بنجاح.",
|
||||||
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot.",
|
"DISCONNECTED_SUCCESS_MESSAGE": "تم فصل البوت بنجاح.",
|
||||||
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
|
"ERROR_MESSAGE": "تعذر تحديث البوت. يرجى المحاولة مرة أخرى.",
|
||||||
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
|
"DISCONNECTED_ERROR_MESSAGE": "تعذر فصل البوت. يرجى المحاولة مرة أخرى.",
|
||||||
"SELECT_PLACEHOLDER": "Select bot"
|
"SELECT_PLACEHOLDER": "اختر بوت"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Configure new bot",
|
"TITLE": "تكوين بوت جديد",
|
||||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot added successfully.",
|
"SUCCESS_MESSAGE": "تمت إضافة البوت بنجاح.",
|
||||||
"ERROR_MESSAGE": "Could not add bot. Please try again later."
|
"ERROR_MESSAGE": "تعذر إضافة البوت. يرجى المحاولة مرة أخرى لاحقًا."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
|
"404": "لم يتم العثور على أي بوتات. يمكنك إنشاء بوت بالنقر على زر 'تكوين بوت جديد' ↗",
|
||||||
"LOADING": "Fetching bots...",
|
"LOADING": "جارٍ جلب البوتات...",
|
||||||
"TYPE": "Bot type"
|
"TYPE": "نوع البوت"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "حذف",
|
"BUTTON_TEXT": "حذف",
|
||||||
"TITLE": "Delete bot",
|
"TITLE": "حذف البوت",
|
||||||
"SUBMIT": "حذف",
|
"SUBMIT": "حذف",
|
||||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||||
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible.",
|
"DESCRIPTION": "هل أنت متأكد أنك تريد حذف هذا البوت؟ هذا الإجراء لا يمكن التراجع عنه.",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot deleted successfully.",
|
"SUCCESS_MESSAGE": "تم حذف البوت بنجاح.",
|
||||||
"ERROR_MESSAGE": "Could not delete bot. Please try again."
|
"ERROR_MESSAGE": "تعذر حذف البوت. يرجى المحاولة مرة أخرى."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"BUTTON_TEXT": "تعديل",
|
"BUTTON_TEXT": "تعديل",
|
||||||
"LOADING": "Fetching bots...",
|
"LOADING": "جارٍ جلب البوتات...",
|
||||||
"TITLE": "Edit bot",
|
"TITLE": "تعديل البوت",
|
||||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot updated successfully.",
|
"SUCCESS_MESSAGE": "تم تحديث البوت بنجاح.",
|
||||||
"ERROR_MESSAGE": "Could not update bot. Please try again."
|
"ERROR_MESSAGE": "تعذر تحديث البوت. يرجى المحاولة مرة أخرى."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
"WEBHOOK": "Webhook bot",
|
"WEBHOOK": "بوت Webhook",
|
||||||
"CSML": "CSML bot"
|
"CSML": "بوت CSML"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,15 +41,15 @@
|
|||||||
"IN_VALID": "مفتاح غير صالح"
|
"IN_VALID": "مفتاح غير صالح"
|
||||||
},
|
},
|
||||||
"REGEX_PATTERN": {
|
"REGEX_PATTERN": {
|
||||||
"LABEL": "Regex Pattern",
|
"LABEL": "نمط Regex",
|
||||||
"PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)"
|
"PLACEHOLDER": "الرجاء إدخال سمة مخصصة ريمكس (اختياري)"
|
||||||
},
|
},
|
||||||
"REGEX_CUE": {
|
"REGEX_CUE": {
|
||||||
"LABEL": "Regex Cue",
|
"LABEL": "Regex Cue",
|
||||||
"PLACEHOLDER": "Please enter regex pattern hint. (Optional)"
|
"PLACEHOLDER": "الرجاء إدخال تلميح نمط regex (اختياري)"
|
||||||
},
|
},
|
||||||
"ENABLE_REGEX": {
|
"ENABLE_REGEX": {
|
||||||
"LABEL": "Enable regex validation"
|
"LABEL": "تمكين التحقق من صحة regex"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
@ -106,15 +106,15 @@
|
|||||||
"NOT_FOUND": "لا توجد سمات مخصصة تم تكوينها"
|
"NOT_FOUND": "لا توجد سمات مخصصة تم تكوينها"
|
||||||
},
|
},
|
||||||
"REGEX_PATTERN": {
|
"REGEX_PATTERN": {
|
||||||
"LABEL": "Regex Pattern",
|
"LABEL": "نمط Regex",
|
||||||
"PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)"
|
"PLACEHOLDER": "الرجاء إدخال سمة مخصصة ريمكس (اختياري)"
|
||||||
},
|
},
|
||||||
"REGEX_CUE": {
|
"REGEX_CUE": {
|
||||||
"LABEL": "Regex Cue",
|
"LABEL": "Regex Cue",
|
||||||
"PLACEHOLDER": "Please enter regex pattern hint. (Optional)"
|
"PLACEHOLDER": "الرجاء إدخال تلميح نمط regex (اختياري)"
|
||||||
},
|
},
|
||||||
"ENABLE_REGEX": {
|
"ENABLE_REGEX": {
|
||||||
"LABEL": "Enable regex validation"
|
"LABEL": "تمكين التحقق من صحة regex"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,71 +1,71 @@
|
|||||||
{
|
{
|
||||||
"AUDIT_LOGS": {
|
"AUDIT_LOGS": {
|
||||||
"HEADER": "Audit Logs",
|
"HEADER": "سجلات التدقيق",
|
||||||
"HEADER_BTN_TXT": "Add Audit Logs",
|
"HEADER_BTN_TXT": "إضافة سجلات التدقيق",
|
||||||
"LOADING": "Fetching Audit Logs",
|
"LOADING": "جارٍ جلب سجلات التدقيق",
|
||||||
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
||||||
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
"SIDEBAR_TXT": "<p><b>سجلات التدقيق</b> </p><p> سجلات التدقيق هي مسارات للأحداث والإجراءات في نظام Chatwoot. </p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no Audit Logs available in this account.",
|
"404": "لا توجد سجلات تدقيق متاحة في هذا الحساب.",
|
||||||
"TITLE": "Manage Audit Logs",
|
"TITLE": "إدارة سجلات التدقيق",
|
||||||
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
"DESC": "سجلات التدقيق هي مسارات للأحداث والإجراءات في نظام Chatwoot.",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"User",
|
"المستخدم",
|
||||||
"Action",
|
"الإجراء",
|
||||||
"عنوان IP"
|
"عنوان IP"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
"SUCCESS_MESSAGE": "تم استرجاع سجلات التدقيق بنجاح",
|
||||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||||
},
|
},
|
||||||
"DEFAULT_USER": "System",
|
"DEFAULT_USER": "النظام",
|
||||||
"AUTOMATION_RULE": {
|
"AUTOMATION_RULE": {
|
||||||
"ADD": "%{agentName} created a new automation rule (#%{id})",
|
"ADD": "%{agentName} أنشأ قاعدة أتمتة جديدة (#%{id})",
|
||||||
"EDIT": "%{agentName} updated an automation rule (#%{id})",
|
"EDIT": "%{agentName} قام بتحديث قاعدة أتمتة (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted an automation rule (#%{id})"
|
"DELETE": "%{agentName} حذف قاعدة أتمتة (#%{id})"
|
||||||
},
|
},
|
||||||
"ACCOUNT_USER": {
|
"ACCOUNT_USER": {
|
||||||
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
|
"ADD": "%{agentName} دعا %{invitee} إلى الحساب كـ %{role}",
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"SELF": "%{agentName} changed their %{attributes} to %{values}",
|
"SELF": "%{agentName} غير %{attributes} الخاصة به إلى %{values}",
|
||||||
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
|
"OTHER": "%{agentName} غير %{attributes} لـ %{user} إلى %{values}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"INBOX": {
|
"INBOX": {
|
||||||
"ADD": "%{agentName} created a new inbox (#%{id})",
|
"ADD": "%{agentName} أنشأ صندوق وارد جديد (#%{id})",
|
||||||
"EDIT": "%{agentName} updated an inbox (#%{id})",
|
"EDIT": "%{agentName} قام بتحديث صندوق الوارد (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted an inbox (#%{id})"
|
"DELETE": "%{agentName} حذف صندوق الوارد (#%{id})"
|
||||||
},
|
},
|
||||||
"WEBHOOK": {
|
"WEBHOOK": {
|
||||||
"ADD": "%{agentName} created a new webhook (#%{id})",
|
"ADD": "%{agentName} أنشأ Webhook جديد (#%{id})",
|
||||||
"EDIT": "%{agentName} updated a webhook (#%{id})",
|
"EDIT": "%{agentName} قام بتحديث Webhook (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted a webhook (#%{id})"
|
"DELETE": "%{agentName} حذف Webhook (#%{id})"
|
||||||
},
|
},
|
||||||
"USER_ACTION": {
|
"USER_ACTION": {
|
||||||
"SIGN_IN": "%{agentName} signed in",
|
"SIGN_IN": "%{agentName} قام بتسجيل الدخول",
|
||||||
"SIGN_OUT": "%{agentName} signed out"
|
"SIGN_OUT": "%{agentName} قام بتسجيل الخروج"
|
||||||
},
|
},
|
||||||
"TEAM": {
|
"TEAM": {
|
||||||
"ADD": "%{agentName} created a new team (#%{id})",
|
"ADD": "%{agentName} أنشأ فريق جديد (#%{id})",
|
||||||
"EDIT": "%{agentName} updated a team (#%{id})",
|
"EDIT": "%{agentName} قام بتحديث الفريق (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted a team (#%{id})"
|
"DELETE": "%{agentName} حذف الفريق (#%{id})"
|
||||||
},
|
},
|
||||||
"MACRO": {
|
"MACRO": {
|
||||||
"ADD": "%{agentName} created a new macro (#%{id})",
|
"ADD": "%{agentName} أنشأ ماكرو جديد (#%{id})",
|
||||||
"EDIT": "%{agentName} updated a macro (#%{id})",
|
"EDIT": "%{agentName} قام بتحديث ماكرو (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted a macro (#%{id})"
|
"DELETE": "%{agentName} حذف ماكرو (#%{id})"
|
||||||
},
|
},
|
||||||
"INBOX_MEMBER": {
|
"INBOX_MEMBER": {
|
||||||
"ADD": "%{agentName} added %{user} to the inbox(#%{inbox_id})",
|
"ADD": "%{agentName} أضاف %{user} إلى صندوق الوارد (#%{inbox_id})",
|
||||||
"REMOVE": "%{agentName} removed %{user} from the inbox(#%{inbox_id})"
|
"REMOVE": "%{agentName} أزال %{user} من صندوق الوارد (#%{inbox_id})"
|
||||||
},
|
},
|
||||||
"TEAM_MEMBER": {
|
"TEAM_MEMBER": {
|
||||||
"ADD": "%{agentName} added %{user} to the team(#%{team_id})",
|
"ADD": "%{agentName} أضاف %{user} إلى الفريق (#%{team_id})",
|
||||||
"REMOVE": "%{agentName} removed %{user} from the team(#%{team_id})"
|
"REMOVE": "%{agentName} أزال %{user} من الفريق (#%{team_id})"
|
||||||
},
|
},
|
||||||
"ACCOUNT": {
|
"ACCOUNT": {
|
||||||
"EDIT": "%{agentName} updated the account configuration (#%{id})"
|
"EDIT": "%{agentName} قام بتحديث إعدادات الحساب (#%{id})"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,23 +10,23 @@
|
|||||||
"ASSIGN_AGENT_TOOLTIP": "تعيين وكيل",
|
"ASSIGN_AGENT_TOOLTIP": "تعيين وكيل",
|
||||||
"ASSIGN_TEAM_TOOLTIP": "تعيين فريق",
|
"ASSIGN_TEAM_TOOLTIP": "تعيين فريق",
|
||||||
"ASSIGN_SUCCESFUL": "تم تعيين المحادثات بنجاح.",
|
"ASSIGN_SUCCESFUL": "تم تعيين المحادثات بنجاح.",
|
||||||
"ASSIGN_FAILED": "Failed to assign conversations. Please try again.",
|
"ASSIGN_FAILED": "فشل في تعيين المحادثات، الرجاء المحاولة مرة أخرى.",
|
||||||
"RESOLVE_SUCCESFUL": "تم تسوية المحادثات بنجاح.",
|
"RESOLVE_SUCCESFUL": "تم تسوية المحادثات بنجاح.",
|
||||||
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
|
"RESOLVE_FAILED": "فشل في حل المحادثات، يرجى المحاولة مرة أخرى.",
|
||||||
"ALL_CONVERSATIONS_SELECTED_ALERT": "المحادثات المرئية في هذه الصفحة هي المحددة فقط.",
|
"ALL_CONVERSATIONS_SELECTED_ALERT": "المحادثات المرئية في هذه الصفحة هي المحددة فقط.",
|
||||||
"AGENT_LIST_LOADING": "جاري تحميل الوكلاء",
|
"AGENT_LIST_LOADING": "جاري تحميل الوكلاء",
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"CHANGE_STATUS": "تغيير الحالة",
|
"CHANGE_STATUS": "تغيير الحالة",
|
||||||
"SNOOZE_UNTIL": "غفوة",
|
"SNOOZE_UNTIL": "غفوة",
|
||||||
"UPDATE_SUCCESFUL": "تم تحديث حالة المحادثة بنجاح.",
|
"UPDATE_SUCCESFUL": "تم تحديث حالة المحادثة بنجاح.",
|
||||||
"UPDATE_FAILED": "Failed to update conversations. Please try again."
|
"UPDATE_FAILED": "فشل تحديث المحادثات، الرجاء المحاولة مرة أخرى."
|
||||||
},
|
},
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
"ASSIGN_LABELS": "Assign labels",
|
"ASSIGN_LABELS": "إضافة وسم",
|
||||||
"NO_LABELS_FOUND": "لم يتم العثور على تسميات لـ",
|
"NO_LABELS_FOUND": "لم يتم العثور على تسميات لـ",
|
||||||
"ASSIGN_SELECTED_LABELS": "تعيين التسميات المحددة",
|
"ASSIGN_SELECTED_LABELS": "تعيين التسميات المحددة",
|
||||||
"ASSIGN_SUCCESFUL": "تم تعيين التسميات بنجاح.",
|
"ASSIGN_SUCCESFUL": "تم تعيين التسميات بنجاح.",
|
||||||
"ASSIGN_FAILED": "Failed to assign labels. Please try again."
|
"ASSIGN_FAILED": "فشل في تعيين التسميات ، الرجاء المحاولة مرة أخرى."
|
||||||
},
|
},
|
||||||
"TEAMS": {
|
"TEAMS": {
|
||||||
"TEAM_SELECT_LABEL": "اختيار فريق",
|
"TEAM_SELECT_LABEL": "اختيار فريق",
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"NO_TEAMS_AVAILABLE": "لا توجد فرق مضافة إلى هذا الحساب حتى الآن.",
|
"NO_TEAMS_AVAILABLE": "لا توجد فرق مضافة إلى هذا الحساب حتى الآن.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "تعيين فريق محدد.",
|
"ASSIGN_SELECTED_TEAMS": "تعيين فريق محدد.",
|
||||||
"ASSIGN_SUCCESFUL": "تم تعيين الفرق بنجاح.",
|
"ASSIGN_SUCCESFUL": "تم تعيين الفرق بنجاح.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "فشل تعيين الفريق، الرجاء المحاولة مرة أخرى."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,11 +4,11 @@
|
|||||||
"HEADER_BTN_TXT": "إضافة رد جاهز",
|
"HEADER_BTN_TXT": "إضافة رد جاهز",
|
||||||
"LOADING": "جاري جلب الردود الجاهزة...",
|
"LOADING": "جاري جلب الردود الجاهزة...",
|
||||||
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام.",
|
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام.",
|
||||||
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
|
"SIDEBAR_TXT": "<p><b>الردود المسبقة</b> </p></p><p> الردود المسبقة هي قوالب رد مكتوبة مسبقاً تساعدك على الرد بسرعة على محادثة. لإدراج استجابة مسبقة أثناء الدردشة، يمكن للوكلاء كتابة رمز قصير يسبقه حرف '/'. </p><p> يمكنك إدارة ردودك المعلبة من هذه الصفحة أو إنشاء استجابات جديدة باستخدام زر \"إضافة استجابة مسبقة\".</p><p>افتح دليل الردود المسبقة <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\"></a> في علامة تبويب أخرى للحصول على يد المساعدة.</p><p>أيضا، تحقق من كل المكتبة <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">الردود المسبقة</a>.</p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "لا توجد ردود جاهزة متوفرة في هذا الحساب.",
|
"404": "لا توجد ردود جاهزة متوفرة في هذا الحساب.",
|
||||||
"TITLE": "إدارة الردود الجاهزة",
|
"TITLE": "إدارة الردود الجاهزة",
|
||||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
"DESC": "الردود الجاهزة هي قوالب رسائل معدة مسبقاً يمكن استخدامها لتسريع كتابة الردود في المحادثات.",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"كود مختصر",
|
"كود مختصر",
|
||||||
"المحتوى",
|
"المحتوى",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "إضافة رد جاهز",
|
"TITLE": "إضافة رد جاهز",
|
||||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
"DESC": "الردود الجاهزة هي قوالب رسائل معدة مسبقاً يمكن استخدامها لتسريع كتابة الردود في المحادثات.",
|
||||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"SHORT_CODE": {
|
"SHORT_CODE": {
|
||||||
|
|||||||
@ -59,22 +59,22 @@
|
|||||||
"TEXT": "اخر نشاط: الأحدث أولا"
|
"TEXT": "اخر نشاط: الأحدث أولا"
|
||||||
},
|
},
|
||||||
"created_at_desc": {
|
"created_at_desc": {
|
||||||
"TEXT": "Created at: Newest first"
|
"TEXT": "تم إنشاؤها في: الأحدث أولاً"
|
||||||
},
|
},
|
||||||
"created_at_asc": {
|
"created_at_asc": {
|
||||||
"TEXT": "Created at: Oldest first"
|
"TEXT": "تم إنشاؤها في: أقدم أولاً"
|
||||||
},
|
},
|
||||||
"priority_desc": {
|
"priority_desc": {
|
||||||
"TEXT": "Priority: Highest first"
|
"TEXT": "الأولوية: الأعلى أولا"
|
||||||
},
|
},
|
||||||
"priority_asc": {
|
"priority_asc": {
|
||||||
"TEXT": "Priority: Lowest first"
|
"TEXT": "الأولوية: الأقل أولاً"
|
||||||
},
|
},
|
||||||
"waiting_since_asc": {
|
"waiting_since_asc": {
|
||||||
"TEXT": "Pending Response: Longest first"
|
"TEXT": "الرد المعلق: الأطول أولا"
|
||||||
},
|
},
|
||||||
"waiting_since_desc": {
|
"waiting_since_desc": {
|
||||||
"TEXT": "Pending Response: Shortest first"
|
"TEXT": "الرد المعلق: أقصر أولاً"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
@ -110,7 +110,7 @@
|
|||||||
"LABEL": "تم إنشاؤها في"
|
"LABEL": "تم إنشاؤها في"
|
||||||
},
|
},
|
||||||
"LAST_USER_MESSAGE_AT": {
|
"LAST_USER_MESSAGE_AT": {
|
||||||
"NAME": "Last user message at",
|
"NAME": "آخر رسالة للمستخدم في",
|
||||||
"LABEL": "أخر رسالة"
|
"LABEL": "أخر رسالة"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -34,14 +34,14 @@
|
|||||||
"TITLE": "اضافة تصنيف جديد",
|
"TITLE": "اضافة تصنيف جديد",
|
||||||
"PLACEHOLDER": "ابحث عن تصنيفات",
|
"PLACEHOLDER": "ابحث عن تصنيفات",
|
||||||
"NO_RESULT": "لم يتم العثور على تصنيفات",
|
"NO_RESULT": "لم يتم العثور على تصنيفات",
|
||||||
"CREATE_LABEL": "Create new label"
|
"CREATE_LABEL": "إنشاء تسمية جديدة"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACT": "دمج جهة الاتصال",
|
"MERGE_CONTACT": "دمج جهة الاتصال",
|
||||||
"CONTACT_ACTIONS": "إجراءات جهات الاتصال",
|
"CONTACT_ACTIONS": "إجراءات جهات الاتصال",
|
||||||
"MUTE_CONTACT": "احجب جهة الاتصال",
|
"MUTE_CONTACT": "احجب جهة الاتصال",
|
||||||
"UNMUTE_CONTACT": "إلغاء حجب جهة الاتصال",
|
"UNMUTE_CONTACT": "إلغاء حجب جهة الاتصال",
|
||||||
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
"MUTED_SUCCESS": "تم حظر جهة الاتصال هذه بنجاح، لن يتم إعلامك بأي محادثات في المستقبل.",
|
||||||
"UNMUTED_SUCCESS": "تم إلغاء حجب جهة الاتصال بنجاح.",
|
"UNMUTED_SUCCESS": "تم إلغاء حجب جهة الاتصال بنجاح.",
|
||||||
"SEND_TRANSCRIPT": "إرسال النص",
|
"SEND_TRANSCRIPT": "إرسال النص",
|
||||||
"EDIT_LABEL": "تعديل",
|
"EDIT_LABEL": "تعديل",
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"SUBMIT": "استيراد",
|
"SUBMIT": "استيراد",
|
||||||
"CANCEL": "إلغاء"
|
"CANCEL": "إلغاء"
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
|
"SUCCESS_MESSAGE": "سيتم إعلامك عبر البريد الإلكتروني عند اكتمال الاستيراد.",
|
||||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||||
},
|
},
|
||||||
"EXPORT_CONTACTS": {
|
"EXPORT_CONTACTS": {
|
||||||
@ -83,8 +83,8 @@
|
|||||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى",
|
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "تصدير جهات الاتصال",
|
"TITLE": "تصدير جهات الاتصال",
|
||||||
"MESSAGE": "Are you sure you want to export all contacts?",
|
"MESSAGE": "هل أنت متأكد من أنك تريد تصدير جميع جهات الاتصال؟",
|
||||||
"FILTERED_MESSAGE": "Are you sure you want to export all the filtered contacts?",
|
"FILTERED_MESSAGE": "هل أنت متأكد من أنك تريد تصدير جميع جهات الاتصال التي تم تصفيتها؟",
|
||||||
"YES": "نعم, قم بالتصدير",
|
"YES": "نعم, قم بالتصدير",
|
||||||
"NO": "نعم, إلغاء"
|
"NO": "نعم, إلغاء"
|
||||||
}
|
}
|
||||||
@ -138,7 +138,7 @@
|
|||||||
"LABEL": "رقم الهاتف",
|
"LABEL": "رقم الهاتف",
|
||||||
"HELP": "يجب ان يحتوى رقم الهاتف على كود دولتك تسبقها علامة +\nمثال: +20101243567",
|
"HELP": "يجب ان يحتوى رقم الهاتف على كود دولتك تسبقها علامة +\nمثال: +20101243567",
|
||||||
"ERROR": "يجب ان تكون خانة رقم الهاتف إما فارغة او مكتملة مع رمز الدولة",
|
"ERROR": "يجب ان تكون خانة رقم الهاتف إما فارغة او مكتملة مع رمز الدولة",
|
||||||
"DIAL_CODE_ERROR": "Please select a dial code from the list",
|
"DIAL_CODE_ERROR": "الرجاء تحديد رمز الاتصال من القائمة",
|
||||||
"DUPLICATE": "رقم الهاتف هذا مستخدم لجهة اتصال أخرى."
|
"DUPLICATE": "رقم الهاتف هذا مستخدم لجهة اتصال أخرى."
|
||||||
},
|
},
|
||||||
"LOCATION": {
|
"LOCATION": {
|
||||||
@ -213,8 +213,8 @@
|
|||||||
"ERROR": "لا يمكن أن تكون الرسالة فارغة"
|
"ERROR": "لا يمكن أن تكون الرسالة فارغة"
|
||||||
},
|
},
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
"SELECT": "Choose files",
|
"SELECT": "اختر الملفات",
|
||||||
"HELP_TEXT": "Drag and drop files here or choose files to attach"
|
"HELP_TEXT": "قم بسحب وإسقاط الملفات هنا أو اختر ملفات لإرفاقها"
|
||||||
},
|
},
|
||||||
"SUBMIT": "إرسال الرسالة",
|
"SUBMIT": "إرسال الرسالة",
|
||||||
"CANCEL": "إلغاء",
|
"CANCEL": "إلغاء",
|
||||||
@ -231,7 +231,7 @@
|
|||||||
"FILTER_CONTACTS": "فلترة",
|
"FILTER_CONTACTS": "فلترة",
|
||||||
"FILTER_CONTACTS_SAVE": "حفظ الفلتر",
|
"FILTER_CONTACTS_SAVE": "حفظ الفلتر",
|
||||||
"FILTER_CONTACTS_DELETE": "حذف الفلتر",
|
"FILTER_CONTACTS_DELETE": "حذف الفلتر",
|
||||||
"FILTER_CONTACTS_EDIT": "Edit segment",
|
"FILTER_CONTACTS_EDIT": "تحرير الجزء",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "جاري تحميل جهات الاتصال...",
|
"LOADING_MESSAGE": "جاري تحميل جهات الاتصال...",
|
||||||
"404": "لا توجد جهات اتصال تطابق بحثك 🔍",
|
"404": "لا توجد جهات اتصال تطابق بحثك 🔍",
|
||||||
@ -298,8 +298,8 @@
|
|||||||
"BUTTON": "إضافة سمة خاصة",
|
"BUTTON": "إضافة سمة خاصة",
|
||||||
"NOT_AVAILABLE": "لا توجد سمات مخصصة متاحة لجهة الاتصال هذه.",
|
"NOT_AVAILABLE": "لا توجد سمات مخصصة متاحة لجهة الاتصال هذه.",
|
||||||
"COPY_SUCCESSFUL": "تم النسخ إلى الحافظة بنجاح",
|
"COPY_SUCCESSFUL": "تم النسخ إلى الحافظة بنجاح",
|
||||||
"SHOW_MORE": "Show all attributes",
|
"SHOW_MORE": "إظهار كافة السمات",
|
||||||
"SHOW_LESS": "Show less attributes",
|
"SHOW_LESS": "عرض سمات أقل",
|
||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"COPY": "نسخ السمة",
|
"COPY": "نسخ السمة",
|
||||||
"DELETE": "حذف السمة",
|
"DELETE": "حذف السمة",
|
||||||
@ -350,7 +350,7 @@
|
|||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "القيمة الصالحة مطلوبة",
|
"REQUIRED": "القيمة الصالحة مطلوبة",
|
||||||
"INVALID_URL": "عنوان URL غير صالح",
|
"INVALID_URL": "عنوان URL غير صالح",
|
||||||
"INVALID_INPUT": "Invalid Input"
|
"INVALID_INPUT": "مدخلات غير صالح"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@ -2,18 +2,18 @@
|
|||||||
"CONTACTS_FILTER": {
|
"CONTACTS_FILTER": {
|
||||||
"TITLE": "تصفية جهات الاتصال",
|
"TITLE": "تصفية جهات الاتصال",
|
||||||
"SUBTITLE": "إضافة فلاتر أدناه واضغط على 'إرسال' لتصفية جهات الاتصال.",
|
"SUBTITLE": "إضافة فلاتر أدناه واضغط على 'إرسال' لتصفية جهات الاتصال.",
|
||||||
"EDIT_CUSTOM_SEGMENT": "Edit Segment",
|
"EDIT_CUSTOM_SEGMENT": "تحرير الجزء",
|
||||||
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your segment.",
|
"CUSTOM_VIEWS_SUBTITLE": "أضف أو أزل الفلاتر وقم بتحديث المجلد الخاص بك.",
|
||||||
"ADD_NEW_FILTER": "إضافة فلتر",
|
"ADD_NEW_FILTER": "إضافة فلتر",
|
||||||
"CLEAR_ALL_FILTERS": "مسح جميع الفلاتر",
|
"CLEAR_ALL_FILTERS": "مسح جميع الفلاتر",
|
||||||
"FILTER_DELETE_ERROR": "يجب ان يكون لديك فلتر واحد على الاقل",
|
"FILTER_DELETE_ERROR": "يجب ان يكون لديك فلتر واحد على الاقل",
|
||||||
"SUBMIT_BUTTON_LABEL": "إرسال",
|
"SUBMIT_BUTTON_LABEL": "إرسال",
|
||||||
"UPDATE_BUTTON_LABEL": "Update Segment",
|
"UPDATE_BUTTON_LABEL": "تحديث الجزء",
|
||||||
"CANCEL_BUTTON_LABEL": "إلغاء",
|
"CANCEL_BUTTON_LABEL": "إلغاء",
|
||||||
"CLEAR_BUTTON_LABEL": "مسح الفلاتر",
|
"CLEAR_BUTTON_LABEL": "مسح الفلاتر",
|
||||||
"EMPTY_VALUE_ERROR": "القيمة مطلوبة",
|
"EMPTY_VALUE_ERROR": "القيمة مطلوبة",
|
||||||
"SEGMENT_LABEL": "Segment Name",
|
"SEGMENT_LABEL": "اسم القسم",
|
||||||
"SEGMENT_QUERY_LABEL": "Segment Query",
|
"SEGMENT_QUERY_LABEL": "استعلام الجزء",
|
||||||
"TOOLTIP_LABEL": "تصفية جهات الاتصال",
|
"TOOLTIP_LABEL": "تصفية جهات الاتصال",
|
||||||
"QUERY_DROPDOWN_LABELS": {
|
"QUERY_DROPDOWN_LABELS": {
|
||||||
"AND": "و",
|
"AND": "و",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"CREATED_AT": "تم إنشاؤها في",
|
"CREATED_AT": "تم إنشاؤها في",
|
||||||
"LAST_ACTIVITY": "آخر نشاط",
|
"LAST_ACTIVITY": "آخر نشاط",
|
||||||
"REFERER_LINK": "رابط المرجع",
|
"REFERER_LINK": "رابط المرجع",
|
||||||
"BLOCKED": "Blocked"
|
"BLOCKED": "محظور"
|
||||||
},
|
},
|
||||||
"GROUPS": {
|
"GROUPS": {
|
||||||
"STANDARD_FILTERS": "الفلاتر القياسية",
|
"STANDARD_FILTERS": "الفلاتر القياسية",
|
||||||
|
|||||||
@ -13,8 +13,8 @@
|
|||||||
"NO_INBOX_AGENT": "يبدو أنه لم يتم إسنادك لأي قنوات تواصل بعد. الرجاء التواصل مع المدير لإضافتك لصناديق الوارد الخاصة بقنوات التواصل",
|
"NO_INBOX_AGENT": "يبدو أنه لم يتم إسنادك لأي قنوات تواصل بعد. الرجاء التواصل مع المدير لإضافتك لصناديق الوارد الخاصة بقنوات التواصل",
|
||||||
"SEARCH_MESSAGES": "البحث عن رسائل في المحادثات",
|
"SEARCH_MESSAGES": "البحث عن رسائل في المحادثات",
|
||||||
"EMPTY_STATE": {
|
"EMPTY_STATE": {
|
||||||
"CMD_BAR": "to open command menu",
|
"CMD_BAR": "لفتح قائمة الأوامر",
|
||||||
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"
|
"KEYBOARD_SHORTCUTS": "لعرض اختصارات لوحة المفاتيح"
|
||||||
},
|
},
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"TITLE": "البحث في الرسائل",
|
"TITLE": "البحث في الرسائل",
|
||||||
@ -40,16 +40,16 @@
|
|||||||
"UNKNOWN_FILE_TYPE": "ملف غير معروف",
|
"UNKNOWN_FILE_TYPE": "ملف غير معروف",
|
||||||
"SAVE_CONTACT": "حفظ",
|
"SAVE_CONTACT": "حفظ",
|
||||||
"UPLOADING_ATTACHMENTS": "جاري تحميل المرفقات...",
|
"UPLOADING_ATTACHMENTS": "جاري تحميل المرفقات...",
|
||||||
"REPLIED_TO_STORY": "Replied to your story",
|
"REPLIED_TO_STORY": "رد على قصتك",
|
||||||
"UNSUPPORTED_MESSAGE": "This message is unsupported.",
|
"UNSUPPORTED_MESSAGE": "هذه الرسالة غير مدعومة.",
|
||||||
"UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.",
|
"UNSUPPORTED_MESSAGE_FACEBOOK": "هذه الرسالة غير مدعومة، يمكنك مشاهدة هذه الرسالة على تطبيق فيسبوك (Messenger).",
|
||||||
"UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.",
|
"UNSUPPORTED_MESSAGE_INSTAGRAM": "هذه الرسالة غير مدعومة، يمكنك عرض هذه الرسالة على تطبيق Instagram.",
|
||||||
"SUCCESS_DELETE_MESSAGE": "تم حذف الرسالة بنجاح",
|
"SUCCESS_DELETE_MESSAGE": "تم حذف الرسالة بنجاح",
|
||||||
"FAIL_DELETE_MESSSAGE": "تعذر حذف الرسالة! حاول مرة أخرى",
|
"FAIL_DELETE_MESSSAGE": "تعذر حذف الرسالة! حاول مرة أخرى",
|
||||||
"NO_RESPONSE": "لا توجد استجابة",
|
"NO_RESPONSE": "لا توجد استجابة",
|
||||||
"RATING_TITLE": "التقييم",
|
"RATING_TITLE": "التقييم",
|
||||||
"FEEDBACK_TITLE": "الملاحظات",
|
"FEEDBACK_TITLE": "الملاحظات",
|
||||||
"REPLY_MESSAGE_NOT_FOUND": "Message not available",
|
"REPLY_MESSAGE_NOT_FOUND": "الرسالة غير متوفرة",
|
||||||
"CARD": {
|
"CARD": {
|
||||||
"SHOW_LABELS": "إظهار السمات",
|
"SHOW_LABELS": "إظهار السمات",
|
||||||
"HIDE_LABELS": "إخفاء السمات"
|
"HIDE_LABELS": "إخفاء السمات"
|
||||||
@ -61,7 +61,7 @@
|
|||||||
"OPEN": "المزيد",
|
"OPEN": "المزيد",
|
||||||
"CLOSE": "أغلق",
|
"CLOSE": "أغلق",
|
||||||
"DETAILS": "التفاصيل",
|
"DETAILS": "التفاصيل",
|
||||||
"SNOOZED_UNTIL": "Snoozed until",
|
"SNOOZED_UNTIL": "غفوة حتى",
|
||||||
"SNOOZED_UNTIL_TOMORROW": "غفوة حتى الغد",
|
"SNOOZED_UNTIL_TOMORROW": "غفوة حتى الغد",
|
||||||
"SNOOZED_UNTIL_NEXT_WEEK": "غفوة حتى الأسبوع القادم",
|
"SNOOZED_UNTIL_NEXT_WEEK": "غفوة حتى الأسبوع القادم",
|
||||||
"SNOOZED_UNTIL_NEXT_REPLY": "غفوة حتى الرد التالي",
|
"SNOOZED_UNTIL_NEXT_REPLY": "غفوة حتى الرد التالي",
|
||||||
@ -69,8 +69,8 @@
|
|||||||
"FRT": "FRT {status}",
|
"FRT": "FRT {status}",
|
||||||
"NRT": "NRT {status}",
|
"NRT": "NRT {status}",
|
||||||
"RT": "RT {status}",
|
"RT": "RT {status}",
|
||||||
"MISSED": "missed",
|
"MISSED": "مفقود",
|
||||||
"DUE": "due"
|
"DUE": "مستحق"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RESOLVE_DROPDOWN": {
|
"RESOLVE_DROPDOWN": {
|
||||||
@ -92,17 +92,17 @@
|
|||||||
"TITLE": "الأولوية",
|
"TITLE": "الأولوية",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"NONE": "لا شيء",
|
"NONE": "لا شيء",
|
||||||
"URGENT": "Urgent",
|
"URGENT": "عاجل",
|
||||||
"HIGH": "High",
|
"HIGH": "عالية",
|
||||||
"MEDIUM": "Medium",
|
"MEDIUM": "متوسطة",
|
||||||
"LOW": "Low"
|
"LOW": "منخفضة"
|
||||||
},
|
},
|
||||||
"CHANGE_PRIORITY": {
|
"CHANGE_PRIORITY": {
|
||||||
"SELECT_PLACEHOLDER": "لا شيء",
|
"SELECT_PLACEHOLDER": "لا شيء",
|
||||||
"INPUT_PLACEHOLDER": "Select priority",
|
"INPUT_PLACEHOLDER": "تحديد الأولوية",
|
||||||
"NO_RESULTS": "لم يتم العثور على النتائج",
|
"NO_RESULTS": "لم يتم العثور على النتائج",
|
||||||
"SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}",
|
"SUCCESSFUL": "تغيير أولوية معرف المحادثة %{conversationId} إلى %{priority}",
|
||||||
"FAILED": "Couldn't change priority. Please try again."
|
"FAILED": "تعذر تغيير الأولوية، الرجاء المحاولة مرة أخرى."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CARD_CONTEXT_MENU": {
|
"CARD_CONTEXT_MENU": {
|
||||||
@ -150,8 +150,8 @@
|
|||||||
"SEND": "إرسال",
|
"SEND": "إرسال",
|
||||||
"CREATE": "إضافة ملاحظة",
|
"CREATE": "إضافة ملاحظة",
|
||||||
"INSERT_READ_MORE": "اقرأ المزيد",
|
"INSERT_READ_MORE": "اقرأ المزيد",
|
||||||
"DISMISS_REPLY": "Dismiss reply",
|
"DISMISS_REPLY": "تجاهل الرد",
|
||||||
"REPLYING_TO": "Replying to:",
|
"REPLYING_TO": "الرد على:",
|
||||||
"TIP_FORMAT_ICON": "عرض محرر النصوص",
|
"TIP_FORMAT_ICON": "عرض محرر النصوص",
|
||||||
"TIP_EMOJI_ICON": "إظهار قائمة الرموز التعبيرية",
|
"TIP_EMOJI_ICON": "إظهار قائمة الرموز التعبيرية",
|
||||||
"TIP_ATTACH_ICON": "إرفاق الملفات",
|
"TIP_ATTACH_ICON": "إرفاق الملفات",
|
||||||
@ -163,7 +163,7 @@
|
|||||||
"STOP_AUDIO_RECORDING": "إيقاف التسجيل الصوتي",
|
"STOP_AUDIO_RECORDING": "إيقاف التسجيل الصوتي",
|
||||||
"": "",
|
"": "",
|
||||||
"EMAIL_HEAD": {
|
"EMAIL_HEAD": {
|
||||||
"TO": "TO",
|
"TO": "إلى",
|
||||||
"ADD_BCC": "إضافة bcc",
|
"ADD_BCC": "إضافة bcc",
|
||||||
"CC": {
|
"CC": {
|
||||||
"LABEL": "CC",
|
"LABEL": "CC",
|
||||||
@ -206,15 +206,15 @@
|
|||||||
},
|
},
|
||||||
"CONTEXT_MENU": {
|
"CONTEXT_MENU": {
|
||||||
"COPY": "نسخ",
|
"COPY": "نسخ",
|
||||||
"REPLY_TO": "Reply to this message",
|
"REPLY_TO": "الرد على هذه الرسالة",
|
||||||
"DELETE": "حذف",
|
"DELETE": "حذف",
|
||||||
"CREATE_A_CANNED_RESPONSE": "إضافة إلى الردود السريعة",
|
"CREATE_A_CANNED_RESPONSE": "إضافة إلى الردود السريعة",
|
||||||
"TRANSLATE": "ترجم",
|
"TRANSLATE": "ترجم",
|
||||||
"COPY_PERMALINK": "Copy link to the message",
|
"COPY_PERMALINK": "نسخ الرابط إلى الرسالة",
|
||||||
"LINK_COPIED": "Message URL copied to the clipboard",
|
"LINK_COPIED": "تم نسخ عنوان URL للرسالة إلى الحافظة",
|
||||||
"DELETE_CONFIRMATION": {
|
"DELETE_CONFIRMATION": {
|
||||||
"TITLE": "Are you sure you want to delete this message?",
|
"TITLE": "هل أنت متأكد من أنك تريد حذف هذه الرسالة؟",
|
||||||
"MESSAGE": "You cannot undo this action",
|
"MESSAGE": "لا يمكنك التراجع عن هذا الإجراء",
|
||||||
"DELETE": "حذف",
|
"DELETE": "حذف",
|
||||||
"CANCEL": "إلغاء"
|
"CANCEL": "إلغاء"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"DATE_PICKER": {
|
"DATE_PICKER": {
|
||||||
"APPLY_BUTTON": "تطبيق",
|
"APPLY_BUTTON": "تطبيق",
|
||||||
"CLEAR_BUTTON": "Clear",
|
"CLEAR_BUTTON": "مسح",
|
||||||
"DATE_RANGE_INPUT": {
|
"DATE_RANGE_INPUT": {
|
||||||
"START": "Start Date",
|
"START": "تاريخ البدء",
|
||||||
"END": "End Date"
|
"END": "تاريخ الانتهاء"
|
||||||
},
|
},
|
||||||
"DATE_RANGE_OPTIONS": {
|
"DATE_RANGE_OPTIONS": {
|
||||||
"TITLE": "DATE RANGE",
|
"TITLE": "نطاق التاريخ",
|
||||||
"LAST_7_DAYS": "آخر 7 أيام",
|
"LAST_7_DAYS": "آخر 7 أيام",
|
||||||
"LAST_30_DAYS": "آخر 30 يوماً",
|
"LAST_30_DAYS": "آخر 30 يوماً",
|
||||||
"LAST_3_MONTHS": "آخر 3 أشهر",
|
"LAST_3_MONTHS": "آخر 3 أشهر",
|
||||||
|
|||||||
@ -50,8 +50,8 @@
|
|||||||
},
|
},
|
||||||
"UPDATE_CHATWOOT": "يتوفر تحديث %{latestChatwootVersion} لـ Chatwoot. الرجاء التحديث.",
|
"UPDATE_CHATWOOT": "يتوفر تحديث %{latestChatwootVersion} لـ Chatwoot. الرجاء التحديث.",
|
||||||
"LEARN_MORE": "اعرف المزيد",
|
"LEARN_MORE": "اعرف المزيد",
|
||||||
"PAYMENT_PENDING": "Your payment is pending. Please update your payment information to continue using Chatwoot",
|
"PAYMENT_PENDING": "الدفعة الخاصة بك معلقة. الرجاء تحديث معلومات الدفع الخاصة بك للاستمرار في استخدام Chatwoot",
|
||||||
"LIMITS_UPGRADE": "Your account has exceeded the usage limits, please upgrade your plan to continue using Chatwoot",
|
"LIMITS_UPGRADE": "لقد تجاوز حسابك حدود الاستخدام، يرجى ترقية خطتك للاستمرار في استخدام Chatwoot",
|
||||||
"OPEN_BILLING": "فتح الفواتير"
|
"OPEN_BILLING": "فتح الفواتير"
|
||||||
},
|
},
|
||||||
"FORMS": {
|
"FORMS": {
|
||||||
@ -88,14 +88,16 @@
|
|||||||
"assigned_conversation_new_message": "رسالة جديدة",
|
"assigned_conversation_new_message": "رسالة جديدة",
|
||||||
"participating_conversation_new_message": "رسالة جديدة",
|
"participating_conversation_new_message": "رسالة جديدة",
|
||||||
"conversation_mention": "إشارة",
|
"conversation_mention": "إشارة",
|
||||||
"sla_missed_first_response": "SLA Missed",
|
"sla_missed_first_response": "فشل اتفاقية مستوى الخدمة",
|
||||||
"sla_missed_next_response": "SLA Missed",
|
"sla_missed_next_response": "فشل اتفاقية مستوى الخدمة",
|
||||||
"sla_missed_resolution": "SLA Missed"
|
"sla_missed_resolution": "فشل اتفاقية مستوى الخدمة"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "غير متصل"
|
"OFFLINE": "غير متصل",
|
||||||
|
"RECONNECTING": "Reconnecting...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnected"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "تحديث"
|
"REFRESH": "تحديث"
|
||||||
@ -107,7 +109,7 @@
|
|||||||
"GENERAL": "عام",
|
"GENERAL": "عام",
|
||||||
"REPORTS": "التقارير",
|
"REPORTS": "التقارير",
|
||||||
"CONVERSATION": "المحادثات",
|
"CONVERSATION": "المحادثات",
|
||||||
"BULK_ACTIONS": "Bulk Actions",
|
"BULK_ACTIONS": "الإجراءات الشاملة",
|
||||||
"CHANGE_ASSIGNEE": "تغيير المحال إليه",
|
"CHANGE_ASSIGNEE": "تغيير المحال إليه",
|
||||||
"CHANGE_PRIORITY": "تغيير الأولوية",
|
"CHANGE_PRIORITY": "تغيير الأولوية",
|
||||||
"CHANGE_TEAM": "تغيير الفريق",
|
"CHANGE_TEAM": "تغيير الفريق",
|
||||||
@ -115,7 +117,7 @@
|
|||||||
"ADD_LABEL": "إضافة تسمية إلى المحادثة",
|
"ADD_LABEL": "إضافة تسمية إلى المحادثة",
|
||||||
"REMOVE_LABEL": "إزالة التسمية من المحادثة",
|
"REMOVE_LABEL": "إزالة التسمية من المحادثة",
|
||||||
"SETTINGS": "الإعدادات",
|
"SETTINGS": "الإعدادات",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "مساعدة AI",
|
||||||
"APPEARANCE": "مظهر",
|
"APPEARANCE": "مظهر",
|
||||||
"SNOOZE_NOTIFICATION": "تأجيل التنبيهات"
|
"SNOOZE_NOTIFICATION": "تأجيل التنبيهات"
|
||||||
},
|
},
|
||||||
@ -139,7 +141,7 @@
|
|||||||
"GO_TO_NOTIFICATIONS": "الذهاب إلى الإشعارات",
|
"GO_TO_NOTIFICATIONS": "الذهاب إلى الإشعارات",
|
||||||
"ADD_LABELS_TO_CONVERSATION": "إضافة تسمية إلى المحادثة",
|
"ADD_LABELS_TO_CONVERSATION": "إضافة تسمية إلى المحادثة",
|
||||||
"ASSIGN_AN_AGENT": "تعيين وكيل",
|
"ASSIGN_AN_AGENT": "تعيين وكيل",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "مساعدة AI",
|
||||||
"ASSIGN_PRIORITY": "تعيين الأولوية",
|
"ASSIGN_PRIORITY": "تعيين الأولوية",
|
||||||
"ASSIGN_A_TEAM": "تعيين فريق",
|
"ASSIGN_A_TEAM": "تعيين فريق",
|
||||||
"MUTE_CONVERSATION": "كتم المحادثة",
|
"MUTE_CONVERSATION": "كتم المحادثة",
|
||||||
@ -154,9 +156,9 @@
|
|||||||
"UNTIL_TOMORROW": "حتى الغد",
|
"UNTIL_TOMORROW": "حتى الغد",
|
||||||
"UNTIL_NEXT_MONTH": "حتي الشهر القادم",
|
"UNTIL_NEXT_MONTH": "حتي الشهر القادم",
|
||||||
"AN_HOUR_FROM_NOW": "حتي ساعة من الأن",
|
"AN_HOUR_FROM_NOW": "حتي ساعة من الأن",
|
||||||
"CUSTOM": "مخصص...",
|
"UNTIL_CUSTOM_TIME": "مخصص...",
|
||||||
"CHANGE_APPEARANCE": "تغيير المظهر",
|
"CHANGE_APPEARANCE": "تغيير المظهر",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "فاتح",
|
||||||
"DARK_MODE": "مظلم",
|
"DARK_MODE": "مظلم",
|
||||||
"SYSTEM_MODE": "نظام",
|
"SYSTEM_MODE": "نظام",
|
||||||
"SNOOZE_NOTIFICATION": "تأجيل التنبيهات"
|
"SNOOZE_NOTIFICATION": "تأجيل التنبيهات"
|
||||||
|
|||||||
@ -456,7 +456,7 @@
|
|||||||
"BACK_RESULTS": "Back to results"
|
"BACK_RESULTS": "Back to results"
|
||||||
},
|
},
|
||||||
"UPGRADE_PAGE": {
|
"UPGRADE_PAGE": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "مركز المساعدة",
|
||||||
"DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Upgrade your subscription to enable this feature.",
|
"DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Upgrade your subscription to enable this feature.",
|
||||||
"SELF_HOSTED_DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Please contact your administrator to enable this feature.",
|
"SELF_HOSTED_DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Please contact your administrator to enable this feature.",
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
|
|||||||
@ -2,63 +2,63 @@
|
|||||||
"INBOX": {
|
"INBOX": {
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"TITLE": "صندوق الوارد",
|
"TITLE": "صندوق الوارد",
|
||||||
"DISPLAY_DROPDOWN": "Display",
|
"DISPLAY_DROPDOWN": "عرض",
|
||||||
"LOADING": "Fetching notifications",
|
"LOADING": "جارٍ جلب الإشعارات",
|
||||||
"404": "There are no active notifications in this group.",
|
"404": "لا توجد إشعارات نشطة في هذه المجموعة.",
|
||||||
"NO_NOTIFICATIONS": "No notifications",
|
"NO_NOTIFICATIONS": "لا توجد إشعارات",
|
||||||
"NOTE": "Notifications from all subscribed inboxes",
|
"NOTE": "الإشعارات من جميع صناديق الوارد المشترك بها",
|
||||||
"NO_MESSAGES_AVAILABLE": "Oops! Not able to fetch messages",
|
"NO_MESSAGES_AVAILABLE": "عذرًا! لا يمكن جلب الرسائل",
|
||||||
"SNOOZED_UNTIL": "Snoozed until",
|
"SNOOZED_UNTIL": "غفوة حتى",
|
||||||
"SNOOZED_UNTIL_TOMORROW": "غفوة حتى الغد",
|
"SNOOZED_UNTIL_TOMORROW": "غفوة حتى الغد",
|
||||||
"SNOOZED_UNTIL_NEXT_WEEK": "غفوة حتى الأسبوع القادم"
|
"SNOOZED_UNTIL_NEXT_WEEK": "غفوة حتى الأسبوع القادم"
|
||||||
},
|
},
|
||||||
"ACTION_HEADER": {
|
"ACTION_HEADER": {
|
||||||
"SNOOZE": "Snooze notification",
|
"SNOOZE": "غفوة الإشعار",
|
||||||
"DELETE": "Delete notification",
|
"DELETE": "حذف الإشعار",
|
||||||
"BACK": "العودة"
|
"BACK": "العودة"
|
||||||
},
|
},
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
"CONVERSATION_MENTION": "You have been mentioned in a conversation",
|
"CONVERSATION_MENTION": "تم ذكرك في محادثة",
|
||||||
"CONVERSATION_CREATION": "New conversation created",
|
"CONVERSATION_CREATION": "تم إنشاء محادثة جديدة",
|
||||||
"CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you",
|
"CONVERSATION_ASSIGNMENT": "تم تعيين محادثة لك",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "رسالة جديدة في محادثة معينة لك",
|
||||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in",
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "رسالة جديدة في محادثة تشارك فيها",
|
||||||
"SLA_MISSED_FIRST_RESPONSE": "SLA target first response missed for conversation",
|
"SLA_MISSED_FIRST_RESPONSE": "تم تجاوز الهدف الأول للرد للمحادثة",
|
||||||
"SLA_MISSED_NEXT_RESPONSE": "SLA target next response missed for conversation",
|
"SLA_MISSED_NEXT_RESPONSE": "تم تجاوز الهدف التالي للرد للمحادثة",
|
||||||
"SLA_MISSED_RESOLUTION": "SLA target resolution missed for conversation"
|
"SLA_MISSED_RESOLUTION": "تم تجاوز الهدف النهائي للحل للمحادثة"
|
||||||
},
|
},
|
||||||
"MENU_ITEM": {
|
"MENU_ITEM": {
|
||||||
"MARK_AS_READ": "Mark as read",
|
"MARK_AS_READ": "وضع علامة كمقروء",
|
||||||
"MARK_AS_UNREAD": "وضع علامة كغير مقروء",
|
"MARK_AS_UNREAD": "وضع علامة كغير مقروء",
|
||||||
"SNOOZE": "غفوة",
|
"SNOOZE": "غفوة",
|
||||||
"DELETE": "حذف",
|
"DELETE": "حذف",
|
||||||
"MARK_ALL_READ": "تحديد الكل كمقروء",
|
"MARK_ALL_READ": "تحديد الكل كمقروء",
|
||||||
"DELETE_ALL": "Delete all",
|
"DELETE_ALL": "حذف الكل",
|
||||||
"DELETE_ALL_READ": "Delete all read"
|
"DELETE_ALL_READ": "حذف كل المقروء"
|
||||||
},
|
},
|
||||||
"DISPLAY_MENU": {
|
"DISPLAY_MENU": {
|
||||||
"SORT": "Sort",
|
"SORT": "فرز",
|
||||||
"DISPLAY": "Display :",
|
"DISPLAY": "عرض :",
|
||||||
"SORT_OPTIONS": {
|
"SORT_OPTIONS": {
|
||||||
"NEWEST": "Newest",
|
"NEWEST": "الأحدث",
|
||||||
"OLDEST": "Oldest",
|
"OLDEST": "الأقدم",
|
||||||
"PRIORITY": "الأولوية"
|
"PRIORITY": "الأولوية"
|
||||||
},
|
},
|
||||||
"DISPLAY_OPTIONS": {
|
"DISPLAY_OPTIONS": {
|
||||||
"SNOOZED": "غفوة",
|
"SNOOZED": "غفوة",
|
||||||
"READ": "قرائة",
|
"READ": "قراءة",
|
||||||
"LABELS": "الوسوم",
|
"LABELS": "الوسوم",
|
||||||
"CONVERSATION_ID": "Conversation ID"
|
"CONVERSATION_ID": "معرف المحادثة"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ALERTS": {
|
"ALERTS": {
|
||||||
"MARK_AS_READ": "Notification marked as read",
|
"MARK_AS_READ": "تم وضع علامة الإشعار كمقروء",
|
||||||
"MARK_AS_UNREAD": "Notification marked as unread",
|
"MARK_AS_UNREAD": "تم وضع علامة الإشعار كغير مقروء",
|
||||||
"SNOOZE": "Notification snoozed",
|
"SNOOZE": "تم تأجيل الإشعار",
|
||||||
"DELETE": "Notification deleted",
|
"DELETE": "تم حذف الإشعار",
|
||||||
"MARK_ALL_READ": "All notifications marked as read",
|
"MARK_ALL_READ": "تم وضع علامة كل الإشعارات كمقروء",
|
||||||
"DELETE_ALL": "All notifications deleted",
|
"DELETE_ALL": "تم حذف كل الإشعارات",
|
||||||
"DELETE_ALL_READ": "All read notifications deleted"
|
"DELETE_ALL_READ": "تم حذف كل الإشعارات المقروءة"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "قنوات التواصل",
|
"HEADER": "قنوات التواصل",
|
||||||
"SIDEBAR_TXT": "<p><b>قنوات التواصل</b></p> <p> عند ربطك لموقع ويب أو صفحة فيسبوك إلى Chatwoot، يتم تسميتها <b>قناة تواصل</b>. يمكنك إنشاء قنوات تواصل غير محدودة من مختلف الأنواع في حساب Chatwoot الخاص بك. </p><p> انقر فوق <b>إضافة قناة تواصل</b> لربط موقع الويب أو صفحة فيسبوك الخاصة بك. </p><p> من لوحة الإدارة، يمكنك رؤية جميع المحادثات من جميع صناديق الوارد الخاصة بك والرد عليها من مكان موّحد عبر الضغط على علامة التبويب \"المحادثات\". </p><p> يمكنك أيضًا مشاهدة المحادثات الخاصة بصندوق وارد معين بالنقر على اسم صندوق الوارد على الجزء الجانبي من لوحة الإدارة. </p>",
|
"SIDEBAR_TXT": "<p><b>قنوات التواصل</b></p> <p> عند ربطك لموقع ويب أو صفحة فيسبوك إلى Chatwoot، يتم تسميتها <b>قناة تواصل</b>. يمكنك إنشاء قنوات تواصل غير محدودة من مختلف الأنواع في حساب Chatwoot الخاص بك. </p><p> انقر فوق <b>إضافة قناة تواصل</b> لربط موقع الويب أو صفحة فيسبوك الخاصة بك. </p><p> من لوحة الإدارة، يمكنك رؤية جميع المحادثات من جميع صناديق الوارد الخاصة بك والرد عليها من مكان موّحد عبر الضغط على علامة التبويب \"المحادثات\". </p><p> يمكنك أيضًا مشاهدة المحادثات الخاصة بصندوق وارد معين بالنقر على اسم صندوق الوارد على الجزء الجانبي من لوحة الإدارة. </p>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "لا توجد صناديق وارد لقنوات تواصل مرتبطة بهذا الحساب."
|
"404": "لا توجد صناديق وارد لقنوات تواصل مرتبطة بهذا الحساب."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Enter email address",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
||||||
}
|
}
|
||||||
@ -518,7 +521,7 @@
|
|||||||
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings"
|
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings"
|
||||||
},
|
},
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"LABEL": "Help Center",
|
"LABEL": "مركز المساعدة",
|
||||||
"PLACEHOLDER": "Select Help Center",
|
"PLACEHOLDER": "Select Help Center",
|
||||||
"SELECT_PLACEHOLDER": "Select Help Center",
|
"SELECT_PLACEHOLDER": "Select Help Center",
|
||||||
"REMOVE": "Remove Help Center",
|
"REMOVE": "Remove Help Center",
|
||||||
|
|||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "تم حذف تطبيق لوحة التحكم بنجاح",
|
"API_SUCCESS": "تم حذف تطبيق لوحة التحكم بنجاح",
|
||||||
"API_ERROR": "لم نتمكن من حذف التطبيق. الرجاء المحاولة مرة أخرى لاحقاً"
|
"API_ERROR": "لم نتمكن من حذف التطبيق. الرجاء المحاولة مرة أخرى لاحقاً"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "إنشاء",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "الرابط",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "جار التحميل",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "العنوان",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "العنوان مطلوب"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "الوصف",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "الفريق",
|
||||||
|
"PLACEHOLDER": "اختيار فريق",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Assignee",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "الأولوية",
|
||||||
|
"PLACEHOLDER": "تحديد الأولوية",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "الوسم",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "الحالة",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "إنشاء",
|
||||||
|
"CANCEL": "إلغاء",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "الحالة",
|
||||||
|
"PRIORITY": "الأولوية",
|
||||||
|
"ASSIGNEE": "Assignee",
|
||||||
|
"LABELS": "الوسوم",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -517,7 +517,7 @@
|
|||||||
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
|
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
|
||||||
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
||||||
"DROPDOWN": {
|
"DROPDOWN": {
|
||||||
"ADD_FIlTER": "Add filter",
|
"ADD_FIlTER": "إضافة فلتر",
|
||||||
"CLEAR_ALL": "Clear all",
|
"CLEAR_ALL": "Clear all",
|
||||||
"CLEAR_FILTER": "Clear filter",
|
"CLEAR_FILTER": "Clear filter",
|
||||||
"EMPTY_LIST": "لم يتم العثور على النتائج",
|
"EMPTY_LIST": "لم يتم العثور على النتائج",
|
||||||
|
|||||||
@ -278,9 +278,9 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "تجريبي",
|
"BETA": "تجريبي",
|
||||||
"REPORTS_OVERVIEW": "نظرة عامة",
|
"REPORTS_OVERVIEW": "نظرة عامة",
|
||||||
"FACEBOOK_REAUTHORIZE": "انتهت صلاحية اتصال الفيسبوك الخاص بك، يرجى إعادة الاتصال بصفحة الفيسبوك الخاصة بك لمواصلة الخدمات",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "مركز المساعدة",
|
||||||
"ALL_ARTICLES": "جميع المقالات",
|
"ALL_ARTICLES": "جميع المقالات",
|
||||||
"MY_ARTICLES": "مقالاتي",
|
"MY_ARTICLES": "مقالاتي",
|
||||||
"DRAFT": "مسودة",
|
"DRAFT": "مسودة",
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
"NONE": "Нито един",
|
"NONE": "Нито един",
|
||||||
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
||||||
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
|
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -95,7 +95,9 @@
|
|||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Offline"
|
"OFFLINE": "Offline",
|
||||||
|
"RECONNECTING": "Reconnecting...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnected"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Refresh"
|
"REFRESH": "Refresh"
|
||||||
@ -154,7 +156,7 @@
|
|||||||
"UNTIL_TOMORROW": "Until tomorrow",
|
"UNTIL_TOMORROW": "Until tomorrow",
|
||||||
"UNTIL_NEXT_MONTH": "Until next month",
|
"UNTIL_NEXT_MONTH": "Until next month",
|
||||||
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
||||||
"CUSTOM": "Custom...",
|
"UNTIL_CUSTOM_TIME": "Custom...",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Inboxes",
|
"HEADER": "Inboxes",
|
||||||
"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>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no inboxes attached to this account."
|
"404": "There are no inboxes attached to this account."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Enter email address",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Dashboard app deleted successfully",
|
"API_SUCCESS": "Dashboard app deleted successfully",
|
||||||
"API_ERROR": "We couldn't delete the app. Please try again later"
|
"API_ERROR": "We couldn't delete the app. Please try again later"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Създаване",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Link",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Loading",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Title",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "Title is required"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Описание",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Team",
|
||||||
|
"PLACEHOLDER": "Изберете екип",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Assignee",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Priority",
|
||||||
|
"PLACEHOLDER": "Select priority",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Label",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Статус",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Създаване",
|
||||||
|
"CANCEL": "Отмени",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Статус",
|
||||||
|
"PRIORITY": "Priority",
|
||||||
|
"ASSIGNEE": "Assignee",
|
||||||
|
"LABELS": "Етикети",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Help Center",
|
||||||
"ALL_ARTICLES": "All Articles",
|
"ALL_ARTICLES": "All Articles",
|
||||||
|
|||||||
@ -2,67 +2,67 @@
|
|||||||
"AGENT_BOTS": {
|
"AGENT_BOTS": {
|
||||||
"HEADER": "Bots",
|
"HEADER": "Bots",
|
||||||
"LOADING_EDITOR": "S'està carregant l'editor...",
|
"LOADING_EDITOR": "S'està carregant l'editor...",
|
||||||
"HEADER_BTN_TXT": "Add bot configuration",
|
"HEADER_BTN_TXT": "Afegir configuració del bot",
|
||||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
|
"SIDEBAR_TXT": "<p><b>Bots d'Agent</b> <p>Bots d'Agent són com els membres més fabulosos del teu equip. Poden gestionar les coses petites, de manera que us podeu centrar en les coses importants. Prova-ls.</p> <p> Pots gestionar els teus bots des d'aquesta pàgina o crear-ne de nous mitjançant el botó \"Afegeix una configuració de bot\".</p> <p> Obre el <a href=\"https:/ /www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Manual de robots d'agent</a> en una altra pestanya per a un cop de mà.</p>",
|
||||||
"CSML_BOT_EDITOR": {
|
"CSML_BOT_EDITOR": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Bot name",
|
"LABEL": "Nom del bot",
|
||||||
"PLACEHOLDER": "Name your bot.",
|
"PLACEHOLDER": "Anomena el teu bot.",
|
||||||
"ERROR": "Bot name is required."
|
"ERROR": "El nom del bot és obligatori."
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Bot description",
|
"LABEL": "Descripció del bot",
|
||||||
"PLACEHOLDER": "What does this bot do?"
|
"PLACEHOLDER": "Què fa aquest bot?"
|
||||||
},
|
},
|
||||||
"BOT_CONFIG": {
|
"BOT_CONFIG": {
|
||||||
"ERROR": "Please enter your CSML bot configuration above.",
|
"ERROR": "Introdueix la configuració del bot CSML més amunt.",
|
||||||
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
|
"API_ERROR": "La vostra configuració CSML no és vàlida. Arregla-ho i torna-ho a provar."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Validate and save"
|
"SUBMIT": "Valida i desa"
|
||||||
},
|
},
|
||||||
"BOT_CONFIGURATION": {
|
"BOT_CONFIGURATION": {
|
||||||
"TITLE": "Select an agent bot",
|
"TITLE": "Selecciona un bot d'agent",
|
||||||
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
|
"DESC": "Assigna un bot d'agent a la teva safata d'entrada. Poden gestionar les converses inicials i transferir-les a un agent en directe quan sigui necessari.",
|
||||||
"SUBMIT": "Actualitza",
|
"SUBMIT": "Actualitza",
|
||||||
"DISCONNECT": "Disconnect bot",
|
"DISCONNECT": "Desconnecta el bot",
|
||||||
"SUCCESS_MESSAGE": "Successfully updated the agent bot.",
|
"SUCCESS_MESSAGE": "S'ha actualitzat correctament el bot de l'agent.",
|
||||||
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot.",
|
"DISCONNECTED_SUCCESS_MESSAGE": "S'ha desconnectat correctament el bot de l'agent.",
|
||||||
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
|
"ERROR_MESSAGE": "No s'ha pogut actualitzar el bot de l'agent. Torneu-ho a provar.",
|
||||||
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
|
"DISCONNECTED_ERROR_MESSAGE": "No s'ha pogut desconnectar el bot de l'agent. Torneu-ho a provar.",
|
||||||
"SELECT_PLACEHOLDER": "Select bot"
|
"SELECT_PLACEHOLDER": "Selecciona el bot"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Configure new bot",
|
"TITLE": "Configura el nou bot",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot added successfully.",
|
"SUCCESS_MESSAGE": "Bot afegit correctament.",
|
||||||
"ERROR_MESSAGE": "Could not add bot. Please try again later."
|
"ERROR_MESSAGE": "No s'ha pogut afegir el bot. Torneu-ho a provar més endavant."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
|
"404": "No s'han trobat bots. Pots crear un bot fent clic al botó \"Configura un bot nou\" ↗",
|
||||||
"LOADING": "Fetching bots...",
|
"LOADING": "S'estan obtenint bots...",
|
||||||
"TYPE": "Bot type"
|
"TYPE": "Tipus de bot"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Esborrar",
|
"BUTTON_TEXT": "Esborrar",
|
||||||
"TITLE": "Delete bot",
|
"TITLE": "Suprimeix el bot",
|
||||||
"SUBMIT": "Esborrar",
|
"SUBMIT": "Esborrar",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible.",
|
"DESCRIPTION": "Estàs segur que vols suprimir aquest bot? Aquesta acció és irreversible.",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot deleted successfully.",
|
"SUCCESS_MESSAGE": "S'ha esborrat el bot correctament.",
|
||||||
"ERROR_MESSAGE": "Could not delete bot. Please try again."
|
"ERROR_MESSAGE": "No s'ha pogut eliminar el bot. Torneu-ho a provar més endavant."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"BUTTON_TEXT": "Edita",
|
"BUTTON_TEXT": "Edita",
|
||||||
"LOADING": "Fetching bots...",
|
"LOADING": "S'estan obtenint bots...",
|
||||||
"TITLE": "Edit bot",
|
"TITLE": "Edita el bot",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot updated successfully.",
|
"SUCCESS_MESSAGE": "Bot actualitzat correctament.",
|
||||||
"ERROR_MESSAGE": "Could not update bot. Please try again."
|
"ERROR_MESSAGE": "No s'ha pogut actualitzar el bot. Torneu-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
|
|||||||
@ -111,7 +111,7 @@
|
|||||||
"PLACEHOLDER": {
|
"PLACEHOLDER": {
|
||||||
"AGENT": "Cerca agents",
|
"AGENT": "Cerca agents",
|
||||||
"TEAM": "Cerca equips",
|
"TEAM": "Cerca equips",
|
||||||
"INPUT": "Cerca agents"
|
"INPUT": "Cerca agent"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,120 +1,120 @@
|
|||||||
{
|
{
|
||||||
"ATTRIBUTES_MGMT": {
|
"ATTRIBUTES_MGMT": {
|
||||||
"HEADER": "Atributs personalitzats",
|
"HEADER": "Atributs personalitzats",
|
||||||
"HEADER_BTN_TXT": "Add Custom Attribute",
|
"HEADER_BTN_TXT": "Afegir atribut personalitzat",
|
||||||
"LOADING": "Fetching custom attributes",
|
"LOADING": "S'estan recollint atributs personalitzats",
|
||||||
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
|
"SIDEBAR_TXT": "<p><b>Atributs personalitzats</b> <p>Un atribut personalitzat fa un seguiment dels fets sobre els vostres contactes/converses, com ara el pla de subscripció, o quan van demanar el primer element, etc. <br /><br />Per crear un atribut personalitzat, només cal que feu clic a <b>Afegeix un atribut personalitzat.</b> També podeu editar o suprimir un atribut personalitzat existent fent clic al botó Edita o Suprimeix.</p>",
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add Custom Attribute",
|
"TITLE": "Afegir atribut personalitzat",
|
||||||
"SUBMIT": "Crear",
|
"SUBMIT": "Crear",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Display Name",
|
"LABEL": "Mostre el nom",
|
||||||
"PLACEHOLDER": "Enter custom attribute display name",
|
"PLACEHOLDER": "Introdueix el nom de visualització de l'atribut personalitzat",
|
||||||
"ERROR": "Name is required"
|
"ERROR": "El valor és necessari"
|
||||||
},
|
},
|
||||||
"DESC": {
|
"DESC": {
|
||||||
"LABEL": "Descripció",
|
"LABEL": "Descripció",
|
||||||
"PLACEHOLDER": "Enter custom attribute description",
|
"PLACEHOLDER": "Introdueix la descripció de l'atribut personalitzat",
|
||||||
"ERROR": "Description is required"
|
"ERROR": "La descripció és necessària"
|
||||||
},
|
},
|
||||||
"MODEL": {
|
"MODEL": {
|
||||||
"LABEL": "Applies to",
|
"LABEL": "S'aplica a",
|
||||||
"PLACEHOLDER": "Please select one",
|
"PLACEHOLDER": "Selecciona un",
|
||||||
"ERROR": "Model is required"
|
"ERROR": "El model és necessari"
|
||||||
},
|
},
|
||||||
"TYPE": {
|
"TYPE": {
|
||||||
"LABEL": "Type",
|
"LABEL": "Tipus",
|
||||||
"PLACEHOLDER": "Selecciona un tipus",
|
"PLACEHOLDER": "Selecciona un tipus",
|
||||||
"ERROR": "Type is required",
|
"ERROR": "El tipus és necessari",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LABEL": "List Values",
|
"LABEL": "Llista de valors",
|
||||||
"PLACEHOLDER": "Please enter value and press enter key",
|
"PLACEHOLDER": "Introdueix el valor i prem la tecla Intro",
|
||||||
"ERROR": "Must have at least one value"
|
"ERROR": "Ha de tenir almenys un valor"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"KEY": {
|
"KEY": {
|
||||||
"LABEL": "Key",
|
"LABEL": "Clau",
|
||||||
"PLACEHOLDER": "Enter custom attribute key",
|
"PLACEHOLDER": "Introduïu la clau d'atribut personalitzada",
|
||||||
"ERROR": "Key is required",
|
"ERROR": "La clau és necessària",
|
||||||
"IN_VALID": "Invalid key"
|
"IN_VALID": "Clau no vàlida"
|
||||||
},
|
},
|
||||||
"REGEX_PATTERN": {
|
"REGEX_PATTERN": {
|
||||||
"LABEL": "Regex Pattern",
|
"LABEL": "Patró d'expressió regular",
|
||||||
"PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)"
|
"PLACEHOLDER": "Introdueix un patró d'expressió regular d'atribut personalitzat. (Opcional)"
|
||||||
},
|
},
|
||||||
"REGEX_CUE": {
|
"REGEX_CUE": {
|
||||||
"LABEL": "Regex Cue",
|
"LABEL": "Senyal d'expressió regular",
|
||||||
"PLACEHOLDER": "Please enter regex pattern hint. (Optional)"
|
"PLACEHOLDER": "Introdueix la pista del patró d'expressió regular. (Opcional)"
|
||||||
},
|
},
|
||||||
"ENABLE_REGEX": {
|
"ENABLE_REGEX": {
|
||||||
"LABEL": "Enable regex validation"
|
"LABEL": "Activa la validació d'expressions regulars"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Custom Attribute added successfully!",
|
"SUCCESS_MESSAGE": "Atribut personalitzat afegit correctament!",
|
||||||
"ERROR_MESSAGE": "Could not create a Custom Attribute. Please try again later."
|
"ERROR_MESSAGE": "No s'ha pogut crear un atribut personalitzat. Intenta-ho més tard."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Esborrar",
|
"BUTTON_TEXT": "Esborrar",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
|
"SUCCESS_MESSAGE": "Atribut personalitzat suprimit correctament.",
|
||||||
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
|
"ERROR_MESSAGE": "No s'ha pogut suprimir l'atribut personalitzat. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Are you sure want to delete - %{attributeName}",
|
"TITLE": "Estàs segur que vols suprimir - %{attributeName}",
|
||||||
"PLACE_HOLDER": "Please type {attributeName} to confirm",
|
"PLACE_HOLDER": "Escriu {attributeName} per confirmar",
|
||||||
"MESSAGE": "Deleting will remove the custom attribute",
|
"MESSAGE": "En suprimir, s'eliminarà l'atribut personalitzat",
|
||||||
"YES": "Suprimeix ",
|
"YES": "Suprimeix ",
|
||||||
"NO": "Cancel·la"
|
"NO": "Cancel·la"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit Custom Attribute",
|
"TITLE": "Edita atribut personalitzat",
|
||||||
"UPDATE_BUTTON_TEXT": "Actualitza",
|
"UPDATE_BUTTON_TEXT": "Actualitza",
|
||||||
"TYPE": {
|
"TYPE": {
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LABEL": "List Values",
|
"LABEL": "Llista de valors",
|
||||||
"PLACEHOLDER": "Please enter values and press enter key"
|
"PLACEHOLDER": "Introdueix els valors i prem la tecla Intro"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
|
"SUCCESS_MESSAGE": "Atribut personalitzat actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
|
"ERROR_MESSAGE": "S'ha produït un error en actualitzar l'atribut personalitzat. Torneu-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TABS": {
|
"TABS": {
|
||||||
"HEADER": "Atributs personalitzats",
|
"HEADER": "Atributs personalitzats",
|
||||||
"CONVERSATION": "Conversation",
|
"CONVERSATION": "Conversa",
|
||||||
"CONTACT": "Contact"
|
"CONTACT": "Contacte"
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Nom",
|
"Nom",
|
||||||
"Descripció",
|
"Descripció",
|
||||||
"Type",
|
"Tipus",
|
||||||
"Key"
|
"Clau"
|
||||||
],
|
],
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"EDIT": "Edita",
|
"EDIT": "Edita",
|
||||||
"DELETE": "Esborrar"
|
"DELETE": "Esborrar"
|
||||||
},
|
},
|
||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "There are no custom attributes created",
|
"404": "No s'han creat atributs personalitzats",
|
||||||
"NOT_FOUND": "There are no custom attributes configured"
|
"NOT_FOUND": "No hi ha atributs personalitzats configurats"
|
||||||
},
|
},
|
||||||
"REGEX_PATTERN": {
|
"REGEX_PATTERN": {
|
||||||
"LABEL": "Regex Pattern",
|
"LABEL": "Patró d'expressió regular",
|
||||||
"PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)"
|
"PLACEHOLDER": "Introdueix un patró d'expressió regular d'atribut personalitzat. (Opcional)"
|
||||||
},
|
},
|
||||||
"REGEX_CUE": {
|
"REGEX_CUE": {
|
||||||
"LABEL": "Regex Cue",
|
"LABEL": "Senyal d'expressió regular",
|
||||||
"PLACEHOLDER": "Please enter regex pattern hint. (Optional)"
|
"PLACEHOLDER": "Introdueix la pista del patró d'expressió regular. (Opcional)"
|
||||||
},
|
},
|
||||||
"ENABLE_REGEX": {
|
"ENABLE_REGEX": {
|
||||||
"LABEL": "Enable regex validation"
|
"LABEL": "Activa la validació d'expressions regulars"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"AUDIT_LOGS": {
|
"AUDIT_LOGS": {
|
||||||
"HEADER": "Audit Logs",
|
"HEADER": "Registres d'auditoria",
|
||||||
"HEADER_BTN_TXT": "Add Audit Logs",
|
"HEADER_BTN_TXT": "Afegeix registres d'auditoria",
|
||||||
"LOADING": "Fetching Audit Logs",
|
"LOADING": "S'estan recollint registres d'auditoria",
|
||||||
"SEARCH_404": "No hi ha cap resposta que coincideixi amb aquesta consulta",
|
"SEARCH_404": "No hi ha cap resposta que coincideixi amb aquesta consulta",
|
||||||
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
"SIDEBAR_TXT": "<p><b>Registres d'auditoria</b> </p><p> Els registres d'auditoria són pistes d'esdeveniments i accions en un sistema de Chatwoot. </p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no Audit Logs available in this account.",
|
"404": "No hi ha registres d'auditoria disponibles en aquest compte.",
|
||||||
"TITLE": "Manage Audit Logs",
|
"TITLE": "Gestiona els registres d'auditoria",
|
||||||
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
"DESC": "Els registres d'auditoria són pistes d'esdeveniments i accions en un sistema Chatwoot.",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"User",
|
"User",
|
||||||
"Temps",
|
"Temps",
|
||||||
@ -16,56 +16,56 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
"SUCCESS_MESSAGE": "Els registres d'auditoria s'han recuperat correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
},
|
},
|
||||||
"DEFAULT_USER": "System",
|
"DEFAULT_USER": "Sistema",
|
||||||
"AUTOMATION_RULE": {
|
"AUTOMATION_RULE": {
|
||||||
"ADD": "%{agentName} created a new automation rule (#%{id})",
|
"ADD": "%{agentName} ha creat una nova regla d'automatització (#%{id})",
|
||||||
"EDIT": "%{agentName} updated an automation rule (#%{id})",
|
"EDIT": "%{agentName} ha actualitzat una regla d'automatització (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted an automation rule (#%{id})"
|
"DELETE": "%{agentName} ha suprimit una regla d'automatització (#%{id})"
|
||||||
},
|
},
|
||||||
"ACCOUNT_USER": {
|
"ACCOUNT_USER": {
|
||||||
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
|
"ADD": "%{agentName} ha convidat %{invitee} al compte com a %{role}",
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"SELF": "%{agentName} changed their %{attributes} to %{values}",
|
"SELF": "%{agentName} ha canviat els seus %{attributes} a %{values}",
|
||||||
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
|
"OTHER": "%{agentName} ha canviat %{attributes} de %{user} a %{values}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"INBOX": {
|
"INBOX": {
|
||||||
"ADD": "%{agentName} created a new inbox (#%{id})",
|
"ADD": "%{agentName} ha creat una safata d'entrada nova (#%{id})",
|
||||||
"EDIT": "%{agentName} updated an inbox (#%{id})",
|
"EDIT": "%{agentName} ha actualitzat una safata d'entrada (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted an inbox (#%{id})"
|
"DELETE": "%{agentName} ha suprimit una safata d'entrada (#%{id})"
|
||||||
},
|
},
|
||||||
"WEBHOOK": {
|
"WEBHOOK": {
|
||||||
"ADD": "%{agentName} created a new webhook (#%{id})",
|
"ADD": "%{agentName} ha creat un nou webhook (#%{id})",
|
||||||
"EDIT": "%{agentName} updated a webhook (#%{id})",
|
"EDIT": "%{agentName} ha actualitzat un webhook (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted a webhook (#%{id})"
|
"DELETE": "%{agentName} ha suprimit un webhook (#%{id})"
|
||||||
},
|
},
|
||||||
"USER_ACTION": {
|
"USER_ACTION": {
|
||||||
"SIGN_IN": "%{agentName} signed in",
|
"SIGN_IN": "%{agentName} ha iniciat la sessió",
|
||||||
"SIGN_OUT": "%{agentName} signed out"
|
"SIGN_OUT": "%{agentName} ha tancat la sessió"
|
||||||
},
|
},
|
||||||
"TEAM": {
|
"TEAM": {
|
||||||
"ADD": "%{agentName} created a new team (#%{id})",
|
"ADD": "%{agentName} ha creat un equip nou (#%{id})",
|
||||||
"EDIT": "%{agentName} updated a team (#%{id})",
|
"EDIT": "%{agentName} ha actualitzat un equip (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted a team (#%{id})"
|
"DELETE": "%{agentName} ha suprimit un equip (#%{id})"
|
||||||
},
|
},
|
||||||
"MACRO": {
|
"MACRO": {
|
||||||
"ADD": "%{agentName} created a new macro (#%{id})",
|
"ADD": "%{agentName} ha creat una macro nova (#%{id})",
|
||||||
"EDIT": "%{agentName} updated a macro (#%{id})",
|
"EDIT": "%{agentName} ha actualitzat una macro (#%{id})",
|
||||||
"DELETE": "%{agentName} deleted a macro (#%{id})"
|
"DELETE": "%{agentName} ha suprimit una macro (#%{id})"
|
||||||
},
|
},
|
||||||
"INBOX_MEMBER": {
|
"INBOX_MEMBER": {
|
||||||
"ADD": "%{agentName} added %{user} to the inbox(#%{inbox_id})",
|
"ADD": "%{agentName} ha afegit %{user} a la safata d'entrada(#%{inbox_id})",
|
||||||
"REMOVE": "%{agentName} removed %{user} from the inbox(#%{inbox_id})"
|
"REMOVE": "%{agentName} ha eliminat %{user} de la safata d'entrada(#%{inbox_id})"
|
||||||
},
|
},
|
||||||
"TEAM_MEMBER": {
|
"TEAM_MEMBER": {
|
||||||
"ADD": "%{agentName} added %{user} to the team(#%{team_id})",
|
"ADD": "%{agentName} ha afegit %{user} a l'equip (#%{team_id})",
|
||||||
"REMOVE": "%{agentName} removed %{user} from the team(#%{team_id})"
|
"REMOVE": "%{agentName} ha eliminat %{user} de l'equip (#%{team_id})"
|
||||||
},
|
},
|
||||||
"ACCOUNT": {
|
"ACCOUNT": {
|
||||||
"EDIT": "%{agentName} updated the account configuration (#%{id})"
|
"EDIT": "%{agentName} ha actualitzat la configuració del compte (#%{id})"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,54 +1,54 @@
|
|||||||
{
|
{
|
||||||
"AUTOMATION": {
|
"AUTOMATION": {
|
||||||
"HEADER": "Automations",
|
"HEADER": "Automatització",
|
||||||
"HEADER_BTN_TXT": "Add Automation Rule",
|
"HEADER_BTN_TXT": "Afegeix una regla d'automatització",
|
||||||
"LOADING": "Fetching automation rules",
|
"LOADING": "S'estan recollint regles d'automatització",
|
||||||
"SIDEBAR_TXT": "<p><b>Automation Rules</b> <p>Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.</p>",
|
"SIDEBAR_TXT": "<p><b>Regles d'automatització</b> <p>L'automatització pot substituir i automatitzar processos existents que requereixen un esforç manual. Pots fer moltes coses amb l'automatització, com ara afegir etiquetes i assignar converses al millor agent. Així, l'equip se centra en allò que millor fa i dedica més poc temps a les tasques manuals.</p>",
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add Automation Rule",
|
"TITLE": "Afegeix una regla d'automatització",
|
||||||
"SUBMIT": "Crear",
|
"SUBMIT": "Crear",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Rule Name",
|
"LABEL": "Nom de la regla",
|
||||||
"PLACEHOLDER": "Enter rule name",
|
"PLACEHOLDER": "Introdueix el nom de la regla",
|
||||||
"ERROR": "Name is required"
|
"ERROR": "El valor és necessari"
|
||||||
},
|
},
|
||||||
"DESC": {
|
"DESC": {
|
||||||
"LABEL": "Descripció",
|
"LABEL": "Descripció",
|
||||||
"PLACEHOLDER": "Enter rule description",
|
"PLACEHOLDER": "Introdueix la descripció de la regla",
|
||||||
"ERROR": "Description is required"
|
"ERROR": "La descripció és necessària"
|
||||||
},
|
},
|
||||||
"EVENT": {
|
"EVENT": {
|
||||||
"LABEL": "Esdeveniment",
|
"LABEL": "Esdeveniment",
|
||||||
"PLACEHOLDER": "Please select one",
|
"PLACEHOLDER": "Selecciona un",
|
||||||
"ERROR": "Event is required"
|
"ERROR": "És necessari un esdeveniment"
|
||||||
},
|
},
|
||||||
"CONDITIONS": {
|
"CONDITIONS": {
|
||||||
"LABEL": "Conditions"
|
"LABEL": "Condicions"
|
||||||
},
|
},
|
||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"LABEL": "Accions"
|
"LABEL": "Accions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONDITION_BUTTON_LABEL": "Add Condition",
|
"CONDITION_BUTTON_LABEL": "Afegeix condició",
|
||||||
"ACTION_BUTTON_LABEL": "Add Action",
|
"ACTION_BUTTON_LABEL": "Afegeix acció",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Automation rule added successfully",
|
"SUCCESS_MESSAGE": "La regla d'automatització s'ha afegit correctament",
|
||||||
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
|
"ERROR_MESSAGE": "No s'ha pogut crear una regla d'automatització. Intenta-ho més tard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Nom",
|
"Nom",
|
||||||
"Descripció",
|
"Descripció",
|
||||||
"Active",
|
"Actiu",
|
||||||
"Created on"
|
"Creat el"
|
||||||
],
|
],
|
||||||
"404": "No automation rules found"
|
"404": "No s'han trobat regles d'automatització"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"TITLE": "Delete Automation Rule",
|
"TITLE": "Suprimeix una regla d'automatització",
|
||||||
"SUBMIT": "Esborrar",
|
"SUBMIT": "Esborrar",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@ -58,24 +58,24 @@
|
|||||||
"NO": "No, segueix "
|
"NO": "No, segueix "
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
|
"SUCCESS_MESSAGE": "La regla d'automatització s'ha suprimit correctament",
|
||||||
"ERROR_MESSAGE": "Could not able to delete a automation rule, Please try again later"
|
"ERROR_MESSAGE": "No s'ha pogut suprimir una regla d'automatització. Intenta-ho més tard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit Automation Rule",
|
"TITLE": "Edita una regla d'automatització",
|
||||||
"SUBMIT": "Actualitza",
|
"SUBMIT": "Actualitza",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Automation rule updated successfully",
|
"SUCCESS_MESSAGE": "La regla d'automatització s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
|
"ERROR_MESSAGE": "No s'ha pogut actualitzar una regla d'automatització. Intenta-ho més tard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CLONE": {
|
"CLONE": {
|
||||||
"TOOLTIP": "Clone",
|
"TOOLTIP": "Clona",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Automation cloned successfully",
|
"SUCCESS_MESSAGE": "L'automatització s'ha clonat correctament",
|
||||||
"ERROR_MESSAGE": "Could not clone automation rule, Please try again later"
|
"ERROR_MESSAGE": "No s'ha pogut clonar una regla d'automatització. Intenta-ho més tard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
@ -83,36 +83,36 @@
|
|||||||
"CREATE": "Crear",
|
"CREATE": "Crear",
|
||||||
"DELETE": "Esborrar",
|
"DELETE": "Esborrar",
|
||||||
"CANCEL": "Cancel·la",
|
"CANCEL": "Cancel·la",
|
||||||
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
|
"RESET_MESSAGE": "Si canvies el tipus d'esdeveniment, es restabliran les condicions i els esdeveniments que has afegit a continuació"
|
||||||
},
|
},
|
||||||
"CONDITION": {
|
"CONDITION": {
|
||||||
"DELETE_MESSAGE": "You need to have atleast one condition to save",
|
"DELETE_MESSAGE": "Necessites almenys una condició per desar",
|
||||||
"CONTACT_CUSTOM_ATTR_LABEL": "Contact Custom Attributes",
|
"CONTACT_CUSTOM_ATTR_LABEL": "Contacta amb Atributs personalitzats",
|
||||||
"CONVERSATION_CUSTOM_ATTR_LABEL": "Conversation Custom Attributes"
|
"CONVERSATION_CUSTOM_ATTR_LABEL": "Atributs personalitzats de conversa"
|
||||||
},
|
},
|
||||||
"ACTION": {
|
"ACTION": {
|
||||||
"DELETE_MESSAGE": "You need to have atleast one action to save",
|
"DELETE_MESSAGE": "Necessites almenys una acció per desar",
|
||||||
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Enter your message here",
|
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Introdueix el teu missatge aquí",
|
||||||
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams"
|
"TEAM_DROPDOWN_PLACEHOLDER": "Selecciona els equips"
|
||||||
},
|
},
|
||||||
"TOGGLE": {
|
"TOGGLE": {
|
||||||
"ACTIVATION_TITLE": "Activate Automation Rule",
|
"ACTIVATION_TITLE": "Activa la regla d'automatització",
|
||||||
"DEACTIVATION_TITLE": "Deactivate Automation Rule",
|
"DEACTIVATION_TITLE": "Desactiva la regla d'automatització",
|
||||||
"ACTIVATION_DESCRIPTION": "This action will activate the automation rule '{automationName}'. Are you sure you want to proceed?",
|
"ACTIVATION_DESCRIPTION": "Aquesta acció activarà la regla d'automatització '{automationName}'. Estàs segur que vols continuar?",
|
||||||
"DEACTIVATION_DESCRIPTION": "This action will deactivate the automation rule '{automationName}'. Are you sure you want to proceed?",
|
"DEACTIVATION_DESCRIPTION": "Aquesta acció desactivarà la regla d'automatització '{automationName}'. Estàs segur que vols continuar?",
|
||||||
"ACTIVATION_SUCCESFUL": "Automation Rule Activated Successfully",
|
"ACTIVATION_SUCCESFUL": "La regla d'automatització s'ha activat correctament",
|
||||||
"DEACTIVATION_SUCCESFUL": "Automation Rule Deactivated Successfully",
|
"DEACTIVATION_SUCCESFUL": "La regla d'automatització s'ha desactivat correctament",
|
||||||
"ACTIVATION_ERROR": "Could not Activate Automation, Please try again later",
|
"ACTIVATION_ERROR": "No s'ha pogut activar l'automatització. Intenta-ho més tard",
|
||||||
"DEACTIVATION_ERROR": "Could not Deactivate Automation, Please try again later",
|
"DEACTIVATION_ERROR": "No s'ha pogut desactivar l'automatització. Intenta-ho més tard",
|
||||||
"CONFIRMATION_LABEL": "Si",
|
"CONFIRMATION_LABEL": "Si",
|
||||||
"CANCEL_LABEL": "No"
|
"CANCEL_LABEL": "No"
|
||||||
},
|
},
|
||||||
"ATTACHMENT": {
|
"ATTACHMENT": {
|
||||||
"UPLOAD_ERROR": "Could not upload attachment, Please try again",
|
"UPLOAD_ERROR": "No s'ha pogut carregar el fitxer adjunt. Torna-ho a provar",
|
||||||
"LABEL_IDLE": "Upload Attachment",
|
"LABEL_IDLE": "Puja fitxer adjunt",
|
||||||
"LABEL_UPLOADING": "S'està carregant...",
|
"LABEL_UPLOADING": "S'està carregant...",
|
||||||
"LABEL_UPLOADED": "Successfully Uploaded",
|
"LABEL_UPLOADED": "S'ha pujat correctament",
|
||||||
"LABEL_UPLOAD_FAILED": "Upload Failed"
|
"LABEL_UPLOAD_FAILED": "Ha fallat la pujada"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,40 +1,40 @@
|
|||||||
{
|
{
|
||||||
"BULK_ACTION": {
|
"BULK_ACTION": {
|
||||||
"CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected",
|
"CONVERSATIONS_SELECTED": "%{conversationCount} converses seleccionades",
|
||||||
"AGENT_SELECT_LABEL": "Seleccionar Agent",
|
"AGENT_SELECT_LABEL": "Seleccionar Agent",
|
||||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to",
|
"ASSIGN_CONFIRMATION_LABEL": "Estas segur d'assignar %{conversationCount} %{conversationLabel} a",
|
||||||
"UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?",
|
"UNASSIGN_CONFIRMATION_LABEL": "Estàs segur de desassignar %{conversationCount} %{conversationLabel}?",
|
||||||
"GO_BACK_LABEL": "Go back",
|
"GO_BACK_LABEL": "Torna",
|
||||||
"ASSIGN_LABEL": "Assignar",
|
"ASSIGN_LABEL": "Assignar",
|
||||||
"YES": "Si",
|
"YES": "Si",
|
||||||
"ASSIGN_AGENT_TOOLTIP": "Assign agent",
|
"ASSIGN_AGENT_TOOLTIP": "Assigna un agent",
|
||||||
"ASSIGN_TEAM_TOOLTIP": "Assign team",
|
"ASSIGN_TEAM_TOOLTIP": "Assigna un equip",
|
||||||
"ASSIGN_SUCCESFUL": "Conversations assigned successfully.",
|
"ASSIGN_SUCCESFUL": "Les converses s'han assignat correctament.",
|
||||||
"ASSIGN_FAILED": "Failed to assign conversations. Please try again.",
|
"ASSIGN_FAILED": "No s'han pogut assignar les converses. Torna-ho a provar.",
|
||||||
"RESOLVE_SUCCESFUL": "Conversations resolved successfully.",
|
"RESOLVE_SUCCESFUL": "Les converses s'han resolt correctament.",
|
||||||
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
|
"RESOLVE_FAILED": "No s'han pogut resoldre les converses. Torna-ho a provar.",
|
||||||
"ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.",
|
"ALL_CONVERSATIONS_SELECTED_ALERT": "Les converses visibles en aquesta pàgina només estan seleccionades.",
|
||||||
"AGENT_LIST_LOADING": "Loading agents",
|
"AGENT_LIST_LOADING": "S'estan carregant els agents",
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"CHANGE_STATUS": "Change status",
|
"CHANGE_STATUS": "Canvia l'estat",
|
||||||
"SNOOZE_UNTIL": "Snooze",
|
"SNOOZE_UNTIL": "Posposat",
|
||||||
"UPDATE_SUCCESFUL": "Conversation status updated successfully.",
|
"UPDATE_SUCCESFUL": "L'estat de les converses s'ha actualitzat correctament.",
|
||||||
"UPDATE_FAILED": "Failed to update conversations. Please try again."
|
"UPDATE_FAILED": "No s'han pogut actualitzar les converses. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
"ASSIGN_LABELS": "Assign labels",
|
"ASSIGN_LABELS": "Assignar etiquetes",
|
||||||
"NO_LABELS_FOUND": "No labels found for",
|
"NO_LABELS_FOUND": "No s'han trobat etiquetes per a",
|
||||||
"ASSIGN_SELECTED_LABELS": "Assign selected labels",
|
"ASSIGN_SELECTED_LABELS": "Assigna les etiquetes seleccionades",
|
||||||
"ASSIGN_SUCCESFUL": "Labels assigned successfully.",
|
"ASSIGN_SUCCESFUL": "L'etiqueta s'ha assignat correctament.",
|
||||||
"ASSIGN_FAILED": "Failed to assign labels. Please try again."
|
"ASSIGN_FAILED": "No s'han pogut assignar les etiquetes. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"TEAMS": {
|
"TEAMS": {
|
||||||
"TEAM_SELECT_LABEL": "Selecciona equip",
|
"TEAM_SELECT_LABEL": "Selecciona equip",
|
||||||
"NONE": "Ningú",
|
"NONE": "Ningú",
|
||||||
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
"NO_TEAMS_AVAILABLE": "Encara no hi ha cap equip afegit a aquest compte.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
"ASSIGN_SELECTED_TEAMS": "Assigna l'equip seleccionat.",
|
||||||
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
|
"ASSIGN_SUCCESFUL": "Equips assignats correctament.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "No s'han pogut assignar els equips. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,65 +1,65 @@
|
|||||||
{
|
{
|
||||||
"CAMPAIGN": {
|
"CAMPAIGN": {
|
||||||
"HEADER": "Campaigns",
|
"HEADER": "Campanyes",
|
||||||
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.",
|
"SIDEBAR_TXT": "Els missatges proactius permeten al client enviar missatges de sortida als seus contactes que desencadenarien més converses. Feu clic a <b>Afegir una campanya</b> per crear una campanya nova. També pots editar o suprimir una campanya existent fent clic al botó Edita o Suprimir.",
|
||||||
"HEADER_BTN_TXT": {
|
"HEADER_BTN_TXT": {
|
||||||
"ONE_OFF": "Create a one off campaign",
|
"ONE_OFF": "Crea una campanya única",
|
||||||
"ONGOING": "Create a ongoing campaign"
|
"ONGOING": "Crea una campanya en curs"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Create a campaign",
|
"TITLE": "Crea una campanya",
|
||||||
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
|
"DESC": "Els missatges proactius permeten al client enviar missatges de sortida als seus contactes que desencadenarien més converses.",
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"CREATE_BUTTON_TEXT": "Crear",
|
"CREATE_BUTTON_TEXT": "Crear",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"TITLE": {
|
"TITLE": {
|
||||||
"LABEL": "Title",
|
"LABEL": "Títol",
|
||||||
"PLACEHOLDER": "Please enter the title of campaign",
|
"PLACEHOLDER": "Introduïu el títol de la campanya",
|
||||||
"ERROR": "Title is required"
|
"ERROR": "El títol és necessari"
|
||||||
},
|
},
|
||||||
"SCHEDULED_AT": {
|
"SCHEDULED_AT": {
|
||||||
"LABEL": "Scheduled time",
|
"LABEL": "Hora programada",
|
||||||
"PLACEHOLDER": "Please select the time",
|
"PLACEHOLDER": "Selecciona l'hora",
|
||||||
"CONFIRM": "Confirm",
|
"CONFIRM": "Confirma",
|
||||||
"ERROR": "Scheduled time is required"
|
"ERROR": "Es requereix hora programada"
|
||||||
},
|
},
|
||||||
"AUDIENCE": {
|
"AUDIENCE": {
|
||||||
"LABEL": "Audience",
|
"LABEL": "Públic",
|
||||||
"PLACEHOLDER": "Select the customer labels",
|
"PLACEHOLDER": "Selecciona les etiquetes dels clients",
|
||||||
"ERROR": "Audience is required"
|
"ERROR": "L'audiència és obligatòria"
|
||||||
},
|
},
|
||||||
"INBOX": {
|
"INBOX": {
|
||||||
"LABEL": "Select Inbox",
|
"LABEL": "Selecciona Safata d'entrada",
|
||||||
"PLACEHOLDER": "Select Inbox",
|
"PLACEHOLDER": "Selecciona Safata d'entrada",
|
||||||
"ERROR": "Inbox is required"
|
"ERROR": "Safata d'entrada és necessària"
|
||||||
},
|
},
|
||||||
"MESSAGE": {
|
"MESSAGE": {
|
||||||
"LABEL": "Missatge",
|
"LABEL": "Missatge",
|
||||||
"PLACEHOLDER": "Please enter the message of campaign",
|
"PLACEHOLDER": "Introdueix el missatge de la campanya",
|
||||||
"ERROR": "Message is required"
|
"ERROR": "El missatge és obligatori"
|
||||||
},
|
},
|
||||||
"SENT_BY": {
|
"SENT_BY": {
|
||||||
"LABEL": "Enviat per",
|
"LABEL": "Enviat per",
|
||||||
"PLACEHOLDER": "Please select the the content of campaign",
|
"PLACEHOLDER": "Selecciona el contingut de la campanya",
|
||||||
"ERROR": "Sender is required"
|
"ERROR": "El remitent és obligatori"
|
||||||
},
|
},
|
||||||
"END_POINT": {
|
"END_POINT": {
|
||||||
"LABEL": "URL",
|
"LABEL": "URL",
|
||||||
"PLACEHOLDER": "Please enter the URL",
|
"PLACEHOLDER": "Introdueix la URL vàlid",
|
||||||
"ERROR": "Introduïu una URL vàlid"
|
"ERROR": "Introduïu una URL vàlid"
|
||||||
},
|
},
|
||||||
"TIME_ON_PAGE": {
|
"TIME_ON_PAGE": {
|
||||||
"LABEL": "Time on page(Seconds)",
|
"LABEL": "Temps a la pàgina (segons)",
|
||||||
"PLACEHOLDER": "Please enter the time",
|
"PLACEHOLDER": "Introdueix l'hora",
|
||||||
"ERROR": "Time on page is required"
|
"ERROR": "L'hora a la pàgina és obligatori"
|
||||||
},
|
},
|
||||||
"ENABLED": "Enable campaign",
|
"ENABLED": "Activa la campanya",
|
||||||
"TRIGGER_ONLY_BUSINESS_HOURS": "Trigger only during business hours",
|
"TRIGGER_ONLY_BUSINESS_HOURS": "Activa només durant l'horari comercial",
|
||||||
"SUBMIT": "Add Campaign"
|
"SUBMIT": "Afegeix campanya"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Campaign created successfully",
|
"SUCCESS_MESSAGE": "La campanya s'ha creat correctament",
|
||||||
"ERROR_MESSAGE": "There was an error. Please try again."
|
"ERROR_MESSAGE": "S'ha produït un error. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
@ -71,31 +71,31 @@
|
|||||||
"NO": "No, segueix "
|
"NO": "No, segueix "
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Campaign deleted successfully",
|
"SUCCESS_MESSAGE": "La campanya s'ha suprimit correctament",
|
||||||
"ERROR_MESSAGE": "Could not delete the campaign. Please try again later."
|
"ERROR_MESSAGE": "No s'ha pogut esborrar la campanya. Torneu-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit campaign",
|
"TITLE": "Edita la campanya",
|
||||||
"UPDATE_BUTTON_TEXT": "Actualitza",
|
"UPDATE_BUTTON_TEXT": "Actualitza",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Campaign updated successfully",
|
"SUCCESS_MESSAGE": "La campanya s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Loading campaigns...",
|
"LOADING_MESSAGE": "S'estan carregant les campanyes...",
|
||||||
"404": "There are no campaigns created for this inbox.",
|
"404": "No hi ha cap campanya creada per a aquesta safata d'entrada.",
|
||||||
"TABLE_HEADER": {
|
"TABLE_HEADER": {
|
||||||
"TITLE": "Title",
|
"TITLE": "Títol",
|
||||||
"MESSAGE": "Missatge",
|
"MESSAGE": "Missatge",
|
||||||
"INBOX": "Inbox",
|
"INBOX": "Safata d'entrada",
|
||||||
"STATUS": "Estat",
|
"STATUS": "Estat",
|
||||||
"SENDER": "Sender",
|
"SENDER": "Remitent",
|
||||||
"URL": "URL",
|
"URL": "URL",
|
||||||
"SCHEDULED_AT": "Scheduled time",
|
"SCHEDULED_AT": "Hora programada",
|
||||||
"TIME_ON_PAGE": "Time(Seconds)",
|
"TIME_ON_PAGE": "Temps (segons)",
|
||||||
"CREATED_AT": "Created at"
|
"CREATED_AT": "Creat per"
|
||||||
},
|
},
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"ADD": "Afegir",
|
"ADD": "Afegir",
|
||||||
@ -105,22 +105,22 @@
|
|||||||
"STATUS": {
|
"STATUS": {
|
||||||
"ENABLED": "Habilita",
|
"ENABLED": "Habilita",
|
||||||
"DISABLED": "Inhabilita",
|
"DISABLED": "Inhabilita",
|
||||||
"COMPLETED": "Completed",
|
"COMPLETED": "Completat",
|
||||||
"ACTIVE": "Active"
|
"ACTIVE": "Actiu"
|
||||||
},
|
},
|
||||||
"SENDER": {
|
"SENDER": {
|
||||||
"BOT": "Bot"
|
"BOT": "Bot"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ONE_OFF": {
|
"ONE_OFF": {
|
||||||
"HEADER": "One off campaigns",
|
"HEADER": "Campanyes puntuals",
|
||||||
"404": "There are no one off campaigns created",
|
"404": "No s'han creat campanyes individuals",
|
||||||
"INBOXES_NOT_FOUND": "Please create an sms inbox and start adding campaigns"
|
"INBOXES_NOT_FOUND": "Crea una safata d'entrada de SMS i comença a afegir campanyes"
|
||||||
},
|
},
|
||||||
"ONGOING": {
|
"ONGOING": {
|
||||||
"HEADER": "Ongoing campaigns",
|
"HEADER": "Campanyes en curs",
|
||||||
"404": "There are no ongoing campaigns created",
|
"404": "No hi ha campanyes en curs creades",
|
||||||
"INBOXES_NOT_FOUND": "Please create an website inbox and start adding campaigns"
|
"INBOXES_NOT_FOUND": "Crea una safata d'entrada del lloc web i comença a afegir campanyes"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -59,22 +59,22 @@
|
|||||||
"TEXT": "Última activitat: La més nova primer"
|
"TEXT": "Última activitat: La més nova primer"
|
||||||
},
|
},
|
||||||
"created_at_desc": {
|
"created_at_desc": {
|
||||||
"TEXT": "Created at: Newest first"
|
"TEXT": "Creat a: El més nou primer"
|
||||||
},
|
},
|
||||||
"created_at_asc": {
|
"created_at_asc": {
|
||||||
"TEXT": "Created at: Oldest first"
|
"TEXT": "Creat a: el més antic primer"
|
||||||
},
|
},
|
||||||
"priority_desc": {
|
"priority_desc": {
|
||||||
"TEXT": "Priority: Highest first"
|
"TEXT": "Prioritat: primer el més alt"
|
||||||
},
|
},
|
||||||
"priority_asc": {
|
"priority_asc": {
|
||||||
"TEXT": "Priority: Lowest first"
|
"TEXT": "Prioritat: primer el més baix"
|
||||||
},
|
},
|
||||||
"waiting_since_asc": {
|
"waiting_since_asc": {
|
||||||
"TEXT": "Pending Response: Longest first"
|
"TEXT": "Resposta pendent: el més llarg primer"
|
||||||
},
|
},
|
||||||
"waiting_since_desc": {
|
"waiting_since_desc": {
|
||||||
"TEXT": "Pending Response: Shortest first"
|
"TEXT": "Resposta pendent: el més curt primer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
@ -98,20 +98,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CHAT_SORT_BY_FILTER": {
|
"CHAT_SORT_BY_FILTER": {
|
||||||
"TITLE": "Sort conversation",
|
"TITLE": "Ordena la conversa",
|
||||||
"DROPDOWN_TITLE": "Ordenat per",
|
"DROPDOWN_TITLE": "Ordenat per",
|
||||||
"ITEMS": {
|
"ITEMS": {
|
||||||
"LATEST": {
|
"LATEST": {
|
||||||
"NAME": "Last activity at",
|
"NAME": "Darrera activitat a les",
|
||||||
"LABEL": "Last activity"
|
"LABEL": "Darrera activitat"
|
||||||
},
|
},
|
||||||
"CREATED_AT": {
|
"CREATED_AT": {
|
||||||
"NAME": "Creat per",
|
"NAME": "Creat per",
|
||||||
"LABEL": "Creat per"
|
"LABEL": "Creat per"
|
||||||
},
|
},
|
||||||
"LAST_USER_MESSAGE_AT": {
|
"LAST_USER_MESSAGE_AT": {
|
||||||
"NAME": "Last user message at",
|
"NAME": "Últim missatge de l'usuari a les",
|
||||||
"LABEL": "Last message"
|
"LABEL": "Últim missatge"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -120,8 +120,8 @@
|
|||||||
"REPLY_TO_TWEET": "Respon a aquest tuit",
|
"REPLY_TO_TWEET": "Respon a aquest tuit",
|
||||||
"LINK_TO_STORY": "Ves a la història d'instagram",
|
"LINK_TO_STORY": "Ves a la història d'instagram",
|
||||||
"SENT": "Enviat correctament",
|
"SENT": "Enviat correctament",
|
||||||
"READ": "Read successfully",
|
"READ": "Llegit correctament",
|
||||||
"DELIVERED": "Delivered successfully",
|
"DELIVERED": "S'ha lliurat correctament",
|
||||||
"NO_MESSAGES": "Cap Missatge",
|
"NO_MESSAGES": "Cap Missatge",
|
||||||
"NO_CONTENT": "No hi ha contingut disponible",
|
"NO_CONTENT": "No hi ha contingut disponible",
|
||||||
"HIDE_QUOTED_TEXT": "Amaga text entre cometes",
|
"HIDE_QUOTED_TEXT": "Amaga text entre cometes",
|
||||||
|
|||||||
@ -34,15 +34,15 @@
|
|||||||
"TITLE": "Afegir etiquetes",
|
"TITLE": "Afegir etiquetes",
|
||||||
"PLACEHOLDER": "Cerca etiquetes",
|
"PLACEHOLDER": "Cerca etiquetes",
|
||||||
"NO_RESULT": "No s'han trobat etiquetes",
|
"NO_RESULT": "No s'han trobat etiquetes",
|
||||||
"CREATE_LABEL": "Create new label"
|
"CREATE_LABEL": "Crea una etiqueta nova"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Reagrupa contacte",
|
"MERGE_CONTACT": "Reagrupa contacte",
|
||||||
"CONTACT_ACTIONS": "Accions de contacte",
|
"CONTACT_ACTIONS": "Accions de contacte",
|
||||||
"MUTE_CONTACT": "Block Contact",
|
"MUTE_CONTACT": "Bloqueja el contacte",
|
||||||
"UNMUTE_CONTACT": "Unblock Contact",
|
"UNMUTE_CONTACT": "Desbloqueja el contacte",
|
||||||
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
"MUTED_SUCCESS": "Aquest contacte s'ha bloquejat correctament. No se us notificarà cap conversa futura.",
|
||||||
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
"UNMUTED_SUCCESS": "Aquest contacte s'ha desbloquejat correctament.",
|
||||||
"SEND_TRANSCRIPT": "Envia la transcripció",
|
"SEND_TRANSCRIPT": "Envia la transcripció",
|
||||||
"EDIT_LABEL": "Edita",
|
"EDIT_LABEL": "Edita",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"SUBMIT": "Importa",
|
"SUBMIT": "Importa",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
|
"SUCCESS_MESSAGE": "Es notificarà per correu electrònic quan s'hagi completat la importació.",
|
||||||
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
||||||
},
|
},
|
||||||
"EXPORT_CONTACTS": {
|
"EXPORT_CONTACTS": {
|
||||||
@ -137,9 +137,9 @@
|
|||||||
"PLACEHOLDER": "Introdueix el número de telèfon del contacte",
|
"PLACEHOLDER": "Introdueix el número de telèfon del contacte",
|
||||||
"LABEL": "Número de telèfon",
|
"LABEL": "Número de telèfon",
|
||||||
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]",
|
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]",
|
||||||
"ERROR": "Phone number should be either empty or of E.164 format",
|
"ERROR": "El número de telèfon ha d'estar buit o en format E.164",
|
||||||
"DIAL_CODE_ERROR": "Please select a dial code from the list",
|
"DIAL_CODE_ERROR": "Selecciona un codi de marcatge de la llista",
|
||||||
"DUPLICATE": "This phone number is in use for another contact."
|
"DUPLICATE": "Aquest número de telèfon està en ús per a un altre contacte."
|
||||||
},
|
},
|
||||||
"LOCATION": {
|
"LOCATION": {
|
||||||
"PLACEHOLDER": "Introdueix la ubicació del contacte",
|
"PLACEHOLDER": "Introdueix la ubicació del contacte",
|
||||||
@ -150,7 +150,7 @@
|
|||||||
"LABEL": "Nom de la companyia"
|
"LABEL": "Nom de la companyia"
|
||||||
},
|
},
|
||||||
"COUNTRY": {
|
"COUNTRY": {
|
||||||
"PLACEHOLDER": "Enter the country name",
|
"PLACEHOLDER": "Introdueix el nom del país",
|
||||||
"LABEL": "Nom del país",
|
"LABEL": "Nom del país",
|
||||||
"SELECT_PLACEHOLDER": "Selecciona",
|
"SELECT_PLACEHOLDER": "Selecciona",
|
||||||
"REMOVE": "Suprimeix",
|
"REMOVE": "Suprimeix",
|
||||||
@ -192,7 +192,7 @@
|
|||||||
"BUTTON_LABEL": "Inicia la conversa",
|
"BUTTON_LABEL": "Inicia la conversa",
|
||||||
"TITLE": "Nova conversació",
|
"TITLE": "Nova conversació",
|
||||||
"DESC": "Inicia una conversa nova enviant un missatge nou.",
|
"DESC": "Inicia una conversa nova enviant un missatge nou.",
|
||||||
"NO_INBOX": "Couldn't find an inbox to initiate a new conversation with this contact.",
|
"NO_INBOX": "No s'ha pogut trobar una safata d'entrada per iniciar una conversa nova amb aquest contacte.",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"TO": {
|
"TO": {
|
||||||
"LABEL": "Per"
|
"LABEL": "Per"
|
||||||
@ -200,32 +200,32 @@
|
|||||||
"INBOX": {
|
"INBOX": {
|
||||||
"LABEL": "Inbox",
|
"LABEL": "Inbox",
|
||||||
"PLACEHOLDER": "Trieu la safata d'entrada d'origen",
|
"PLACEHOLDER": "Trieu la safata d'entrada d'origen",
|
||||||
"ERROR": "Select an inbox"
|
"ERROR": "Selecciona una Safata d'entrada"
|
||||||
},
|
},
|
||||||
"SUBJECT": {
|
"SUBJECT": {
|
||||||
"LABEL": "Assumpte",
|
"LABEL": "Assumpte",
|
||||||
"PLACEHOLDER": "Assumpte",
|
"PLACEHOLDER": "Assumpte",
|
||||||
"ERROR": "Subject can't be empty"
|
"ERROR": "L'assumpte no pot estar buit"
|
||||||
},
|
},
|
||||||
"MESSAGE": {
|
"MESSAGE": {
|
||||||
"LABEL": "Missatge",
|
"LABEL": "Missatge",
|
||||||
"PLACEHOLDER": "Write your message here",
|
"PLACEHOLDER": "Escriu el teu missatge aquí",
|
||||||
"ERROR": "El missatge no pot estar buit"
|
"ERROR": "El missatge no pot estar buit"
|
||||||
},
|
},
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
"SELECT": "Trieu fitxers",
|
"SELECT": "Trieu fitxers",
|
||||||
"HELP_TEXT": "Arrossegueu i deixeu anar fitxers aquí o trieu fitxers per adjuntar"
|
"HELP_TEXT": "Arrossegueu i deixeu anar fitxers aquí o trieu fitxers per adjuntar"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Send message",
|
"SUBMIT": "Envia missatge",
|
||||||
"CANCEL": "Cancel·la",
|
"CANCEL": "Cancel·la",
|
||||||
"SUCCESS_MESSAGE": "Message sent!",
|
"SUCCESS_MESSAGE": "Missatges enviat!",
|
||||||
"GO_TO_CONVERSATION": "Veure",
|
"GO_TO_CONVERSATION": "Veure",
|
||||||
"ERROR_MESSAGE": "Couldn't send! try again"
|
"ERROR_MESSAGE": "No s'ha pogut enviar! torna-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONTACTS_PAGE": {
|
"CONTACTS_PAGE": {
|
||||||
"HEADER": "Contactes",
|
"HEADER": "Contactes",
|
||||||
"FIELDS": "Contact fields",
|
"FIELDS": "Camps de contacte",
|
||||||
"SEARCH_BUTTON": "Cercar",
|
"SEARCH_BUTTON": "Cercar",
|
||||||
"SEARCH_INPUT_PLACEHOLDER": "Cerca de contactes",
|
"SEARCH_INPUT_PLACEHOLDER": "Cerca de contactes",
|
||||||
"FILTER_CONTACTS": "Filtre",
|
"FILTER_CONTACTS": "Filtre",
|
||||||
@ -235,25 +235,25 @@
|
|||||||
"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 🔍",
|
||||||
"NO_CONTACTS": "There are no available contacts",
|
"NO_CONTACTS": "No hi ha contactes disponibles",
|
||||||
"TABLE_HEADER": {
|
"TABLE_HEADER": {
|
||||||
"NAME": "Nom",
|
"NAME": "Nom",
|
||||||
"PHONE_NUMBER": "Número de telèfon",
|
"PHONE_NUMBER": "Número de telèfon",
|
||||||
"CONVERSATIONS": "Converses",
|
"CONVERSATIONS": "Converses",
|
||||||
"LAST_ACTIVITY": "Last Activity",
|
"LAST_ACTIVITY": "Darrera activitat",
|
||||||
"CREATED_AT": "Created At",
|
"CREATED_AT": "Creat per",
|
||||||
"COUNTRY": "País",
|
"COUNTRY": "País",
|
||||||
"CITY": "Ciutat",
|
"CITY": "Ciutat",
|
||||||
"SOCIAL_PROFILES": "Social Profiles",
|
"SOCIAL_PROFILES": "Perfils socials",
|
||||||
"COMPANY": "Companyia",
|
"COMPANY": "Companyia",
|
||||||
"EMAIL_ADDRESS": "Adreça de correu electrònic"
|
"EMAIL_ADDRESS": "Adreça de correu electrònic"
|
||||||
},
|
},
|
||||||
"VIEW_DETAILS": "View details"
|
"VIEW_DETAILS": "Veure detalls"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONTACT_PROFILE": {
|
"CONTACT_PROFILE": {
|
||||||
"BACK_BUTTON": "Contactes",
|
"BACK_BUTTON": "Contactes",
|
||||||
"LOADING": "Loading contact profile..."
|
"LOADING": "S'està carregant el perfil de contacte..."
|
||||||
},
|
},
|
||||||
"REMINDER": {
|
"REMINDER": {
|
||||||
"ADD_BUTTON": {
|
"ADD_BUTTON": {
|
||||||
@ -267,7 +267,7 @@
|
|||||||
},
|
},
|
||||||
"NOTES": {
|
"NOTES": {
|
||||||
"FETCHING_NOTES": "S'estan obtenint notes...",
|
"FETCHING_NOTES": "S'estan obtenint notes...",
|
||||||
"NOT_AVAILABLE": "There are no notes created for this contact",
|
"NOT_AVAILABLE": "No s'han creat notes per a aquest contacte",
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"TITLE": "Notes"
|
"TITLE": "Notes"
|
||||||
},
|
},
|
||||||
@ -318,8 +318,8 @@
|
|||||||
"ERROR": "El nom de l'atribut personalitzat no és vàlid"
|
"ERROR": "El nom de l'atribut personalitzat no és vàlid"
|
||||||
},
|
},
|
||||||
"VALUE": {
|
"VALUE": {
|
||||||
"LABEL": "Attribute value",
|
"LABEL": "Valor de l'atribut",
|
||||||
"PLACEHOLDER": "Eg: 11901 "
|
"PLACEHOLDER": "Ex: 11901 "
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Crear nou atribut ",
|
"TITLE": "Crear nou atribut ",
|
||||||
@ -348,27 +348,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Valid value is required",
|
"REQUIRED": "Un valor vàlid és necessari",
|
||||||
"INVALID_URL": "Invalid URL",
|
"INVALID_URL": "URL no vàlid",
|
||||||
"INVALID_INPUT": "Invalid Input"
|
"INVALID_INPUT": "Entrada incorrecta"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
"TITLE": "Merge contacts",
|
"TITLE": "Fusiona contactes",
|
||||||
"DESCRIPTION": "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact’ s attributes will take precedence.",
|
"DESCRIPTION": "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact’ s attributes will take precedence.",
|
||||||
"PRIMARY": {
|
"PRIMARY": {
|
||||||
"TITLE": "Primary contact",
|
"TITLE": "Contacte principal",
|
||||||
"HELP_LABEL": "To be deleted"
|
"HELP_LABEL": "Per esborrar"
|
||||||
},
|
},
|
||||||
"PARENT": {
|
"PARENT": {
|
||||||
"TITLE": "Contact to merge",
|
"TITLE": "Contacte per fusionar",
|
||||||
"PLACEHOLDER": "Search for a contact",
|
"PLACEHOLDER": "Cerca un contacte",
|
||||||
"HELP_LABEL": "To be kept"
|
"HELP_LABEL": "S'ha de mantenir"
|
||||||
},
|
},
|
||||||
"SUMMARY": {
|
"SUMMARY": {
|
||||||
"TITLE": "Resum",
|
"TITLE": "Resum",
|
||||||
"DELETE_WARNING": "Contact of <strong>%{primaryContactName}</strong> will be deleted.",
|
"DELETE_WARNING": "El contacte de <strong>%{primaryContactName}</strong> es suprimirà.",
|
||||||
"ATTRIBUTE_WARNING": "Contact details of <strong>%{primaryContactName}</strong> will be copied to <strong>%{parentContactName}</strong>."
|
"ATTRIBUTE_WARNING": "Les dades de contacte de <strong>%{primaryContactName}</strong> es copiaran a <strong>%{parentContactName}</strong>."
|
||||||
},
|
},
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"ERROR": "ERROR_MESSAGE"
|
"ERROR": "ERROR_MESSAGE"
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"CONTACTS_FILTER": {
|
"CONTACTS_FILTER": {
|
||||||
"TITLE": "Filter Contacts",
|
"TITLE": "Filtra els contactes",
|
||||||
"SUBTITLE": "Add filters below and hit 'Submit' to filter contacts.",
|
"SUBTITLE": "Afegeix filtres a continuació i prem \"Envia\" per filtrar els contactes.",
|
||||||
"EDIT_CUSTOM_SEGMENT": "Edit Segment",
|
"EDIT_CUSTOM_SEGMENT": "Edita segment",
|
||||||
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your segment.",
|
"CUSTOM_VIEWS_SUBTITLE": "Afegeix o elimina filtres i actualitza el teu segment.",
|
||||||
"ADD_NEW_FILTER": "Afegeix filtre",
|
"ADD_NEW_FILTER": "Afegeix filtre",
|
||||||
"CLEAR_ALL_FILTERS": "Clear All Filters",
|
"CLEAR_ALL_FILTERS": "Esborra tots els filtres",
|
||||||
"FILTER_DELETE_ERROR": "You should have atleast one filter to save",
|
"FILTER_DELETE_ERROR": "Hauries de tenir almenys un filtre per desar",
|
||||||
"SUBMIT_BUTTON_LABEL": "Envia",
|
"SUBMIT_BUTTON_LABEL": "Envia",
|
||||||
"UPDATE_BUTTON_LABEL": "Update Segment",
|
"UPDATE_BUTTON_LABEL": "Actualitza el segment",
|
||||||
"CANCEL_BUTTON_LABEL": "Cancel·la",
|
"CANCEL_BUTTON_LABEL": "Cancel·la",
|
||||||
"CLEAR_BUTTON_LABEL": "Clear Filters",
|
"CLEAR_BUTTON_LABEL": "Esborra els filtres",
|
||||||
"EMPTY_VALUE_ERROR": "El valor és necessari",
|
"EMPTY_VALUE_ERROR": "El valor és necessari",
|
||||||
"SEGMENT_LABEL": "Segment Name",
|
"SEGMENT_LABEL": "Nom del segment",
|
||||||
"SEGMENT_QUERY_LABEL": "Segment Query",
|
"SEGMENT_QUERY_LABEL": "Consulta de segments",
|
||||||
"TOOLTIP_LABEL": "Filter contacts",
|
"TOOLTIP_LABEL": "Filtra els contactes",
|
||||||
"QUERY_DROPDOWN_LABELS": {
|
"QUERY_DROPDOWN_LABELS": {
|
||||||
"AND": "I",
|
"AND": "I",
|
||||||
"OR": "O"
|
"OR": "O"
|
||||||
@ -27,14 +27,14 @@
|
|||||||
"is_present": "És present",
|
"is_present": "És present",
|
||||||
"is_not_present": "No és present",
|
"is_not_present": "No és present",
|
||||||
"is_greater_than": "És més gran que",
|
"is_greater_than": "És més gran que",
|
||||||
"is_lesser_than": "Is lesser than",
|
"is_lesser_than": "És més petit que",
|
||||||
"days_before": "És x dies abans"
|
"days_before": "És x dies abans"
|
||||||
},
|
},
|
||||||
"ATTRIBUTES": {
|
"ATTRIBUTES": {
|
||||||
"NAME": "Nom",
|
"NAME": "Nom",
|
||||||
"EMAIL": "Correu electrònic",
|
"EMAIL": "Correu electrònic",
|
||||||
"PHONE_NUMBER": "Número de telèfon",
|
"PHONE_NUMBER": "Número de telèfon",
|
||||||
"IDENTIFIER": "Identifier",
|
"IDENTIFIER": "Identificador",
|
||||||
"CITY": "Ciutat",
|
"CITY": "Ciutat",
|
||||||
"COUNTRY": "País",
|
"COUNTRY": "País",
|
||||||
"CUSTOM_ATTRIBUTE_LIST": "Llista",
|
"CUSTOM_ATTRIBUTE_LIST": "Llista",
|
||||||
@ -42,14 +42,14 @@
|
|||||||
"CUSTOM_ATTRIBUTE_NUMBER": "Número",
|
"CUSTOM_ATTRIBUTE_NUMBER": "Número",
|
||||||
"CUSTOM_ATTRIBUTE_LINK": "Enllaç",
|
"CUSTOM_ATTRIBUTE_LINK": "Enllaç",
|
||||||
"CUSTOM_ATTRIBUTE_CHECKBOX": "Casella de selecció",
|
"CUSTOM_ATTRIBUTE_CHECKBOX": "Casella de selecció",
|
||||||
"CREATED_AT": "Created At",
|
"CREATED_AT": "Creat per",
|
||||||
"LAST_ACTIVITY": "Last Activity",
|
"LAST_ACTIVITY": "Darrera activitat",
|
||||||
"REFERER_LINK": "Referrer link",
|
"REFERER_LINK": "Enllaç de referència",
|
||||||
"BLOCKED": "Blocat"
|
"BLOCKED": "Blocat"
|
||||||
},
|
},
|
||||||
"GROUPS": {
|
"GROUPS": {
|
||||||
"STANDARD_FILTERS": "Standard Filters",
|
"STANDARD_FILTERS": "Filtres estàndard",
|
||||||
"ADDITIONAL_FILTERS": "Additional Filters",
|
"ADDITIONAL_FILTERS": "Filtres addicionals",
|
||||||
"CUSTOM_ATTRIBUTES": "Atributs personalitzats"
|
"CUSTOM_ATTRIBUTES": "Atributs personalitzats"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,19 +40,19 @@
|
|||||||
"UNKNOWN_FILE_TYPE": "Fitxer desconegut",
|
"UNKNOWN_FILE_TYPE": "Fitxer desconegut",
|
||||||
"SAVE_CONTACT": "Desar",
|
"SAVE_CONTACT": "Desar",
|
||||||
"UPLOADING_ATTACHMENTS": "Pujant fitxers adjunts...",
|
"UPLOADING_ATTACHMENTS": "Pujant fitxers adjunts...",
|
||||||
"REPLIED_TO_STORY": "Replied to your story",
|
"REPLIED_TO_STORY": "Va respondre a la teva història",
|
||||||
"UNSUPPORTED_MESSAGE": "This message is unsupported.",
|
"UNSUPPORTED_MESSAGE": "Aquest missatge no està suportat.",
|
||||||
"UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.",
|
"UNSUPPORTED_MESSAGE_FACEBOOK": "Aquest missatge no està suportat. Pots veure aquest missatge a l'aplicació Facebook Messenger.",
|
||||||
"UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.",
|
"UNSUPPORTED_MESSAGE_INSTAGRAM": "Aquest missatge no està suportat. Pots veure aquest missatge a l'aplicació d'Instagram.",
|
||||||
"SUCCESS_DELETE_MESSAGE": "Message deleted successfully",
|
"SUCCESS_DELETE_MESSAGE": "El missatge s'ha suprimit correctament",
|
||||||
"FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again",
|
"FAIL_DELETE_MESSSAGE": "No s'ha pogut suprimir el missatge! Torna-ho a provar",
|
||||||
"NO_RESPONSE": "Sense resposta",
|
"NO_RESPONSE": "Sense resposta",
|
||||||
"RATING_TITLE": "Rating",
|
"RATING_TITLE": "Valoració",
|
||||||
"FEEDBACK_TITLE": "Feedback",
|
"FEEDBACK_TITLE": "Comentaris",
|
||||||
"REPLY_MESSAGE_NOT_FOUND": "Message not available",
|
"REPLY_MESSAGE_NOT_FOUND": "Missatge no disponible",
|
||||||
"CARD": {
|
"CARD": {
|
||||||
"SHOW_LABELS": "Show labels",
|
"SHOW_LABELS": "Mostra etiquetes",
|
||||||
"HIDE_LABELS": "Hide labels"
|
"HIDE_LABELS": "Amaga etiquetes"
|
||||||
},
|
},
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"RESOLVE_ACTION": "Resoldre",
|
"RESOLVE_ACTION": "Resoldre",
|
||||||
@ -61,31 +61,31 @@
|
|||||||
"OPEN": "Més",
|
"OPEN": "Més",
|
||||||
"CLOSE": "Tanca",
|
"CLOSE": "Tanca",
|
||||||
"DETAILS": "detalls",
|
"DETAILS": "detalls",
|
||||||
"SNOOZED_UNTIL": "Snoozed until",
|
"SNOOZED_UNTIL": "Posposat fins a",
|
||||||
"SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow",
|
"SNOOZED_UNTIL_TOMORROW": "Posposat fins demà",
|
||||||
"SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week",
|
"SNOOZED_UNTIL_NEXT_WEEK": "Posposat fins a la setmana vinent",
|
||||||
"SNOOZED_UNTIL_NEXT_REPLY": "Snoozed until next reply",
|
"SNOOZED_UNTIL_NEXT_REPLY": "Posposat fins a la següent resposta",
|
||||||
"SLA_STATUS": {
|
"SLA_STATUS": {
|
||||||
"FRT": "FRT {status}",
|
"FRT": "FRT {status}",
|
||||||
"NRT": "NRT {status}",
|
"NRT": "NRT {status}",
|
||||||
"RT": "RT {status}",
|
"RT": "RT {status}",
|
||||||
"MISSED": "missed",
|
"MISSED": "perduda",
|
||||||
"DUE": "due"
|
"DUE": "límit"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RESOLVE_DROPDOWN": {
|
"RESOLVE_DROPDOWN": {
|
||||||
"MARK_PENDING": "Mark as pending",
|
"MARK_PENDING": "Marca com a pendent",
|
||||||
"SNOOZE_UNTIL": "Snooze",
|
"SNOOZE_UNTIL": "Posposat",
|
||||||
"SNOOZE": {
|
"SNOOZE": {
|
||||||
"TITLE": "Snooze until",
|
"TITLE": "Posposat fins a",
|
||||||
"NEXT_REPLY": "Next reply",
|
"NEXT_REPLY": "Següent resposta",
|
||||||
"TOMORROW": "Tomorrow",
|
"TOMORROW": "Demà",
|
||||||
"NEXT_WEEK": "Next week"
|
"NEXT_WEEK": "Pròxima setmana"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CUSTOM_SNOOZE": {
|
"CUSTOM_SNOOZE": {
|
||||||
"TITLE": "Snooze until",
|
"TITLE": "Posposat fins a",
|
||||||
"APPLY": "Snooze",
|
"APPLY": "Posposat",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"PRIORITY": {
|
"PRIORITY": {
|
||||||
@ -93,92 +93,92 @@
|
|||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"NONE": "Ningú",
|
"NONE": "Ningú",
|
||||||
"URGENT": "Urgent",
|
"URGENT": "Urgent",
|
||||||
"HIGH": "High",
|
"HIGH": "Alta",
|
||||||
"MEDIUM": "Medium",
|
"MEDIUM": "Mitjana",
|
||||||
"LOW": "Low"
|
"LOW": "Baixa"
|
||||||
},
|
},
|
||||||
"CHANGE_PRIORITY": {
|
"CHANGE_PRIORITY": {
|
||||||
"SELECT_PLACEHOLDER": "Ningú",
|
"SELECT_PLACEHOLDER": "Ningú",
|
||||||
"INPUT_PLACEHOLDER": "Select priority",
|
"INPUT_PLACEHOLDER": "Selecciona la prioritat",
|
||||||
"NO_RESULTS": "No s'ha trobat agents",
|
"NO_RESULTS": "No s'ha trobat agents",
|
||||||
"SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}",
|
"SUCCESSFUL": "S'ha canviat la prioritat de l'identificador de conversa %{conversationId} a %{priority}",
|
||||||
"FAILED": "Couldn't change priority. Please try again."
|
"FAILED": "No s'ha pogut canviar la prioritat. Si us plau, torna-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CARD_CONTEXT_MENU": {
|
"CARD_CONTEXT_MENU": {
|
||||||
"PENDING": "Mark as pending",
|
"PENDING": "Marca com a pendent",
|
||||||
"RESOLVED": "Mark as resolved",
|
"RESOLVED": "Marca com a resolt",
|
||||||
"MARK_AS_UNREAD": "Mark as unread",
|
"MARK_AS_UNREAD": "Marca com a no llegit",
|
||||||
"REOPEN": "Torna a obrir la conversa",
|
"REOPEN": "Torna a obrir la conversa",
|
||||||
"SNOOZE": {
|
"SNOOZE": {
|
||||||
"TITLE": "Snooze",
|
"TITLE": "Posposat",
|
||||||
"NEXT_REPLY": "Until next reply",
|
"NEXT_REPLY": "Fins a la propera resposta",
|
||||||
"TOMORROW": "Until tomorrow",
|
"TOMORROW": "Fins demà",
|
||||||
"NEXT_WEEK": "Until next week"
|
"NEXT_WEEK": "Fins a la setmana vinent"
|
||||||
},
|
},
|
||||||
"ASSIGN_AGENT": "Assign agent",
|
"ASSIGN_AGENT": "Assigna un agent",
|
||||||
"ASSIGN_LABEL": "Assign label",
|
"ASSIGN_LABEL": "Assigna etiqueta",
|
||||||
"AGENTS_LOADING": "Loading agents...",
|
"AGENTS_LOADING": "S'estan carregant els agents...",
|
||||||
"ASSIGN_TEAM": "Assign team",
|
"ASSIGN_TEAM": "Assigna un equip",
|
||||||
"API": {
|
"API": {
|
||||||
"AGENT_ASSIGNMENT": {
|
"AGENT_ASSIGNMENT": {
|
||||||
"SUCCESFUL": "Conversation id %{conversationId} assigned to \"%{agentName}\"",
|
"SUCCESFUL": "Id de conversa %{conversationId} assignat a \"%{agentName}\"",
|
||||||
"FAILED": "Couldn't assign agent. Please try again."
|
"FAILED": "No s'ha pogut assignar l'agent. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"LABEL_ASSIGNMENT": {
|
"LABEL_ASSIGNMENT": {
|
||||||
"SUCCESFUL": "Assigned label #%{labelName} to conversation id %{conversationId}",
|
"SUCCESFUL": "S'ha assignat l'etiqueta #%{labelName} a l'id de conversa %{conversationId}",
|
||||||
"FAILED": "Couldn't assign label. Please try again."
|
"FAILED": "No s'ha pogut assignar l'etiqueta. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"TEAM_ASSIGNMENT": {
|
"TEAM_ASSIGNMENT": {
|
||||||
"SUCCESFUL": "Assigned team \"%{team}\" to conversation id %{conversationId}",
|
"SUCCESFUL": "S'ha assignat l'equip \"%{team}\" a l'id de conversa %{conversationId}",
|
||||||
"FAILED": "Couldn't assign team. Please try again."
|
"FAILED": "No s'ha pogut assignar l'equip. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"FOOTER": {
|
"FOOTER": {
|
||||||
"MESSAGE_SIGN_TOOLTIP": "Message signature",
|
"MESSAGE_SIGN_TOOLTIP": "Signatura del missatge",
|
||||||
"ENABLE_SIGN_TOOLTIP": "Enable signature",
|
"ENABLE_SIGN_TOOLTIP": "Activa la signatura",
|
||||||
"DISABLE_SIGN_TOOLTIP": "Disable signature",
|
"DISABLE_SIGN_TOOLTIP": "Desactiva la signatura",
|
||||||
"MSG_INPUT": "Shift + enter per a una línia nova. Comença amb '/' per seleccionar una resposta predeterminada.",
|
"MSG_INPUT": "Shift + enter per a una línia nova. Comença amb '/' per seleccionar una resposta predeterminada.",
|
||||||
"PRIVATE_MSG_INPUT": "Shift + enter per una línia nova. Això serà visible només per als Agents",
|
"PRIVATE_MSG_INPUT": "Shift + enter per una línia nova. Això serà visible només per als Agents",
|
||||||
"MESSAGE_SIGNATURE_NOT_CONFIGURED": "Message signature is not configured, please configure it in profile settings.",
|
"MESSAGE_SIGNATURE_NOT_CONFIGURED": "La signatura del missatge no està configurada, configura-la a la configuració del perfil.",
|
||||||
"CLICK_HERE": "Click here to update"
|
"CLICK_HERE": "Fes clic aquí per actualitzar"
|
||||||
},
|
},
|
||||||
"REPLYBOX": {
|
"REPLYBOX": {
|
||||||
"REPLY": "Respon",
|
"REPLY": "Respon",
|
||||||
"PRIVATE_NOTE": "Nota privada",
|
"PRIVATE_NOTE": "Nota privada",
|
||||||
"SEND": "Envia",
|
"SEND": "Envia",
|
||||||
"CREATE": "Afegeix una nota",
|
"CREATE": "Afegeix una nota",
|
||||||
"INSERT_READ_MORE": "Read more",
|
"INSERT_READ_MORE": "Llegir més",
|
||||||
"DISMISS_REPLY": "Dismiss reply",
|
"DISMISS_REPLY": "Ignora la resposta",
|
||||||
"REPLYING_TO": "Replying to:",
|
"REPLYING_TO": "Responent a:",
|
||||||
"TIP_FORMAT_ICON": "Mostra l'editor de text enriquit",
|
"TIP_FORMAT_ICON": "Mostra l'editor de text enriquit",
|
||||||
"TIP_EMOJI_ICON": "Mostra la selecció d'emoticones",
|
"TIP_EMOJI_ICON": "Mostra la selecció d'emoticones",
|
||||||
"TIP_ATTACH_ICON": "Ajuntar fitxers",
|
"TIP_ATTACH_ICON": "Ajuntar fitxers",
|
||||||
"TIP_AUDIORECORDER_ICON": "Record audio",
|
"TIP_AUDIORECORDER_ICON": "Gravar àudio",
|
||||||
"TIP_AUDIORECORDER_PERMISSION": "Allow access to audio",
|
"TIP_AUDIORECORDER_PERMISSION": "Permet l'accés a l'àudio",
|
||||||
"TIP_AUDIORECORDER_ERROR": "Could not open the audio",
|
"TIP_AUDIORECORDER_ERROR": "No s'ha pogut obrir l'àudio",
|
||||||
"DRAG_DROP": "Drag and drop here to attach",
|
"DRAG_DROP": "Arrossega i deixa anar aquí per adjuntar-lo",
|
||||||
"START_AUDIO_RECORDING": "Start audio recording",
|
"START_AUDIO_RECORDING": "Inicia la gravació d'àudio",
|
||||||
"STOP_AUDIO_RECORDING": "Stop audio recording",
|
"STOP_AUDIO_RECORDING": "Atura la gravació d'àudio",
|
||||||
"": "",
|
"": "",
|
||||||
"EMAIL_HEAD": {
|
"EMAIL_HEAD": {
|
||||||
"TO": "TO",
|
"TO": "A",
|
||||||
"ADD_BCC": "Add bcc",
|
"ADD_BCC": "Afegeix cco",
|
||||||
"CC": {
|
"CC": {
|
||||||
"LABEL": "CC",
|
"LABEL": "CC",
|
||||||
"PLACEHOLDER": "Emails separated by commas",
|
"PLACEHOLDER": "Correus electrònics separats per comes",
|
||||||
"ERROR": "Please enter valid email addresses"
|
"ERROR": "Introduïu adreces de correu electrònic vàlides"
|
||||||
},
|
},
|
||||||
"BCC": {
|
"BCC": {
|
||||||
"LABEL": "BCC",
|
"LABEL": "CCO",
|
||||||
"PLACEHOLDER": "Emails separated by commas",
|
"PLACEHOLDER": "Correus electrònics separats per comes",
|
||||||
"ERROR": "Please enter valid email addresses"
|
"ERROR": "Introduïu adreces de correu electrònic vàlides"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UNDEFINED_VARIABLES": {
|
"UNDEFINED_VARIABLES": {
|
||||||
"TITLE": "Undefined variables",
|
"TITLE": "Variables sense definir",
|
||||||
"MESSAGE": "You have {undefinedVariablesCount} undefined variables in your message: {undefinedVariables}. Would you like to send the message anyway?",
|
"MESSAGE": "Tens {undefinedVariablesCount} variables sense definir al teu missatge: {undefinedVariables}. Vols enviar el missatge igualment?",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"YES": "Envia",
|
"YES": "Envia",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
@ -187,18 +187,18 @@
|
|||||||
},
|
},
|
||||||
"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_STATUS_FAILED": "Conversation status change failed",
|
"CHANGE_STATUS_FAILED": "No s'ha pogut canviar l'estat de la conversa",
|
||||||
"CHANGE_AGENT": "Assignació de la conversa canviat",
|
"CHANGE_AGENT": "Assignació de la conversa canviat",
|
||||||
"CHANGE_AGENT_FAILED": "Assignee change failed",
|
"CHANGE_AGENT_FAILED": "El canvi de l'assignat ha fallat",
|
||||||
"ASSIGN_LABEL_SUCCESFUL": "Label assigned successfully",
|
"ASSIGN_LABEL_SUCCESFUL": "L'etiqueta s'ha assignat correctament",
|
||||||
"ASSIGN_LABEL_FAILED": "Label assignment failed",
|
"ASSIGN_LABEL_FAILED": "L'assignació d'etiquetes ha fallat",
|
||||||
"CHANGE_TEAM": "Conversation team changed",
|
"CHANGE_TEAM": "L'equip de conversa ha canviat",
|
||||||
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB attachment limit",
|
"FILE_SIZE_LIMIT": "El fitxer supera el límit de {MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB fitxers adjunts",
|
||||||
"MESSAGE_ERROR": "Unable to send this message, please try again later",
|
"MESSAGE_ERROR": "No es pot enviar aquest missatge, torna-ho a provar més tard",
|
||||||
"SENT_BY": "Enviat per:",
|
"SENT_BY": "Enviat per:",
|
||||||
"BOT": "Bot",
|
"BOT": "Bot",
|
||||||
"SEND_FAILED": "Couldn't send message! Try again",
|
"SEND_FAILED": "No s'ha pogut enviar el missatge! Torna-ho a provar",
|
||||||
"TRY_AGAIN": "retry",
|
"TRY_AGAIN": "reintenta",
|
||||||
"ASSIGNMENT": {
|
"ASSIGNMENT": {
|
||||||
"SELECT_AGENT": "Seleccionar Agent",
|
"SELECT_AGENT": "Seleccionar Agent",
|
||||||
"REMOVE": "Suprimeix",
|
"REMOVE": "Suprimeix",
|
||||||
@ -206,15 +206,15 @@
|
|||||||
},
|
},
|
||||||
"CONTEXT_MENU": {
|
"CONTEXT_MENU": {
|
||||||
"COPY": "Copia",
|
"COPY": "Copia",
|
||||||
"REPLY_TO": "Reply to this message",
|
"REPLY_TO": "Respon a aquest missatge",
|
||||||
"DELETE": "Esborrar",
|
"DELETE": "Esborrar",
|
||||||
"CREATE_A_CANNED_RESPONSE": "Add to canned responses",
|
"CREATE_A_CANNED_RESPONSE": "Afegir a les respostes predeterminades",
|
||||||
"TRANSLATE": "Translate",
|
"TRANSLATE": "Tradueix",
|
||||||
"COPY_PERMALINK": "Copy link to the message",
|
"COPY_PERMALINK": "Copia l'enllaç al missatge",
|
||||||
"LINK_COPIED": "Message URL copied to the clipboard",
|
"LINK_COPIED": "URL del missatge copiat al porta-retalls",
|
||||||
"DELETE_CONFIRMATION": {
|
"DELETE_CONFIRMATION": {
|
||||||
"TITLE": "Are you sure you want to delete this message?",
|
"TITLE": "Estàs segur que vols suprimir aquest missatge?",
|
||||||
"MESSAGE": "You cannot undo this action",
|
"MESSAGE": "No pots desfer aquesta acció",
|
||||||
"DELETE": "Esborrar",
|
"DELETE": "Esborrar",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
}
|
}
|
||||||
@ -238,48 +238,48 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ONBOARDING": {
|
"ONBOARDING": {
|
||||||
"TITLE": "Hey 👋, Welcome to %{installationName}!",
|
"TITLE": "Hola 👋, Benvingut a %{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.",
|
"DESCRIPTION": "Gràcies per registrar-te. Volem que treguis el màxim profit de %{installationName}. Aquí teniu algunes coses que pots fer a %{installationName} perquè l'experiència sigui agradable.",
|
||||||
"READ_LATEST_UPDATES": "Read our latest updates",
|
"READ_LATEST_UPDATES": "Llegiu les nostres últimes actualitzacions",
|
||||||
"ALL_CONVERSATION": {
|
"ALL_CONVERSATION": {
|
||||||
"TITLE": "All your conversations in one place",
|
"TITLE": "Totes les teves converses en un sol lloc",
|
||||||
"DESCRIPTION": "View all the conversations from your customers in one single dashboard. You can filter the conversations by the incoming channel, label and status."
|
"DESCRIPTION": "Consulta totes les converses dels teus clients en un únic tauler. Podeu filtrar les converses pel canal d'entrada, l'etiqueta i l'estat."
|
||||||
},
|
},
|
||||||
"TEAM_MEMBERS": {
|
"TEAM_MEMBERS": {
|
||||||
"TITLE": "Invite your team members",
|
"TITLE": "Convida els membres del teu equip",
|
||||||
"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 addresses to the agent list.",
|
"DESCRIPTION": "Com que us esteu preparant per parlar amb el vostre client, feu venir els vostres companys d'equip per ajudar-vos. Pots convidar els teus companys d'equip afegint les seves adreces de correu electrònic a la llista d'agents.",
|
||||||
"NEW_LINK": "Click here to invite a team member"
|
"NEW_LINK": "Feu clic aquí per convidar un membre de l'equip"
|
||||||
},
|
},
|
||||||
"INBOXES": {
|
"INBOXES": {
|
||||||
"TITLE": "Connect Inboxes",
|
"TITLE": "Connecta les safates d'entrada",
|
||||||
"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.",
|
"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"
|
"NEW_LINK": "Fes clic aquí per crear una safata d'entrada"
|
||||||
},
|
},
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
"TITLE": "Organize conversations with labels",
|
"TITLE": "Organitza converses amb etiquetes",
|
||||||
"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.",
|
"DESCRIPTION": "Les etiquetes proporcionen una manera més fàcil de classificar la vostra conversa. Crea algunes etiquetes com #consulta-suport, #pregunta-facturació, etc., perquè les puguis utilitzar en una conversa més endavant.",
|
||||||
"NEW_LINK": "Click here to create tags"
|
"NEW_LINK": "Fes clic aquí per crear etiquetes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONVERSATION_SIDEBAR": {
|
"CONVERSATION_SIDEBAR": {
|
||||||
"ASSIGNEE_LABEL": "Assigned Agent",
|
"ASSIGNEE_LABEL": "Agent assignat",
|
||||||
"SELF_ASSIGN": "Assign to me",
|
"SELF_ASSIGN": "Assigna-me-la",
|
||||||
"TEAM_LABEL": "Assigned Team",
|
"TEAM_LABEL": "Assignada a un equip",
|
||||||
"SELECT": {
|
"SELECT": {
|
||||||
"PLACEHOLDER": "None"
|
"PLACEHOLDER": "Ningú"
|
||||||
},
|
},
|
||||||
"ACCORDION": {
|
"ACCORDION": {
|
||||||
"CONTACT_DETAILS": "Contact Details",
|
"CONTACT_DETAILS": "Detalls de contacte",
|
||||||
"CONVERSATION_ACTIONS": "Conversation Actions",
|
"CONVERSATION_ACTIONS": "Accions de conversa",
|
||||||
"CONVERSATION_LABELS": "Etiquetes de converses",
|
"CONVERSATION_LABELS": "Etiquetes de converses",
|
||||||
"CONVERSATION_INFO": "Conversation Information",
|
"CONVERSATION_INFO": "Informació de la conversa",
|
||||||
"CONTACT_ATTRIBUTES": "Contact Attributes",
|
"CONTACT_ATTRIBUTES": "Atributs de contacte",
|
||||||
"PREVIOUS_CONVERSATION": "Converses prèvies",
|
"PREVIOUS_CONVERSATION": "Converses prèvies",
|
||||||
"MACROS": "Macros"
|
"MACROS": "Macros"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONVERSATION_CUSTOM_ATTRIBUTES": {
|
"CONVERSATION_CUSTOM_ATTRIBUTES": {
|
||||||
"ADD_BUTTON_TEXT": "Create attribute",
|
"ADD_BUTTON_TEXT": "Crea atribut",
|
||||||
"NO_RECORDS_FOUND": "No s'han trobat atributs",
|
"NO_RECORDS_FOUND": "No s'han trobat atributs",
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"SUCCESS": "Atribut actualitzat correctament",
|
"SUCCESS": "Atribut actualitzat correctament",
|
||||||
@ -301,34 +301,34 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EMAIL_HEADER": {
|
"EMAIL_HEADER": {
|
||||||
"FROM": "From",
|
"FROM": "Des de",
|
||||||
"TO": "Per",
|
"TO": "Per",
|
||||||
"BCC": "Bcc",
|
"BCC": "Cco",
|
||||||
"CC": "Cc",
|
"CC": "Cc",
|
||||||
"SUBJECT": "Subject"
|
"SUBJECT": "Assumpte"
|
||||||
},
|
},
|
||||||
"CONVERSATION_PARTICIPANTS": {
|
"CONVERSATION_PARTICIPANTS": {
|
||||||
"SIDEBAR_MENU_TITLE": "Participating",
|
"SIDEBAR_MENU_TITLE": "Participant",
|
||||||
"SIDEBAR_TITLE": "Conversation participants",
|
"SIDEBAR_TITLE": "Participants de la conversa",
|
||||||
"NO_RECORDS_FOUND": "No s'ha trobat agents",
|
"NO_RECORDS_FOUND": "No s'ha trobat agents",
|
||||||
"ADD_PARTICIPANTS": "Select participants",
|
"ADD_PARTICIPANTS": "Selecciona els participants",
|
||||||
"REMANING_PARTICIPANTS_TEXT": "+%{count} others",
|
"REMANING_PARTICIPANTS_TEXT": "+%{count} més",
|
||||||
"REMANING_PARTICIPANT_TEXT": "+%{count} other",
|
"REMANING_PARTICIPANT_TEXT": "+%{count} més",
|
||||||
"TOTAL_PARTICIPANTS_TEXT": "%{count} people are participating.",
|
"TOTAL_PARTICIPANTS_TEXT": "%{count} persones estan participant.",
|
||||||
"TOTAL_PARTICIPANT_TEXT": "%{count} person is participating.",
|
"TOTAL_PARTICIPANT_TEXT": "%{count} persona està participant.",
|
||||||
"NO_PARTICIPANTS_TEXT": "No one is participating!.",
|
"NO_PARTICIPANTS_TEXT": "No hi participa ningú!",
|
||||||
"WATCH_CONVERSATION": "Join conversation",
|
"WATCH_CONVERSATION": "Uneix-te a la conversa",
|
||||||
"YOU_ARE_WATCHING": "You are participating",
|
"YOU_ARE_WATCHING": "Estàs participant",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "Could not update, try again!",
|
"ERROR_MESSAGE": "No s'ha pogut actualitzar, torna-ho a provar!",
|
||||||
"SUCCESS_MESSAGE": "Participants updated!"
|
"SUCCESS_MESSAGE": "Participants actualitzats!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TRANSLATE_MODAL": {
|
"TRANSLATE_MODAL": {
|
||||||
"TITLE": "View translated content",
|
"TITLE": "Veure contingut traduït",
|
||||||
"DESC": "You can view the translated content in each langauge.",
|
"DESC": "Pots veure el contingut traduït a cada idioma.",
|
||||||
"ORIGINAL_CONTENT": "Original Content",
|
"ORIGINAL_CONTENT": "Contingut original",
|
||||||
"TRANSLATED_CONTENT": "Translated Content",
|
"TRANSLATED_CONTENT": "Contingut traduït",
|
||||||
"NO_TRANSLATIONS_AVAILABLE": "No translations are available for this content"
|
"NO_TRANSLATIONS_AVAILABLE": "No hi ha traduccions disponibles per a aquest contingut"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"CSAT": {
|
"CSAT": {
|
||||||
"TITLE": "Rate your conversation",
|
"TITLE": "Valora la teva conversa",
|
||||||
"PLACEHOLDER": "Tell us more...",
|
"PLACEHOLDER": "Explica'ns més...",
|
||||||
"RATINGS": {
|
"RATINGS": {
|
||||||
"POOR": "😞 Poor",
|
"POOR": "😞 Pobre",
|
||||||
"FAIR": "😑 Fair",
|
"FAIR": "😑 Just",
|
||||||
"AVERAGE": "😐 Average",
|
"AVERAGE": "😐 Mitjana",
|
||||||
"GOOD": "😀 Good",
|
"GOOD": "😀 Bé",
|
||||||
"EXCELLENT": "😍 Excellent"
|
"EXCELLENT": "😍 Excel·lent"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"DATE_PICKER": {
|
"DATE_PICKER": {
|
||||||
"APPLY_BUTTON": "Apply",
|
"APPLY_BUTTON": "Aplica",
|
||||||
"CLEAR_BUTTON": "Clear",
|
"CLEAR_BUTTON": "Neteja",
|
||||||
"DATE_RANGE_INPUT": {
|
"DATE_RANGE_INPUT": {
|
||||||
"START": "Start Date",
|
"START": "Data d'inici",
|
||||||
"END": "End Date"
|
"END": "Data de finalització"
|
||||||
},
|
},
|
||||||
"DATE_RANGE_OPTIONS": {
|
"DATE_RANGE_OPTIONS": {
|
||||||
"TITLE": "DATE RANGE",
|
"TITLE": "RANG DE DATES",
|
||||||
"LAST_7_DAYS": "Últims 7 dies",
|
"LAST_7_DAYS": "Últims 7 dies",
|
||||||
"LAST_30_DAYS": "Últims 30 dies",
|
"LAST_30_DAYS": "Últims 30 dies",
|
||||||
"LAST_3_MONTHS": "Last 3 months",
|
"LAST_3_MONTHS": "Últims tres mesos",
|
||||||
"LAST_6_MONTHS": "Last 6 months",
|
"LAST_6_MONTHS": "Últims sis mesos",
|
||||||
"LAST_YEAR": "Last year",
|
"LAST_YEAR": "Darrer any",
|
||||||
"CUSTOM_RANGE": "Custom date range"
|
"CUSTOM_RANGE": "Interval de dates personalitzat"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -51,26 +51,26 @@
|
|||||||
"UPDATE_CHATWOOT": "L'actualització %{latestChatwootVersion} per Chatwoot està disponible. Si us plau, actualitza l'instancia.",
|
"UPDATE_CHATWOOT": "L'actualització %{latestChatwootVersion} per Chatwoot està disponible. Si us plau, actualitza l'instancia.",
|
||||||
"LEARN_MORE": "Aprèn més",
|
"LEARN_MORE": "Aprèn més",
|
||||||
"PAYMENT_PENDING": "El teu pagament està pendent. Actualitzeu la vostra informació de pagament per continuar utilitzant Chatwoot",
|
"PAYMENT_PENDING": "El teu pagament està pendent. Actualitzeu la vostra informació de pagament per continuar utilitzant Chatwoot",
|
||||||
"LIMITS_UPGRADE": "Your account has exceeded the usage limits, please upgrade your plan to continue using Chatwoot",
|
"LIMITS_UPGRADE": "El teu compte ha superat els límits d'ús, actualitza el pla per continuar utilitzant Chatwoot",
|
||||||
"OPEN_BILLING": "Open billing"
|
"OPEN_BILLING": "Obrir facturació"
|
||||||
},
|
},
|
||||||
"FORMS": {
|
"FORMS": {
|
||||||
"MULTISELECT": {
|
"MULTISELECT": {
|
||||||
"ENTER_TO_SELECT": "Presiona retorn (tecla enter) per seleccionar",
|
"ENTER_TO_SELECT": "Presiona retorn (tecla enter) per seleccionar",
|
||||||
"ENTER_TO_REMOVE": "Presiona retorn (tecla enter) per eliminar",
|
"ENTER_TO_REMOVE": "Presiona retorn (tecla enter) per eliminar",
|
||||||
"SELECT_ONE": "Selecciona un",
|
"SELECT_ONE": "Selecciona un",
|
||||||
"SELECT": "Select"
|
"SELECT": "Selecciona"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NOTIFICATIONS_PAGE": {
|
"NOTIFICATIONS_PAGE": {
|
||||||
"HEADER": "Notificacions",
|
"HEADER": "Notificacions",
|
||||||
"MARK_ALL_DONE": "Marca Tot Fet",
|
"MARK_ALL_DONE": "Marca Tot Fet",
|
||||||
"DELETE_TITLE": "deleted",
|
"DELETE_TITLE": "eliminat",
|
||||||
"UNREAD_NOTIFICATION": {
|
"UNREAD_NOTIFICATION": {
|
||||||
"TITLE": "Unread Notifications",
|
"TITLE": "Notificacions no llegides",
|
||||||
"ALL_NOTIFICATIONS": "View all notifications",
|
"ALL_NOTIFICATIONS": "Veure totes les notificacions",
|
||||||
"LOADING_UNREAD_MESSAGE": "Loading unread notifications...",
|
"LOADING_UNREAD_MESSAGE": "S'estan carregant les notificacions no llegides...",
|
||||||
"EMPTY_MESSAGE": "You have no unread notifications"
|
"EMPTY_MESSAGE": "No tens notificacions no llegides"
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"LOADING_MESSAGE": "Carregant notificacions...",
|
"LOADING_MESSAGE": "Carregant notificacions...",
|
||||||
@ -88,85 +88,87 @@
|
|||||||
"assigned_conversation_new_message": "Missatge Nou",
|
"assigned_conversation_new_message": "Missatge Nou",
|
||||||
"participating_conversation_new_message": "Missatge Nou",
|
"participating_conversation_new_message": "Missatge Nou",
|
||||||
"conversation_mention": "Menció",
|
"conversation_mention": "Menció",
|
||||||
"sla_missed_first_response": "SLA Missed",
|
"sla_missed_first_response": "SLA perdut",
|
||||||
"sla_missed_next_response": "SLA Missed",
|
"sla_missed_next_response": "SLA perdut",
|
||||||
"sla_missed_resolution": "SLA Missed"
|
"sla_missed_resolution": "SLA perdut"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Fora de línia"
|
"OFFLINE": "Fora de línia",
|
||||||
|
"RECONNECTING": "Reconnectant...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnectat"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Refresh"
|
"REFRESH": "Actualitza"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"COMMAND_BAR": {
|
"COMMAND_BAR": {
|
||||||
"SEARCH_PLACEHOLDER": "Search or jump to",
|
"SEARCH_PLACEHOLDER": "Cerca o salta a",
|
||||||
"SECTIONS": {
|
"SECTIONS": {
|
||||||
"GENERAL": "General",
|
"GENERAL": "General",
|
||||||
"REPORTS": "Informes",
|
"REPORTS": "Informes",
|
||||||
"CONVERSATION": "Conversation",
|
"CONVERSATION": "Conversa",
|
||||||
"BULK_ACTIONS": "Bulk Actions",
|
"BULK_ACTIONS": "Accions massives",
|
||||||
"CHANGE_ASSIGNEE": "Change Assignee",
|
"CHANGE_ASSIGNEE": "Canvia l'assignat",
|
||||||
"CHANGE_PRIORITY": "Change Priority",
|
"CHANGE_PRIORITY": "Canvia la prioritat",
|
||||||
"CHANGE_TEAM": "Change Team",
|
"CHANGE_TEAM": "Canvia l'equip",
|
||||||
"SNOOZE_CONVERSATION": "Snooze Conversation",
|
"SNOOZE_CONVERSATION": "Posposa la conversa",
|
||||||
"ADD_LABEL": "Add label to the conversation",
|
"ADD_LABEL": "Afegeix una etiqueta a la conversa",
|
||||||
"REMOVE_LABEL": "Remove label from the conversation",
|
"REMOVE_LABEL": "Elimina l'etiqueta de la conversa",
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "Assistència IA",
|
||||||
"APPEARANCE": "Appearance",
|
"APPEARANCE": "Aparença",
|
||||||
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
"SNOOZE_NOTIFICATION": "Posposa la notificació"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Vés al Tauler de converses",
|
||||||
"GO_TO_CONTACTS_DASHBOARD": "Go to Contacts Dashboard",
|
"GO_TO_CONTACTS_DASHBOARD": "Ves al Tauler de contactes",
|
||||||
"GO_TO_REPORTS_OVERVIEW": "Go to Reports Overview",
|
"GO_TO_REPORTS_OVERVIEW": "Ves a Visió general dels informes",
|
||||||
"GO_TO_CONVERSATION_REPORTS": "Go to Conversation Reports",
|
"GO_TO_CONVERSATION_REPORTS": "Vés a Informes de converses",
|
||||||
"GO_TO_AGENT_REPORTS": "Go to Agent Reports",
|
"GO_TO_AGENT_REPORTS": "Ves a Informes d'agents",
|
||||||
"GO_TO_LABEL_REPORTS": "Go to Label Reports",
|
"GO_TO_LABEL_REPORTS": "Ves a Informes d'etiquetes",
|
||||||
"GO_TO_INBOX_REPORTS": "Go to Inbox Reports",
|
"GO_TO_INBOX_REPORTS": "Ves a Informes de la safata d'entrada",
|
||||||
"GO_TO_TEAM_REPORTS": "Go to Team Reports",
|
"GO_TO_TEAM_REPORTS": "Ves a Informes d'equip",
|
||||||
"GO_TO_SETTINGS_AGENTS": "Go to Agent Settings",
|
"GO_TO_SETTINGS_AGENTS": "Ves a Configuració de l'agent",
|
||||||
"GO_TO_SETTINGS_TEAMS": "Go to Team Settings",
|
"GO_TO_SETTINGS_TEAMS": "Ves a Configuració de l'equip",
|
||||||
"GO_TO_SETTINGS_INBOXES": "Go to Inbox Settings",
|
"GO_TO_SETTINGS_INBOXES": "Ves a Configuració de la safata d'entrada",
|
||||||
"GO_TO_SETTINGS_LABELS": "Go to Label Settings",
|
"GO_TO_SETTINGS_LABELS": "Ves a Configuració de l'etiqueta",
|
||||||
"GO_TO_SETTINGS_CANNED_RESPONSES": "Go to Canned Response Settings",
|
"GO_TO_SETTINGS_CANNED_RESPONSES": "Ves a Configuració de resposta enllaunada",
|
||||||
"GO_TO_SETTINGS_APPLICATIONS": "Go to Application Settings",
|
"GO_TO_SETTINGS_APPLICATIONS": "Ves a Configuració de l'aplicació",
|
||||||
"GO_TO_SETTINGS_ACCOUNT": "Go to Account Settings",
|
"GO_TO_SETTINGS_ACCOUNT": "Ves a Configuració del compte",
|
||||||
"GO_TO_SETTINGS_PROFILE": "Go to Profile Settings",
|
"GO_TO_SETTINGS_PROFILE": "Ves a Configuració del perfil",
|
||||||
"GO_TO_NOTIFICATIONS": "Go to Notifications",
|
"GO_TO_NOTIFICATIONS": "Ves a Notificacions",
|
||||||
"ADD_LABELS_TO_CONVERSATION": "Add label to the conversation",
|
"ADD_LABELS_TO_CONVERSATION": "Afegeix una etiqueta a la conversa",
|
||||||
"ASSIGN_AN_AGENT": "Assign an agent",
|
"ASSIGN_AN_AGENT": "Assigna un agent",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "Assistència IA",
|
||||||
"ASSIGN_PRIORITY": "Assign priority",
|
"ASSIGN_PRIORITY": "Assigna prioritat",
|
||||||
"ASSIGN_A_TEAM": "Assign a team",
|
"ASSIGN_A_TEAM": "Assigna un equip",
|
||||||
"MUTE_CONVERSATION": "Mute conversation",
|
"MUTE_CONVERSATION": "Silencia la conversa",
|
||||||
"UNMUTE_CONVERSATION": "Unmute conversation",
|
"UNMUTE_CONVERSATION": "No silenciïs la conversa",
|
||||||
"REMOVE_LABEL_FROM_CONVERSATION": "Remove label from the conversation",
|
"REMOVE_LABEL_FROM_CONVERSATION": "Elimina l'etiqueta de la conversa",
|
||||||
"REOPEN_CONVERSATION": "Torna a obrir la conversa",
|
"REOPEN_CONVERSATION": "Torna a obrir la conversa",
|
||||||
"RESOLVE_CONVERSATION": "Resol la conversa",
|
"RESOLVE_CONVERSATION": "Resol la conversa",
|
||||||
"SEND_TRANSCRIPT": "Send an email transcript",
|
"SEND_TRANSCRIPT": "Envia la transcripció per correu electrònic",
|
||||||
"SNOOZE_CONVERSATION": "Snooze Conversation",
|
"SNOOZE_CONVERSATION": "Posposa la conversa",
|
||||||
"UNTIL_NEXT_REPLY": "Until next reply",
|
"UNTIL_NEXT_REPLY": "Fins a la propera resposta",
|
||||||
"UNTIL_NEXT_WEEK": "Until next week",
|
"UNTIL_NEXT_WEEK": "Fins a la setmana vinent",
|
||||||
"UNTIL_TOMORROW": "Until tomorrow",
|
"UNTIL_TOMORROW": "Fins demà",
|
||||||
"UNTIL_NEXT_MONTH": "Until next month",
|
"UNTIL_NEXT_MONTH": "Fins al mes vinent",
|
||||||
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
"AN_HOUR_FROM_NOW": "Fins d'aquí una hora",
|
||||||
"CUSTOM": "Custom...",
|
"UNTIL_CUSTOM_TIME": "Personalitzat...",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Canvia l'aparença",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Clar",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Fosc",
|
||||||
"SYSTEM_MODE": "System",
|
"SYSTEM_MODE": "Sistema",
|
||||||
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
"SNOOZE_NOTIFICATION": "Posposa la notificació"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
"LOADING_MESSAGE": "Loading Dashboard App..."
|
"LOADING_MESSAGE": "S'està carregant l'aplicació Tauler..."
|
||||||
},
|
},
|
||||||
"COMMON": {
|
"COMMON": {
|
||||||
"OR": "Or",
|
"OR": "O",
|
||||||
"CLICK_HERE": "clica aquí"
|
"CLICK_HERE": "clica aquí"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,484 +1,484 @@
|
|||||||
{
|
{
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"FILTER": "Filter by",
|
"FILTER": "Filtrat per",
|
||||||
"SORT": "Sort by",
|
"SORT": "Ordenat per",
|
||||||
"LOCALE": "Locale",
|
"LOCALE": "Localització",
|
||||||
"SETTINGS_BUTTON": "Configuracions",
|
"SETTINGS_BUTTON": "Configuracions",
|
||||||
"NEW_BUTTON": "New Article",
|
"NEW_BUTTON": "Nou article",
|
||||||
"DROPDOWN_OPTIONS": {
|
"DROPDOWN_OPTIONS": {
|
||||||
"PUBLISHED": "Published",
|
"PUBLISHED": "Publicat",
|
||||||
"DRAFT": "Draft",
|
"DRAFT": "Esborrany",
|
||||||
"ARCHIVED": "Archived"
|
"ARCHIVED": "Arxivat"
|
||||||
},
|
},
|
||||||
"TITLES": {
|
"TITLES": {
|
||||||
"ALL_ARTICLES": "All Articles",
|
"ALL_ARTICLES": "Tots els articles",
|
||||||
"MINE": "My Articles",
|
"MINE": "Tots els meus articles",
|
||||||
"DRAFT": "Draft Articles",
|
"DRAFT": "Esborrany d'articles",
|
||||||
"ARCHIVED": "Archived Articles"
|
"ARCHIVED": "Articles arxivats"
|
||||||
},
|
},
|
||||||
"LOCALE_SELECT": {
|
"LOCALE_SELECT": {
|
||||||
"TITLE": "Select locale",
|
"TITLE": "Selecciona localització",
|
||||||
"PLACEHOLDER": "Select locale",
|
"PLACEHOLDER": "Selecciona localització",
|
||||||
"NO_RESULT": "No locale found",
|
"NO_RESULT": "No s'ha trobat localització",
|
||||||
"SEARCH_PLACEHOLDER": "Search locale"
|
"SEARCH_PLACEHOLDER": "Cerca localització"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_HEADER": {
|
"EDIT_HEADER": {
|
||||||
"ALL_ARTICLES": "All Articles",
|
"ALL_ARTICLES": "Tots els articles",
|
||||||
"PUBLISH_BUTTON": "Publish",
|
"PUBLISH_BUTTON": "Publica",
|
||||||
"MOVE_TO_ARCHIVE_BUTTON": "Move to archived",
|
"MOVE_TO_ARCHIVE_BUTTON": "Mou a arxivat",
|
||||||
"PREVIEW": "Preview",
|
"PREVIEW": "Vista prèvia",
|
||||||
"ADD_TRANSLATION": "Add translation",
|
"ADD_TRANSLATION": "Afegeix traducció",
|
||||||
"OPEN_SIDEBAR": "Open sidebar",
|
"OPEN_SIDEBAR": "Obre la barra lateral",
|
||||||
"CLOSE_SIDEBAR": "Close sidebar",
|
"CLOSE_SIDEBAR": "Tanca la barra lateral",
|
||||||
"SAVING": "Saving...",
|
"SAVING": "S'està desant...",
|
||||||
"SAVED": "Saved"
|
"SAVED": "Desat"
|
||||||
},
|
},
|
||||||
"ARTICLE_EDITOR": {
|
"ARTICLE_EDITOR": {
|
||||||
"IMAGE_UPLOAD": {
|
"IMAGE_UPLOAD": {
|
||||||
"TITLE": "Puja imatge",
|
"TITLE": "Puja imatge",
|
||||||
"UPLOADING": "S'està carregant...",
|
"UPLOADING": "S'està carregant...",
|
||||||
"SUCCESS": "Image uploaded successfully",
|
"SUCCESS": "La imatge s'ha carregat correctament",
|
||||||
"ERROR": "Error while uploading image",
|
"ERROR": "S'ha produït un error en carregar la imatge",
|
||||||
"ERROR_FILE_SIZE": "Image size should be less than {size}MB",
|
"ERROR_FILE_SIZE": "La mida de la imatge ha de ser inferior a {size}MB",
|
||||||
"ERROR_FILE_FORMAT": "Image format should be jpg, jpeg or png",
|
"ERROR_FILE_FORMAT": "El format de la imatge ha de ser JPG, JPEG o PNG",
|
||||||
"ERROR_FILE_DIMENSIONS": "Image dimensions should be less than 2000 x 2000"
|
"ERROR_FILE_DIMENSIONS": "Les dimensions de la imatge han de ser inferiors a 2000 x 2000"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ARTICLE_SETTINGS": {
|
"ARTICLE_SETTINGS": {
|
||||||
"TITLE": "Article Settings",
|
"TITLE": "Configuració de l'article",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"CATEGORY": {
|
"CATEGORY": {
|
||||||
"LABEL": "Category",
|
"LABEL": "Categoria",
|
||||||
"TITLE": "Select category",
|
"TITLE": "Selecciona categoria",
|
||||||
"PLACEHOLDER": "Select category",
|
"PLACEHOLDER": "Selecciona categoria",
|
||||||
"NO_RESULT": "No category found",
|
"NO_RESULT": "No s'ha trobat la categoria",
|
||||||
"SEARCH_PLACEHOLDER": "Search category"
|
"SEARCH_PLACEHOLDER": "Cerca la categoria"
|
||||||
},
|
},
|
||||||
"AUTHOR": {
|
"AUTHOR": {
|
||||||
"LABEL": "Author",
|
"LABEL": "Autor",
|
||||||
"TITLE": "Select author",
|
"TITLE": "Selecciona l'autor",
|
||||||
"PLACEHOLDER": "Select author",
|
"PLACEHOLDER": "Selecciona l'autor",
|
||||||
"NO_RESULT": "No authors found",
|
"NO_RESULT": "No s'han trobat autors",
|
||||||
"SEARCH_PLACEHOLDER": "Search author"
|
"SEARCH_PLACEHOLDER": "Cerca autor"
|
||||||
},
|
},
|
||||||
"META_TITLE": {
|
"META_TITLE": {
|
||||||
"LABEL": "Meta title",
|
"LABEL": "Meta títol",
|
||||||
"PLACEHOLDER": "Add a meta title"
|
"PLACEHOLDER": "Afegeix un meta títol"
|
||||||
},
|
},
|
||||||
"META_DESCRIPTION": {
|
"META_DESCRIPTION": {
|
||||||
"LABEL": "Meta description",
|
"LABEL": "Meta descripció",
|
||||||
"PLACEHOLDER": "Add your meta description for better SEO results..."
|
"PLACEHOLDER": "Afegeix la teva meta descripció per obtenir millors resultats de SEO..."
|
||||||
},
|
},
|
||||||
"META_TAGS": {
|
"META_TAGS": {
|
||||||
"LABEL": "Meta tags",
|
"LABEL": "Meta etiquetes",
|
||||||
"PLACEHOLDER": "Add meta tags separated by comma..."
|
"PLACEHOLDER": "Afegeix meta etiquetes separades per comes..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"ARCHIVE": "Archive article",
|
"ARCHIVE": "Arxiva article",
|
||||||
"DELETE": "Delete article"
|
"DELETE": "Suprimeix article"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ARTICLE_SEARCH_RESULT": {
|
"ARTICLE_SEARCH_RESULT": {
|
||||||
"UNCATEGORIZED": "Uncategorized",
|
"UNCATEGORIZED": "Sense categoria",
|
||||||
"SEARCH_RESULTS": "Search results for %{query}",
|
"SEARCH_RESULTS": "Resultats de la cerca per a %{query}",
|
||||||
"EMPTY_TEXT": "Search for articles to insert into replies.",
|
"EMPTY_TEXT": "Cerca articles per inserir a les respostes.",
|
||||||
"SEARCH_LOADER": "Searching...",
|
"SEARCH_LOADER": "S'està cercant...",
|
||||||
"INSERT_ARTICLE": "Insert",
|
"INSERT_ARTICLE": "Insereix",
|
||||||
"NO_RESULT": "No articles found",
|
"NO_RESULT": "No s'han trobat articles",
|
||||||
"COPY_LINK": "Copy article link to clipboard",
|
"COPY_LINK": "Copia l'enllaç de l'article al porta-retalls",
|
||||||
"OPEN_LINK": "Open article in new tab",
|
"OPEN_LINK": "Obre l'article en una pestanya nova",
|
||||||
"PREVIEW_LINK": "Preview article"
|
"PREVIEW_LINK": "Vista prèvia de l'article"
|
||||||
},
|
},
|
||||||
"PORTAL": {
|
"PORTAL": {
|
||||||
"HEADER": "Portals",
|
"HEADER": "Portals",
|
||||||
"DEFAULT": "Default",
|
"DEFAULT": "Per defecte",
|
||||||
"NEW_BUTTON": "New Portal",
|
"NEW_BUTTON": "Nou portal",
|
||||||
"ACTIVE_BADGE": "active",
|
"ACTIVE_BADGE": "actiu",
|
||||||
"CHOOSE_LOCALE_LABEL": "Choose a locale",
|
"CHOOSE_LOCALE_LABEL": "Escull una localització",
|
||||||
"LOADING_MESSAGE": "Loading portals...",
|
"LOADING_MESSAGE": "Carregant portals...",
|
||||||
"ARTICLES_LABEL": "articles",
|
"ARTICLES_LABEL": "articles",
|
||||||
"NO_PORTALS_MESSAGE": "There are no available portals",
|
"NO_PORTALS_MESSAGE": "No hi ha portals disponibles",
|
||||||
"ADD_NEW_LOCALE": "Add a new locale",
|
"ADD_NEW_LOCALE": "Afegeix una nova localització",
|
||||||
"POPOVER": {
|
"POPOVER": {
|
||||||
"TITLE": "Portals",
|
"TITLE": "Portals",
|
||||||
"PORTAL_SETTINGS": "Portal settings",
|
"PORTAL_SETTINGS": "Configuració del portal",
|
||||||
"SUBTITLE": "You have multiple portals and can have different locales for each portal.",
|
"SUBTITLE": "Tens diversos portals i pots tenir diferents localitzacions per a cada portal.",
|
||||||
"CANCEL_BUTTON_LABEL": "Cancel·la",
|
"CANCEL_BUTTON_LABEL": "Cancel·la",
|
||||||
"CHOOSE_LOCALE_BUTTON": "Choose Locale"
|
"CHOOSE_LOCALE_BUTTON": "Escull localització"
|
||||||
},
|
},
|
||||||
"PORTAL_SETTINGS": {
|
"PORTAL_SETTINGS": {
|
||||||
"LIST_ITEM": {
|
"LIST_ITEM": {
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"COUNT_LABEL": "articles",
|
"COUNT_LABEL": "articles",
|
||||||
"ADD": "Add locale",
|
"ADD": "Afegeix localització",
|
||||||
"VISIT": "Visit site",
|
"VISIT": "Visita el lloc",
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"DELETE": "Esborrar"
|
"DELETE": "Esborrar"
|
||||||
},
|
},
|
||||||
"PORTAL_CONFIG": {
|
"PORTAL_CONFIG": {
|
||||||
"TITLE": "Portal Configurations",
|
"TITLE": "Configuracions del portal",
|
||||||
"ITEMS": {
|
"ITEMS": {
|
||||||
"NAME": "Nom",
|
"NAME": "Nom",
|
||||||
"DOMAIN": "Custom domain",
|
"DOMAIN": "Domini personalitzat",
|
||||||
"SLUG": "Slug",
|
"SLUG": "Slug",
|
||||||
"TITLE": "Portal title",
|
"TITLE": "Títol del portal",
|
||||||
"THEME": "Theme color",
|
"THEME": "Color del tema",
|
||||||
"SUB_TEXT": "Portal sub text"
|
"SUB_TEXT": "Subtext del portal"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AVAILABLE_LOCALES": {
|
"AVAILABLE_LOCALES": {
|
||||||
"TITLE": "Available locales",
|
"TITLE": "Localitzacions disponibles",
|
||||||
"TABLE": {
|
"TABLE": {
|
||||||
"NAME": "Locale name",
|
"NAME": "Nom de la localització",
|
||||||
"CODE": "Locale code",
|
"CODE": "Codi de la localització",
|
||||||
"ARTICLE_COUNT": "No. of articles",
|
"ARTICLE_COUNT": "Nre. d'articles",
|
||||||
"CATEGORIES": "No. of categories",
|
"CATEGORIES": "Nre. de categories",
|
||||||
"SWAP": "Swap",
|
"SWAP": "Intercanvi",
|
||||||
"DELETE": "Esborrar",
|
"DELETE": "Esborrar",
|
||||||
"DEFAULT_LOCALE": "Default"
|
"DEFAULT_LOCALE": "Per defecte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE_PORTAL": {
|
"DELETE_PORTAL": {
|
||||||
"TITLE": "Delete portal",
|
"TITLE": "Suprimir portal",
|
||||||
"MESSAGE": "Are you sure you want to delete this portal",
|
"MESSAGE": "Estàs segur que vols suprimir aquest portal",
|
||||||
"YES": "Yes, delete portal",
|
"YES": "Sí, esborra el portal",
|
||||||
"NO": "No, keep portal",
|
"NO": "No, manté el portal",
|
||||||
"API": {
|
"API": {
|
||||||
"DELETE_SUCCESS": "Portal deleted successfully",
|
"DELETE_SUCCESS": "Portal esborrat correctament",
|
||||||
"DELETE_ERROR": "Error while deleting portal"
|
"DELETE_ERROR": "S'ha produït un error en suprimir el portal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"HEADER_TEXT": "Edit portal",
|
"HEADER_TEXT": "Edita el portal",
|
||||||
"TABS": {
|
"TABS": {
|
||||||
"BASIC_SETTINGS": {
|
"BASIC_SETTINGS": {
|
||||||
"TITLE": "Basic information"
|
"TITLE": "Informació bàsica"
|
||||||
},
|
},
|
||||||
"CUSTOMIZATION_SETTINGS": {
|
"CUSTOMIZATION_SETTINGS": {
|
||||||
"TITLE": "Portal customization"
|
"TITLE": "Personalització del portal"
|
||||||
},
|
},
|
||||||
"CATEGORY_SETTINGS": {
|
"CATEGORY_SETTINGS": {
|
||||||
"TITLE": "Categories"
|
"TITLE": "Categories"
|
||||||
},
|
},
|
||||||
"LOCALE_SETTINGS": {
|
"LOCALE_SETTINGS": {
|
||||||
"TITLE": "Locales"
|
"TITLE": "Localitzacions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CATEGORIES": {
|
"CATEGORIES": {
|
||||||
"TITLE": "Categories in",
|
"TITLE": "Categories a",
|
||||||
"NEW_CATEGORY": "New category",
|
"NEW_CATEGORY": "Nova categoria",
|
||||||
"TABLE": {
|
"TABLE": {
|
||||||
"NAME": "Nom",
|
"NAME": "Nom",
|
||||||
"DESCRIPTION": "Descripció",
|
"DESCRIPTION": "Descripció",
|
||||||
"LOCALE": "Locale",
|
"LOCALE": "Localització",
|
||||||
"ARTICLE_COUNT": "No. of articles",
|
"ARTICLE_COUNT": "Nre. d'articles",
|
||||||
"ACTION_BUTTON": {
|
"ACTION_BUTTON": {
|
||||||
"EDIT": "Edit category",
|
"EDIT": "Edita la categoria",
|
||||||
"DELETE": "Delete category"
|
"DELETE": "Suprimeix la categoria"
|
||||||
},
|
},
|
||||||
"EMPTY_TEXT": "No categories found"
|
"EMPTY_TEXT": "No s'han trobat categories"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_BASIC_INFO": {
|
"EDIT_BASIC_INFO": {
|
||||||
"BUTTON_TEXT": "Update basic settings"
|
"BUTTON_TEXT": "Actualitzar la configuració bàsica"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"CREATE_FLOW": [
|
"CREATE_FLOW": [
|
||||||
{
|
{
|
||||||
"title": "Help center information",
|
"title": "Informació del centre d'ajuda",
|
||||||
"route": "new_portal_information",
|
"route": "new_portal_information",
|
||||||
"body": "Basic information about portal",
|
"body": "Informació bàsica sobre el portal",
|
||||||
"CREATE_BASIC_SETTING_BUTTON": "Create portal basic settings"
|
"CREATE_BASIC_SETTING_BUTTON": "Crea la configuració bàsica del portal"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Help center customization",
|
"title": "Personalització del centre d'ajuda",
|
||||||
"route": "portal_customization",
|
"route": "portal_customization",
|
||||||
"body": "Customize portal",
|
"body": "Personalitza el portal",
|
||||||
"UPDATE_PORTAL_BUTTON": "Update portal settings"
|
"UPDATE_PORTAL_BUTTON": "Actualitza la configuració del portal"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Voila! 🎉",
|
"title": "Llest! 🎉",
|
||||||
"route": "portal_finish",
|
"route": "portal_finish",
|
||||||
"body": "You're all set!",
|
"body": "Estàs a punt!",
|
||||||
"FINISH": "Finish"
|
"FINISH": "Finalitza"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CREATE_FLOW_PAGE": {
|
"CREATE_FLOW_PAGE": {
|
||||||
"BACK_BUTTON": "Enrere",
|
"BACK_BUTTON": "Enrere",
|
||||||
"BASIC_SETTINGS_PAGE": {
|
"BASIC_SETTINGS_PAGE": {
|
||||||
"HEADER": "Create Portal",
|
"HEADER": "Crea un portal",
|
||||||
"TITLE": "Help center information",
|
"TITLE": "Informació del centre d'ajuda",
|
||||||
"CREATE_BASIC_SETTING_BUTTON": "Create portal basic settings"
|
"CREATE_BASIC_SETTING_BUTTON": "Crea la configuració bàsica del portal"
|
||||||
},
|
},
|
||||||
"CUSTOMIZATION_PAGE": {
|
"CUSTOMIZATION_PAGE": {
|
||||||
"HEADER": "Portal customisation",
|
"HEADER": "Personalització del portal",
|
||||||
"TITLE": "Help center customization",
|
"TITLE": "Personalització del centre d'ajuda",
|
||||||
"UPDATE_PORTAL_BUTTON": "Update portal settings"
|
"UPDATE_PORTAL_BUTTON": "Actualitza la configuració del portal"
|
||||||
},
|
},
|
||||||
"FINISH_PAGE": {
|
"FINISH_PAGE": {
|
||||||
"TITLE": "Voila!🎉 You're all set up!",
|
"TITLE": "Lles!🎉 Estàs a punt!",
|
||||||
"MESSAGE": "You can now see this created portal on your all portals page.",
|
"MESSAGE": "Ara pots veure aquest portal creat en la teva pàgina de tots els portals.",
|
||||||
"FINISH": "Go to all portals page"
|
"FINISH": "Ves a la pàgina de tots els portals"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LOGO": {
|
"LOGO": {
|
||||||
"LABEL": "Logo",
|
"LABEL": "Logo",
|
||||||
"UPLOAD_BUTTON": "Upload logo",
|
"UPLOAD_BUTTON": "Actualitza el logo",
|
||||||
"HELP_TEXT": "This logo will be displayed on the portal header.",
|
"HELP_TEXT": "Aquest logotip es mostrarà a la capçalera del portal.",
|
||||||
"IMAGE_UPLOAD_SUCCESS": "Logo uploaded successfully",
|
"IMAGE_UPLOAD_SUCCESS": "El logotip s'ha penjat correctament",
|
||||||
"IMAGE_UPLOAD_ERROR": "Logo deleted successfully",
|
"IMAGE_UPLOAD_ERROR": "El logotip s'ha suprimit correctament",
|
||||||
"IMAGE_DELETE_ERROR": "Error while deleting logo"
|
"IMAGE_DELETE_ERROR": "S'ha produït un error en suprimir el logotip"
|
||||||
},
|
},
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Nom",
|
"LABEL": "Nom",
|
||||||
"PLACEHOLDER": "Portal name",
|
"PLACEHOLDER": "Nom del portal",
|
||||||
"HELP_TEXT": "The name will be used in the public facing portal internally.",
|
"HELP_TEXT": "El nom s'utilitzarà internament al portal públic.",
|
||||||
"ERROR": "Name is required"
|
"ERROR": "El valor és necessari"
|
||||||
},
|
},
|
||||||
"SLUG": {
|
"SLUG": {
|
||||||
"LABEL": "Slug",
|
"LABEL": "Slug",
|
||||||
"PLACEHOLDER": "Portal slug for urls",
|
"PLACEHOLDER": "Slug del portal per a URLs",
|
||||||
"ERROR": "Slug is required"
|
"ERROR": "El slug és obligatori"
|
||||||
},
|
},
|
||||||
"DOMAIN": {
|
"DOMAIN": {
|
||||||
"LABEL": "Custom Domain",
|
"LABEL": "Domini personalitzat",
|
||||||
"PLACEHOLDER": "Portal custom domain",
|
"PLACEHOLDER": "Domini personalitzat del portal",
|
||||||
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
|
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
|
||||||
"ERROR": "Enter a valid domain URL"
|
"ERROR": "Introdueix una URL de domini vàlid"
|
||||||
},
|
},
|
||||||
"HOME_PAGE_LINK": {
|
"HOME_PAGE_LINK": {
|
||||||
"LABEL": "Home Page Link",
|
"LABEL": "Enllaça a la pàgina d'inici",
|
||||||
"PLACEHOLDER": "Portal home page link",
|
"PLACEHOLDER": "Enllaç a la pàgina d'inici del portal",
|
||||||
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com",
|
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com",
|
||||||
"ERROR": "Enter a valid home page URL"
|
"ERROR": "Introdueix una URL de pàgina d'inici vàlid"
|
||||||
},
|
},
|
||||||
"THEME_COLOR": {
|
"THEME_COLOR": {
|
||||||
"LABEL": "Portal theme color",
|
"LABEL": "Color del tema del portal",
|
||||||
"HELP_TEXT": "This color will show as the theme color for the portal."
|
"HELP_TEXT": "Aquest color es mostrarà com a color del tema per al portal."
|
||||||
},
|
},
|
||||||
"PAGE_TITLE": {
|
"PAGE_TITLE": {
|
||||||
"LABEL": "Page Title",
|
"LABEL": "Títol de la pàgina",
|
||||||
"PLACEHOLDER": "Portal page title",
|
"PLACEHOLDER": "Títol de la pàgina del portal",
|
||||||
"HELP_TEXT": "The page title will be used in the public facing portal.",
|
"HELP_TEXT": "El títol de la pàgina s'utilitzarà al portal públic.",
|
||||||
"ERROR": "Page title is required"
|
"ERROR": "El títol de la pàgina és necessari"
|
||||||
},
|
},
|
||||||
"HEADER_TEXT": {
|
"HEADER_TEXT": {
|
||||||
"LABEL": "Header Text",
|
"LABEL": "Text de la capçalera",
|
||||||
"PLACEHOLDER": "Portal header text",
|
"PLACEHOLDER": "Text de la capçalera del portal",
|
||||||
"HELP_TEXT": "The Portal header text will be used in the public facing portal.",
|
"HELP_TEXT": "El text de la capçalera del portal s'utilitzarà al portal públic.",
|
||||||
"ERROR": "Portal header text is required"
|
"ERROR": "El text de la capçalera del portal és obligatori"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE_FOR_BASIC": "Portal created successfully.",
|
"SUCCESS_MESSAGE_FOR_BASIC": "Portal creat correctament.",
|
||||||
"ERROR_MESSAGE_FOR_BASIC": "Couldn't create the portal. Try again.",
|
"ERROR_MESSAGE_FOR_BASIC": "No s'ha pogut crear el portal. Torna-ho a provar.",
|
||||||
"SUCCESS_MESSAGE_FOR_UPDATE": "Portal updated successfully.",
|
"SUCCESS_MESSAGE_FOR_UPDATE": "Portal actualitzat correctament.",
|
||||||
"ERROR_MESSAGE_FOR_UPDATE": "Couldn't update the portal. Try again."
|
"ERROR_MESSAGE_FOR_UPDATE": "No s'ha pogut actualitzar el portal. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ADD_LOCALE": {
|
"ADD_LOCALE": {
|
||||||
"TITLE": "Add a new locale",
|
"TITLE": "Afegeix una nova localització",
|
||||||
"SUB_TITLE": "This adds a new locale to your available translation list.",
|
"SUB_TITLE": "Això afegeix una configuració regional nova a la teva llista de traduccions disponible.",
|
||||||
"PORTAL": "Portal",
|
"PORTAL": "Portal",
|
||||||
"LOCALE": {
|
"LOCALE": {
|
||||||
"LABEL": "Locale",
|
"LABEL": "Localització",
|
||||||
"PLACEHOLDER": "Choose a locale",
|
"PLACEHOLDER": "Escull una localització",
|
||||||
"ERROR": "Locale is required"
|
"ERROR": "La localització és necessari"
|
||||||
},
|
},
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"CREATE": "Create locale",
|
"CREATE": "Crea una localització",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Locale added successfully",
|
"SUCCESS_MESSAGE": "La localització s'ha afegit correctament",
|
||||||
"ERROR_MESSAGE": "Unable to add locale. Try again."
|
"ERROR_MESSAGE": "No es pot afegir la localització. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CHANGE_DEFAULT_LOCALE": {
|
"CHANGE_DEFAULT_LOCALE": {
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Default locale updated successfully",
|
"SUCCESS_MESSAGE": "La localització predeterminada s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "Unable to update default locale. Try again."
|
"ERROR_MESSAGE": "No es pot actualitzar la localització. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE_LOCALE": {
|
"DELETE_LOCALE": {
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Locale removed from portal successfully",
|
"SUCCESS_MESSAGE": "La localització s'ha eliminat del portal correctament",
|
||||||
"ERROR_MESSAGE": "Unable to remove locale from portal. Try again."
|
"ERROR_MESSAGE": "No es pot eliminar la localització del portal. Torna-ho a provar."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TABLE": {
|
"TABLE": {
|
||||||
"LOADING_MESSAGE": "Loading articles...",
|
"LOADING_MESSAGE": "Carregant articles...",
|
||||||
"404": "No articles matches your search 🔍",
|
"404": "No hi ha cap article que coincideixi amb la teva cerca 🔍",
|
||||||
"NO_ARTICLES": "There are no available articles",
|
"NO_ARTICLES": "No hi ha articles disponibles",
|
||||||
"HEADERS": {
|
"HEADERS": {
|
||||||
"TITLE": "Title",
|
"TITLE": "Títol",
|
||||||
"CATEGORY": "Category",
|
"CATEGORY": "Categoria",
|
||||||
"READ_COUNT": "Views",
|
"READ_COUNT": "Vistes",
|
||||||
"STATUS": "Estat",
|
"STATUS": "Estat",
|
||||||
"LAST_EDITED": "Last edited"
|
"LAST_EDITED": "Última edició"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "by",
|
"BY": "per",
|
||||||
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
"AUTHOR_NOT_AVAILABLE": "L'autor no està disponible"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
"LOADING": "Loading article...",
|
"LOADING": "Carregant articles...",
|
||||||
"TITLE_PLACEHOLDER": "Article title goes here",
|
"TITLE_PLACEHOLDER": "El títol de l'article va aquí",
|
||||||
"CONTENT_PLACEHOLDER": "Write your article here",
|
"CONTENT_PLACEHOLDER": "Escriu el teu article aquí",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR": "Error while saving article"
|
"ERROR": "S'ha produït un error en desar l'article"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PUBLISH_ARTICLE": {
|
"PUBLISH_ARTICLE": {
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR": "Error while publishing article",
|
"ERROR": "S'ha produït un error en publicar l'article",
|
||||||
"SUCCESS": "Article published successfully"
|
"SUCCESS": "Article publicat amb èxit"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ARCHIVE_ARTICLE": {
|
"ARCHIVE_ARTICLE": {
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR": "Error while archiving article",
|
"ERROR": "S'ha produït un error en arxivar l'article",
|
||||||
"SUCCESS": "Article archived successfully"
|
"SUCCESS": "Article arxivat correctament"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE_ARTICLE": {
|
"DELETE_ARTICLE": {
|
||||||
"MODAL": {
|
"MODAL": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirma l'esborrat",
|
"TITLE": "Confirma l'esborrat",
|
||||||
"MESSAGE": "Are you sure to delete the article?",
|
"MESSAGE": "Esteu segur que suprimiu l'article?",
|
||||||
"YES": "Si, esborra",
|
"YES": "Si, esborra",
|
||||||
"NO": "No, manten-la"
|
"NO": "No, manten-la"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Article deleted successfully",
|
"SUCCESS_MESSAGE": "Article esborrat correctament",
|
||||||
"ERROR_MESSAGE": "Error while deleting article"
|
"ERROR_MESSAGE": "S'ha produït un error en suprimir l'article"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CREATE_ARTICLE": {
|
"CREATE_ARTICLE": {
|
||||||
"ERROR_MESSAGE": "Please add the article heading and content then only you can update the settings"
|
"ERROR_MESSAGE": "Afegiu l'encapçalament i el contingut de l'article i llavors pots actualitzar la configuració"
|
||||||
},
|
},
|
||||||
"SIDEBAR": {
|
"SIDEBAR": {
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"PLACEHOLDER": "Search for articles"
|
"PLACEHOLDER": "Cerca articles"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CATEGORY": {
|
"CATEGORY": {
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Create a category",
|
"TITLE": "Crea una categoria",
|
||||||
"SUB_TITLE": "The category will be used in the public facing portal to categorize articles.",
|
"SUB_TITLE": "La categoria s'utilitzarà al portal públic per categoritzar els articles.",
|
||||||
"PORTAL": "Portal",
|
"PORTAL": "Portal",
|
||||||
"LOCALE": "Locale",
|
"LOCALE": "Localització",
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Nom",
|
"LABEL": "Nom",
|
||||||
"PLACEHOLDER": "Category name",
|
"PLACEHOLDER": "Nom de la categoria",
|
||||||
"HELP_TEXT": "The category name and icon will be used in the public facing portal to categorize articles.",
|
"HELP_TEXT": "El nom i la icona de la categoria s'utilitzaran al portal públic per categoritzar els articles.",
|
||||||
"ERROR": "Name is required"
|
"ERROR": "El valor és necessari"
|
||||||
},
|
},
|
||||||
"SLUG": {
|
"SLUG": {
|
||||||
"LABEL": "Slug",
|
"LABEL": "Slug",
|
||||||
"PLACEHOLDER": "Category slug for urls",
|
"PLACEHOLDER": "Slug de categoria per a URLs",
|
||||||
"HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug",
|
"HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug",
|
||||||
"ERROR": "Slug is required"
|
"ERROR": "El slug és obligatori"
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Descripció",
|
"LABEL": "Descripció",
|
||||||
"PLACEHOLDER": "Give a short description about the category.",
|
"PLACEHOLDER": "Fes una breu descripció de la categoria.",
|
||||||
"ERROR": "Description is required"
|
"ERROR": "La descripció és necessària"
|
||||||
},
|
},
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"CREATE": "Create category",
|
"CREATE": "Crea la categoria",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Category created successfully",
|
"SUCCESS_MESSAGE": "Categoria creada correctament",
|
||||||
"ERROR_MESSAGE": "Unable to create category"
|
"ERROR_MESSAGE": "No es pot crear la categoria"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TITLE": "Edit a category",
|
"TITLE": "Edita una categoria",
|
||||||
"SUB_TITLE": "Editing a category will update the category in the public facing portal.",
|
"SUB_TITLE": "L'edició d'una categoria actualitzarà la categoria al portal públic.",
|
||||||
"PORTAL": "Portal",
|
"PORTAL": "Portal",
|
||||||
"LOCALE": "Locale",
|
"LOCALE": "Localització",
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Nom",
|
"LABEL": "Nom",
|
||||||
"PLACEHOLDER": "Category name",
|
"PLACEHOLDER": "Nom de la categoria",
|
||||||
"HELP_TEXT": "The category name and icon will be used in the public facing portal to categorize articles.",
|
"HELP_TEXT": "El nom i la icona de la categoria s'utilitzaran al portal públic per categoritzar els articles.",
|
||||||
"ERROR": "Name is required"
|
"ERROR": "El valor és necessari"
|
||||||
},
|
},
|
||||||
"SLUG": {
|
"SLUG": {
|
||||||
"LABEL": "Slug",
|
"LABEL": "Slug",
|
||||||
"PLACEHOLDER": "Category slug for urls",
|
"PLACEHOLDER": "Slug de categoria per a URLs",
|
||||||
"HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug",
|
"HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug",
|
||||||
"ERROR": "Slug is required"
|
"ERROR": "El slug és obligatori"
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Descripció",
|
"LABEL": "Descripció",
|
||||||
"PLACEHOLDER": "Give a short description about the category.",
|
"PLACEHOLDER": "Fes una breu descripció de la categoria.",
|
||||||
"ERROR": "Description is required"
|
"ERROR": "La descripció és necessària"
|
||||||
},
|
},
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"CREATE": "Update category",
|
"CREATE": "Actualitza la categoria",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Category updated successfully",
|
"SUCCESS_MESSAGE": "Categoria actualitzada correctament",
|
||||||
"ERROR_MESSAGE": "Unable to update category"
|
"ERROR_MESSAGE": "No es pot actualitzar la categoria"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Category deleted successfully",
|
"SUCCESS_MESSAGE": "Categoria suprimida correctament",
|
||||||
"ERROR_MESSAGE": "Unable to delete category"
|
"ERROR_MESSAGE": "No es pot suprimir la categoria"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ARTICLE_SEARCH": {
|
"ARTICLE_SEARCH": {
|
||||||
"TITLE": "Search articles",
|
"TITLE": "Cerca articles",
|
||||||
"PLACEHOLDER": "Search articles",
|
"PLACEHOLDER": "Cerca articles",
|
||||||
"NO_RESULT": "No articles found",
|
"NO_RESULT": "No s'han trobat articles",
|
||||||
"SEARCHING": "Searching...",
|
"SEARCHING": "S'està cercant...",
|
||||||
"SEARCH_BUTTON": "Cercar",
|
"SEARCH_BUTTON": "Cercar",
|
||||||
"INSERT_ARTICLE": "Insert link",
|
"INSERT_ARTICLE": "insereix enllaç",
|
||||||
"IFRAME_ERROR": "URL is empty or invalid. Unable to display content.",
|
"IFRAME_ERROR": "L'URL és buit o no és vàlid. No es pot mostrar el contingut.",
|
||||||
"OPEN_ARTICLE_SEARCH": "Insert article from Help Center",
|
"OPEN_ARTICLE_SEARCH": "Insereix un article del Centre d'ajuda",
|
||||||
"SUCCESS_ARTICLE_INSERTED": "Article inserted successfully",
|
"SUCCESS_ARTICLE_INSERTED": "Article inserit correctament",
|
||||||
"PREVIEW_LINK": "Preview article",
|
"PREVIEW_LINK": "Vista prèvia de l'article",
|
||||||
"CANCEL": "Tanca",
|
"CANCEL": "Tanca",
|
||||||
"BACK": "Enrere",
|
"BACK": "Enrere",
|
||||||
"BACK_RESULTS": "Back to results"
|
"BACK_RESULTS": "Torna als resultats"
|
||||||
},
|
},
|
||||||
"UPGRADE_PAGE": {
|
"UPGRADE_PAGE": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Centre d'ajuda",
|
||||||
"DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Upgrade your subscription to enable this feature.",
|
"DESCRIPTION": "Crea portals d'autoservei fàcils d'utilitzar. Ajuda els teus usuaris a accedir als articles i obtenir assistència les 24 hores del dia. Actualitza la teva subscripció per activar aquesta funció.",
|
||||||
"SELF_HOSTED_DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Please contact your administrator to enable this feature.",
|
"SELF_HOSTED_DESCRIPTION": "Crea portals d'autoservei fàcils d'utilitzar. Ajuda els teus usuaris a accedir als articles i obtenir assistència les 24 hores del dia. Posa't en contacte amb el teu administrador per activar aquesta funció.",
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"LEARN_MORE": "Aprèn més",
|
"LEARN_MORE": "Aprèn més",
|
||||||
"UPGRADE": "Upgrade"
|
"UPGRADE": "Actualitza"
|
||||||
},
|
},
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
"PORTALS": {
|
"PORTALS": {
|
||||||
"TITLE": "Multiple portals",
|
"TITLE": "Múltiples portals",
|
||||||
"DESCRIPTION": "Create multiple help center portals for different products using the same account."
|
"DESCRIPTION": "Crea diversos portals del centre d'ajuda per a diferents productes amb el mateix compte."
|
||||||
},
|
},
|
||||||
"LOCALES": {
|
"LOCALES": {
|
||||||
"TITLE": "Full support for locales",
|
"TITLE": "Suport total per a localitzacions",
|
||||||
"DESCRIPTION": "Localize the portal in your language. We support all locales and allow translations for every article."
|
"DESCRIPTION": "Localitza el portal en el teu idioma. Admetem totes les localitzacions i permetem traduccions per a cada article."
|
||||||
},
|
},
|
||||||
"SEO": {
|
"SEO": {
|
||||||
"TITLE": "SEO-friendly design",
|
"TITLE": "Disseny SEO-friendly",
|
||||||
"DESCRIPTION": "Customize your meta tags to improve your visibility on search engines with our SEO-friendly pages."
|
"DESCRIPTION": "Personalitza les teves meta etiquetes per millorar la teva visibilitat als motors de cerca amb les nostres pàgines SEO-friendly."
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"TITLE": "Full API support",
|
"TITLE": "Suport complet de l'API",
|
||||||
"DESCRIPTION": "Use the portal as a headless CMS with third party front-end frameworks using our APIs."
|
"DESCRIPTION": "Utilitza el portal com a CMS sense cap amb marcs de front-end de tercers mitjançant les nostres API."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,64 +1,64 @@
|
|||||||
{
|
{
|
||||||
"INBOX": {
|
"INBOX": {
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"TITLE": "Inbox",
|
"TITLE": "Safata d'entrada",
|
||||||
"DISPLAY_DROPDOWN": "Display",
|
"DISPLAY_DROPDOWN": "Visualització",
|
||||||
"LOADING": "Fetching notifications",
|
"LOADING": "S'estan obtenint notificacions",
|
||||||
"404": "There are no active notifications in this group.",
|
"404": "No hi ha notificacions actives en aquest grup.",
|
||||||
"NO_NOTIFICATIONS": "No notifications",
|
"NO_NOTIFICATIONS": "No hi ha notificacions",
|
||||||
"NOTE": "Notifications from all subscribed inboxes",
|
"NOTE": "Notificacions de totes les safates d'entrada subscrites",
|
||||||
"NO_MESSAGES_AVAILABLE": "Oops! Not able to fetch messages",
|
"NO_MESSAGES_AVAILABLE": "Ups! No es poden recuperar els missatges",
|
||||||
"SNOOZED_UNTIL": "Snoozed until",
|
"SNOOZED_UNTIL": "Posposat fins a",
|
||||||
"SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow",
|
"SNOOZED_UNTIL_TOMORROW": "Posposat fins demà",
|
||||||
"SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week"
|
"SNOOZED_UNTIL_NEXT_WEEK": "Posposat fins a la setmana vinent"
|
||||||
},
|
},
|
||||||
"ACTION_HEADER": {
|
"ACTION_HEADER": {
|
||||||
"SNOOZE": "Snooze notification",
|
"SNOOZE": "Posposa la notificació",
|
||||||
"DELETE": "Delete notification",
|
"DELETE": "Suprimeix la notificació",
|
||||||
"BACK": "Enrere"
|
"BACK": "Enrere"
|
||||||
},
|
},
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
"CONVERSATION_MENTION": "You have been mentioned in a conversation",
|
"CONVERSATION_MENTION": "T'han mencionat a la conversa",
|
||||||
"CONVERSATION_CREATION": "New conversation created",
|
"CONVERSATION_CREATION": "S'ha creat una nova conversa",
|
||||||
"CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you",
|
"CONVERSATION_ASSIGNMENT": "Una conversa ha estat assignada a tu",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Missatge nou en una conversa assignada",
|
||||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in",
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Missatge nou en una conversa en què participeu",
|
||||||
"SLA_MISSED_FIRST_RESPONSE": "SLA target first response missed for conversation",
|
"SLA_MISSED_FIRST_RESPONSE": "S'ha perdut la primera resposta de l'objectiu de SLA per a la conversa",
|
||||||
"SLA_MISSED_NEXT_RESPONSE": "SLA target next response missed for conversation",
|
"SLA_MISSED_NEXT_RESPONSE": "S'ha perdut la següent resposta de l'objectiu de SLA per a la conversa",
|
||||||
"SLA_MISSED_RESOLUTION": "SLA target resolution missed for conversation"
|
"SLA_MISSED_RESOLUTION": "S'ha perdut la resolució de l'objectiu de SLA per a la conversa"
|
||||||
},
|
},
|
||||||
"MENU_ITEM": {
|
"MENU_ITEM": {
|
||||||
"MARK_AS_READ": "Mark as read",
|
"MARK_AS_READ": "Marca com a llegit",
|
||||||
"MARK_AS_UNREAD": "Mark as unread",
|
"MARK_AS_UNREAD": "Marca com a no llegit",
|
||||||
"SNOOZE": "Snooze",
|
"SNOOZE": "Posposat",
|
||||||
"DELETE": "Esborrar",
|
"DELETE": "Esborrar",
|
||||||
"MARK_ALL_READ": "Marcar tots com a llegits",
|
"MARK_ALL_READ": "Marcar tots com a llegits",
|
||||||
"DELETE_ALL": "Delete all",
|
"DELETE_ALL": "Suprimeix tot",
|
||||||
"DELETE_ALL_READ": "Delete all read"
|
"DELETE_ALL_READ": "Suprimeix tots els llegits"
|
||||||
},
|
},
|
||||||
"DISPLAY_MENU": {
|
"DISPLAY_MENU": {
|
||||||
"SORT": "Sort",
|
"SORT": "Ordena",
|
||||||
"DISPLAY": "Display :",
|
"DISPLAY": "Visualització:",
|
||||||
"SORT_OPTIONS": {
|
"SORT_OPTIONS": {
|
||||||
"NEWEST": "Newest",
|
"NEWEST": "Més nou",
|
||||||
"OLDEST": "Oldest",
|
"OLDEST": "Més antic",
|
||||||
"PRIORITY": "Prioritat"
|
"PRIORITY": "Prioritat"
|
||||||
},
|
},
|
||||||
"DISPLAY_OPTIONS": {
|
"DISPLAY_OPTIONS": {
|
||||||
"SNOOZED": "Posposat",
|
"SNOOZED": "Posposat",
|
||||||
"READ": "Llegir",
|
"READ": "Llegir",
|
||||||
"LABELS": "Etiquetes",
|
"LABELS": "Etiquetes",
|
||||||
"CONVERSATION_ID": "Conversation ID"
|
"CONVERSATION_ID": "ID de la conversa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ALERTS": {
|
"ALERTS": {
|
||||||
"MARK_AS_READ": "Notification marked as read",
|
"MARK_AS_READ": "Notificació marcada com a llegida",
|
||||||
"MARK_AS_UNREAD": "Notification marked as unread",
|
"MARK_AS_UNREAD": "Notificació marcada com a no llegida",
|
||||||
"SNOOZE": "Notification snoozed",
|
"SNOOZE": "La notificació s'ha posposat",
|
||||||
"DELETE": "Notification deleted",
|
"DELETE": "S'ha suprimit la notificació",
|
||||||
"MARK_ALL_READ": "All notifications marked as read",
|
"MARK_ALL_READ": "Totes les notificacions s'han marcat com a llegides",
|
||||||
"DELETE_ALL": "All notifications deleted",
|
"DELETE_ALL": "S'han suprimit totes les notificacions",
|
||||||
"DELETE_ALL_READ": "All read notifications deleted"
|
"DELETE_ALL_READ": "S'han suprimit totes les notificacions de lectura"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Safates d'entrada",
|
"HEADER": "Safates d'entrada",
|
||||||
"SIDEBAR_TXT": "<p><b>Safata d’entrada</b></p> <p> Quan connecteu un lloc web o una pàgina de Facebook a Chatwoot, s’anomena<b>Safata d’entrada</b>. Podeu tenir bústies d’entrada il·limitades al vostre compte de Chatwoot. </p><p> Fer clic a <b>Add Safata d’entrada</b> per connectar un lloc web o una pàgina de Facebook.</p><p> Al tauler, pots veure totes les converses de totes les teves safates d'entrada en un sol lloc i respondre-hi a la pestanya `Converses`.</p><p> També pots veure converses específiques d’una safata d’entrada fent clic al nom de la safata d’entrada a l'esquerre del tauler. </p>",
|
"SIDEBAR_TXT": "<p><b>Safata d’entrada</b></p> <p> Quan connecteu un lloc web o una pàgina de Facebook a Chatwoot, s’anomena<b>Safata d’entrada</b>. Podeu tenir bústies d’entrada il·limitades al vostre compte de Chatwoot. </p><p> Fer clic a <b>Add Safata d’entrada</b> per connectar un lloc web o una pàgina de Facebook.</p><p> Al tauler, pots veure totes les converses de totes les teves safates d'entrada en un sol lloc i respondre-hi a la pestanya `Converses`.</p><p> També pots veure converses específiques d’una safata d’entrada fent clic al nom de la safata d’entrada a l'esquerre del tauler. </p>",
|
||||||
|
"RECONNECTION_REQUIRED": "La teva safata d'entrada està desconnectada. No rebràs missatges nous fins que no els tornis a autoritzar.",
|
||||||
|
"CLICK_TO_RECONNECT": "Fes clic aquí per tornar a connectar-te.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No hi ha cap safata d'entrada connectat a aquest compte."
|
"404": "No hi ha cap safata d'entrada connectat a aquest compte."
|
||||||
},
|
},
|
||||||
@ -30,12 +32,12 @@
|
|||||||
"ADD": {
|
"ADD": {
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Nom de la safata d'entrada",
|
"LABEL": "Nom de la safata d'entrada",
|
||||||
"PLACEHOLDER": "Enter your inbox name (eg: Acme Inc)",
|
"PLACEHOLDER": "Introdueix el nom de la safata d'entrada (p. ex.: Acme Inc)",
|
||||||
"ERROR": "Please enter a valid inbox name"
|
"ERROR": "Introdueix un nom de safata d'entrada vàlid"
|
||||||
},
|
},
|
||||||
"WEBSITE_NAME": {
|
"WEBSITE_NAME": {
|
||||||
"LABEL": "Nom del lloc web",
|
"LABEL": "Nom del lloc web",
|
||||||
"PLACEHOLDER": "Enter your website name (eg: Acme Inc)"
|
"PLACEHOLDER": "Introdueix el nom del vostre lloc web (per exemple: Acme Inc)"
|
||||||
},
|
},
|
||||||
"FB": {
|
"FB": {
|
||||||
"HELP": "PD: Al iniciar la sessió, només accediu als missatges de la vostra pàgina. Chatwoot mai no podrà accedir als vostres missatges privats.",
|
"HELP": "PD: Al iniciar la sessió, només accediu als missatges de la vostra pàgina. Chatwoot mai no podrà accedir als vostres missatges privats.",
|
||||||
@ -43,14 +45,14 @@
|
|||||||
"CHOOSE_PLACEHOLDER": "Selecciona una pàgina de la llista",
|
"CHOOSE_PLACEHOLDER": "Selecciona una pàgina de la llista",
|
||||||
"INBOX_NAME": "Nom de la safata d'entrada",
|
"INBOX_NAME": "Nom de la safata d'entrada",
|
||||||
"ADD_NAME": "Afegeix un nom per a la safata d'entrada",
|
"ADD_NAME": "Afegeix un nom per a la safata d'entrada",
|
||||||
"PICK_NAME": "Pick a Name for your Inbox",
|
"PICK_NAME": "Tria un nom per a la teva safata d'entrada",
|
||||||
"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",
|
"ERROR_MESSAGE": "S'ha produït un error en connectar amb Twitter, torna-ho a provar",
|
||||||
"TWEETS": {
|
"TWEETS": {
|
||||||
"ENABLE": "Create conversations from mentioned Tweets"
|
"ENABLE": "Crea converses a partir dels tuits esmentats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WEBSITE_CHANNEL": {
|
"WEBSITE_CHANNEL": {
|
||||||
@ -62,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
"CHANNEL_WEBHOOK_URL": {
|
"CHANNEL_WEBHOOK_URL": {
|
||||||
"LABEL": "URL del webhook",
|
"LABEL": "URL del webhook",
|
||||||
"PLACEHOLDER": "Please enter your Webhook URL",
|
"PLACEHOLDER": "Introdueix l'URL del teu webhook",
|
||||||
"ERROR": "Introduïu una URL vàlid"
|
"ERROR": "Introduïu una URL vàlid"
|
||||||
},
|
},
|
||||||
"CHANNEL_DOMAIN": {
|
"CHANNEL_DOMAIN": {
|
||||||
@ -100,33 +102,33 @@
|
|||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Crea la safata entrada",
|
"SUBMIT_BUTTON": "Crea la safata entrada",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to create a website channel, please try again"
|
"ERROR_MESSAGE": "No hem pogut crear un canal de lloc web, torna-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TWILIO": {
|
"TWILIO": {
|
||||||
"TITLE": "Twilio SMS/WhatsApp Channel",
|
"TITLE": "Canal Twilio SMS/WhatsApp",
|
||||||
"DESC": "Integrate Twilio and start supporting your customers via SMS or WhatsApp.",
|
"DESC": "Integra Twilio i comença a donar suport als teus clients mitjançant SMS o WhatsApp.",
|
||||||
"ACCOUNT_SID": {
|
"ACCOUNT_SID": {
|
||||||
"LABEL": "Compte SID",
|
"LABEL": "Compte SID",
|
||||||
"PLACEHOLDER": "Introduïu el vostre compte Twilio SID",
|
"PLACEHOLDER": "Introduïu el vostre compte Twilio SID",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"API_KEY": {
|
"API_KEY": {
|
||||||
"USE_API_KEY": "Use API Key Authentication",
|
"USE_API_KEY": "Utilitzeu l'autenticació API Key",
|
||||||
"LABEL": "API Key SID",
|
"LABEL": "API Key SID",
|
||||||
"PLACEHOLDER": "Please enter your API Key SID",
|
"PLACEHOLDER": "Introdueix la teva API Key SID",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"API_KEY_SECRET": {
|
"API_KEY_SECRET": {
|
||||||
"LABEL": "API Key Secret",
|
"LABEL": "API Key Secret",
|
||||||
"PLACEHOLDER": "Please enter your API Key Secret",
|
"PLACEHOLDER": "Introdueix la teva API Key Secret",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"MESSAGING_SERVICE_SID": {
|
"MESSAGING_SERVICE_SID": {
|
||||||
"LABEL": "Messaging Service SID",
|
"LABEL": "SID del servei de missatgeria",
|
||||||
"PLACEHOLDER": "Please enter your Twilio Messaging Service SID",
|
"PLACEHOLDER": "Introdueix el teu SID del servei de missatgeria Twilio",
|
||||||
"ERROR": "Aquest camp és obligatori",
|
"ERROR": "Aquest camp és obligatori",
|
||||||
"USE_MESSAGING_SERVICE": "Use a Twilio Messaging Service"
|
"USE_MESSAGING_SERVICE": "Utilitza un servei de missatgeria Twilio"
|
||||||
},
|
},
|
||||||
"CHANNEL_TYPE": {
|
"CHANNEL_TYPE": {
|
||||||
"LABEL": "Tipus de canal",
|
"LABEL": "Tipus de canal",
|
||||||
@ -139,13 +141,13 @@
|
|||||||
},
|
},
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Nom de la safata d'entrada",
|
"LABEL": "Nom de la safata d'entrada",
|
||||||
"PLACEHOLDER": "Please enter a inbox name",
|
"PLACEHOLDER": "Introdueix un nom de safata d'entrada",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER": {
|
"PHONE_NUMBER": {
|
||||||
"LABEL": "Número de telèfon",
|
"LABEL": "Número de telèfon",
|
||||||
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
||||||
"ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces."
|
"ERROR": "Proporciona un número de telèfon vàlid que comenci amb un signe \"+\" i que no contingui espais."
|
||||||
},
|
},
|
||||||
"API_CALLBACK": {
|
"API_CALLBACK": {
|
||||||
"TITLE": "Callback URL",
|
"TITLE": "Callback URL",
|
||||||
@ -157,106 +159,106 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SMS": {
|
"SMS": {
|
||||||
"TITLE": "SMS Channel",
|
"TITLE": "Canal SMS",
|
||||||
"DESC": "Start supporting your customers via SMS.",
|
"DESC": "Comença a donar suport als teus clients mitjançant SMS.",
|
||||||
"PROVIDERS": {
|
"PROVIDERS": {
|
||||||
"LABEL": "API Provider",
|
"LABEL": "Proveïdor d'API",
|
||||||
"TWILIO": "Twilio",
|
"TWILIO": "Twilio",
|
||||||
"BANDWIDTH": "Bandwidth"
|
"BANDWIDTH": "Bandwidth"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to save the SMS channel"
|
"ERROR_MESSAGE": "No hem pogut desar el canal SMS"
|
||||||
},
|
},
|
||||||
"BANDWIDTH": {
|
"BANDWIDTH": {
|
||||||
"ACCOUNT_ID": {
|
"ACCOUNT_ID": {
|
||||||
"LABEL": "ID del compte",
|
"LABEL": "ID del compte",
|
||||||
"PLACEHOLDER": "Please enter your Bandwidth Account ID",
|
"PLACEHOLDER": "Introdueix l'identificador del teu compte de Bandwidth",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"API_KEY": {
|
"API_KEY": {
|
||||||
"LABEL": "API Key",
|
"LABEL": "API Key",
|
||||||
"PLACEHOLDER": "Please enter your Bandwidth API Key",
|
"PLACEHOLDER": "Introdueix la teva API Key de Bandwidth",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"API_SECRET": {
|
"API_SECRET": {
|
||||||
"LABEL": "API Secret",
|
"LABEL": "API Secret",
|
||||||
"PLACEHOLDER": "Please enter your Bandwidth API Secret",
|
"PLACEHOLDER": "Introdueix la teva API Secret de Bandwidth",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"APPLICATION_ID": {
|
"APPLICATION_ID": {
|
||||||
"LABEL": "Application ID",
|
"LABEL": "ID d'aplicació",
|
||||||
"PLACEHOLDER": "Please enter your Bandwidth Application ID",
|
"PLACEHOLDER": "Introdueix el teu ID de l'aplicació Bandwidth",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"INBOX_NAME": {
|
"INBOX_NAME": {
|
||||||
"LABEL": "Nom de la safata d'entrada",
|
"LABEL": "Nom de la safata d'entrada",
|
||||||
"PLACEHOLDER": "Please enter a inbox name",
|
"PLACEHOLDER": "Introdueix un nom de safata d'entrada",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER": {
|
"PHONE_NUMBER": {
|
||||||
"LABEL": "Número de telèfon",
|
"LABEL": "Número de telèfon",
|
||||||
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
||||||
"ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces."
|
"ERROR": "Proporciona un número de telèfon vàlid que comenci amb un signe \"+\" i que no contingui espais."
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create Bandwidth Channel",
|
"SUBMIT_BUTTON": "Crea un canal de Bandwidth",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to authenticate Bandwidth credentials, please try again"
|
"ERROR_MESSAGE": "No hem pogut autenticar les credencials de Bandwidth, prova de nou"
|
||||||
},
|
},
|
||||||
"API_CALLBACK": {
|
"API_CALLBACK": {
|
||||||
"TITLE": "Callback URL",
|
"TITLE": "Callback URL",
|
||||||
"SUBTITLE": "You have to configure the message callback URL in Bandwidth with the URL mentioned here."
|
"SUBTITLE": "Has de configurar l'URL de devolució del missatge a Bandwidth amb l'URL esmentada aquí."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WHATSAPP": {
|
"WHATSAPP": {
|
||||||
"TITLE": "WhatsApp Channel",
|
"TITLE": "Canal WhatsApp",
|
||||||
"DESC": "Start supporting your customers via WhatsApp.",
|
"DESC": "Comença a donar suport als teus clients mitjançant WhatsApp.",
|
||||||
"PROVIDERS": {
|
"PROVIDERS": {
|
||||||
"LABEL": "API Provider",
|
"LABEL": "Proveïdor d'API",
|
||||||
"TWILIO": "Twilio",
|
"TWILIO": "Twilio",
|
||||||
"WHATSAPP_CLOUD": "WhatsApp Cloud",
|
"WHATSAPP_CLOUD": "WhatsApp Cloud",
|
||||||
"360_DIALOG": "360Dialog"
|
"360_DIALOG": "360dialog"
|
||||||
},
|
},
|
||||||
"INBOX_NAME": {
|
"INBOX_NAME": {
|
||||||
"LABEL": "Nom de la safata d'entrada",
|
"LABEL": "Nom de la safata d'entrada",
|
||||||
"PLACEHOLDER": "Please enter an inbox name",
|
"PLACEHOLDER": "Introdueix un nom de safata d'entrada",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER": {
|
"PHONE_NUMBER": {
|
||||||
"LABEL": "Número de telèfon",
|
"LABEL": "Número de telèfon",
|
||||||
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
||||||
"ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces."
|
"ERROR": "Proporciona un número de telèfon vàlid que comenci amb un signe \"+\" i que no contingui espais."
|
||||||
},
|
},
|
||||||
"PHONE_NUMBER_ID": {
|
"PHONE_NUMBER_ID": {
|
||||||
"LABEL": "Phone number ID",
|
"LABEL": "ID del número de telèfon",
|
||||||
"PLACEHOLDER": "Please enter the Phone number ID obtained from Facebook developer dashboard.",
|
"PLACEHOLDER": "Introdueix l'ID del número de telèfon obtingut al tauler de control de desenvolupadors de Facebook.",
|
||||||
"ERROR": "Please enter a valid value."
|
"ERROR": "Introdueix un valor vàlid."
|
||||||
},
|
},
|
||||||
"BUSINESS_ACCOUNT_ID": {
|
"BUSINESS_ACCOUNT_ID": {
|
||||||
"LABEL": "Business Account ID",
|
"LABEL": "ID del compte comercial",
|
||||||
"PLACEHOLDER": "Please enter the Business Account ID obtained from Facebook developer dashboard.",
|
"PLACEHOLDER": "Introdueix l'ID del compte comercial obtingut al tauler de control de desenvolupadors de Facebook.",
|
||||||
"ERROR": "Please enter a valid value."
|
"ERROR": "Introdueix un valor vàlid."
|
||||||
},
|
},
|
||||||
"WEBHOOK_VERIFY_TOKEN": {
|
"WEBHOOK_VERIFY_TOKEN": {
|
||||||
"LABEL": "Webhook Verify Token",
|
"LABEL": "Token de verificació del webhook",
|
||||||
"PLACEHOLDER": "Enter a verify token which you want to configure for Facebook webhooks.",
|
"PLACEHOLDER": "Introdueix un token de verificació que vulguis configurar per als webhooks de Facebook.",
|
||||||
"ERROR": "Please enter a valid value."
|
"ERROR": "Introdueix un valor vàlid."
|
||||||
},
|
},
|
||||||
"API_KEY": {
|
"API_KEY": {
|
||||||
"LABEL": "API key",
|
"LABEL": "API key",
|
||||||
"SUBTITLE": "Configure the WhatsApp API key.",
|
"SUBTITLE": "Configura l'API key de WhatsApp.",
|
||||||
"PLACEHOLDER": "API key",
|
"PLACEHOLDER": "API key",
|
||||||
"ERROR": "Please enter a valid value."
|
"ERROR": "Introdueix un valor vàlid."
|
||||||
},
|
},
|
||||||
"API_CALLBACK": {
|
"API_CALLBACK": {
|
||||||
"TITLE": "Callback URL",
|
"TITLE": "Callback URL",
|
||||||
"SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.",
|
"SUBTITLE": "Has de configurar l'URL del webhook i el testimoni de verificació al portal de desenvolupadors de Facebook amb els valors que es mostren a continuació.",
|
||||||
"WEBHOOK_URL": "URL del webhook",
|
"WEBHOOK_URL": "URL del webhook",
|
||||||
"WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token"
|
"WEBHOOK_VERIFICATION_TOKEN": "Token de verificació del webhook"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create WhatsApp Channel",
|
"SUBMIT_BUTTON": "Crea un canal de WhatsApp",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to save the WhatsApp channel"
|
"ERROR_MESSAGE": "No hem pogut desar el canal WhatsApp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API_CHANNEL": {
|
"API_CHANNEL": {
|
||||||
@ -269,7 +271,7 @@
|
|||||||
},
|
},
|
||||||
"WEBHOOK_URL": {
|
"WEBHOOK_URL": {
|
||||||
"LABEL": "URL del webhook",
|
"LABEL": "URL del webhook",
|
||||||
"SUBTITLE": "Configure the URL where you want to receive callbacks on events.",
|
"SUBTITLE": "Configura l'URL on vulguis rebre les devolucions de trucada dels esdeveniments.",
|
||||||
"PLACEHOLDER": "URL del webhook"
|
"PLACEHOLDER": "URL del webhook"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Crea un canal API",
|
"SUBMIT_BUTTON": "Crea un canal API",
|
||||||
@ -279,7 +281,7 @@
|
|||||||
},
|
},
|
||||||
"EMAIL_CHANNEL": {
|
"EMAIL_CHANNEL": {
|
||||||
"TITLE": "Correu electrònic del Canal",
|
"TITLE": "Correu electrònic del Canal",
|
||||||
"DESC": "Integrate your email inbox.",
|
"DESC": "Integra la teva safata d’entrada de correu electrònic.",
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Nom del canal",
|
"LABEL": "Nom del canal",
|
||||||
"PLACEHOLDER": "Introduïu el nom del canal",
|
"PLACEHOLDER": "Introduïu el nom del canal",
|
||||||
@ -297,55 +299,55 @@
|
|||||||
"FINISH_MESSAGE": "Comença a reenviar els teus correus electrònics a la següent adreça electrònica."
|
"FINISH_MESSAGE": "Comença a reenviar els teus correus electrònics a la següent adreça electrònica."
|
||||||
},
|
},
|
||||||
"LINE_CHANNEL": {
|
"LINE_CHANNEL": {
|
||||||
"TITLE": "LINE Channel",
|
"TITLE": "Canal LINE",
|
||||||
"DESC": "Integrate with LINE channel and start supporting your customers.",
|
"DESC": "Integra't amb el canal LINE i comença a donar suport als teus clients.",
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Nom del canal",
|
"LABEL": "Nom del canal",
|
||||||
"PLACEHOLDER": "Introduïu el nom del canal",
|
"PLACEHOLDER": "Introduïu el nom del canal",
|
||||||
"ERROR": "Aquest camp és obligatori"
|
"ERROR": "Aquest camp és obligatori"
|
||||||
},
|
},
|
||||||
"LINE_CHANNEL_ID": {
|
"LINE_CHANNEL_ID": {
|
||||||
"LABEL": "LINE Channel ID",
|
"LABEL": "ID del canal LINE",
|
||||||
"PLACEHOLDER": "LINE Channel ID"
|
"PLACEHOLDER": "ID del canal LINE"
|
||||||
},
|
},
|
||||||
"LINE_CHANNEL_SECRET": {
|
"LINE_CHANNEL_SECRET": {
|
||||||
"LABEL": "LINE Channel Secret",
|
"LABEL": "Secret del canal LINE",
|
||||||
"PLACEHOLDER": "LINE Channel Secret"
|
"PLACEHOLDER": "Secret del canal LINE"
|
||||||
},
|
},
|
||||||
"LINE_CHANNEL_TOKEN": {
|
"LINE_CHANNEL_TOKEN": {
|
||||||
"LABEL": "LINE Channel Token",
|
"LABEL": "Token del canal LINE",
|
||||||
"PLACEHOLDER": "LINE Channel Token"
|
"PLACEHOLDER": "Token del canal LINE"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create LINE Channel",
|
"SUBMIT_BUTTON": "Crea un canal LINE",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to save the LINE channel"
|
"ERROR_MESSAGE": "No hem pogut desar el canal de LINE"
|
||||||
},
|
},
|
||||||
"API_CALLBACK": {
|
"API_CALLBACK": {
|
||||||
"TITLE": "Callback URL",
|
"TITLE": "Callback URL",
|
||||||
"SUBTITLE": "You have to configure the webhook URL in LINE application with the URL mentioned here."
|
"SUBTITLE": "Has de configurar l'URL del webhook a l'aplicació LINE amb l'URL esmentat aquí."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TELEGRAM_CHANNEL": {
|
"TELEGRAM_CHANNEL": {
|
||||||
"TITLE": "Telegram Channel",
|
"TITLE": "Canal de Telegram",
|
||||||
"DESC": "Integrate with Telegram channel and start supporting your customers.",
|
"DESC": "Integra't amb el canal de Telegram i comença a donar suport als teus clients.",
|
||||||
"BOT_TOKEN": {
|
"BOT_TOKEN": {
|
||||||
"LABEL": "Bot Token",
|
"LABEL": "Token del Bot",
|
||||||
"SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.",
|
"SUBTITLE": "Configura el token del bot que has obtingut de Telegram BotFather.",
|
||||||
"PLACEHOLDER": "Bot Token"
|
"PLACEHOLDER": "Token del Bot"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Create Telegram Channel",
|
"SUBMIT_BUTTON": "Crea el canal de Telegram",
|
||||||
"API": {
|
"API": {
|
||||||
"ERROR_MESSAGE": "We were not able to save the telegram channel"
|
"ERROR_MESSAGE": "No hem pogut desar el canal de Telegram"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AUTH": {
|
"AUTH": {
|
||||||
"TITLE": "Choose a channel",
|
"TITLE": "Escull un canal",
|
||||||
"DESC": "Chatwoot admet widgets de xat en directe, Facebook Messenger, WhatsApp, correus electrònics, etc., com a canals. Si voleu crear un canal personalitzat, podeu crear-lo mitjançant el canal API. Per començar, tria un dels canals següents."
|
"DESC": "Chatwoot admet widgets de xat en directe, Facebook Messenger, WhatsApp, correus electrònics, etc., com a canals. Si voleu crear un canal personalitzat, podeu crear-lo mitjançant el canal API. Per començar, tria un dels canals següents."
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"TITLE": "Agents",
|
"TITLE": "Agents",
|
||||||
"DESC": "Aquí podeu afegir agents per gestionar la vostra safata d'entrada de nova creació. Només aquests agents seleccionats tindran accés a la vostra safata d'entrada. Els agents que no formen part d'aquesta safata d'entrada no podran veure ni respondre als missatges d'aquesta safata d'entrada quan s’inicien. <br><b>PD:</b> Com a administrador, si necessiteu accés a totes les bústies d’entrada, heu d’afegir-vos com a agent a totes les bústies de sortida que creeu.",
|
"DESC": "Aquí podeu afegir agents per gestionar la vostra safata d'entrada de nova creació. Només aquests agents seleccionats tindran accés a la vostra safata d'entrada. Els agents que no formen part d'aquesta safata d'entrada no podran veure ni respondre als missatges d'aquesta safata d'entrada quan s’inicien. <br><b>PD:</b> Com a administrador, si necessiteu accés a totes les bústies d’entrada, heu d’afegir-vos com a agent a totes les bústies de sortida que creeu.",
|
||||||
"VALIDATION_ERROR": "Add at least one agent to your new Inbox",
|
"VALIDATION_ERROR": "Afegeix almenys un agent a la teva safata d'entrada",
|
||||||
"PICK_AGENTS": "Tria agents per la safata d'entrada"
|
"PICK_AGENTS": "Tria agents per la safata d'entrada"
|
||||||
},
|
},
|
||||||
"DETAILS": {
|
"DETAILS": {
|
||||||
@ -357,22 +359,23 @@
|
|||||||
"DESC": "Heu acabat d'integrar la vostra pàgina de Facebook amb Chatwoot. La propera vegada que un client escrigui un missatge a la vostra pàgina, la conversa apareixerà automàticament a la safata d'entrada. <br>També us proporcionem un script del widget que podeu afegir fàcilment al vostre web. Una vegada que estigui operatiu al vostre web, els clients us podran enviar missatges des del web sense l’ajuda de cap eina externa i la conversa apareixerà aquí mateix, a Chatwoot. <br>Genial, eh? Bé, segur que intentem ser-ho :)"
|
"DESC": "Heu acabat d'integrar la vostra pàgina de Facebook amb Chatwoot. La propera vegada que un client escrigui un missatge a la vostra pàgina, la conversa apareixerà automàticament a la safata d'entrada. <br>També us proporcionem un script del widget que podeu afegir fàcilment al vostre web. Una vegada que estigui operatiu al vostre web, els clients us podran enviar missatges des del web sense l’ajuda de cap eina externa i la conversa apareixerà aquí mateix, a Chatwoot. <br>Genial, eh? Bé, segur que intentem ser-ho :)"
|
||||||
},
|
},
|
||||||
"EMAIL_PROVIDER": {
|
"EMAIL_PROVIDER": {
|
||||||
"TITLE": "Select your email provider",
|
"TITLE": "Selecciona el teu proveïdor de correu electrònic",
|
||||||
"DESCRIPTION": "Select an email provider from the list below. If you don't see your email provider in the list, you can select the other provider option and provide the IMAP and SMTP Credentials."
|
"DESCRIPTION": "Selecciona un proveïdor de correu electrònic de la següent llista. Si no veus el teu proveïdor de correu electrònic a la llista, pots seleccionar l'opció de l'altre proveïdor i proporcionar les credencials IMAP i SMTP."
|
||||||
},
|
},
|
||||||
"MICROSOFT": {
|
"MICROSOFT": {
|
||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Correu Microsoft",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Fes clic al botó Inicia sessió amb Microsoft per començar. Se't redirigirà a la pàgina d'inici de sessió del correu electrònic. Un cop acceptis els permisos sol·licitats, se't redirigirà al pas de creació de la safata d'entrada.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Introdueix una adreça de correu electrònic",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"SIGN_IN": "Inicia la sessió amb Microsoft",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"HELP": "Per afegir el teu compte de Microsoft com a canal, has d'autenticar el teu compte de Microsoft fent clic a \"Inicia la sessió amb Microsoft\" ",
|
||||||
|
"ERROR_MESSAGE": "S'ha produït un error en connectar amb Microsoft, torna-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DETAILS": {
|
"DETAILS": {
|
||||||
"LOADING_FB": "S'està autenticant amb Facebook...",
|
"LOADING_FB": "S'està autenticant amb Facebook...",
|
||||||
"ERROR_FB_AUTH": "Alguna cosa ha anat malament, actualitza la pàgina...",
|
"ERROR_FB_AUTH": "Alguna cosa ha anat malament, actualitza la pàgina...",
|
||||||
"ERROR_FB_UNAUTHORIZED": "You're not authorized to perform this action. ",
|
"ERROR_FB_UNAUTHORIZED": "No estàs autoritzat per dur a terme aquesta acció. ",
|
||||||
"ERROR_FB_UNAUTHORIZED_HELP": "Please ensure you have access to the Facebook page with full control. You can read more about Facebook roles <a href=\" https://www.facebook.com/help/187316341316631\">here</a>.",
|
"ERROR_FB_UNAUTHORIZED_HELP": "Assegura't que tens accés a la pàgina de Facebook amb control total. Pots obtenir més informació sobre les funcions de Facebook <a href=\" https://www.facebook.com/help/187316341316631\">aquí</a>.",
|
||||||
"CREATING_CHANNEL": "S'està creant la safata d'entrada...",
|
"CREATING_CHANNEL": "S'està creant la safata d'entrada...",
|
||||||
"TITLE": "Configura els detalls de la safata d'entrada",
|
"TITLE": "Configura els detalls de la safata d'entrada",
|
||||||
"DESC": ""
|
"DESC": ""
|
||||||
@ -385,7 +388,7 @@
|
|||||||
"TITLE": "La vostra safata d'entrada està a punt!",
|
"TITLE": "La vostra safata d'entrada està a punt!",
|
||||||
"MESSAGE": "Ja podeu interactuar amb els vostres clients a través del vostre canal nou. Feliç suport",
|
"MESSAGE": "Ja podeu interactuar amb els vostres clients a través del vostre canal nou. Feliç suport",
|
||||||
"BUTTON_TEXT": "Porta'm allà",
|
"BUTTON_TEXT": "Porta'm allà",
|
||||||
"MORE_SETTINGS": "More settings",
|
"MORE_SETTINGS": "Més configuracions",
|
||||||
"WEBSITE_SUCCESS": "Heu finalitzat amb èxit la creació d'un canal web. Copieu el codi que es mostra a continuació i enganxeu-lo al lloc web. La propera vegada que un client utilitzi el xat en directe, la conversa apareixerà automàticament a la safata d'entrada."
|
"WEBSITE_SUCCESS": "Heu finalitzat amb èxit la creació d'un canal web. Copieu el codi que es mostra a continuació i enganxeu-lo al lloc web. La propera vegada que un client utilitzi el xat en directe, la conversa apareixerà automàticament a la safata d'entrada."
|
||||||
},
|
},
|
||||||
"REAUTH": "Reautoritza",
|
"REAUTH": "Reautoritza",
|
||||||
@ -394,7 +397,7 @@
|
|||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "El color del widget s'ha actualitzat correctament",
|
"SUCCESS_MESSAGE": "El color del widget s'ha actualitzat correctament",
|
||||||
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Assignació automàtica actualitzada correctament",
|
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Assignació automàtica actualitzada correctament",
|
||||||
"ERROR_MESSAGE": "We couldn't update inbox settings. Please try again later."
|
"ERROR_MESSAGE": "No hem pogut actualitzar la configuració de la safata d'entrada. Intenta-ho més tard."
|
||||||
},
|
},
|
||||||
"EMAIL_COLLECT_BOX": {
|
"EMAIL_COLLECT_BOX": {
|
||||||
"ENABLED": "Habilita",
|
"ENABLED": "Habilita",
|
||||||
@ -405,21 +408,21 @@
|
|||||||
"DISABLED": "Inhabilita"
|
"DISABLED": "Inhabilita"
|
||||||
},
|
},
|
||||||
"SENDER_NAME_SECTION": {
|
"SENDER_NAME_SECTION": {
|
||||||
"TITLE": "Sender name",
|
"TITLE": "Nom del remitent",
|
||||||
"SUB_TEXT": "Select the name shown to your customer when they receive emails from your agents.",
|
"SUB_TEXT": "Selecciona el nom que es mostra al vostre client quan reben correus electrònics dels teus agents.",
|
||||||
"FOR_EG": "For eg:",
|
"FOR_EG": "Per exemple:",
|
||||||
"FRIENDLY": {
|
"FRIENDLY": {
|
||||||
"TITLE": "Friendly",
|
"TITLE": "Amable",
|
||||||
"FROM": "from",
|
"FROM": "des de",
|
||||||
"SUBTITLE": "Add the name of the agent who sent the reply in the sender name to make it friendly."
|
"SUBTITLE": "Afegeix el nom de l'agent que ha enviat la resposta al nom del remitent perquè sigui amigable."
|
||||||
},
|
},
|
||||||
"PROFESSIONAL": {
|
"PROFESSIONAL": {
|
||||||
"TITLE": "Professional",
|
"TITLE": "Professional",
|
||||||
"SUBTITLE": "Use only the configured business name as the sender name in the email header."
|
"SUBTITLE": "Utilitza només el nom de l'empresa configurat com a nom del remitent a la capçalera del correu electrònic."
|
||||||
},
|
},
|
||||||
"BUSINESS_NAME": {
|
"BUSINESS_NAME": {
|
||||||
"BUTTON_TEXT": "+ Configure your business name",
|
"BUTTON_TEXT": "+ Configura el nom del teu negoci",
|
||||||
"PLACEHOLDER": "Enter your business name",
|
"PLACEHOLDER": "Introdueix el nom de la teva empresa",
|
||||||
"SAVE_BUTTON_TEXT": "Desar"
|
"SAVE_BUTTON_TEXT": "Desar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -436,98 +439,98 @@
|
|||||||
"DISABLED": "Inhabilita"
|
"DISABLED": "Inhabilita"
|
||||||
},
|
},
|
||||||
"ENABLE_HMAC": {
|
"ENABLE_HMAC": {
|
||||||
"LABEL": "Enable"
|
"LABEL": "Habilita"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Suprimeix",
|
"BUTTON_TEXT": "Suprimeix",
|
||||||
"AVATAR_DELETE_BUTTON_TEXT": "Delete Avatar",
|
"AVATAR_DELETE_BUTTON_TEXT": "Suprimeix Avatar",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirma esborrat",
|
"TITLE": "Confirma esborrat",
|
||||||
"MESSAGE": "N'estas segur? ",
|
"MESSAGE": "N'estas segur? ",
|
||||||
"PLACE_HOLDER": "Please type {inboxName} to confirm",
|
"PLACE_HOLDER": "Escriu {inboxName} per confirmar",
|
||||||
"YES": "Si, esborra ",
|
"YES": "Si, esborra ",
|
||||||
"NO": "No, segueix "
|
"NO": "No, segueix "
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "S'ha suprimit la safata d'entrada correctament",
|
"SUCCESS_MESSAGE": "S'ha suprimit la safata d'entrada correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut eliminar la safata d'entrada. Torneu-ho a provar més endavant.",
|
"ERROR_MESSAGE": "No s'ha pogut eliminar la safata d'entrada. Torneu-ho a provar més endavant.",
|
||||||
"AVATAR_SUCCESS_MESSAGE": "Inbox avatar deleted successfully",
|
"AVATAR_SUCCESS_MESSAGE": "L'avatar de la safata d'entrada s'ha suprimit correctament",
|
||||||
"AVATAR_ERROR_MESSAGE": "Could not delete the inbox avatar. Please try again later."
|
"AVATAR_ERROR_MESSAGE": "No s'ha pogut esborrar l'avatar de la safata d'entrada. Torneu-ho a provar."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TABS": {
|
"TABS": {
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"COLLABORATORS": "Col·laboradors",
|
"COLLABORATORS": "Col·laboradors",
|
||||||
"CONFIGURATION": "Configuració",
|
"CONFIGURATION": "Configuració",
|
||||||
"CAMPAIGN": "Campaigns",
|
"CAMPAIGN": "Campanyes",
|
||||||
"PRE_CHAT_FORM": "Pre Chat Form",
|
"PRE_CHAT_FORM": "Formulari de xat previ",
|
||||||
"BUSINESS_HOURS": "Business Hours",
|
"BUSINESS_HOURS": "Horari comercial",
|
||||||
"WIDGET_BUILDER": "Widget Builder",
|
"WIDGET_BUILDER": "Creador del widget",
|
||||||
"BOT_CONFIGURATION": "Bot Configuration"
|
"BOT_CONFIGURATION": "Configuracions del bot"
|
||||||
},
|
},
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"FEATURES": {
|
"FEATURES": {
|
||||||
"LABEL": "Característiques",
|
"LABEL": "Característiques",
|
||||||
"DISPLAY_FILE_PICKER": "Mostra el selector de fitxers al widget",
|
"DISPLAY_FILE_PICKER": "Mostra el selector de fitxers al widget",
|
||||||
"DISPLAY_EMOJI_PICKER": "Mostra el selector d'emoji al widget",
|
"DISPLAY_EMOJI_PICKER": "Mostra el selector d'emoji al widget",
|
||||||
"ALLOW_END_CONVERSATION": "Allow users to end conversation from the widget",
|
"ALLOW_END_CONVERSATION": "Permet als usuaris finalitzar la conversa des del widget",
|
||||||
"USE_INBOX_AVATAR_FOR_BOT": "Use inbox name and avatar for the bot"
|
"USE_INBOX_AVATAR_FOR_BOT": "Utilitza el nom i l'avatar de la safata d'entrada per al bot"
|
||||||
},
|
},
|
||||||
"SETTINGS_POPUP": {
|
"SETTINGS_POPUP": {
|
||||||
"MESSENGER_HEADING": "Script del missatger",
|
"MESSENGER_HEADING": "Script del missatger",
|
||||||
"MESSENGER_SUB_HEAD": "Col·loca aquest botó dins de l'etiqueta body",
|
"MESSENGER_SUB_HEAD": "Col·loca aquest botó dins de l'etiqueta body",
|
||||||
"INBOX_AGENTS": "Agents",
|
"INBOX_AGENTS": "Agents",
|
||||||
"INBOX_AGENTS_SUB_TEXT": "Afegir o eliminar agents d'aquesta safata d'entrada",
|
"INBOX_AGENTS_SUB_TEXT": "Afegir o eliminar agents d'aquesta safata d'entrada",
|
||||||
"AGENT_ASSIGNMENT": "Conversation Assignment",
|
"AGENT_ASSIGNMENT": "Conversació Assignada",
|
||||||
"AGENT_ASSIGNMENT_SUB_TEXT": "Update conversation assignment settings",
|
"AGENT_ASSIGNMENT_SUB_TEXT": "Actualitza la configuració de l'assignació de conversa",
|
||||||
"UPDATE": "Actualitza",
|
"UPDATE": "Actualitza",
|
||||||
"ENABLE_EMAIL_COLLECT_BOX": "Enable email collect box",
|
"ENABLE_EMAIL_COLLECT_BOX": "Activa la bústia de recollida de correu electrònic",
|
||||||
"ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Enable or disable email collect box on new conversation",
|
"ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Activa o desactiva la casella de recollida de correu electrònic en una conversa nova",
|
||||||
"AUTO_ASSIGNMENT": "Activa l'assignació automàtica",
|
"AUTO_ASSIGNMENT": "Activa l'assignació automàtica",
|
||||||
"ENABLE_CSAT": "Enable CSAT",
|
"ENABLE_CSAT": "Habilita CSAT",
|
||||||
"SENDER_NAME_SECTION": "Enable Agent Name in Email",
|
"SENDER_NAME_SECTION": "Activa el nom de l'agent al correu electrònic",
|
||||||
"ENABLE_CSAT_SUB_TEXT": "Enable/Disable CSAT(Customer satisfaction) survey after resolving a conversation",
|
"ENABLE_CSAT_SUB_TEXT": "Activa/desactiva l'enquesta CSAT (satisfacció del client) després de resoldre una conversa",
|
||||||
"SENDER_NAME_SECTION_TEXT": "Enable/Disable showing Agent's name in email, if disabled it will show business name",
|
"SENDER_NAME_SECTION_TEXT": "Activa/Desactiva la mostra del nom de l'agent al correu electrònic, si està desactivat, mostrarà el nom de l'empresa",
|
||||||
"ENABLE_CONTINUITY_VIA_EMAIL": "Enable conversation continuity via email",
|
"ENABLE_CONTINUITY_VIA_EMAIL": "Activa la continuïtat de la conversa per correu electrònic",
|
||||||
"ENABLE_CONTINUITY_VIA_EMAIL_SUB_TEXT": "Conversations will continue over email if the contact email address is available.",
|
"ENABLE_CONTINUITY_VIA_EMAIL_SUB_TEXT": "Les converses continuaran per correu electrònic si l'adreça electrònica de contacte està disponible.",
|
||||||
"LOCK_TO_SINGLE_CONVERSATION": "Lock to single conversation",
|
"LOCK_TO_SINGLE_CONVERSATION": "Bloqueja a una sola conversa",
|
||||||
"LOCK_TO_SINGLE_CONVERSATION_SUB_TEXT": "Enable or disable multiple conversations for the same contact in this inbox",
|
"LOCK_TO_SINGLE_CONVERSATION_SUB_TEXT": "Activa o desactiva diverses converses per al mateix contacte en aquesta safata d'entrada",
|
||||||
"INBOX_UPDATE_TITLE": "Configuració de la safata d'entrada",
|
"INBOX_UPDATE_TITLE": "Configuració de la safata d'entrada",
|
||||||
"INBOX_UPDATE_SUB_TEXT": "Actualitza la configuració de la safata d'entrada",
|
"INBOX_UPDATE_SUB_TEXT": "Actualitza la configuració de la safata d'entrada",
|
||||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Activa o desactiva l'assignació automàtica d'agents disponibles a les noves converses",
|
"AUTO_ASSIGNMENT_SUB_TEXT": "Activa o desactiva l'assignació automàtica d'agents disponibles a les noves converses",
|
||||||
"HMAC_VERIFICATION": "Validació de la Identitat del Usuari",
|
"HMAC_VERIFICATION": "Validació de la Identitat del Usuari",
|
||||||
"HMAC_DESCRIPTION": "In order to validate the user's identity, you can pass an `identifier_hash` for each user. You can generate a HMAC sha256 hash using the `identifier` with the key shown here.",
|
"HMAC_DESCRIPTION": "In order to validate the user's identity, you can pass an `identifier_hash` for each user. You can generate a HMAC sha256 hash using the `identifier` with the key shown here.",
|
||||||
"HMAC_LINK_TO_DOCS": "You can read more here.",
|
"HMAC_LINK_TO_DOCS": "Pots llegir més aquí.",
|
||||||
"HMAC_MANDATORY_VERIFICATION": "Enforce User Identity Validation",
|
"HMAC_MANDATORY_VERIFICATION": "Fer complir la validació de la identitat de l'usuari",
|
||||||
"HMAC_MANDATORY_DESCRIPTION": "If enabled, requests missing the `identifier_hash` will be rejected.",
|
"HMAC_MANDATORY_DESCRIPTION": "If enabled, requests missing the `identifier_hash` will be rejected.",
|
||||||
"INBOX_IDENTIFIER": "Inbox Identifier",
|
"INBOX_IDENTIFIER": "Identificador de la safata d'entrada",
|
||||||
"INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.",
|
"INBOX_IDENTIFIER_SUB_TEXT": "Utilitza el token \"inbox_identifier\" que es mostra aquí per autenticar els vostres clients de l'API.",
|
||||||
"FORWARD_EMAIL_TITLE": "Forward to Email",
|
"FORWARD_EMAIL_TITLE": "Reenvia al correu electrònic",
|
||||||
"FORWARD_EMAIL_SUB_TEXT": "Comença a reenviar els teus correus electrònics a la següent adreça electrònica.",
|
"FORWARD_EMAIL_SUB_TEXT": "Comença a reenviar els teus correus electrònics a la següent adreça electrònica.",
|
||||||
"ALLOW_MESSAGES_AFTER_RESOLVED": "Allow messages after conversation resolved",
|
"ALLOW_MESSAGES_AFTER_RESOLVED": "Permet missatges després de resoldre la conversa",
|
||||||
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Allow the end-users to send messages even after the conversation is resolved.",
|
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Permet als usuaris finals enviar missatges fins i tot després de resoldre la conversa.",
|
||||||
"WHATSAPP_SECTION_SUBHEADER": "This API Key is used for the integration with the WhatsApp APIs.",
|
"WHATSAPP_SECTION_SUBHEADER": "Aquesta API key s'utilitza per a la integració amb les APIs de WhatsApp.",
|
||||||
"WHATSAPP_SECTION_UPDATE_SUBHEADER": "Enter the new API key to be used for the integration with the WhatsApp APIs.",
|
"WHATSAPP_SECTION_UPDATE_SUBHEADER": "Introdueix la nova clau de l'API que s'utilitzarà per a la integració amb les APIs de WhatsApp.",
|
||||||
"WHATSAPP_SECTION_TITLE": "API Key",
|
"WHATSAPP_SECTION_TITLE": "API Key",
|
||||||
"WHATSAPP_SECTION_UPDATE_TITLE": "Update API Key",
|
"WHATSAPP_SECTION_UPDATE_TITLE": "Actualitza l'API Key",
|
||||||
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Enter the new API Key here",
|
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Introdueix la nova clau de l'API aquí",
|
||||||
"WHATSAPP_SECTION_UPDATE_BUTTON": "Actualitza",
|
"WHATSAPP_SECTION_UPDATE_BUTTON": "Actualitza",
|
||||||
"WHATSAPP_WEBHOOK_TITLE": "Webhook Verification Token",
|
"WHATSAPP_WEBHOOK_TITLE": "Token de verificació del webhook",
|
||||||
"WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.",
|
"WHATSAPP_WEBHOOK_SUBHEADER": "Aquest testimoni s'utilitza per verificar l'autenticitat del punt final del webhook.",
|
||||||
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings"
|
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Actualitza la configuració del formulari de xat prèvia"
|
||||||
},
|
},
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"LABEL": "Help Center",
|
"LABEL": "Centre d'ajuda",
|
||||||
"PLACEHOLDER": "Select Help Center",
|
"PLACEHOLDER": "Selecciona Centre d'ajuda",
|
||||||
"SELECT_PLACEHOLDER": "Select Help Center",
|
"SELECT_PLACEHOLDER": "Selecciona Centre d'ajuda",
|
||||||
"REMOVE": "Remove Help Center",
|
"REMOVE": "Suprimeix Centre d'ajuda",
|
||||||
"SUB_TEXT": "Attach a Help Center with the inbox"
|
"SUB_TEXT": "Adjunta un Centre d'ajuda amb la safata d'entrada"
|
||||||
},
|
},
|
||||||
"AUTO_ASSIGNMENT": {
|
"AUTO_ASSIGNMENT": {
|
||||||
"MAX_ASSIGNMENT_LIMIT": "Auto assignment limit",
|
"MAX_ASSIGNMENT_LIMIT": "Límit d'assignació automàtica",
|
||||||
"MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0",
|
"MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Introdueix un valor superior a 0",
|
||||||
"MAX_ASSIGNMENT_LIMIT_SUB_TEXT": "Limit the maximum number of conversations from this inbox that can be auto assigned to an agent"
|
"MAX_ASSIGNMENT_LIMIT_SUB_TEXT": "Limita el nombre màxim de converses d'aquesta safata d'entrada que es poden assignar automàticament a un agent"
|
||||||
},
|
},
|
||||||
"FACEBOOK_REAUTHORIZE": {
|
"FACEBOOK_REAUTHORIZE": {
|
||||||
"TITLE": "Reautoritza",
|
"TITLE": "Reautoritza",
|
||||||
@ -536,63 +539,63 @@
|
|||||||
"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": {
|
"PRE_CHAT_FORM": {
|
||||||
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
"DESCRIPTION": "Els formularis previs al xat et permeten capturar informació de l'usuari abans que comencin a conversar amb vosaltres.",
|
||||||
"SET_FIELDS": "Pre chat form fields",
|
"SET_FIELDS": "Camps del formulari previ al xat",
|
||||||
"SET_FIELDS_HEADER": {
|
"SET_FIELDS_HEADER": {
|
||||||
"FIELDS": "Fields",
|
"FIELDS": "Camps",
|
||||||
"LABEL": "Label",
|
"LABEL": "Etiqueta",
|
||||||
"PLACE_HOLDER": "Placeholder",
|
"PLACE_HOLDER": "Espai reservat",
|
||||||
"KEY": "Key",
|
"KEY": "Clau",
|
||||||
"TYPE": "Type",
|
"TYPE": "Tipus",
|
||||||
"REQUIRED": "Required"
|
"REQUIRED": "Necessari"
|
||||||
},
|
},
|
||||||
"ENABLE": {
|
"ENABLE": {
|
||||||
"LABEL": "Enable pre chat form",
|
"LABEL": "Activa el formulari de xat previ",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"ENABLED": "Si",
|
"ENABLED": "Si",
|
||||||
"DISABLED": "No"
|
"DISABLED": "No"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PRE_CHAT_MESSAGE": {
|
"PRE_CHAT_MESSAGE": {
|
||||||
"LABEL": "Pre chat message",
|
"LABEL": "Missatge previ al xat",
|
||||||
"PLACEHOLDER": "This message would be visible to the users along with the form"
|
"PLACEHOLDER": "Aquest missatge seria visible per als usuaris juntament amb el formulari"
|
||||||
},
|
},
|
||||||
"REQUIRE_EMAIL": {
|
"REQUIRE_EMAIL": {
|
||||||
"LABEL": "Visitors should provide their name and email address before starting the chat"
|
"LABEL": "Els visitants han de proporcionar el seu nom i adreça de correu electrònic abans d'iniciar el xat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BUSINESS_HOURS": {
|
"BUSINESS_HOURS": {
|
||||||
"TITLE": "Set your availability",
|
"TITLE": "Estableix la vostra disponibilitat",
|
||||||
"SUBTITLE": "Set your availability on your livechat widget",
|
"SUBTITLE": "Estableix la teva disponibilitat al widget del xat en directe",
|
||||||
"WEEKLY_TITLE": "Set your weekly hours",
|
"WEEKLY_TITLE": "Estableix el teu horari setmanal",
|
||||||
"TIMEZONE_LABEL": "Select timezone",
|
"TIMEZONE_LABEL": "Selecciona la zona horària",
|
||||||
"UPDATE": "Update business hours settings",
|
"UPDATE": "Actualitza la configuració de l'horari comercial",
|
||||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
"TOGGLE_AVAILABILITY": "Habilita la disponibilitat comercial per a aquesta safata d'entrada",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
|
"UNAVAILABLE_MESSAGE_LABEL": "Missatge no disponible per als visitants",
|
||||||
"TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours visitors can be warned with a message and a pre-chat form.",
|
"TOGGLE_HELP": "Si activeu la disponibilitat comercial, es mostraran les hores disponibles al giny del xat en directe, encara que tots els agents estiguin fora de línia. Fora de l'horari disponible, els visitants poden ser avisats amb un missatge i un formulari de xat previ.",
|
||||||
"DAY": {
|
"DAY": {
|
||||||
"ENABLE": "Enable availability for this day",
|
"ENABLE": "Activa la disponibilitat per a aquest dia",
|
||||||
"UNAVAILABLE": "Unavailable",
|
"UNAVAILABLE": "No disponible",
|
||||||
"HOURS": "hores",
|
"HOURS": "hores",
|
||||||
"VALIDATION_ERROR": "Starting time should be before closing time.",
|
"VALIDATION_ERROR": "L'hora d'inici ha de ser abans de l'hora de tancament.",
|
||||||
"CHOOSE": "Tria"
|
"CHOOSE": "Tria"
|
||||||
},
|
},
|
||||||
"ALL_DAY": "All-Day"
|
"ALL_DAY": "Tot el dia"
|
||||||
},
|
},
|
||||||
"IMAP": {
|
"IMAP": {
|
||||||
"TITLE": "IMAP",
|
"TITLE": "IMAP",
|
||||||
"SUBTITLE": "Set your IMAP details",
|
"SUBTITLE": "Configura els detalls de l'IMAP",
|
||||||
"NOTE_TEXT": "To enable SMTP, please configure IMAP.",
|
"NOTE_TEXT": "Per habilitar SMTP, configura IMAP.",
|
||||||
"UPDATE": "Update IMAP settings",
|
"UPDATE": "Actualitza la configuració IMAP",
|
||||||
"TOGGLE_AVAILABILITY": "Enable IMAP configuration for this inbox",
|
"TOGGLE_AVAILABILITY": "Activa la configuració IMAP per a aquesta safata d'entrada",
|
||||||
"TOGGLE_HELP": "Enabling IMAP will help the user to receive email",
|
"TOGGLE_HELP": "Habilitar IMAP ajudarà l'usuari a rebre correu electrònic",
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"SUCCESS_MESSAGE": "IMAP settings updated successfully",
|
"SUCCESS_MESSAGE": "La configuració IMAP s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "Unable to update IMAP settings"
|
"ERROR_MESSAGE": "No es pot actualitzar la configuració IMAP"
|
||||||
},
|
},
|
||||||
"ADDRESS": {
|
"ADDRESS": {
|
||||||
"LABEL": "Address",
|
"LABEL": "Adreça",
|
||||||
"PLACE_HOLDER": "Address (Eg: imap.gmail.com)"
|
"PLACE_HOLDER": "Adreça (p. ex.: imap.gmail.com)"
|
||||||
},
|
},
|
||||||
"PORT": {
|
"PORT": {
|
||||||
"LABEL": "Port",
|
"LABEL": "Port",
|
||||||
@ -606,25 +609,25 @@
|
|||||||
"LABEL": "Contrasenya",
|
"LABEL": "Contrasenya",
|
||||||
"PLACE_HOLDER": "Contrasenya"
|
"PLACE_HOLDER": "Contrasenya"
|
||||||
},
|
},
|
||||||
"ENABLE_SSL": "Enable SSL"
|
"ENABLE_SSL": "Habilita SSL"
|
||||||
},
|
},
|
||||||
"MICROSOFT": {
|
"MICROSOFT": {
|
||||||
"TITLE": "Microsoft",
|
"TITLE": "Microsoft",
|
||||||
"SUBTITLE": "Reauthorize your MICROSOFT account"
|
"SUBTITLE": "Torna a autoritzar el teu compte de MICROSOFT"
|
||||||
},
|
},
|
||||||
"SMTP": {
|
"SMTP": {
|
||||||
"TITLE": "SMTP",
|
"TITLE": "SMTP",
|
||||||
"SUBTITLE": "Set your SMTP details",
|
"SUBTITLE": "Configura els detalls del SMTP",
|
||||||
"UPDATE": "Update SMTP settings",
|
"UPDATE": "Actualitza la configuració SMTP",
|
||||||
"TOGGLE_AVAILABILITY": "Enable SMTP configuration for this inbox",
|
"TOGGLE_AVAILABILITY": "Activa la configuració SNMP per a aquesta safata d'entrada",
|
||||||
"TOGGLE_HELP": "Enabling SMTP will help the user to send email",
|
"TOGGLE_HELP": "Habilitar SMTP ajudarà l'usuari a enviar correu electrònic",
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"SUCCESS_MESSAGE": "SMTP settings updated successfully",
|
"SUCCESS_MESSAGE": "La configuració SMTP s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "Unable to update SMTP settings"
|
"ERROR_MESSAGE": "No es pot actualitzar la configuració SMTP"
|
||||||
},
|
},
|
||||||
"ADDRESS": {
|
"ADDRESS": {
|
||||||
"LABEL": "Address",
|
"LABEL": "Adreça",
|
||||||
"PLACE_HOLDER": "Address (Eg: smtp.gmail.com)"
|
"PLACE_HOLDER": "Adreça (p. ex.: smtp.gmail.com)"
|
||||||
},
|
},
|
||||||
"PORT": {
|
"PORT": {
|
||||||
"LABEL": "Port",
|
"LABEL": "Port",
|
||||||
@ -639,77 +642,77 @@
|
|||||||
"PLACE_HOLDER": "Contrasenya"
|
"PLACE_HOLDER": "Contrasenya"
|
||||||
},
|
},
|
||||||
"DOMAIN": {
|
"DOMAIN": {
|
||||||
"LABEL": "Domain",
|
"LABEL": "Domini",
|
||||||
"PLACE_HOLDER": "Domain"
|
"PLACE_HOLDER": "Domini"
|
||||||
},
|
},
|
||||||
"ENCRYPTION": "Encryption",
|
"ENCRYPTION": "Xifratge",
|
||||||
"SSL_TLS": "SSL/TLS",
|
"SSL_TLS": "SSL/TLS",
|
||||||
"START_TLS": "STARTTLS",
|
"START_TLS": "STARTTLS",
|
||||||
"OPEN_SSL_VERIFY_MODE": "Open SSL Verify Mode",
|
"OPEN_SSL_VERIFY_MODE": "Obre el mode de verificació SSL",
|
||||||
"AUTH_MECHANISM": "Authentication"
|
"AUTH_MECHANISM": "Autenticació"
|
||||||
},
|
},
|
||||||
"NOTE": "Note: ",
|
"NOTE": "Nota: ",
|
||||||
"WIDGET_BUILDER": {
|
"WIDGET_BUILDER": {
|
||||||
"WIDGET_OPTIONS": {
|
"WIDGET_OPTIONS": {
|
||||||
"AVATAR": {
|
"AVATAR": {
|
||||||
"LABEL": "Website Avatar",
|
"LABEL": "Avatar del lloc web",
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Avatar deleted successfully",
|
"SUCCESS_MESSAGE": "Avatar esborrat correctament",
|
||||||
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WEBSITE_NAME": {
|
"WEBSITE_NAME": {
|
||||||
"LABEL": "Nom del lloc web",
|
"LABEL": "Nom del lloc web",
|
||||||
"PLACE_HOLDER": "Enter your website name (eg: Acme Inc)",
|
"PLACE_HOLDER": "Introdueix el nom del vostre lloc web (per exemple: Acme Inc)",
|
||||||
"ERROR": "Please enter a valid website name"
|
"ERROR": "Introdueix un nom de lloc web vàlid"
|
||||||
},
|
},
|
||||||
"WELCOME_HEADING": {
|
"WELCOME_HEADING": {
|
||||||
"LABEL": "Encapçalament de benvinguda",
|
"LABEL": "Encapçalament de benvinguda",
|
||||||
"PLACE_HOLDER": "Hi there!"
|
"PLACE_HOLDER": "Hola!"
|
||||||
},
|
},
|
||||||
"WELCOME_TAGLINE": {
|
"WELCOME_TAGLINE": {
|
||||||
"LABEL": "Lema de benvinguda",
|
"LABEL": "Lema de benvinguda",
|
||||||
"PLACE_HOLDER": "Facilitem la connexió amb nosaltres. Pregunteu-nos qualsevol cosa o compartiu els vostres comentaris."
|
"PLACE_HOLDER": "Facilitem la connexió amb nosaltres. Pregunteu-nos qualsevol cosa o compartiu els vostres comentaris."
|
||||||
},
|
},
|
||||||
"REPLY_TIME": {
|
"REPLY_TIME": {
|
||||||
"LABEL": "Reply Time",
|
"LABEL": "Temps de resposta",
|
||||||
"IN_A_FEW_MINUTES": "En pocs minuts",
|
"IN_A_FEW_MINUTES": "En pocs minuts",
|
||||||
"IN_A_FEW_HOURS": "En poques hores",
|
"IN_A_FEW_HOURS": "En poques hores",
|
||||||
"IN_A_DAY": "En un dia"
|
"IN_A_DAY": "En un dia"
|
||||||
},
|
},
|
||||||
"WIDGET_COLOR_LABEL": "Color del Widget",
|
"WIDGET_COLOR_LABEL": "Color del Widget",
|
||||||
"WIDGET_BUBBLE_POSITION_LABEL": "Widget Bubble Position",
|
"WIDGET_BUBBLE_POSITION_LABEL": "Posició de la bombolla del widget",
|
||||||
"WIDGET_BUBBLE_TYPE_LABEL": "Widget Bubble Type",
|
"WIDGET_BUBBLE_TYPE_LABEL": "Tipus de bombolla de widget",
|
||||||
"WIDGET_BUBBLE_LAUNCHER_TITLE": {
|
"WIDGET_BUBBLE_LAUNCHER_TITLE": {
|
||||||
"DEFAULT": "Xateja amb nosaltres",
|
"DEFAULT": "Xateja amb nosaltres",
|
||||||
"LABEL": "Widget Bubble Launcher Title",
|
"LABEL": "Títol del llançador de bombolles de widget",
|
||||||
"PLACE_HOLDER": "Xateja amb nosaltres"
|
"PLACE_HOLDER": "Xateja amb nosaltres"
|
||||||
},
|
},
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"BUTTON_TEXT": "Update Widget Settings",
|
"BUTTON_TEXT": "Actualitza la configuració del widget",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Widget settings updated successfully",
|
"SUCCESS_MESSAGE": "La configuració del widget s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "Unable to update widget settings"
|
"ERROR_MESSAGE": "No es pot actualitzar la configuració del widget"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WIDGET_VIEW_OPTION": {
|
"WIDGET_VIEW_OPTION": {
|
||||||
"PREVIEW": "Preview",
|
"PREVIEW": "Vista prèvia",
|
||||||
"SCRIPT": "Script"
|
"SCRIPT": "Script"
|
||||||
},
|
},
|
||||||
"WIDGET_BUBBLE_POSITION": {
|
"WIDGET_BUBBLE_POSITION": {
|
||||||
"LEFT": "Left",
|
"LEFT": "Esquerra",
|
||||||
"RIGHT": "Right"
|
"RIGHT": "Dreta"
|
||||||
},
|
},
|
||||||
"WIDGET_BUBBLE_TYPE": {
|
"WIDGET_BUBBLE_TYPE": {
|
||||||
"STANDARD": "Standard",
|
"STANDARD": "Estàndard",
|
||||||
"EXPANDED_BUBBLE": "Expanded Bubble"
|
"EXPANDED_BUBBLE": "Bombolla expandida"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WIDGET_SCREEN": {
|
"WIDGET_SCREEN": {
|
||||||
"DEFAULT": "Default",
|
"DEFAULT": "Per defecte",
|
||||||
"CHAT": "Chat"
|
"CHAT": "Xat"
|
||||||
},
|
},
|
||||||
"REPLY_TIME": {
|
"REPLY_TIME": {
|
||||||
"IN_A_FEW_MINUTES": "Normalment responem en pocs minuts",
|
"IN_A_FEW_MINUTES": "Normalment responem en pocs minuts",
|
||||||
@ -722,18 +725,18 @@
|
|||||||
},
|
},
|
||||||
"BODY": {
|
"BODY": {
|
||||||
"TEAM_AVAILABILITY": {
|
"TEAM_AVAILABILITY": {
|
||||||
"ONLINE": "We are Online",
|
"ONLINE": "Estem en línia",
|
||||||
"OFFLINE": "Estem fora en aquest moment"
|
"OFFLINE": "Estem fora en aquest moment"
|
||||||
},
|
},
|
||||||
"USER_MESSAGE": "Hi",
|
"USER_MESSAGE": "Hola",
|
||||||
"AGENT_MESSAGE": "Hello"
|
"AGENT_MESSAGE": "Hola"
|
||||||
},
|
},
|
||||||
"BRANDING_TEXT": "Desenvolupat per Chatwoot",
|
"BRANDING_TEXT": "Desenvolupat per Chatwoot",
|
||||||
"SCRIPT_SETTINGS": "\n window.chatwootSettings = {options};"
|
"SCRIPT_SETTINGS": "\n window.chatwootSettings = {options};"
|
||||||
},
|
},
|
||||||
"EMAIL_PROVIDERS": {
|
"EMAIL_PROVIDERS": {
|
||||||
"MICROSOFT": "Microsoft",
|
"MICROSOFT": "Microsoft",
|
||||||
"OTHER_PROVIDERS": "Other Providers"
|
"OTHER_PROVIDERS": "Altres proveïdors"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"INTEGRATION_APPS": {
|
"INTEGRATION_APPS": {
|
||||||
"FETCHING": "Fetching Integrations",
|
"FETCHING": "S'estan obtenint integracions",
|
||||||
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
|
"NO_HOOK_CONFIGURED": "No hi ha integracions %{integrationId} configurades en aquest compte.",
|
||||||
"HEADER": "Applications",
|
"HEADER": "Aplicacions",
|
||||||
"STATUS": {
|
"STATUS": {
|
||||||
"ENABLED": "Habilita",
|
"ENABLED": "Habilita",
|
||||||
"DISABLED": "Inhabilita"
|
"DISABLED": "Inhabilita"
|
||||||
},
|
},
|
||||||
"CONFIGURE": "Configura",
|
"CONFIGURE": "Configura",
|
||||||
"ADD_BUTTON": "Add a new hook",
|
"ADD_BUTTON": "Afegeix un nou hook",
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"TITLE": {
|
"TITLE": {
|
||||||
"INBOX": "Confirm deletion",
|
"INBOX": "Confirma la supressió",
|
||||||
"ACCOUNT": "Disconnect"
|
"ACCOUNT": "Desconnecta"
|
||||||
},
|
},
|
||||||
"MESSAGE": {
|
"MESSAGE": {
|
||||||
"INBOX": "N'estàs segur?",
|
"INBOX": "N'estàs segur?",
|
||||||
"ACCOUNT": "Are you sure to disconnect?"
|
"ACCOUNT": "Segur que us desconnecteu?"
|
||||||
},
|
},
|
||||||
"CONFIRM_BUTTON_TEXT": {
|
"CONFIRM_BUTTON_TEXT": {
|
||||||
"INBOX": "Si, esborra",
|
"INBOX": "Si, esborra",
|
||||||
"ACCOUNT": "Yes, Disconnect"
|
"ACCOUNT": "Sí, desconnecta"
|
||||||
},
|
},
|
||||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Hook deleted successfully",
|
"SUCCESS_MESSAGE": "S'ha esborrat el Hook correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"FETCHING": "Fetching integration hooks",
|
"FETCHING": "Recollint els hooks d'integració",
|
||||||
"INBOX": "Inbox",
|
"INBOX": "Safata d'entrada",
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Esborrar"
|
"BUTTON_TEXT": "Esborrar"
|
||||||
}
|
}
|
||||||
@ -38,14 +38,14 @@
|
|||||||
"ADD": {
|
"ADD": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"INBOX": {
|
"INBOX": {
|
||||||
"LABEL": "Select Inbox",
|
"LABEL": "Selecciona Safata d'entrada",
|
||||||
"PLACEHOLDER": "Select Inbox"
|
"PLACEHOLDER": "Selecciona Safata d'entrada"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Crear",
|
"SUBMIT": "Crear",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Integration hook added successfully",
|
"SUCCESS_MESSAGE": "El hook d'integració s'ha afegit correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -53,10 +53,10 @@
|
|||||||
"BUTTON_TEXT": "Connectar"
|
"BUTTON_TEXT": "Connectar"
|
||||||
},
|
},
|
||||||
"DISCONNECT": {
|
"DISCONNECT": {
|
||||||
"BUTTON_TEXT": "Disconnect"
|
"BUTTON_TEXT": "Desconnecta"
|
||||||
},
|
},
|
||||||
"SIDEBAR_DESCRIPTION": {
|
"SIDEBAR_DESCRIPTION": {
|
||||||
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with %{installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
|
"DIALOGFLOW": "Dialogflow és una plataforma de comprensió del llenguatge natural que facilita el disseny i la integració d'una interfície d'usuari conversacional a la teva aplicació mòbil, aplicació web, dispositiu, bot, sistema interactiu de resposta de veu, etc. <br /> <br /> La integració de Dialogflow amb %{installationName} us permet configurar un bot de Dialogflow amb les teves safates d'entrada, la qual cosa permet al bot gestionar les consultes inicialment i lliurar-les a un agent quan sigui necessari. Dialogflow es pot utilitzar per qualificar els clients potencials, reduir la càrrega de treball dels agents proporcionant preguntes freqüents, etc. <br /> <br /> Per afegir Dialogflow, has de crear un compte de servei a la consola del vostre projecte de Google i compartir les credencials. Consulta els documents de Dialogflow per obtenir més informació."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,21 +2,21 @@
|
|||||||
"INTEGRATION_SETTINGS": {
|
"INTEGRATION_SETTINGS": {
|
||||||
"HEADER": "Integracions",
|
"HEADER": "Integracions",
|
||||||
"WEBHOOK": {
|
"WEBHOOK": {
|
||||||
"SUBSCRIBED_EVENTS": "Subscribed Events",
|
"SUBSCRIBED_EVENTS": "Esdeveniments subscrits",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"CANCEL": "Cancel·la",
|
"CANCEL": "Cancel·la",
|
||||||
"DESC": "Els esdeveniments de Webhook us proporcionen informació en temps real sobre el que passa al vostre compte de Chatwoot. Introduïu una URL vàlid per configurar un callback.",
|
"DESC": "Els esdeveniments de Webhook us proporcionen informació en temps real sobre el que passa al vostre compte de Chatwoot. Introduïu una URL vàlid per configurar un callback.",
|
||||||
"SUBSCRIPTIONS": {
|
"SUBSCRIPTIONS": {
|
||||||
"LABEL": "Events",
|
"LABEL": "Esdeveniments",
|
||||||
"EVENTS": {
|
"EVENTS": {
|
||||||
"CONVERSATION_CREATED": "Conversation Created",
|
"CONVERSATION_CREATED": "Conversa Creada",
|
||||||
"CONVERSATION_STATUS_CHANGED": "Conversation Status Changed",
|
"CONVERSATION_STATUS_CHANGED": "Estat de la conversa canviat",
|
||||||
"CONVERSATION_UPDATED": "Conversation Updated",
|
"CONVERSATION_UPDATED": "Conversa Actualitzada",
|
||||||
"MESSAGE_CREATED": "Message created",
|
"MESSAGE_CREATED": "Missatge creat",
|
||||||
"MESSAGE_UPDATED": "Message updated",
|
"MESSAGE_UPDATED": "Missatge actualitzat",
|
||||||
"WEBWIDGET_TRIGGERED": "Live chat widget opened by the user",
|
"WEBWIDGET_TRIGGERED": "Widget de xat en directe obert per l'usuari",
|
||||||
"CONTACT_CREATED": "Contact created",
|
"CONTACT_CREATED": "Contacte creat",
|
||||||
"CONTACT_UPDATED": "Contact updated"
|
"CONTACT_UPDATED": "Contacte actualitzat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"END_POINT": {
|
"END_POINT": {
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"PLACEHOLDER": "Exemple: https://example/api/webhook",
|
"PLACEHOLDER": "Exemple: https://example/api/webhook",
|
||||||
"ERROR": "Introduïu una URL vàlid"
|
"ERROR": "Introduïu una URL vàlid"
|
||||||
},
|
},
|
||||||
"EDIT_SUBMIT": "Update webhook",
|
"EDIT_SUBMIT": "Webhook actualitzat",
|
||||||
"ADD_SUBMIT": "Crear webhook"
|
"ADD_SUBMIT": "Crear webhook"
|
||||||
},
|
},
|
||||||
"TITLE": "Webhook",
|
"TITLE": "Webhook",
|
||||||
@ -44,9 +44,9 @@
|
|||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"BUTTON_TEXT": "Edita",
|
"BUTTON_TEXT": "Edita",
|
||||||
"TITLE": "Edit webhook",
|
"TITLE": "Edita el webhook",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Webhook configuration updated successfully",
|
"SUCCESS_MESSAGE": "La configuració del webhook s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"CANCEL": "Cancel·la",
|
"CANCEL": "Cancel·la",
|
||||||
"TITLE": "Afegir un nou webhook",
|
"TITLE": "Afegir un nou webhook",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Webhook configuration added successfully",
|
"SUCCESS_MESSAGE": "La configuració del webhook s'ha afegit correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -66,7 +66,7 @@
|
|||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirma l'esborrat",
|
"TITLE": "Confirma l'esborrat",
|
||||||
"MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})",
|
"MESSAGE": "N'estàs segur que suprimiu el webhook? (%{webhookURL})",
|
||||||
"YES": "Si, esborra ",
|
"YES": "Si, esborra ",
|
||||||
"NO": "No, mantén-la"
|
"NO": "No, mantén-la"
|
||||||
}
|
}
|
||||||
@ -75,82 +75,82 @@
|
|||||||
"SLACK": {
|
"SLACK": {
|
||||||
"DELETE": "Esborrar",
|
"DELETE": "Esborrar",
|
||||||
"DELETE_CONFIRMATION": {
|
"DELETE_CONFIRMATION": {
|
||||||
"TITLE": "Delete the integration",
|
"TITLE": "Suprimeix la integració",
|
||||||
"MESSAGE": "Are you sure you want to delete the integration? Doing so will result in the loss of access to conversations on your Slack workspace."
|
"MESSAGE": "N'estàs segur que vols suprimir la integració? Si ho fas, es perdrà l'accés a les converses del vostre espai de treball de Slack."
|
||||||
},
|
},
|
||||||
"HELP_TEXT": {
|
"HELP_TEXT": {
|
||||||
"TITLE": "Com utilitzar la integració de Slack?",
|
"TITLE": "Com utilitzar la integració de Slack?",
|
||||||
"BODY": "Amb aquesta integració, totes les teves converses entrants se sincronitzaran amb el canal ***%{selectedChannelName}*** del teu espai de treball de Slack. Podeu gestionar totes les converses dels vostres clients directament des del canal i no perdreu cap missatge.\n\nAquestes són les principals característiques de la integració:\n\n**Respondre a converses des de Slack:** Per respondre a una conversa al ***%{selectedChannelName}*** canal de Slack, només has d'escriure el teu missatge i enviar-lo com a fil. Això crearà una resposta al client mitjançant Chatwoot. Així de senzill!\n\n **Crear notes privades:** si vols crear notes privades en lloc de respostes, comença el teu missatge amb ***`nota:`***. Això garanteix que el vostre missatge es mantingui privat i no serà visible per al client.\n\n**Associar un perfil d'agent:** si la persona que va respondre a Slack té un perfil d'agent a Chatwoot amb el mateix correu electrònic, les respostes s'associaran amb aquest perfil d'agent automàticament. Això vol dir que podeu fer un seguiment fàcilment qui va dir què i quan. D'altra banda, quan el contestador no té un perfil d'agent associat, les respostes apareixeran des del perfil del bot al client.",
|
"BODY": "Amb aquesta integració, totes les teves converses entrants se sincronitzaran amb el canal ***%{selectedChannelName}*** del teu espai de treball de Slack. Podeu gestionar totes les converses dels vostres clients directament des del canal i no perdreu cap missatge.\n\nAquestes són les principals característiques de la integració:\n\n**Respondre a converses des de Slack:** Per respondre a una conversa al ***%{selectedChannelName}*** canal de Slack, només has d'escriure el teu missatge i enviar-lo com a fil. Això crearà una resposta al client mitjançant Chatwoot. Així de senzill!\n\n **Crear notes privades:** si vols crear notes privades en lloc de respostes, comença el teu missatge amb ***`nota:`***. Això garanteix que el vostre missatge es mantingui privat i no serà visible per al client.\n\n**Associar un perfil d'agent:** si la persona que va respondre a Slack té un perfil d'agent a Chatwoot amb el mateix correu electrònic, les respostes s'associaran amb aquest perfil d'agent automàticament. Això vol dir que podeu fer un seguiment fàcilment qui va dir què i quan. D'altra banda, quan el contestador no té un perfil d'agent associat, les respostes apareixeran des del perfil del bot al client.",
|
||||||
"SELECTED": "selected"
|
"SELECTED": "seleccionat"
|
||||||
},
|
},
|
||||||
"SELECT_CHANNEL": {
|
"SELECT_CHANNEL": {
|
||||||
"OPTION_LABEL": "Select a channel",
|
"OPTION_LABEL": "Selecciona el canal",
|
||||||
"UPDATE": "Actualitza",
|
"UPDATE": "Actualitza",
|
||||||
"BUTTON_TEXT": "Connect channel",
|
"BUTTON_TEXT": "Connecta el canal",
|
||||||
"DESCRIPTION": "Your Slack workspace is now linked with Chatwoot. However, the integration is currently inactive. To activate the integration and connect a channel to Chatwoot, please click the button below.\n\n**Note:** If you are attempting to connect a private channel, add the Chatwoot app to the Slack channel before proceeding with this step.",
|
"DESCRIPTION": "El teu espai de treball de Slack ara està enllaçat amb Chatwoot. Tanmateix, actualment la integració està inactiva. Per activar la integració i connectar un canal a Chatwoot, feu clic al botó següent.\n\n**Nota:** si estas intentant connectar un canal privat, afegeix l'aplicació Chatwoot al canal de Slack abans de continuar amb aquest pas.",
|
||||||
"ATTENTION_REQUIRED": "Attention required",
|
"ATTENTION_REQUIRED": "Es requereix atenció",
|
||||||
"EXPIRED": "Your Slack integration has expired. To continue receiving messages on Slack, please delete the integration and connect your workspace again."
|
"EXPIRED": "La teva integració de Slack ha caducat. Per continuar rebent missatges a Slack, suprimeix la integració i torna a connectar el vostre espai de treball."
|
||||||
},
|
},
|
||||||
"UPDATE_ERROR": "There was an error updating the integration, please try again",
|
"UPDATE_ERROR": "S'ha produït un error en actualitzar la integració, torna-ho a provar",
|
||||||
"UPDATE_SUCCESS": "The channel is connected successfully",
|
"UPDATE_SUCCESS": "El canal s'ha connectat correctament",
|
||||||
"FAILED_TO_FETCH_CHANNELS": "There was an error fetching the channels from Slack, please try again"
|
"FAILED_TO_FETCH_CHANNELS": "S'ha produït un error en obtenir els canals de Slack, torna-ho a provar"
|
||||||
},
|
},
|
||||||
"DYTE": {
|
"DYTE": {
|
||||||
"CLICK_HERE_TO_JOIN": "Click here to join",
|
"CLICK_HERE_TO_JOIN": "Fes clic aquí per unir-te",
|
||||||
"LEAVE_THE_ROOM": "Leave the room",
|
"LEAVE_THE_ROOM": "Deixa la sala",
|
||||||
"START_VIDEO_CALL_HELP_TEXT": "Start a new video call with the customer",
|
"START_VIDEO_CALL_HELP_TEXT": "Inicia una nova videotrucada amb el client",
|
||||||
"JOIN_ERROR": "There was an error joining the call, please try again",
|
"JOIN_ERROR": "S'ha produït un error en unir-se a la trucada, torna-ho a provar",
|
||||||
"CREATE_ERROR": "There was an error creating a meeting link, please try again"
|
"CREATE_ERROR": "S'ha produït un error en crear un enllaç de reunió, torna-ho a provar"
|
||||||
},
|
},
|
||||||
"OPEN_AI": {
|
"OPEN_AI": {
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "Assistència IA",
|
||||||
"WITH_AI": " %{option} with AI ",
|
"WITH_AI": " %{option} amb IA ",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"REPLY_SUGGESTION": "Reply Suggestion",
|
"REPLY_SUGGESTION": "Suggeriment de resposta",
|
||||||
"SUMMARIZE": "Summarize",
|
"SUMMARIZE": "Resumir",
|
||||||
"REPHRASE": "Improve Writing",
|
"REPHRASE": "Millorar l'escriptura",
|
||||||
"FIX_SPELLING_GRAMMAR": "Fix Spelling and Grammar",
|
"FIX_SPELLING_GRAMMAR": "Corregir l'ortografia i la gramàtica",
|
||||||
"SHORTEN": "Shorten",
|
"SHORTEN": "Abreuja",
|
||||||
"EXPAND": "Expand",
|
"EXPAND": "Expandeix",
|
||||||
"MAKE_FRIENDLY": "Change message tone to friendly",
|
"MAKE_FRIENDLY": "Canvia el to del missatge a amigable",
|
||||||
"MAKE_FORMAL": "Use formal tone",
|
"MAKE_FORMAL": "Utilitza un to formal",
|
||||||
"SIMPLIFY": "Simplify"
|
"SIMPLIFY": "Simplifica"
|
||||||
},
|
},
|
||||||
"ASSISTANCE_MODAL": {
|
"ASSISTANCE_MODAL": {
|
||||||
"DRAFT_TITLE": "Draft content",
|
"DRAFT_TITLE": "Esborrany de contingut",
|
||||||
"GENERATED_TITLE": "Generated content",
|
"GENERATED_TITLE": "Contingut generat",
|
||||||
"AI_WRITING": "AI is writing",
|
"AI_WRITING": "La IA està escrivint",
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"APPLY": "Use this suggestion",
|
"APPLY": "Utilitza aquest suggeriment",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CTA_MODAL": {
|
"CTA_MODAL": {
|
||||||
"TITLE": "Integrate with OpenAI",
|
"TITLE": "Integració amb OpenAI",
|
||||||
"DESC": "Bring advanced AI features to your dashboard with OpenAI's GPT models. To begin, enter the API key from your OpenAI account.",
|
"DESC": "Aporta funcions d'IA avançades al teu tauler amb els models GPT d'OpenAI. Per començar, introdueix la clau API del teu compte d'OpenAI.",
|
||||||
"KEY_PLACEHOLDER": "Enter your OpenAI API key",
|
"KEY_PLACEHOLDER": "Introdueix la vostra API key d'OpenAI",
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"NEED_HELP": "Need help?",
|
"NEED_HELP": "Necessita ajuda?",
|
||||||
"DISMISS": "Descartar",
|
"DISMISS": "Descartar",
|
||||||
"FINISH": "Finish Setup"
|
"FINISH": "Finalitza la configuració"
|
||||||
},
|
},
|
||||||
"DISMISS_MESSAGE": "You can setup OpenAI integration later Whenever you want.",
|
"DISMISS_MESSAGE": "Pots configurar la integració d'OpenAI més tard quan vulguis.",
|
||||||
"SUCCESS_MESSAGE": "OpenAI integration setup successfully"
|
"SUCCESS_MESSAGE": "S'ha configurat correctament la integració d'OpenAI"
|
||||||
},
|
},
|
||||||
"TITLE": "Improve With AI",
|
"TITLE": "Millora amb IA",
|
||||||
"SUMMARY_TITLE": "Summary with AI",
|
"SUMMARY_TITLE": "Resum amb IA",
|
||||||
"REPLY_TITLE": "Reply suggestion with AI",
|
"REPLY_TITLE": "Respon el suggeriment amb IA",
|
||||||
"SUBTITLE": "An improved reply will be generated using AI, based on your current draft.",
|
"SUBTITLE": "Es generarà una resposta millorada mitjançant IA, basada en el teu esborrany actual.",
|
||||||
"TONE": {
|
"TONE": {
|
||||||
"TITLE": "Tone",
|
"TITLE": "To",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"PROFESSIONAL": "Professional",
|
"PROFESSIONAL": "Professional",
|
||||||
"FRIENDLY": "Friendly"
|
"FRIENDLY": "Amable"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BUTTONS": {
|
"BUTTONS": {
|
||||||
"GENERATE": "Generate",
|
"GENERATE": "Genera",
|
||||||
"GENERATING": "Generating...",
|
"GENERATING": "Generant...",
|
||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"GENERATE_ERROR": "There was an error processing the content, please try again"
|
"GENERATE_ERROR": "There was an error processing the content, please try again"
|
||||||
@ -165,49 +165,130 @@
|
|||||||
"BUTTON_TEXT": "Connectar"
|
"BUTTON_TEXT": "Connectar"
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
"TITLE": "Dashboard Apps",
|
"TITLE": "Aplicacions del tauler de control",
|
||||||
"HEADER_BTN_TXT": "Add a new dashboard app",
|
"HEADER_BTN_TXT": "Afegeix una aplicació de tauler nova",
|
||||||
"SIDEBAR_TXT": "<p><b>Dashboard Apps</b></p><p>Dashboard Apps allow organizations to embed an application inside the Chatwoot dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that inside the dashboard to provide user information, their orders, or their previous payment history.</p><p>When you embed your application using the dashboard in Chatwoot, your application will get the context of the conversation and contact as a window event. Implement a listener for the message event on your page to receive the context.</p><p>To add a new dashboard app, click on the button 'Add a new dashboard app'.</p>",
|
"SIDEBAR_TXT": "<p><b>Aplicacions del tauler de control</b></p><p>Les aplicacions del tauler de control permeten a les organitzacions incrustar una aplicació dins del tauler de control de Chatwoot per proporcionar el context als agents d'atenció al client. Aquesta funció et permet crear una aplicació de manera independent i inserir-la dins del tauler per proporcionar informació de l'usuari, les seves comandes o el seu historial de pagaments anteriors.</p><p>Quan incrusteu la teva aplicació mitjançant el tauler de control de Chatwoot, la teva aplicació obté el context de la conversa i el contacte com a esdeveniment de finestra. Implementa un oient per a l'esdeveniment del missatge a la teva pàgina per rebre el context.</p><p>Per afegir una aplicació de tauler nova, feu clic al botó \"Afegeix una aplicació de tauler nova\".</p>",
|
||||||
"DESCRIPTION": "Dashboard Apps allow organizations to embed an application inside the dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that to provide user information, their orders, or their previous payment history.",
|
"DESCRIPTION": "Les aplicacions del tauler permeten a les organitzacions incrustar una aplicació dins del tauler per proporcionar el context als agents d'atenció al client. Aquesta funció et permet crear una aplicació de manera independent i incorporar-la per proporcionar informació de l'usuari, les seves comandes o el seu historial de pagaments anterior.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no dashboard apps configured on this account yet",
|
"404": "Encara no hi ha cap aplicació de tauler configurada en aquest compte",
|
||||||
"LOADING": "Fetching dashboard apps...",
|
"LOADING": "S'estan obtenint les aplicacions del tauler de control...",
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Nom",
|
"Nom",
|
||||||
"Endpoint"
|
"Endpoint"
|
||||||
],
|
],
|
||||||
"EDIT_TOOLTIP": "Edit app",
|
"EDIT_TOOLTIP": "Edita l'aplicació",
|
||||||
"DELETE_TOOLTIP": "Delete app"
|
"DELETE_TOOLTIP": "Suprimeix l'aplicació"
|
||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"TITLE_LABEL": "Nom",
|
"TITLE_LABEL": "Nom",
|
||||||
"TITLE_PLACEHOLDER": "Enter a name for your dashboard app",
|
"TITLE_PLACEHOLDER": "Introdueix un nom per a l'aplicació del tauler",
|
||||||
"TITLE_ERROR": "A name for the dashboard app is required",
|
"TITLE_ERROR": "Un nom per a l'aplicació del tauler és obligatori",
|
||||||
"URL_LABEL": "Endpoint",
|
"URL_LABEL": "Endpoint",
|
||||||
"URL_PLACEHOLDER": "Enter the endpoint URL where your app is hosted",
|
"URL_PLACEHOLDER": "Introdueix l'URL del punt final on està allotjada la teva aplicació",
|
||||||
"URL_ERROR": "A valid URL is required"
|
"URL_ERROR": "Una URL vàlida és obligatoria"
|
||||||
},
|
},
|
||||||
"CREATE": {
|
"CREATE": {
|
||||||
"HEADER": "Add a new dashboard app",
|
"HEADER": "Afegeix una aplicació de tauler nova",
|
||||||
"FORM_SUBMIT": "Envia",
|
"FORM_SUBMIT": "Envia",
|
||||||
"FORM_CANCEL": "Cancel·la",
|
"FORM_CANCEL": "Cancel·la",
|
||||||
"API_SUCCESS": "Dashboard app configured successfully",
|
"API_SUCCESS": "L'aplicació del tauler de control s'ha configurat correctament",
|
||||||
"API_ERROR": "We couldn't create an app. Please try again later"
|
"API_ERROR": "No hem pogut crear una aplicació. Intenta-ho més tard"
|
||||||
},
|
},
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"HEADER": "Edit dashboard app",
|
"HEADER": "Edita l'aplicació del tauler",
|
||||||
"FORM_SUBMIT": "Actualitza",
|
"FORM_SUBMIT": "Actualitza",
|
||||||
"FORM_CANCEL": "Cancel·la",
|
"FORM_CANCEL": "Cancel·la",
|
||||||
"API_SUCCESS": "Dashboard app updated successfully",
|
"API_SUCCESS": "L'aplicació del tauler de control s'ha actualitzat correctament",
|
||||||
"API_ERROR": "We couldn't update the app. Please try again later"
|
"API_ERROR": "No hem pogut actualitzar l'aplicació. Intenta-ho més tard"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"CONFIRM_YES": "Yes, delete it",
|
"CONFIRM_YES": "Sí, esborra-ho",
|
||||||
"CONFIRM_NO": "No, keep it",
|
"CONFIRM_NO": "No, mantén-la",
|
||||||
"TITLE": "Confirm deletion",
|
"TITLE": "Confirma la supressió",
|
||||||
"MESSAGE": "Are you sure to delete the app - %{appName}?",
|
"MESSAGE": "N'estàs segur que vols suprimir l'aplicació - %{appName}?",
|
||||||
"API_SUCCESS": "Dashboard app deleted successfully",
|
"API_SUCCESS": "L'aplicació del tauler de control s'ha esborrat correctament",
|
||||||
"API_ERROR": "We couldn't delete the app. Please try again later"
|
"API_ERROR": "No hem pogut esborrar l'aplicació. Intenta-ho més tard"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Crear/enllaçar una issue en Linear",
|
||||||
|
"LOADING": "S'estan buscant issues en Linear...",
|
||||||
|
"LOADING_ERROR": "S'ha produït un error en obtenir les issues en Linear, torna-ho a provar",
|
||||||
|
"CREATE": "Crear",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Cerca issues",
|
||||||
|
"SELECT": "Selecciona una issue",
|
||||||
|
"TITLE": "Enllaç",
|
||||||
|
"EMPTY_LIST": "No s'han trobat issues de Linear",
|
||||||
|
"LOADING": "Carregant",
|
||||||
|
"ERROR": "S'ha produït un error en obtenir les issues en Linear, torna-ho a provar",
|
||||||
|
"LINK_SUCCESS": "S'ha enllaçat la issue correctament",
|
||||||
|
"LINK_ERROR": "S'ha produït un error en enllaçar la issue, torna-ho a provar",
|
||||||
|
"LINK_TITLE": "Conversa (#%{conversationId}) amb %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Crear/enllaçar una issue en Linear",
|
||||||
|
"DESCRIPTION": "Crea issues en Linear a partir de converses o enllaça els existents per fer un seguiment perfecte.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Títol",
|
||||||
|
"PLACEHOLDER": "Introdueix un títol",
|
||||||
|
"REQUIRED_ERROR": "El títol és necessari"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Descripció",
|
||||||
|
"PLACEHOLDER": "Introdueix la descripció"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Equip",
|
||||||
|
"PLACEHOLDER": "Selecciona equip",
|
||||||
|
"SEARCH": "Cerca equip",
|
||||||
|
"REQUIRED_ERROR": "Un equip és necessari"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Cessionari",
|
||||||
|
"PLACEHOLDER": "Selecciona assignat",
|
||||||
|
"SEARCH": "Cerca assignat"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Prioritat",
|
||||||
|
"PLACEHOLDER": "Selecciona la prioritat",
|
||||||
|
"SEARCH": "Cerca prioritat"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Etiqueta",
|
||||||
|
"PLACEHOLDER": "Selecciona l'etiqueta",
|
||||||
|
"SEARCH": "Cerca etiqueta"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Estat",
|
||||||
|
"PLACEHOLDER": "Selecciona l'estat",
|
||||||
|
"SEARCH": "Cerca l'estat"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Projecte",
|
||||||
|
"PLACEHOLDER": "Selecciona el projecte",
|
||||||
|
"SEARCH": "Cerca el projecte"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Crear",
|
||||||
|
"CANCEL": "Cancel·la",
|
||||||
|
"CREATE_SUCCESS": "Issue creada correctament",
|
||||||
|
"CREATE_ERROR": "S'ha produït un error en crear la issue, torna-ho a provar",
|
||||||
|
"LOADING_TEAM_ERROR": "S'ha produït un error en obtenir els equips, torna-ho a provar",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "S'ha produït un error en recuperar les entitats de l'equip, torna-ho a provar"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Estat",
|
||||||
|
"PRIORITY": "Prioritat",
|
||||||
|
"ASSIGNEE": "Cessionari",
|
||||||
|
"LABELS": "Etiquetes",
|
||||||
|
"CREATED_AT": "Creat a %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Desenllaça",
|
||||||
|
"SUCCESS": "S'ha desenllaçat la issue correctament",
|
||||||
|
"ERROR": "S'ha produït un error en desenllaçar la issue, torna-ho a provar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,9 +19,9 @@
|
|||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Nom de l'etiqueta",
|
"LABEL": "Nom de l'etiqueta",
|
||||||
"PLACEHOLDER": "Nom de l'etiqueta",
|
"PLACEHOLDER": "Nom de l'etiqueta",
|
||||||
"REQUIRED_ERROR": "Label name is required",
|
"REQUIRED_ERROR": "El nom de l’etiqueta és obligatori",
|
||||||
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
|
"MINIMUM_LENGTH_ERROR": "Es requereix una longitud mínima de 2",
|
||||||
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
|
"VALID_ERROR": "Només es permeten alfabets, números, guionet i guió baix"
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Descripció",
|
"LABEL": "Descripció",
|
||||||
@ -40,16 +40,16 @@
|
|||||||
},
|
},
|
||||||
"SUGGESTIONS": {
|
"SUGGESTIONS": {
|
||||||
"TOOLTIP": {
|
"TOOLTIP": {
|
||||||
"SINGLE_SUGGESTION": "Add label to conversation",
|
"SINGLE_SUGGESTION": "Afegeix una etiqueta a la conversa",
|
||||||
"MULTIPLE_SUGGESTION": "Select this label",
|
"MULTIPLE_SUGGESTION": "Seleccioneu aquesta etiqueta",
|
||||||
"DESELECT": "Deselect label",
|
"DESELECT": "Desseleccioneu l'etiqueta",
|
||||||
"DISMISS": "Dismiss suggestion"
|
"DISMISS": "Ignora el suggeriment"
|
||||||
},
|
},
|
||||||
"POWERED_BY": "Chatwoot AI",
|
"POWERED_BY": "Chatwoot AI",
|
||||||
"DISMISS": "Descartar",
|
"DISMISS": "Descartar",
|
||||||
"ADD_SELECTED_LABELS": "Add selected labels",
|
"ADD_SELECTED_LABELS": "Afegeix les etiquetes seleccionades",
|
||||||
"ADD_SELECTED_LABEL": "Add selected label",
|
"ADD_SELECTED_LABEL": "Afegeix les etiquetes seleccionades",
|
||||||
"ADD_ALL_LABELS": "Add all labels"
|
"ADD_ALL_LABELS": "Afegiu totes les etiquetes"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Afegeix etiqueta",
|
"TITLE": "Afegeix etiqueta",
|
||||||
|
|||||||
@ -1,78 +1,78 @@
|
|||||||
{
|
{
|
||||||
"MACROS": {
|
"MACROS": {
|
||||||
"HEADER": "Macros",
|
"HEADER": "Macros",
|
||||||
"HEADER_BTN_TXT": "Add a new macro",
|
"HEADER_BTN_TXT": "Afegeix una nova macro",
|
||||||
"HEADER_BTN_TXT_SAVE": "Save macro",
|
"HEADER_BTN_TXT_SAVE": "Desa la macro",
|
||||||
"LOADING": "Fetching macros",
|
"LOADING": "Obtenció de macros",
|
||||||
"SIDEBAR_TXT": "<p><b>Macros</b><p>A macro is a set of saved actions that help customer service agents easily complete tasks. The agents can define a set of actions like tagging a conversation with a label, sending an email transcript, updating a custom attribute, etc., and they can run these actions in a single click. When the agents run the macro, the actions would be performed sequentially in the order they are defined. Macros improve productivity and increase consistency in actions. </p><p>A macro can be helpful in 2 ways. </p><p><b>As an agent assist:</b> If an agent performs a set of actions multiple times, they can save it as a macro and execute all the actions together using a single click.</p><p><b>As an option to onboard a team member:</b> Every agent has to perform many different checks/actions during each conversation. Onboarding a new support team member will be easy if pre-defined macros are available on the account. Instead of describing each step in detail, the manager/team lead can point to the macros used in different scenarios.</p>",
|
"SIDEBAR_TXT": "<p><b>Macros</b><p>Una macro és un conjunt d'accions desades que ajuden els agents d'atenció al client a completar tasques fàcilment. Els agents poden definir un conjunt d'accions com etiquetar una conversa amb una etiqueta, enviar una transcripció de correu electrònic, actualitzar un atribut personalitzat, etc., i poden executar aquestes accions amb un sol clic. Quan els agents executen la macro, les accions es realitzaran seqüencialment en l'ordre en què es defineixen. Les macros milloren la productivitat i augmenten la coherència en les accions. </p><p>Una macro pot ser útil de dues maneres. </p><p><b>Com a ajuda d'un agent:</b> si un agent realitza un conjunt d'accions diverses vegades, pot desar-lo com a macro i executar totes les accions junts amb un sol clic.</ p><p><b>Com a opció per incorporar un membre de l'equip:</b> Cada agent ha de realitzar moltes comprovacions/accions diferents durant cada conversa. La incorporació d'un nou membre de l'equip d'assistència serà fàcil si hi ha macros predefinides disponibles al compte. En lloc de descriure cada pas en detall, el responsable o el responsable de l'equip pot indicar les macros utilitzades en diferents escenaris.</p>",
|
||||||
"ERROR": "Something went wrong. Please try again",
|
"ERROR": "Alguna cosa ha anat malament, torna-ho a provar",
|
||||||
"ORDER_INFO": "Macros will run in the order you add your actions. You can rearrange them by dragging them by the handle beside each node.",
|
"ORDER_INFO": "Les macros s'executaran en l'ordre en què afegeixis les teves accions. Pots reorganitzar-los arrossegant-los per l'identificador al costat de cada node.",
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Macro name",
|
"LABEL": "Nom de la macro",
|
||||||
"PLACEHOLDER": "Enter a name for your macro",
|
"PLACEHOLDER": "Introdueix un nom per la teva macro",
|
||||||
"ERROR": "Name is required for creating a macro"
|
"ERROR": "El nom és necessari per crear una macro"
|
||||||
},
|
},
|
||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"LABEL": "Accions"
|
"LABEL": "Accions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Macro added successfully",
|
"SUCCESS_MESSAGE": "La macro s'ha afegit correctament",
|
||||||
"ERROR_MESSAGE": "Unable to create macro, Please try again later"
|
"ERROR_MESSAGE": "No es pot crear la macro. Intenta-ho més tard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"TABLE_HEADER": [
|
"TABLE_HEADER": [
|
||||||
"Nom",
|
"Nom",
|
||||||
"Created by",
|
"Creat per",
|
||||||
"Last updated by",
|
"Última actualització per",
|
||||||
"Visibility"
|
"Visibilitat"
|
||||||
],
|
],
|
||||||
"404": "No macros found"
|
"404": "No s'han trobat macros"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"TOOLTIP": "Delete macro",
|
"TOOLTIP": "Suprimeix la macro",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"MESSAGE": "N'estas segur? ",
|
"MESSAGE": "N'estas segur? ",
|
||||||
"YES": "Si, esborra",
|
"YES": "Si, esborra",
|
||||||
"NO": "No"
|
"NO": "No"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Macro deleted successfully",
|
"SUCCESS_MESSAGE": "La macro s'ha suprimit correctament",
|
||||||
"ERROR_MESSAGE": "There was an error deleting the macro. Please try again later"
|
"ERROR_MESSAGE": "S'ha produït un error suprimint la macro. Torna-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"TOOLTIP": "Edit macro",
|
"TOOLTIP": "Edita la macro",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Macro updated successfully",
|
"SUCCESS_MESSAGE": "La macro s'ha actualitzat correctament",
|
||||||
"ERROR_MESSAGE": "Could not update Macro, Please try again later"
|
"ERROR_MESSAGE": "No s'ha pogut actualitzar la macro. Torna-ho a provar més tard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDITOR": {
|
"EDITOR": {
|
||||||
"START_FLOW": "Start Flow",
|
"START_FLOW": "Inicia el flux",
|
||||||
"END_FLOW": "End Flow",
|
"END_FLOW": "Finalitza el flux",
|
||||||
"LOADING": "Fetching macro",
|
"LOADING": "S'està obtenint la macro",
|
||||||
"ADD_BTN_TOOLTIP": "Add new action",
|
"ADD_BTN_TOOLTIP": "Afegeix nova acció",
|
||||||
"DELETE_BTN_TOOLTIP": "Delete Action",
|
"DELETE_BTN_TOOLTIP": "Suprimeix l'acció",
|
||||||
"VISIBILITY": {
|
"VISIBILITY": {
|
||||||
"LABEL": "Macro Visibility",
|
"LABEL": "Visibilitat de la macro",
|
||||||
"GLOBAL": {
|
"GLOBAL": {
|
||||||
"LABEL": "Public",
|
"LABEL": "Públic",
|
||||||
"DESCRIPTION": "This macro is available publicly for all agents in this account."
|
"DESCRIPTION": "Aquesta macro està disponible públicament per a tots els agents d'aquest compte."
|
||||||
},
|
},
|
||||||
"PERSONAL": {
|
"PERSONAL": {
|
||||||
"LABEL": "Private",
|
"LABEL": "Privat",
|
||||||
"DESCRIPTION": "This macro will be private to you and not be available to others."
|
"DESCRIPTION": "Aquesta macro serà privada per a tu i no estarà disponible per als altres."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EXECUTE": {
|
"EXECUTE": {
|
||||||
"BUTTON_TOOLTIP": "Execute",
|
"BUTTON_TOOLTIP": "Executa",
|
||||||
"PREVIEW": "Preview Macro",
|
"PREVIEW": "Vista prèvia de la macro",
|
||||||
"EXECUTED_SUCCESSFULLY": "Macro executed successfully"
|
"EXECUTED_SUCCESSFULLY": "La macro s'ha executat correctament"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
||||||
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
||||||
"DOWNLOAD_AGENT_REPORTS": "Descarregar Informes d'Agent",
|
"DOWNLOAD_AGENT_REPORTS": "Descarregar Informes d'Agent",
|
||||||
"DATA_FETCHING_FAILED": "Failed to fetch data, please try again later.",
|
"DATA_FETCHING_FAILED": "No s'han pogut obtenir les dades. Intenta-ho més tard.",
|
||||||
"SUMMARY_FETCHING_FAILED": "Failed to fetch summary, please try again later.",
|
"SUMMARY_FETCHING_FAILED": "No s'ha pogut obtenir el resum; torna-ho a provar més tard.",
|
||||||
"METRICS": {
|
"METRICS": {
|
||||||
"CONVERSATIONS": {
|
"CONVERSATIONS": {
|
||||||
"NAME": "Converses",
|
"NAME": "Converses",
|
||||||
@ -20,16 +20,16 @@
|
|||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"NAME": "First Response Time",
|
"NAME": "Primer Temps de Resposta",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de primera resposta (FRT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
"NAME": "Temps de resolució",
|
"NAME": "Temps de resolució",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de resolució (RT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_COUNT": {
|
"RESOLUTION_COUNT": {
|
||||||
"NAME": "Total de resolucions",
|
"NAME": "Total de resolucions",
|
||||||
@ -40,21 +40,21 @@
|
|||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"BOT_HANDOFF_COUNT": {
|
"BOT_HANDOFF_COUNT": {
|
||||||
"NAME": "Handoff Count",
|
"NAME": "Recompte de lliuraments",
|
||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"REPLY_TIME": {
|
"REPLY_TIME": {
|
||||||
"NAME": "Customer waiting time",
|
"NAME": "Temps d'espera del client",
|
||||||
"TOOLTIP_TEXT": "Waiting time is %{metricValue} (based on %{conversationCount} replies)"
|
"TOOLTIP_TEXT": "El temps d'espera és %{metricValue} (basat en %{conversationCount} respostes)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DATE_RANGE_OPTIONS": {
|
"DATE_RANGE_OPTIONS": {
|
||||||
"LAST_7_DAYS": "Últims 7 dies",
|
"LAST_7_DAYS": "Últims 7 dies",
|
||||||
"LAST_30_DAYS": "Últims 30 dies",
|
"LAST_30_DAYS": "Últims 30 dies",
|
||||||
"LAST_3_MONTHS": "Last 3 months",
|
"LAST_3_MONTHS": "Últims tres mesos",
|
||||||
"LAST_6_MONTHS": "Last 6 months",
|
"LAST_6_MONTHS": "Últims sis mesos",
|
||||||
"LAST_YEAR": "Last year",
|
"LAST_YEAR": "Darrer any",
|
||||||
"CUSTOM_DATE_RANGE": "Custom date range"
|
"CUSTOM_DATE_RANGE": "Interval de dates personalitzat"
|
||||||
},
|
},
|
||||||
"DATE_RANGE": [
|
"DATE_RANGE": [
|
||||||
{
|
{
|
||||||
@ -67,61 +67,61 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Last 3 months"
|
"name": "Últims tres mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Last 6 months"
|
"name": "Últims sis mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Last year"
|
"name": "Darrer any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Custom date range"
|
"name": "Interval de dates personalitzat"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CUSTOM_DATE_RANGE": {
|
"CUSTOM_DATE_RANGE": {
|
||||||
"CONFIRM": "Apply",
|
"CONFIRM": "Aplica",
|
||||||
"PLACEHOLDER": "Select date range"
|
"PLACEHOLDER": "Seleccioneu l'interval de dates"
|
||||||
},
|
},
|
||||||
"GROUP_BY_FILTER_DROPDOWN_LABEL": "Group By",
|
"GROUP_BY_FILTER_DROPDOWN_LABEL": "Agrupar per",
|
||||||
"DURATION_FILTER_LABEL": "Duration",
|
"DURATION_FILTER_LABEL": "Durada",
|
||||||
"GROUPING_OPTIONS": {
|
"GROUPING_OPTIONS": {
|
||||||
"DAY": "Day",
|
"DAY": "Dia",
|
||||||
"WEEK": "Week",
|
"WEEK": "Setmana",
|
||||||
"MONTH": "Month",
|
"MONTH": "Mes",
|
||||||
"YEAR": "Any"
|
"YEAR": "Any"
|
||||||
},
|
},
|
||||||
"GROUP_BY_DAY_OPTIONS": [
|
"GROUP_BY_DAY_OPTIONS": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"groupBy": "Day"
|
"groupBy": "Dia"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"GROUP_BY_WEEK_OPTIONS": [
|
"GROUP_BY_WEEK_OPTIONS": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"groupBy": "Day"
|
"groupBy": "Dia"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"groupBy": "Week"
|
"groupBy": "Setmana"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"GROUP_BY_MONTH_OPTIONS": [
|
"GROUP_BY_MONTH_OPTIONS": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"groupBy": "Day"
|
"groupBy": "Dia"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"groupBy": "Week"
|
"groupBy": "Setmana"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"groupBy": "Month"
|
"groupBy": "Mes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"GROUP_BY_YEAR_OPTIONS": [
|
"GROUP_BY_YEAR_OPTIONS": [
|
||||||
@ -138,14 +138,14 @@
|
|||||||
"groupBy": "Month"
|
"groupBy": "Month"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"BUSINESS_HOURS": "Business Hours",
|
"BUSINESS_HOURS": "Horari comercial",
|
||||||
"FILTER_ACTIONS": {
|
"FILTER_ACTIONS": {
|
||||||
"CLEAR_FILTER": "Esborra els filtres",
|
"CLEAR_FILTER": "Esborra els filtres",
|
||||||
"EMPTY_LIST": "No s'ha trobat agents"
|
"EMPTY_LIST": "No s'ha trobat agents"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AGENT_REPORTS": {
|
"AGENT_REPORTS": {
|
||||||
"HEADER": "Agents Overview",
|
"HEADER": "Visió general dels agents",
|
||||||
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
||||||
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
||||||
"DOWNLOAD_AGENT_REPORTS": "Descarregar Informes d'Agent",
|
"DOWNLOAD_AGENT_REPORTS": "Descarregar Informes d'Agent",
|
||||||
@ -164,16 +164,16 @@
|
|||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"NAME": "First Response Time",
|
"NAME": "Primer Temps de Resposta",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de primera resposta (FRT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
"NAME": "Temps de resolució",
|
"NAME": "Temps de resolució",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de resolució (RT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_COUNT": {
|
"RESOLUTION_COUNT": {
|
||||||
"NAME": "Total de resolucions",
|
"NAME": "Total de resolucions",
|
||||||
@ -191,32 +191,32 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Last 3 months"
|
"name": "Últims tres mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Last 6 months"
|
"name": "Últims sis mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Last year"
|
"name": "Darrer any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Custom date range"
|
"name": "Interval de dates personalitzat"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CUSTOM_DATE_RANGE": {
|
"CUSTOM_DATE_RANGE": {
|
||||||
"CONFIRM": "Apply",
|
"CONFIRM": "Aplica",
|
||||||
"PLACEHOLDER": "Select date range"
|
"PLACEHOLDER": "Seleccioneu l'interval de dates"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LABEL_REPORTS": {
|
"LABEL_REPORTS": {
|
||||||
"HEADER": "Labels Overview",
|
"HEADER": "Visió general de les etiquetes",
|
||||||
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
||||||
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
||||||
"DOWNLOAD_LABEL_REPORTS": "Download label reports",
|
"DOWNLOAD_LABEL_REPORTS": "Descarregar Informes d'etiquetes",
|
||||||
"FILTER_DROPDOWN_LABEL": "Select Label",
|
"FILTER_DROPDOWN_LABEL": "Selecciona l'etiqueta",
|
||||||
"METRICS": {
|
"METRICS": {
|
||||||
"CONVERSATIONS": {
|
"CONVERSATIONS": {
|
||||||
"NAME": "Converses",
|
"NAME": "Converses",
|
||||||
@ -231,16 +231,16 @@
|
|||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"NAME": "First Response Time",
|
"NAME": "Primer Temps de Resposta",
|
||||||
"DESC": "(Mitjana)",
|
"DESC": "(Mitjana)",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de primera resposta (FRT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
"NAME": "Temps de resolució",
|
"NAME": "Temps de resolució",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de resolució (RT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_COUNT": {
|
"RESOLUTION_COUNT": {
|
||||||
"NAME": "Total de resolucions",
|
"NAME": "Total de resolucions",
|
||||||
@ -258,32 +258,32 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Last 3 months"
|
"name": "Últims tres mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Last 6 months"
|
"name": "Últims sis mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Last year"
|
"name": "Darrer any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Custom date range"
|
"name": "Interval de dates personalitzat"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CUSTOM_DATE_RANGE": {
|
"CUSTOM_DATE_RANGE": {
|
||||||
"CONFIRM": "Apply",
|
"CONFIRM": "Aplica",
|
||||||
"PLACEHOLDER": "Select date range"
|
"PLACEHOLDER": "Seleccioneu l'interval de dates"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"INBOX_REPORTS": {
|
"INBOX_REPORTS": {
|
||||||
"HEADER": "Inbox Overview",
|
"HEADER": "Visió general de la safata d'entrada",
|
||||||
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
||||||
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
||||||
"DOWNLOAD_INBOX_REPORTS": "Download inbox reports",
|
"DOWNLOAD_INBOX_REPORTS": "Baixa els informes de la safata d'entrada",
|
||||||
"FILTER_DROPDOWN_LABEL": "Select Inbox",
|
"FILTER_DROPDOWN_LABEL": "Selecciona Safata d'entrada",
|
||||||
"METRICS": {
|
"METRICS": {
|
||||||
"CONVERSATIONS": {
|
"CONVERSATIONS": {
|
||||||
"NAME": "Converses",
|
"NAME": "Converses",
|
||||||
@ -298,16 +298,16 @@
|
|||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"NAME": "First Response Time",
|
"NAME": "Primer Temps de Resposta",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de primera resposta (FRT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
"NAME": "Temps de resolució",
|
"NAME": "Temps de resolució",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de resolució (RT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_COUNT": {
|
"RESOLUTION_COUNT": {
|
||||||
"NAME": "Total de resolucions",
|
"NAME": "Total de resolucions",
|
||||||
@ -325,32 +325,32 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Last 3 months"
|
"name": "Últims tres mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Last 6 months"
|
"name": "Últims sis mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Last year"
|
"name": "Darrer any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Custom date range"
|
"name": "Interval de dates personalitzat"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CUSTOM_DATE_RANGE": {
|
"CUSTOM_DATE_RANGE": {
|
||||||
"CONFIRM": "Apply",
|
"CONFIRM": "Aplica",
|
||||||
"PLACEHOLDER": "Select date range"
|
"PLACEHOLDER": "Seleccioneu l'interval de dates"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TEAM_REPORTS": {
|
"TEAM_REPORTS": {
|
||||||
"HEADER": "Team Overview",
|
"HEADER": "Visió general de l'equip",
|
||||||
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
||||||
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
||||||
"DOWNLOAD_TEAM_REPORTS": "Download team reports",
|
"DOWNLOAD_TEAM_REPORTS": "Descarregar Informes d'equip",
|
||||||
"FILTER_DROPDOWN_LABEL": "Select Team",
|
"FILTER_DROPDOWN_LABEL": "Selecciona equip",
|
||||||
"METRICS": {
|
"METRICS": {
|
||||||
"CONVERSATIONS": {
|
"CONVERSATIONS": {
|
||||||
"NAME": "Converses",
|
"NAME": "Converses",
|
||||||
@ -365,16 +365,16 @@
|
|||||||
"DESC": "( Total )"
|
"DESC": "( Total )"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"NAME": "First Response Time",
|
"NAME": "Primer Temps de Resposta",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de primera resposta (FRT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
"NAME": "Temps de resolució",
|
"NAME": "Temps de resolució",
|
||||||
"DESC": "( Promig )",
|
"DESC": "( Promig )",
|
||||||
"INFO_TEXT": "Total number of conversations used for computation:",
|
"INFO_TEXT": "Nombre total de converses utilitzades per al càlcul:",
|
||||||
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
|
"TOOLTIP_TEXT": "El temps de resolució (RT) és %{metricValue} (basat en %{conversationCount} converses)"
|
||||||
},
|
},
|
||||||
"RESOLUTION_COUNT": {
|
"RESOLUTION_COUNT": {
|
||||||
"NAME": "Total de resolucions",
|
"NAME": "Total de resolucions",
|
||||||
@ -392,123 +392,123 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Last 3 months"
|
"name": "Últims tres mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Last 6 months"
|
"name": "Últims sis mesos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Last year"
|
"name": "Darrer any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Custom date range"
|
"name": "Interval de dates personalitzat"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CUSTOM_DATE_RANGE": {
|
"CUSTOM_DATE_RANGE": {
|
||||||
"CONFIRM": "Apply",
|
"CONFIRM": "Aplica",
|
||||||
"PLACEHOLDER": "Select date range"
|
"PLACEHOLDER": "Seleccioneu l'interval de dates"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CSAT_REPORTS": {
|
"CSAT_REPORTS": {
|
||||||
"HEADER": "CSAT Reports",
|
"HEADER": "Informes CSAT",
|
||||||
"NO_RECORDS": "There are no CSAT survey responses available.",
|
"NO_RECORDS": "No hi ha respostes de l'enquesta CSAT disponibles.",
|
||||||
"DOWNLOAD": "Download CSAT Reports",
|
"DOWNLOAD": "Descarregar informes CSAT",
|
||||||
"DOWNLOAD_FAILED": "Failed to download CSAT Reports",
|
"DOWNLOAD_FAILED": "No s'han pogut baixar els informes CSAT",
|
||||||
"FILTERS": {
|
"FILTERS": {
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"PLACEHOLDER": "Choose Agents"
|
"PLACEHOLDER": "Escull agents"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TABLE": {
|
"TABLE": {
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"CONTACT_NAME": "Contact",
|
"CONTACT_NAME": "Contacte",
|
||||||
"AGENT_NAME": "Assigned agent",
|
"AGENT_NAME": "Agent assignat",
|
||||||
"RATING": "Rating",
|
"RATING": "Valoració",
|
||||||
"FEEDBACK_TEXT": "Feedback comment"
|
"FEEDBACK_TEXT": "Comentaris"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"METRIC": {
|
"METRIC": {
|
||||||
"TOTAL_RESPONSES": {
|
"TOTAL_RESPONSES": {
|
||||||
"LABEL": "Total responses",
|
"LABEL": "Respostes totals",
|
||||||
"TOOLTIP": "Total number of responses collected"
|
"TOOLTIP": "Nombre total de respostes recollides"
|
||||||
},
|
},
|
||||||
"SATISFACTION_SCORE": {
|
"SATISFACTION_SCORE": {
|
||||||
"LABEL": "Satisfaction score",
|
"LABEL": "Puntuació de satisfacció",
|
||||||
"TOOLTIP": "Total number of positive responses / Total number of responses * 100"
|
"TOOLTIP": "Nombre total de respostes positives / Nombre total de respostes * 100"
|
||||||
},
|
},
|
||||||
"RESPONSE_RATE": {
|
"RESPONSE_RATE": {
|
||||||
"LABEL": "Response rate",
|
"LABEL": "Taxa de resposta",
|
||||||
"TOOLTIP": "Total number of responses / Total number of CSAT survey messages sent * 100"
|
"TOOLTIP": "Nombre total de respostes / Nombre total de missatges d'enquesta CSAT enviats * 100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BOT_REPORTS": {
|
"BOT_REPORTS": {
|
||||||
"HEADER": "Bot Reports",
|
"HEADER": "Informes de bot",
|
||||||
"METRIC": {
|
"METRIC": {
|
||||||
"TOTAL_CONVERSATIONS": {
|
"TOTAL_CONVERSATIONS": {
|
||||||
"LABEL": "No. of Conversations",
|
"LABEL": "Nre. de converses",
|
||||||
"TOOLTIP": "Total number of conversations handled by the bot"
|
"TOOLTIP": "Nombre total de converses gestionades pel bot"
|
||||||
},
|
},
|
||||||
"TOTAL_RESPONSES": {
|
"TOTAL_RESPONSES": {
|
||||||
"LABEL": "Total Responses",
|
"LABEL": "Respostes totals",
|
||||||
"TOOLTIP": "Total number of responses sent by the bot"
|
"TOOLTIP": "Nombre total de respostes enviades pel bot"
|
||||||
},
|
},
|
||||||
"RESOLUTION_RATE": {
|
"RESOLUTION_RATE": {
|
||||||
"LABEL": "Resolution Rate",
|
"LABEL": "Taxa de resolució",
|
||||||
"TOOLTIP": "Total number of conversations resolved by the bot / Total number of conversations handled by the bot * 100"
|
"TOOLTIP": "Nombre total de converses resoltes pel bot / Nombre total de converses gestionades pel bot * 100"
|
||||||
},
|
},
|
||||||
"HANDOFF_RATE": {
|
"HANDOFF_RATE": {
|
||||||
"LABEL": "Handoff Rate",
|
"LABEL": "Taxa de trasllat",
|
||||||
"TOOLTIP": "Total number of conversations handed off to agents / Total number of conversations handled by the bot * 100"
|
"TOOLTIP": "Nombre total de converses lliurades als agents / Nombre total de converses gestionades pel bot * 100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"OVERVIEW_REPORTS": {
|
"OVERVIEW_REPORTS": {
|
||||||
"HEADER": "Overview",
|
"HEADER": "Resum",
|
||||||
"LIVE": "Live",
|
"LIVE": "En directe",
|
||||||
"ACCOUNT_CONVERSATIONS": {
|
"ACCOUNT_CONVERSATIONS": {
|
||||||
"HEADER": "Open Conversations",
|
"HEADER": "Obrir converses",
|
||||||
"LOADING_MESSAGE": "Loading conversation metrics...",
|
"LOADING_MESSAGE": "S'estan carregant les mètriques de les converses...",
|
||||||
"OPEN": "Obrir",
|
"OPEN": "Obrir",
|
||||||
"UNATTENDED": "Unattended",
|
"UNATTENDED": "Sense assistència",
|
||||||
"UNASSIGNED": "Sense assignar",
|
"UNASSIGNED": "Sense assignar",
|
||||||
"PENDING": "Pendent"
|
"PENDING": "Pendent"
|
||||||
},
|
},
|
||||||
"CONVERSATION_HEATMAP": {
|
"CONVERSATION_HEATMAP": {
|
||||||
"HEADER": "Conversation Traffic",
|
"HEADER": "Trànsit de conversa",
|
||||||
"NO_CONVERSATIONS": "No conversations",
|
"NO_CONVERSATIONS": "Sense converses",
|
||||||
"CONVERSATION": "%{count} conversation",
|
"CONVERSATION": "%{count} conversa",
|
||||||
"CONVERSATIONS": "%{count} conversations"
|
"CONVERSATIONS": "%{count} converses"
|
||||||
},
|
},
|
||||||
"AGENT_CONVERSATIONS": {
|
"AGENT_CONVERSATIONS": {
|
||||||
"HEADER": "Conversations by agents",
|
"HEADER": "Converses per agents",
|
||||||
"LOADING_MESSAGE": "Loading agent metrics...",
|
"LOADING_MESSAGE": "S'estan carregant les mètriques dels agents...",
|
||||||
"NO_AGENTS": "There are no conversations by agents",
|
"NO_AGENTS": "No hi ha converses per part dels agents",
|
||||||
"TABLE_HEADER": {
|
"TABLE_HEADER": {
|
||||||
"AGENT": "Agent",
|
"AGENT": "Agent",
|
||||||
"OPEN": "OPEN",
|
"OPEN": "OBRE",
|
||||||
"UNATTENDED": "Unattended",
|
"UNATTENDED": "Sense assistència",
|
||||||
"STATUS": "Estat"
|
"STATUS": "Estat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AGENT_STATUS": {
|
"AGENT_STATUS": {
|
||||||
"HEADER": "Agent status",
|
"HEADER": "Estat de l'agent",
|
||||||
"ONLINE": "En línia",
|
"ONLINE": "En línia",
|
||||||
"BUSY": "Ocupat",
|
"BUSY": "Ocupat",
|
||||||
"OFFLINE": "Fora de línia"
|
"OFFLINE": "Fora de línia"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DAYS_OF_WEEK": {
|
"DAYS_OF_WEEK": {
|
||||||
"SUNDAY": "Sunday",
|
"SUNDAY": "Diumenge",
|
||||||
"MONDAY": "Monday",
|
"MONDAY": "Dilluns",
|
||||||
"TUESDAY": "Tuesday",
|
"TUESDAY": "Dimarts",
|
||||||
"WEDNESDAY": "Wednesday",
|
"WEDNESDAY": "Dimecres",
|
||||||
"THURSDAY": "Thursday",
|
"THURSDAY": "Dijous",
|
||||||
"FRIDAY": "Friday",
|
"FRIDAY": "Divendres",
|
||||||
"SATURDAY": "Saturday"
|
"SATURDAY": "Dissabte"
|
||||||
},
|
},
|
||||||
"SLA_REPORTS": {
|
"SLA_REPORTS": {
|
||||||
"HEADER": "Informes SLA",
|
"HEADER": "Informes SLA",
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"RESET_PASSWORD": {
|
"RESET_PASSWORD": {
|
||||||
"TITLE": "Restablir la contrasenya",
|
"TITLE": "Restablir la contrasenya",
|
||||||
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
|
"DESCRIPTION": "Introduïu l'adreça de correu electrònic que feu servir per iniciar sessió a Chatwoot per obtenir les instruccions de restabliment de la contrasenya.",
|
||||||
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
|
"GO_BACK_TO_LOGIN": "Si voleu tornar a la pàgina d'inici de sessió,",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Correu electrònic",
|
"LABEL": "Correu electrònic",
|
||||||
"PLACEHOLDER": "Introduïu el vostre correu electrònic.",
|
"PLACEHOLDER": "Introduïu el vostre correu electrònic.",
|
||||||
|
|||||||
@ -11,15 +11,15 @@
|
|||||||
"CONVERSATIONS": "Converses",
|
"CONVERSATIONS": "Converses",
|
||||||
"MESSAGES": "Missatges"
|
"MESSAGES": "Missatges"
|
||||||
},
|
},
|
||||||
"EMPTY_STATE": "No %{item} found for query '%{query}'",
|
"EMPTY_STATE": "No s'ha trobat cap %{item} per a la consulta '%{query}'",
|
||||||
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
|
"EMPTY_STATE_FULL": "No s'han trobat resultats per a la consulta '%{query}'",
|
||||||
"PLACEHOLDER_KEYBINDING": "/ to focus",
|
"PLACEHOLDER_KEYBINDING": "/ centrar",
|
||||||
"INPUT_PLACEHOLDER": "Search messages, contacts or conversations",
|
"INPUT_PLACEHOLDER": "Search messages, contacts or conversations",
|
||||||
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.",
|
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.",
|
||||||
"BOT_LABEL": "Bot",
|
"BOT_LABEL": "Bot",
|
||||||
"READ_MORE": "Read more",
|
"READ_MORE": "Llegir més",
|
||||||
"WROTE": "wrote:",
|
"WROTE": "va escriure:",
|
||||||
"FROM": "from",
|
"FROM": "des de",
|
||||||
"EMAIL": "correu electrònic"
|
"EMAIL": "correu electrònic"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"SET_NEW_PASSWORD": {
|
"SET_NEW_PASSWORD": {
|
||||||
"TITLE": "Set new password",
|
"TITLE": "Estableix la nova contrasenya",
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Contrasenya",
|
"LABEL": "Contrasenya",
|
||||||
"PLACEHOLDER": "Contrasenya",
|
"PLACEHOLDER": "Contrasenya",
|
||||||
"ERROR": "La contrasenya és massa curta."
|
"ERROR": "La contrasenya és massa curta."
|
||||||
},
|
},
|
||||||
"CONFIRM_PASSWORD": {
|
"CONFIRM_PASSWORD": {
|
||||||
"LABEL": "Confirm password",
|
"LABEL": "Confirma la contrasenya",
|
||||||
"PLACEHOLDER": "Confirma la contrasenya",
|
"PLACEHOLDER": "Confirma la contrasenya",
|
||||||
"ERROR": "La contrasenya no coindeix."
|
"ERROR": "La contrasenya no coindeix."
|
||||||
},
|
},
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
},
|
},
|
||||||
"CAPTCHA": {
|
"CAPTCHA": {
|
||||||
"ERROR": "Verification expired. Please solve captcha again."
|
"ERROR": "La verificació ha caducat. Si us plau, torna a resoldre captcha."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Envia"
|
"SUBMIT": "Envia"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,14 +3,14 @@
|
|||||||
"LINK": "Configuració del Perfil",
|
"LINK": "Configuració del Perfil",
|
||||||
"TITLE": "Configuració del Perfil",
|
"TITLE": "Configuració del Perfil",
|
||||||
"BTN_TEXT": "Actualització del Perfil",
|
"BTN_TEXT": "Actualització del Perfil",
|
||||||
"DELETE_AVATAR": "Delete Avatar",
|
"DELETE_AVATAR": "Suprimeix Avatar",
|
||||||
"AVATAR_DELETE_SUCCESS": "Avatar has been deleted successfully",
|
"AVATAR_DELETE_SUCCESS": "L'avatar s'ha suprimit correctament",
|
||||||
"AVATAR_DELETE_FAILED": "There is an error while deleting avatar, please try again",
|
"AVATAR_DELETE_FAILED": "S'ha produït un error en suprimir l'avatar, torneu-ho a provar",
|
||||||
"UPDATE_SUCCESS": "Your profile has been updated successfully",
|
"UPDATE_SUCCESS": "El teu perfil s'ha actualitzat correctament",
|
||||||
"PASSWORD_UPDATE_SUCCESS": "La teva contrasenya ha estat canviada correctament",
|
"PASSWORD_UPDATE_SUCCESS": "La teva contrasenya ha estat canviada correctament",
|
||||||
"AFTER_EMAIL_CHANGED": "El vostre perfil s'ha actualitzat correctament. Torneu a iniciar la sessió ja que les vostres credencials d'inici de sessió han canviat",
|
"AFTER_EMAIL_CHANGED": "El vostre perfil s'ha actualitzat correctament. Torneu a iniciar la sessió ja que les vostres credencials d'inici de sessió han canviat",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"PICTURE": "Profile Picture",
|
"PICTURE": "Imatge de perfil",
|
||||||
"AVATAR": "Imatge del Perfil",
|
"AVATAR": "Imatge del Perfil",
|
||||||
"ERROR": "Corregiu els errors del formulari",
|
"ERROR": "Corregiu els errors del formulari",
|
||||||
"REMOVE_IMAGE": "Suprimeix",
|
"REMOVE_IMAGE": "Suprimeix",
|
||||||
@ -21,39 +21,39 @@
|
|||||||
"NOTE": "La vostra adreça de correu electrònic és la vostra identitat i s'utilitza per iniciar la sessió."
|
"NOTE": "La vostra adreça de correu electrònic és la vostra identitat i s'utilitza per iniciar la sessió."
|
||||||
},
|
},
|
||||||
"SEND_MESSAGE": {
|
"SEND_MESSAGE": {
|
||||||
"TITLE": "Hotkey to send messages",
|
"TITLE": "Tecla d'accés ràpid per enviar missatges",
|
||||||
"NOTE": "You can select a hotkey (either Enter or Cmd/Ctrl+Enter) based on your preference of writing.",
|
"NOTE": "Pots seleccionar una tecla d'accés ràpid (Enter o Cmd/Ctrl+Enter) segons les teves preferències d'escriptura.",
|
||||||
"UPDATE_SUCCESS": "Your settings have been updated successfully",
|
"UPDATE_SUCCESS": "La teva configuració s'ha actualitzat correctament",
|
||||||
"CARD": {
|
"CARD": {
|
||||||
"ENTER_KEY": {
|
"ENTER_KEY": {
|
||||||
"HEADING": "Enter (↵)",
|
"HEADING": "Retorn (↵)",
|
||||||
"CONTENT": "Send messages by pressing Enter key instead of clicking the send button."
|
"CONTENT": "Envia missatges prement la tecla Intro en comptes de fer clic al botó d'enviament."
|
||||||
},
|
},
|
||||||
"CMD_ENTER_KEY": {
|
"CMD_ENTER_KEY": {
|
||||||
"HEADING": "Cmd/Ctrl + Enter (⌘ + ↵)",
|
"HEADING": "Cmd/Ctrl + Enter (⌘ + ↵)",
|
||||||
"CONTENT": "Send messages by pressing Cmd/Ctrl + enter key instead of clicking the send button."
|
"CONTENT": "Envia missatges prement Cmd/Ctrl + tecla Intro en lloc de fer clic al botó d'enviament."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MESSAGE_SIGNATURE_SECTION": {
|
"MESSAGE_SIGNATURE_SECTION": {
|
||||||
"TITLE": "Personal message signature",
|
"TITLE": "Signatura personal del missatge",
|
||||||
"NOTE": "Create a unique message signature to appear at the end of every message you send from any inbox. You can also include an inline image, which is supported in live-chat, email, and API inboxes.",
|
"NOTE": "Crea una signatura de missatge única per aparèixer al final de cada missatge que envieu des de qualsevol safata d'entrada. També pots incloure una imatge en línia, que és compatible amb el xat en directe, el correu electrònic i les bústies d'entrada de l'API.",
|
||||||
"BTN_TEXT": "Save message signature",
|
"BTN_TEXT": "Desa la signatura del missatge",
|
||||||
"API_ERROR": "Couldn't save signature! Try again",
|
"API_ERROR": "No s'ha pogut desar la signatura! Torna-ho a provar",
|
||||||
"API_SUCCESS": "Signature saved successfully",
|
"API_SUCCESS": "La signatura s'ha desat correctament",
|
||||||
"IMAGE_UPLOAD_ERROR": "Couldn't upload image! Try again",
|
"IMAGE_UPLOAD_ERROR": "No s'ha pogut carregar la imatge! Torna-ho a provar",
|
||||||
"IMAGE_UPLOAD_SUCCESS": "Image added successfully. Please click on save to save the signature",
|
"IMAGE_UPLOAD_SUCCESS": "La imatge s'ha afegit correctament. Fes clic a desa per desar la signatura",
|
||||||
"IMAGE_UPLOAD_SIZE_ERROR": "Image size should be less than {size}MB"
|
"IMAGE_UPLOAD_SIZE_ERROR": "La mida de la imatge ha de ser inferior a {size}MB"
|
||||||
},
|
},
|
||||||
"MESSAGE_SIGNATURE": {
|
"MESSAGE_SIGNATURE": {
|
||||||
"LABEL": "Message Signature",
|
"LABEL": "Signatura del missatge",
|
||||||
"ERROR": "Message Signature cannot be empty",
|
"ERROR": "La signatura del missatge no pot estar buida",
|
||||||
"PLACEHOLDER": "Insert your personal message signature here."
|
"PLACEHOLDER": "Introdueix aquí la teva signatura de missatge personal."
|
||||||
},
|
},
|
||||||
"PASSWORD_SECTION": {
|
"PASSWORD_SECTION": {
|
||||||
"TITLE": "Contrasenya",
|
"TITLE": "Contrasenya",
|
||||||
"NOTE": "L'actualització de la contrasenya restableix els vostres inicis de sessió en múltiples dispositius.",
|
"NOTE": "L'actualització de la contrasenya restableix els vostres inicis de sessió en múltiples dispositius.",
|
||||||
"BTN_TEXT": "Change password"
|
"BTN_TEXT": "Canvia la contrasenya"
|
||||||
},
|
},
|
||||||
"ACCESS_TOKEN": {
|
"ACCESS_TOKEN": {
|
||||||
"TITLE": "Token d'accés",
|
"TITLE": "Token d'accés",
|
||||||
@ -61,26 +61,26 @@
|
|||||||
"COPY": "Copia"
|
"COPY": "Copia"
|
||||||
},
|
},
|
||||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||||
"TITLE": "Audio Notifications",
|
"TITLE": "Notificacions d'àudio",
|
||||||
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
"NOTE": "Activa les notificacions d'àudio al tauler per a missatges i converses nous.",
|
||||||
"ALERT_TYPES": {
|
"ALERT_TYPES": {
|
||||||
"NONE": "Ningú",
|
"NONE": "Ningú",
|
||||||
"MINE": "Assigned",
|
"MINE": "Assignat",
|
||||||
"ALL": "Totes"
|
"ALL": "Totes"
|
||||||
},
|
},
|
||||||
"ALERT_TYPE": {
|
"ALERT_TYPE": {
|
||||||
"TITLE": "Alert events for conversations:",
|
"TITLE": "Esdeveniments d'alerta per a converses:",
|
||||||
"NONE": "Ningú",
|
"NONE": "Ningú",
|
||||||
"ASSIGNED": "Assigned Conversations",
|
"ASSIGNED": "Converses assignades",
|
||||||
"ALL_CONVERSATIONS": "All Conversations"
|
"ALL_CONVERSATIONS": "Totes les converses"
|
||||||
},
|
},
|
||||||
"DEFAULT_TONE": {
|
"DEFAULT_TONE": {
|
||||||
"TITLE": "Alert tone:"
|
"TITLE": "To d'alerta:"
|
||||||
},
|
},
|
||||||
"CONDITIONS": {
|
"CONDITIONS": {
|
||||||
"TITLE": "Alert conditions:",
|
"TITLE": "Condicions d'alerta:",
|
||||||
"CONDITION_ONE": "Send audio alerts only if the browser window is not active",
|
"CONDITION_ONE": "Envia alertes d'àudio només si la finestra del navegador no està activa",
|
||||||
"CONDITION_TWO": "Send alerts every 30s until all the assigned conversations are read"
|
"CONDITION_TWO": "Envia alertes cada 30 segons fins que es llegeixin totes les converses assignades"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||||
@ -90,27 +90,27 @@
|
|||||||
"CONVERSATION_CREATION": "Envieu notificacions per correu electrònic quan es crea una nova conversa",
|
"CONVERSATION_CREATION": "Envieu notificacions per correu electrònic quan es crea una nova conversa",
|
||||||
"CONVERSATION_MENTION": "Enviar notificacions per mail quan siguis esmentat en una conversació",
|
"CONVERSATION_MENTION": "Enviar notificacions per mail quan siguis esmentat en una conversació",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envia notificacions per correu electrònic quan es creï un missatge nou en una conversa assignada",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envia notificacions per correu electrònic quan es creï un missatge nou en una conversa assignada",
|
||||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in a participating conversation",
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Envia notificacions per correu electrònic quan es crea un missatge nou en una conversa participant",
|
||||||
"SLA_MISSED_FIRST_RESPONSE": "Envia notificacions per correu electrònic quan una conversa no compleixi un SLA de primera resposta",
|
"SLA_MISSED_FIRST_RESPONSE": "Envia notificacions per correu electrònic quan una conversa no compleixi un SLA de primera resposta",
|
||||||
"SLA_MISSED_NEXT_RESPONSE": "Envia notificacions per correu electrònic quan una conversa es perdi la següent resposta SLA",
|
"SLA_MISSED_NEXT_RESPONSE": "Envia notificacions per correu electrònic quan una conversa es perdi la següent resposta SLA",
|
||||||
"SLA_MISSED_RESOLUTION": "Envia notificacions per correu electrònic quan una conversa no resol un SLA"
|
"SLA_MISSED_RESOLUTION": "Envia notificacions per correu electrònic quan una conversa no resol un SLA"
|
||||||
},
|
},
|
||||||
"NOTIFICATIONS": {
|
"NOTIFICATIONS": {
|
||||||
"TITLE": "Notification preferences",
|
"TITLE": "Preferències de notificació",
|
||||||
"TYPE_TITLE": "Notification type",
|
"TYPE_TITLE": "Tipus de notificació",
|
||||||
"EMAIL": "Correu electrònic",
|
"EMAIL": "Correu electrònic",
|
||||||
"PUSH": "Push notification",
|
"PUSH": "Notificació Push",
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
"CONVERSATION_CREATED": "A new conversation is created",
|
"CONVERSATION_CREATED": "S'ha creat una nova conversa",
|
||||||
"CONVERSATION_ASSIGNED": "A conversation is assigned to you",
|
"CONVERSATION_ASSIGNED": "Se t'assigna una conversa",
|
||||||
"CONVERSATION_MENTION": "You are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Se't menciona en una conversa",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "A new message is created in an assigned conversation",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Es crea un missatge nou en una conversa assignada",
|
||||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "A new message is created in a participating conversation",
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Es crea un missatge nou en una conversa participant",
|
||||||
"SLA_MISSED_FIRST_RESPONSE": "A conversation misses first response SLA",
|
"SLA_MISSED_FIRST_RESPONSE": "Una conversa no té un SLA de primera resposta",
|
||||||
"SLA_MISSED_NEXT_RESPONSE": "A conversation misses next response SLA",
|
"SLA_MISSED_NEXT_RESPONSE": "SLA de la següent resposta no és una conversa",
|
||||||
"SLA_MISSED_RESOLUTION": "A conversation misses resolution SLA"
|
"SLA_MISSED_RESOLUTION": "Una conversa no resol un SLA"
|
||||||
},
|
},
|
||||||
"BROWSER_PERMISSION": "Enable push notifications for your browser so you’re able to receive them"
|
"BROWSER_PERMISSION": "Activa les notificacions push en el teu navegador perquè puguis rebre-les"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"UPDATE_SUCCESS": "Les teves preferències de notificació s’han actualitzat correctament",
|
"UPDATE_SUCCESS": "Les teves preferències de notificació s’han actualitzat correctament",
|
||||||
@ -123,7 +123,7 @@
|
|||||||
"CONVERSATION_CREATION": "Envia notificacions automàtiques quan es creï una conversa nova",
|
"CONVERSATION_CREATION": "Envia notificacions automàtiques quan es creï una conversa nova",
|
||||||
"CONVERSATION_MENTION": "Enviar notificacions push quan siguis esmentat en una conversació",
|
"CONVERSATION_MENTION": "Enviar notificacions push quan siguis esmentat en una conversació",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envia notificacions automàtiques quan es creï un missatge nou en una conversa assignada",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envia notificacions automàtiques quan es creï un missatge nou en una conversa assignada",
|
||||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in a participating conversation",
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Envia notificacions push quan es crea un missatge nou en una conversa participant",
|
||||||
"HAS_ENABLED_PUSH": "Heu activat les notificacions per a aquest navegador.",
|
"HAS_ENABLED_PUSH": "Heu activat les notificacions per a aquest navegador.",
|
||||||
"REQUEST_PUSH": "Activa les notificacions",
|
"REQUEST_PUSH": "Activa les notificacions",
|
||||||
"SLA_MISSED_FIRST_RESPONSE": "Envia notificacions automàtiques quan una conversa no tingui un SLA de primera resposta",
|
"SLA_MISSED_FIRST_RESPONSE": "Envia notificacions automàtiques quan una conversa no tingui un SLA de primera resposta",
|
||||||
@ -150,8 +150,8 @@
|
|||||||
"Ocupat",
|
"Ocupat",
|
||||||
"Fora de línia"
|
"Fora de línia"
|
||||||
],
|
],
|
||||||
"SET_AVAILABILITY_SUCCESS": "Availability has been set successfully",
|
"SET_AVAILABILITY_SUCCESS": "La disponibilitat s'ha establert correctament",
|
||||||
"SET_AVAILABILITY_ERROR": "Couldn't set availability, please try again"
|
"SET_AVAILABILITY_ERROR": "No s'ha pogut establir la disponibilitat, torna-ho a provar"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "La teva adreça de correu electrònic",
|
"LABEL": "La teva adreça de correu electrònic",
|
||||||
@ -159,62 +159,62 @@
|
|||||||
"PLACEHOLDER": "Introduïu la vostra adreça de correu electrònic, que es mostrarà a les converses"
|
"PLACEHOLDER": "Introduïu la vostra adreça de correu electrònic, que es mostrarà a les converses"
|
||||||
},
|
},
|
||||||
"CURRENT_PASSWORD": {
|
"CURRENT_PASSWORD": {
|
||||||
"LABEL": "Current password",
|
"LABEL": "Contrasenya actual",
|
||||||
"ERROR": "Please enter the current password",
|
"ERROR": "Introdueix la contrasenya actual",
|
||||||
"PLACEHOLDER": "Please enter the current password"
|
"PLACEHOLDER": "Introdueix la contrasenya actual"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "New password",
|
"LABEL": "Nova contrasenya",
|
||||||
"ERROR": "Introduïu una contrasenya d'una longitud de 6 o més",
|
"ERROR": "Introduïu una contrasenya d'una longitud de 6 o més",
|
||||||
"PLACEHOLDER": "Introduïu una nova contrasenya"
|
"PLACEHOLDER": "Introduïu una nova contrasenya"
|
||||||
},
|
},
|
||||||
"PASSWORD_CONFIRMATION": {
|
"PASSWORD_CONFIRMATION": {
|
||||||
"LABEL": "Confirmació de la nova contrasenya",
|
"LABEL": "Confirmació de la nova contrasenya",
|
||||||
"ERROR": "Confirmeu que les contrasenyes coincideixin",
|
"ERROR": "Confirmeu que les contrasenyes coincideixin",
|
||||||
"PLACEHOLDER": "Please re-enter your new password"
|
"PLACEHOLDER": "Torna a introduir la nova contrasenya"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SIDEBAR_ITEMS": {
|
"SIDEBAR_ITEMS": {
|
||||||
"CHANGE_AVAILABILITY_STATUS": "Canvia",
|
"CHANGE_AVAILABILITY_STATUS": "Canvia",
|
||||||
"CHANGE_ACCOUNTS": "Canvia de compte",
|
"CHANGE_ACCOUNTS": "Canvia de compte",
|
||||||
"CONTACT_SUPPORT": "Contact Support",
|
"CONTACT_SUPPORT": "Contacte de suport",
|
||||||
"SELECTOR_SUBTITLE": "Selecciona un compte de la llista següent",
|
"SELECTOR_SUBTITLE": "Selecciona un compte de la llista següent",
|
||||||
"PROFILE_SETTINGS": "Configuració del Perfil",
|
"PROFILE_SETTINGS": "Configuració del Perfil",
|
||||||
"KEYBOARD_SHORTCUTS": "Keyboard Shortcuts",
|
"KEYBOARD_SHORTCUTS": "Dreceres de teclat",
|
||||||
"APPEARANCE": "Change Appearance",
|
"APPEARANCE": "Canvia l'aparença",
|
||||||
"SUPER_ADMIN_CONSOLE": "Super Admin Console",
|
"SUPER_ADMIN_CONSOLE": "Consola de super administració",
|
||||||
"LOGOUT": "Sortir"
|
"LOGOUT": "Sortir"
|
||||||
},
|
},
|
||||||
"APP_GLOBAL": {
|
"APP_GLOBAL": {
|
||||||
"TRIAL_MESSAGE": "dies de prova restants.",
|
"TRIAL_MESSAGE": "dies de prova restants.",
|
||||||
"TRAIL_BUTTON": "Compra ara",
|
"TRAIL_BUTTON": "Compra ara",
|
||||||
"DELETED_USER": "Deleted User",
|
"DELETED_USER": "Usuari suprimit",
|
||||||
"EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.",
|
"EMAIL_VERIFICATION_PENDING": "Sembla que encara no has verificat la teva adreça de correu electrònic. Comprova la teva safata d'entrada per trobar el correu electrònic de verificació.",
|
||||||
"RESEND_VERIFICATION_MAIL": "Resend verification email",
|
"RESEND_VERIFICATION_MAIL": "Reenviar correu electrònic de verificació",
|
||||||
"EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.",
|
"EMAIL_VERIFICATION_SENT": "S'ha enviat un correu electrònic de verificació. Comprova la teva safata d'entrada.",
|
||||||
"ACCOUNT_SUSPENDED": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Account Suspended",
|
"TITLE": "Compte suspès",
|
||||||
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
"MESSAGE": "El teu compte està suspès. Posa't en contacte amb l'equip d'assistència per obtenir més informació."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"COMPONENTS": {
|
"COMPONENTS": {
|
||||||
"CODE": {
|
"CODE": {
|
||||||
"BUTTON_TEXT": "Copia",
|
"BUTTON_TEXT": "Copia",
|
||||||
"CODEPEN": "Open in CodePen",
|
"CODEPEN": "Obre en CodePen",
|
||||||
"COPY_SUCCESSFUL": "El codi s'ha copiat al porta-retalls amb èxit"
|
"COPY_SUCCESSFUL": "El codi s'ha copiat al porta-retalls amb èxit"
|
||||||
},
|
},
|
||||||
"SHOW_MORE_BLOCK": {
|
"SHOW_MORE_BLOCK": {
|
||||||
"SHOW_MORE": "Show More",
|
"SHOW_MORE": "Mostra més",
|
||||||
"SHOW_LESS": "Show Less"
|
"SHOW_LESS": "Mostra menys"
|
||||||
},
|
},
|
||||||
"FILE_BUBBLE": {
|
"FILE_BUBBLE": {
|
||||||
"DOWNLOAD": "Descarrega",
|
"DOWNLOAD": "Descarrega",
|
||||||
"UPLOADING": "S'està carregant...",
|
"UPLOADING": "S'està carregant...",
|
||||||
"INSTAGRAM_STORY_UNAVAILABLE": "This story is no longer available."
|
"INSTAGRAM_STORY_UNAVAILABLE": "Aquesta història ja no està disponible."
|
||||||
},
|
},
|
||||||
"LOCATION_BUBBLE": {
|
"LOCATION_BUBBLE": {
|
||||||
"SEE_ON_MAP": "See on map"
|
"SEE_ON_MAP": "Veure al mapa"
|
||||||
},
|
},
|
||||||
"FORM_BUBBLE": {
|
"FORM_BUBBLE": {
|
||||||
"SUBMIT": "Envia"
|
"SUBMIT": "Envia"
|
||||||
@ -227,94 +227,94 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SIDEBAR": {
|
"SIDEBAR": {
|
||||||
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Visualització actual:",
|
||||||
"SWITCH": "Switch",
|
"SWITCH": "Canvia",
|
||||||
"INBOX_VIEW": "Inbox View",
|
"INBOX_VIEW": "Vista de la safata d'entrada",
|
||||||
"CONVERSATIONS": "Converses",
|
"CONVERSATIONS": "Converses",
|
||||||
"INBOX": "Inbox",
|
"INBOX": "Safata d'entrada",
|
||||||
"ALL_CONVERSATIONS": "All Conversations",
|
"ALL_CONVERSATIONS": "Totes les converses",
|
||||||
"MENTIONED_CONVERSATIONS": "Mencions",
|
"MENTIONED_CONVERSATIONS": "Mencions",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participant",
|
||||||
"UNATTENDED_CONVERSATIONS": "Unattended",
|
"UNATTENDED_CONVERSATIONS": "Sense assistència",
|
||||||
"REPORTS": "Informes",
|
"REPORTS": "Informes",
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"CONTACTS": "Contactes",
|
"CONTACTS": "Contactes",
|
||||||
"HOME": "Inici",
|
"HOME": "Inici",
|
||||||
"AGENTS": "Agents",
|
"AGENTS": "Agents",
|
||||||
"AGENT_BOTS": "Bots",
|
"AGENT_BOTS": "Bots",
|
||||||
"AUDIT_LOGS": "Audit Logs",
|
"AUDIT_LOGS": "Registres d'auditoria",
|
||||||
"INBOXES": "Safates d'entrada",
|
"INBOXES": "Safates d'entrada",
|
||||||
"NOTIFICATIONS": "Notificacions",
|
"NOTIFICATIONS": "Notificacions",
|
||||||
"CANNED_RESPONSES": "Respostes predeterminades",
|
"CANNED_RESPONSES": "Respostes predeterminades",
|
||||||
"INTEGRATIONS": "Integracions",
|
"INTEGRATIONS": "Integracions",
|
||||||
"PROFILE_SETTINGS": "Configuració del Perfil",
|
"PROFILE_SETTINGS": "Configuració del Perfil",
|
||||||
"ACCOUNT_SETTINGS": "Configuració del compte",
|
"ACCOUNT_SETTINGS": "Configuració del compte",
|
||||||
"APPLICATIONS": "Applications",
|
"APPLICATIONS": "Aplicacions",
|
||||||
"LABELS": "Etiquetes",
|
"LABELS": "Etiquetes",
|
||||||
"CUSTOM_ATTRIBUTES": "Atributs personalitzats",
|
"CUSTOM_ATTRIBUTES": "Atributs personalitzats",
|
||||||
"AUTOMATION": "Automation",
|
"AUTOMATION": "Automatització",
|
||||||
"MACROS": "Macros",
|
"MACROS": "Macros",
|
||||||
"TEAMS": "Equips",
|
"TEAMS": "Equips",
|
||||||
"BILLING": "Billing",
|
"BILLING": "Facturació",
|
||||||
"CUSTOM_VIEWS_FOLDER": "Folders",
|
"CUSTOM_VIEWS_FOLDER": "Carpetes",
|
||||||
"CUSTOM_VIEWS_SEGMENTS": "Segments",
|
"CUSTOM_VIEWS_SEGMENTS": "Segments",
|
||||||
"ALL_CONTACTS": "All Contacts",
|
"ALL_CONTACTS": "Tots els contactes",
|
||||||
"TAGGED_WITH": "Tagged with",
|
"TAGGED_WITH": "Etiquetat amb",
|
||||||
"NEW_LABEL": "Nova etiqueta",
|
"NEW_LABEL": "Nova etiqueta",
|
||||||
"NEW_TEAM": "Nou equip",
|
"NEW_TEAM": "Nou equip",
|
||||||
"NEW_INBOX": "New inbox",
|
"NEW_INBOX": "Safata d'entrada nova",
|
||||||
"REPORTS_CONVERSATION": "Converses",
|
"REPORTS_CONVERSATION": "Converses",
|
||||||
"CSAT": "CSAT",
|
"CSAT": "CSAT",
|
||||||
"CAMPAIGNS": "Campaigns",
|
"CAMPAIGNS": "Campanyes",
|
||||||
"ONGOING": "Ongoing",
|
"ONGOING": "En marxa",
|
||||||
"ONE_OFF": "One off",
|
"ONE_OFF": "Un fora",
|
||||||
"REPORTS_SLA": "SLA",
|
"REPORTS_SLA": "SLA",
|
||||||
"REPORTS_BOT": "Bot",
|
"REPORTS_BOT": "Bot",
|
||||||
"REPORTS_AGENT": "Agents",
|
"REPORTS_AGENT": "Agents",
|
||||||
"REPORTS_LABEL": "Etiquetes",
|
"REPORTS_LABEL": "Etiquetes",
|
||||||
"REPORTS_INBOX": "Inbox",
|
"REPORTS_INBOX": "Safata d'entrada",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Equip",
|
||||||
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
"SET_AVAILABILITY_TITLE": "Posa't com",
|
||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Resum",
|
||||||
"FACEBOOK_REAUTHORIZE": "La teva connexió a Facebook ha caducat, torna a connectar la vostra pàgina de Facebook per continuar els serveis",
|
"REAUTHORIZE": "La vostra connexió a la safata d'entrada ha caducat, torna a connectar\n per continuar rebent i enviant missatges",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Centre d'ajuda",
|
||||||
"ALL_ARTICLES": "All Articles",
|
"ALL_ARTICLES": "Tots els articles",
|
||||||
"MY_ARTICLES": "My Articles",
|
"MY_ARTICLES": "Els articles",
|
||||||
"DRAFT": "Draft",
|
"DRAFT": "Esborrany",
|
||||||
"ARCHIVED": "Archived",
|
"ARCHIVED": "Arxivat",
|
||||||
"CATEGORY": "Category",
|
"CATEGORY": "Categoria",
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"CATEGORY_EMPTY_MESSAGE": "No categories found"
|
"CATEGORY_EMPTY_MESSAGE": "No s'han trobat categories"
|
||||||
},
|
},
|
||||||
"SET_AUTO_OFFLINE": {
|
"SET_AUTO_OFFLINE": {
|
||||||
"TEXT": "Mark offline automatically",
|
"TEXT": "Marca fora de línia automàticament",
|
||||||
"INFO_TEXT": "Let the system automatically mark you offline when you aren't using the app or dashboard."
|
"INFO_TEXT": "Permet que el sistema et marqui automàticament fora de línia quan no facis servir l'aplicació o el tauler."
|
||||||
},
|
},
|
||||||
"DOCS": "Read docs"
|
"DOCS": "Llegir documents"
|
||||||
},
|
},
|
||||||
"BILLING_SETTINGS": {
|
"BILLING_SETTINGS": {
|
||||||
"TITLE": "Billing",
|
"TITLE": "Facturació",
|
||||||
"CURRENT_PLAN": {
|
"CURRENT_PLAN": {
|
||||||
"TITLE": "Current Plan",
|
"TITLE": "Pla actual",
|
||||||
"PLAN_NOTE": "You are currently subscribed to the **%{plan}** plan with **%{quantity}** licenses"
|
"PLAN_NOTE": "Actualment estàs subscrit al pla **%{plan}** amb **%{quantity}** llicències"
|
||||||
},
|
},
|
||||||
"MANAGE_SUBSCRIPTION": {
|
"MANAGE_SUBSCRIPTION": {
|
||||||
"TITLE": "Manage your subscription",
|
"TITLE": "Gestiona la teva subscripció",
|
||||||
"DESCRIPTION": "View your previous invoices, edit your billing details, or cancel your subscription.",
|
"DESCRIPTION": "Consulta les teves factures anteriors, edita els teus detalls de facturació o cancel·la la teva subscripció.",
|
||||||
"BUTTON_TXT": "Go to the billing portal"
|
"BUTTON_TXT": "Ves al portal de facturació"
|
||||||
},
|
},
|
||||||
"CHAT_WITH_US": {
|
"CHAT_WITH_US": {
|
||||||
"TITLE": "Need help?",
|
"TITLE": "Necessita ajuda?",
|
||||||
"DESCRIPTION": "Do you face any issues in billing? We are here to help.",
|
"DESCRIPTION": "Trobes algun problema en la facturació? Estem aquí per ajudar.",
|
||||||
"BUTTON_TXT": "Xateja amb nosaltres"
|
"BUTTON_TXT": "Xateja amb nosaltres"
|
||||||
},
|
},
|
||||||
"NO_BILLING_USER": "Your billing account is being configured. Please refresh the page and try again."
|
"NO_BILLING_USER": "El teu compte de facturació s'està configurant. Actualitza la pàgina i torna-ho a provar."
|
||||||
},
|
},
|
||||||
"CREATE_ACCOUNT": {
|
"CREATE_ACCOUNT": {
|
||||||
"NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.",
|
"NO_ACCOUNT_WARNING": "Uh oh! No hem trobat cap compte de Chatwoot. Crea un compte nou per continuar.",
|
||||||
"NEW_ACCOUNT": "Compte nou",
|
"NEW_ACCOUNT": "Compte nou",
|
||||||
"SELECTOR_SUBTITLE": "Crear un compte nou",
|
"SELECTOR_SUBTITLE": "Crear un compte nou",
|
||||||
"API": {
|
"API": {
|
||||||
@ -331,22 +331,22 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"KEYBOARD_SHORTCUTS": {
|
"KEYBOARD_SHORTCUTS": {
|
||||||
"TOGGLE_MODAL": "View all shortcuts",
|
"TOGGLE_MODAL": "Veure totes les dreceres",
|
||||||
"TITLE": {
|
"TITLE": {
|
||||||
"OPEN_CONVERSATION": "Open conversation",
|
"OPEN_CONVERSATION": "Obrir conversa",
|
||||||
"RESOLVE_AND_NEXT": "Resolve and move to next",
|
"RESOLVE_AND_NEXT": "Resol i passa al següent",
|
||||||
"NAVIGATE_DROPDOWN": "Navigate dropdown items",
|
"NAVIGATE_DROPDOWN": "Navega pels elements desplegables",
|
||||||
"RESOLVE_CONVERSATION": "Resolve Conversation",
|
"RESOLVE_CONVERSATION": "Resol la conversa",
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Ves al Tauler de converses",
|
||||||
"ADD_ATTACHMENT": "Add Attachment",
|
"ADD_ATTACHMENT": "Afegeix fitxer adjunt",
|
||||||
"GO_TO_CONTACTS_DASHBOARD": "Go to Contacts Dashboard",
|
"GO_TO_CONTACTS_DASHBOARD": "Ves al tauler de contactes",
|
||||||
"TOGGLE_SIDEBAR": "Toggle Sidebar",
|
"TOGGLE_SIDEBAR": "Commuta la barra lateral",
|
||||||
"GO_TO_REPORTS_SIDEBAR": "Go to Reports sidebar",
|
"GO_TO_REPORTS_SIDEBAR": "Anar a la barra lateral Informes",
|
||||||
"MOVE_TO_NEXT_TAB": "Move to next tab in conversation list",
|
"MOVE_TO_NEXT_TAB": "Anar a la pestanya següent de la llista de converses",
|
||||||
"GO_TO_SETTINGS": "Go to Settings",
|
"GO_TO_SETTINGS": "Ves a la configuració",
|
||||||
"SWITCH_TO_PRIVATE_NOTE": "Switch to Private Note",
|
"SWITCH_TO_PRIVATE_NOTE": "Canvia a la nota privada",
|
||||||
"SWITCH_TO_REPLY": "Switch to Reply",
|
"SWITCH_TO_REPLY": "Canvia a Respon",
|
||||||
"TOGGLE_SNOOZE_DROPDOWN": "Toggle snooze dropdown"
|
"TOGGLE_SNOOZE_DROPDOWN": "Commuta el menú desplegable de posposar"
|
||||||
},
|
},
|
||||||
"KEYS": {
|
"KEYS": {
|
||||||
"WINDOWS_KEY_AND_COMMAND_KEY": "Win / ⌘",
|
"WINDOWS_KEY_AND_COMMAND_KEY": "Win / ⌘",
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"REGISTER": {
|
"REGISTER": {
|
||||||
"TRY_WOOT": "Create an account",
|
"TRY_WOOT": "Crear un compte",
|
||||||
"TITLE": "Registre",
|
"TITLE": "Registre",
|
||||||
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
|
"TESTIMONIAL_HEADER": "Només cal un pas per avançar",
|
||||||
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
|
"TESTIMONIAL_CONTENT": "Esteu a un pas de captar els vostres clients, retenir-los i trobar-ne de nous.",
|
||||||
"TERMS_ACCEPT": "By creating an account, 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": "En crear un compte, acceptes els nostres <a href=\"https://www.chatwoot.com/terms\">T&C</a> i <a href=\"https://www.chatwoot.com/privacy-policy\">Política de privadesa</a>",
|
||||||
"OAUTH": {
|
"OAUTH": {
|
||||||
"GOOGLE_SIGNUP": "Sign up with Google"
|
"GOOGLE_SIGNUP": "Registra't amb Google"
|
||||||
},
|
},
|
||||||
"COMPANY_NAME": {
|
"COMPANY_NAME": {
|
||||||
"LABEL": "Company name",
|
"LABEL": "Nom de la companyia",
|
||||||
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
|
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
|
||||||
"ERROR": "El nom de l'empresa és massa curt."
|
"ERROR": "El nom de l'empresa és massa curt."
|
||||||
},
|
},
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"SUCCESS_MESSAGE": "Registrat correctament",
|
"SUCCESS_MESSAGE": "Registrat correctament",
|
||||||
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Create account",
|
"SUBMIT": "Crear un compte",
|
||||||
"HAVE_AN_ACCOUNT": "Ja tens un compte?"
|
"HAVE_AN_ACCOUNT": "Ja tens un compte?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,33 +5,33 @@
|
|||||||
"ADD_ACTION_LONG": "Crea una nova política de SLA",
|
"ADD_ACTION_LONG": "Crea una nova política de SLA",
|
||||||
"DESCRIPTION": "Els acords de nivell de servei (SLA) són contractes que defineixen expectatives clares entre el vostre equip i els clients. Estableixen estàndards de temps de resposta i resolució, creen un marc de responsabilitat i garanteixen una experiència coherent i d'alta qualitat.",
|
"DESCRIPTION": "Els acords de nivell de servei (SLA) són contractes que defineixen expectatives clares entre el vostre equip i els clients. Estableixen estàndards de temps de resposta i resolució, creen un marc de responsabilitat i garanteixen una experiència coherent i d'alta qualitat.",
|
||||||
"LEARN_MORE": "Més informació sobre SLA",
|
"LEARN_MORE": "Més informació sobre SLA",
|
||||||
"LOADING": "Fetching SLAs",
|
"LOADING": "S'estan obtenint SLAs",
|
||||||
"PAYWALL": {
|
"PAYWALL": {
|
||||||
"TITLE": "Upgrade to create SLAs",
|
"TITLE": "Actualitza per crear SLA",
|
||||||
"AVAILABLE_ON": "The SLA feature is only available in the Business and Enterprise plans.",
|
"AVAILABLE_ON": "La funció SLA només està disponible als plans Business i Enterprise.",
|
||||||
"UPGRADE_PROMPT": "Upgrade your plan to get access to advanced features like team management, automations, custom attributes, and more.",
|
"UPGRADE_PROMPT": "Actualitza el teu pla per accedir a funcions avançades com ara gestió d'equips, automatitzacions, atributs personalitzats i molt més.",
|
||||||
"UPGRADE_NOW": "Upgrade now",
|
"UPGRADE_NOW": "Actualitza ara",
|
||||||
"CANCEL_ANYTIME": "You can change or cancel your plan anytime"
|
"CANCEL_ANYTIME": "Pots canviar o cancel·lar el teu pla en qualsevol moment"
|
||||||
},
|
},
|
||||||
"ENTERPRISE_PAYWALL": {
|
"ENTERPRISE_PAYWALL": {
|
||||||
"AVAILABLE_ON": "The SLA feature is only available in the paid plans.",
|
"AVAILABLE_ON": "La funció SLA només està disponible als plans de pagament.",
|
||||||
"UPGRADE_PROMPT": "Upgrade to a paid plan to access advanced features like audit logs, agent capacity, and more.",
|
"UPGRADE_PROMPT": "Actualitza a un pla de pagament per accedir a funcions avançades com els registres d'auditoria, la capacitat de l'agent i molt més.",
|
||||||
"ASK_ADMIN": "Please reach out to your administrator for the upgrade."
|
"ASK_ADMIN": "Posa't en contacte amb el vostre administrador per obtenir l'actualització."
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no SLAs available in this account.",
|
"404": "No hi ha cap SLA disponible en aquest compte.",
|
||||||
"EMPTY": {
|
"EMPTY": {
|
||||||
"TITLE_1": "Empresa P0",
|
"TITLE_1": "Empresa P0",
|
||||||
"DESC_1": "Problemes plantejats pels clients empresarials, que requereixen atenció immediata.",
|
"DESC_1": "Problemes plantejats pels clients empresarials, que requereixen atenció immediata.",
|
||||||
"TITLE_2": "Empresa P1",
|
"TITLE_2": "Empresa P1",
|
||||||
"DESC_2": "Problemes plantejats pels clients empresarials, que cal reconèixer ràpidament."
|
"DESC_2": "Problemes plantejats pels clients empresarials, que cal reconèixer ràpidament."
|
||||||
},
|
},
|
||||||
"BUSINESS_HOURS_ON": "Business hours on",
|
"BUSINESS_HOURS_ON": "Horari comercial activat",
|
||||||
"BUSINESS_HOURS_OFF": "Business hours off",
|
"BUSINESS_HOURS_OFF": "Horari comercial desactivat",
|
||||||
"RESPONSE_TYPES": {
|
"RESPONSE_TYPES": {
|
||||||
"FRT": "First response time threshold",
|
"FRT": "Primer llindar de temps de resposta",
|
||||||
"NRT": "Next response time threshold",
|
"NRT": "Següent llindar de temps de resposta",
|
||||||
"RT": "Resolution time threshold",
|
"RT": "Llindar de temps de resolució",
|
||||||
"SHORT_HAND": {
|
"SHORT_HAND": {
|
||||||
"FRT": "FRT",
|
"FRT": "FRT",
|
||||||
"NRT": "NRT",
|
"NRT": "NRT",
|
||||||
@ -41,22 +41,22 @@
|
|||||||
},
|
},
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "SLA Name",
|
"LABEL": "Nom del SLA",
|
||||||
"PLACEHOLDER": "SLA Name",
|
"PLACEHOLDER": "Nom del SLA",
|
||||||
"REQUIRED_ERROR": "SLA name is required",
|
"REQUIRED_ERROR": "El nom del SLA és obligatori",
|
||||||
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
|
"MINIMUM_LENGTH_ERROR": "Es requereix una longitud mínima de 2",
|
||||||
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
|
"VALID_ERROR": "Només es permeten alfabets, números, guionet i guió baix"
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Descripció",
|
"LABEL": "Descripció",
|
||||||
"PLACEHOLDER": "SLA for premium customers"
|
"PLACEHOLDER": "SLA per a clients premium"
|
||||||
},
|
},
|
||||||
"FIRST_RESPONSE_TIME": {
|
"FIRST_RESPONSE_TIME": {
|
||||||
"LABEL": "First Response Time",
|
"LABEL": "Primer Temps de Resposta",
|
||||||
"PLACEHOLDER": "5"
|
"PLACEHOLDER": "5"
|
||||||
},
|
},
|
||||||
"NEXT_RESPONSE_TIME": {
|
"NEXT_RESPONSE_TIME": {
|
||||||
"LABEL": "Next Response Time",
|
"LABEL": "Pròxim temps de resposta",
|
||||||
"PLACEHOLDER": "5"
|
"PLACEHOLDER": "5"
|
||||||
},
|
},
|
||||||
"RESOLUTION_TIME": {
|
"RESOLUTION_TIME": {
|
||||||
@ -64,11 +64,11 @@
|
|||||||
"PLACEHOLDER": "60"
|
"PLACEHOLDER": "60"
|
||||||
},
|
},
|
||||||
"BUSINESS_HOURS": {
|
"BUSINESS_HOURS": {
|
||||||
"LABEL": "Business Hours",
|
"LABEL": "Horari comercial",
|
||||||
"PLACEHOLDER": "Only during business hours"
|
"PLACEHOLDER": "Només durant l'horari comercial"
|
||||||
},
|
},
|
||||||
"THRESHOLD_TIME": {
|
"THRESHOLD_TIME": {
|
||||||
"INVALID_FORMAT_ERROR": "Threshold should be a number and greater than zero"
|
"INVALID_FORMAT_ERROR": "El llindar ha de ser un nombre i més gran que zero"
|
||||||
},
|
},
|
||||||
"EDIT": "Edita",
|
"EDIT": "Edita",
|
||||||
"CREATE": "Crear",
|
"CREATE": "Crear",
|
||||||
@ -76,22 +76,22 @@
|
|||||||
"CANCEL": "Cancel·la"
|
"CANCEL": "Cancel·la"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add SLA",
|
"TITLE": "Afegeix SLA",
|
||||||
"DESC": "Promeses amistoses per a un gran servei!",
|
"DESC": "Promeses amistoses per a un gran servei!",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "SLA added successfully",
|
"SUCCESS_MESSAGE": "SLA afegit correctament",
|
||||||
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"TITLE": "Delete SLA",
|
"TITLE": "Suprimeix el SLA",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "SLA deleted successfully",
|
"SUCCESS_MESSAGE": "S'ha esborrat el SLA correctament",
|
||||||
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
"ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar"
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Confirma l'esborrat",
|
"TITLE": "Confirma l'esborrat",
|
||||||
"MESSAGE": "Are you sure you want to delete ",
|
"MESSAGE": "Estàs segur que vols suprimir ",
|
||||||
"YES": "Si, esborra ",
|
"YES": "Si, esborra ",
|
||||||
"NO": "No, segueix "
|
"NO": "No, segueix "
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,35 +1,35 @@
|
|||||||
{
|
{
|
||||||
"TEAMS_SETTINGS": {
|
"TEAMS_SETTINGS": {
|
||||||
"NEW_TEAM": "Create new team",
|
"NEW_TEAM": "Cea un nou equip",
|
||||||
"HEADER": "Equips",
|
"HEADER": "Equips",
|
||||||
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
|
"SIDEBAR_TXT": "<p><b>Equips</b></p> <p>Els equips et permeten organitzar els teus agents en grups en funció de les seves responsabilitats. <br /> Un agent pot formar part de diversos equips. Pots assignar converses a un equip quan treballes en col·laboració. </p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no teams created on this account.",
|
"404": "No hi ha cap equip creat en aquest compte.",
|
||||||
"EDIT_TEAM": "Edit team"
|
"EDIT_TEAM": "Edita l'equip"
|
||||||
},
|
},
|
||||||
"CREATE_FLOW": {
|
"CREATE_FLOW": {
|
||||||
"CREATE": {
|
"CREATE": {
|
||||||
"TITLE": "Create a new team",
|
"TITLE": "Cea un nou equip",
|
||||||
"DESC": "Add a title and description to your new team."
|
"DESC": "Afegeix un títol i una descripció al teu nou equip."
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"BUTTON_TEXT": "Add agents to team",
|
"BUTTON_TEXT": "Afegir agents a l'equip",
|
||||||
"TITLE": "Add agents to team - %{teamName}",
|
"TITLE": "Afegeix agents a l'equip - %{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."
|
"DESC": "Afegeix agents al teu equip acabat de crear. Això et permet col·laborar com a equip en converses, rebre notificacions sobre esdeveniments nous a la mateixa conversa."
|
||||||
},
|
},
|
||||||
"WIZARD": [
|
"WIZARD": [
|
||||||
{
|
{
|
||||||
"title": "Crear",
|
"title": "Crear",
|
||||||
"route": "settings_teams_new",
|
"route": "settings_teams_new",
|
||||||
"body": "Create a new team of agents."
|
"body": "Crea un nou equip d'agents."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Afegir agents",
|
"title": "Afegir agents",
|
||||||
"route": "settings_teams_add_agents",
|
"route": "settings_teams_add_agents",
|
||||||
"body": "Add agents to the team."
|
"body": "Afegeix agents a l'equip."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Finish",
|
"title": "Finalitza",
|
||||||
"route": "settings_teams_finish",
|
"route": "settings_teams_finish",
|
||||||
"body": "Ja estàs preparat!"
|
"body": "Ja estàs preparat!"
|
||||||
}
|
}
|
||||||
@ -37,89 +37,89 @@
|
|||||||
},
|
},
|
||||||
"EDIT_FLOW": {
|
"EDIT_FLOW": {
|
||||||
"CREATE": {
|
"CREATE": {
|
||||||
"TITLE": "Edit your team details",
|
"TITLE": "Edita els detalls del teu equip",
|
||||||
"DESC": "Edit title and description to your team.",
|
"DESC": "Edita un títol i una descripció al teu equip.",
|
||||||
"BUTTON_TEXT": "Update team"
|
"BUTTON_TEXT": "Actualitza l'equip"
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"BUTTON_TEXT": "Update agents in team",
|
"BUTTON_TEXT": "Actualitza els agents de l'equip",
|
||||||
"TITLE": "Add agents to team - %{teamName}",
|
"TITLE": "Afegeix agents a l'equip - %{teamName}",
|
||||||
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
|
"DESC": "Afegeix agents al teu equip acabat de crear. Tots els agents afegits rebran una notificació quan s'assigni una conversa a aquest equip."
|
||||||
},
|
},
|
||||||
"WIZARD": [
|
"WIZARD": [
|
||||||
{
|
{
|
||||||
"title": "Team details",
|
"title": "Detalls de l'equip",
|
||||||
"route": "settings_teams_edit",
|
"route": "settings_teams_edit",
|
||||||
"body": "Change name, description and other details."
|
"body": "Canvia el nom, la descripció i altres detalls."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Edit Agents",
|
"title": "Edita agents",
|
||||||
"route": "settings_teams_edit_members",
|
"route": "settings_teams_edit_members",
|
||||||
"body": "Edit agents in your team."
|
"body": "Edita agents en el teu equip."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Finish",
|
"title": "Finalitza",
|
||||||
"route": "settings_teams_edit_finish",
|
"route": "settings_teams_edit_finish",
|
||||||
"body": "Ja estàs preparat!"
|
"body": "Ja estàs preparat!"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"TEAM_FORM": {
|
"TEAM_FORM": {
|
||||||
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
"ERROR_MESSAGE": "No s'han pogut desar els detalls de l'equip. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"AGENT": "AGENT",
|
"AGENT": "AGENT",
|
||||||
"EMAIL": "Correu electrònic",
|
"EMAIL": "Correu electrònic",
|
||||||
"BUTTON_TEXT": "Afegir agents",
|
"BUTTON_TEXT": "Afegir agents",
|
||||||
"ADD_AGENTS": "Adding Agents to your Team...",
|
"ADD_AGENTS": "S'estan afegint agents al teu equip...",
|
||||||
"SELECT": "select",
|
"SELECT": "selecciona",
|
||||||
"SELECT_ALL": "select all agents",
|
"SELECT_ALL": "selecciona tots els agents",
|
||||||
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
|
"SELECTED_COUNT": "%{selected} de %{total} agents seleccionats."
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add agents to team - %{teamName}",
|
"TITLE": "Afegeix agents a l'equip - %{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.",
|
"DESC": "Afegeix agents al teu equip acabat de crear. Això et permet col·laborar com a equip en converses, rebre notificacions sobre esdeveniments nous a la mateixa conversa.",
|
||||||
"SELECT": "select",
|
"SELECT": "selecciona",
|
||||||
"SELECT_ALL": "select all agents",
|
"SELECT_ALL": "selecciona tots els agents",
|
||||||
"SELECTED_COUNT": "%{selected} out of %{total} agents selected.",
|
"SELECTED_COUNT": "%{selected} de %{total} agents seleccionats.",
|
||||||
"BUTTON_TEXT": "Afegir agents",
|
"BUTTON_TEXT": "Afegir agents",
|
||||||
"AGENT_VALIDATION_ERROR": "Select at least one agent."
|
"AGENT_VALIDATION_ERROR": "Selecciona almenys un agent."
|
||||||
},
|
},
|
||||||
"FINISH": {
|
"FINISH": {
|
||||||
"TITLE": "Your team is ready!",
|
"TITLE": "El teu equip està preparat!",
|
||||||
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
|
"MESSAGE": "Ara pots col·laborar com un equip en les converses. Feliç suport ",
|
||||||
"BUTTON_TEXT": "Finish"
|
"BUTTON_TEXT": "Finalitza"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Esborrar",
|
"BUTTON_TEXT": "Esborrar",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Team deleted successfully.",
|
"SUCCESS_MESSAGE": "Equip esborrat correctament.",
|
||||||
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
|
"ERROR_MESSAGE": "No s'ha pogut suprimir l'equip. Torna-ho a provar."
|
||||||
},
|
},
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Are you sure want to delete - %{teamName}",
|
"TITLE": "Estàs segur que vols suprimir - %{teamName}",
|
||||||
"PLACE_HOLDER": "Please type {teamName} to confirm",
|
"PLACE_HOLDER": "Escriu {teamName} per confirmar",
|
||||||
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
|
"MESSAGE": "En suprimir l'equip, se suprimirà l'assignació d'equip de les converses assignades a aquest equip.",
|
||||||
"YES": "Suprimeix ",
|
"YES": "Suprimeix ",
|
||||||
"NO": "Cancel·la"
|
"NO": "Cancel·la"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"UPDATE": "Update team",
|
"UPDATE": "Actualitza l'equip",
|
||||||
"CREATE": "Create team",
|
"CREATE": "Crea l'equip",
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Team name",
|
"LABEL": "Nom de l'equip",
|
||||||
"PLACEHOLDER": "Example: Sales, Customer Support"
|
"PLACEHOLDER": "Exemple: Vendes, Atenció al client"
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Team Description",
|
"LABEL": "Descripció de l’equip",
|
||||||
"PLACEHOLDER": "Short description about this team."
|
"PLACEHOLDER": "Breu descripció d'aquest equip."
|
||||||
},
|
},
|
||||||
"AUTO_ASSIGN": {
|
"AUTO_ASSIGN": {
|
||||||
"LABEL": "Allow auto assign for this team."
|
"LABEL": "Permet l'assignació automàtica d'aquest equip."
|
||||||
},
|
},
|
||||||
"SUBMIT_CREATE": "Create team"
|
"SUBMIT_CREATE": "Crea l'equip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"WHATSAPP_TEMPLATES": {
|
"WHATSAPP_TEMPLATES": {
|
||||||
"MODAL": {
|
"MODAL": {
|
||||||
"TITLE": "Whatsapp Templates",
|
"TITLE": "Plantilles de Whatsapp",
|
||||||
"SUBTITLE": "Select the whatsapp template you want to send",
|
"SUBTITLE": "Selecciona la plantilla de whatsapp que vols enviar",
|
||||||
"TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}"
|
"TEMPLATE_SELECTED_SUBTITLE": "Procés %{templateName}"
|
||||||
},
|
},
|
||||||
"PICKER": {
|
"PICKER": {
|
||||||
"SEARCH_PLACEHOLDER": "Search Templates",
|
"SEARCH_PLACEHOLDER": "Cerca plantilles",
|
||||||
"NO_TEMPLATES_FOUND": "No templates found for",
|
"NO_TEMPLATES_FOUND": "No s'han trobat plantilles per a",
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
"LANGUAGE": "Language",
|
"LANGUAGE": "Idioma",
|
||||||
"TEMPLATE_BODY": "Template Body",
|
"TEMPLATE_BODY": "Cos de la plantilla",
|
||||||
"CATEGORY": "Category"
|
"CATEGORY": "Categoria"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PARSER": {
|
"PARSER": {
|
||||||
"VARIABLES_LABEL": "Variables",
|
"VARIABLES_LABEL": "Variables",
|
||||||
"VARIABLE_PLACEHOLDER": "Enter %{variable} value",
|
"VARIABLE_PLACEHOLDER": "Introdueix el valor %{variable}",
|
||||||
"GO_BACK_LABEL": "Go Back",
|
"GO_BACK_LABEL": "Torna enrere",
|
||||||
"SEND_MESSAGE_LABEL": "Send Message",
|
"SEND_MESSAGE_LABEL": "Envia missatge",
|
||||||
"FORM_ERROR_MESSAGE": "Please fill all variables before sending"
|
"FORM_ERROR_MESSAGE": "Omple totes les variables abans d'enviar-les"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
"NONE": "Nic",
|
"NONE": "Nic",
|
||||||
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
|
||||||
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
|
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -95,7 +95,9 @@
|
|||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Offline"
|
"OFFLINE": "Offline",
|
||||||
|
"RECONNECTING": "Reconnecting...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnected"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Refresh"
|
"REFRESH": "Refresh"
|
||||||
@ -154,7 +156,7 @@
|
|||||||
"UNTIL_TOMORROW": "Until tomorrow",
|
"UNTIL_TOMORROW": "Until tomorrow",
|
||||||
"UNTIL_NEXT_MONTH": "Until next month",
|
"UNTIL_NEXT_MONTH": "Until next month",
|
||||||
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
||||||
"CUSTOM": "Custom...",
|
"UNTIL_CUSTOM_TIME": "Custom...",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Schránky",
|
"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>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"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."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Enter email address",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Dashboard app deleted successfully",
|
"API_SUCCESS": "Dashboard app deleted successfully",
|
||||||
"API_ERROR": "We couldn't delete the app. Please try again later"
|
"API_ERROR": "We couldn't delete the app. Please try again later"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Create",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Odkaz",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Loading",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Title",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "Title is required"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Description",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Team",
|
||||||
|
"PLACEHOLDER": "Vybrat tým",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Assignee",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Priority",
|
||||||
|
"PLACEHOLDER": "Select priority",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Label",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Stav",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Create",
|
||||||
|
"CANCEL": "Zrušit",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Stav",
|
||||||
|
"PRIORITY": "Priority",
|
||||||
|
"ASSIGNEE": "Assignee",
|
||||||
|
"LABELS": "Štítky",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Help Center",
|
||||||
"ALL_ARTICLES": "All Articles",
|
"ALL_ARTICLES": "All Articles",
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
"NONE": "Ingen",
|
"NONE": "Ingen",
|
||||||
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Tildel det valgte team.",
|
"ASSIGN_SELECTED_TEAMS": "Tildel det valgte team.",
|
||||||
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
|
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -95,7 +95,9 @@
|
|||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Offline"
|
"OFFLINE": "Offline",
|
||||||
|
"RECONNECTING": "Reconnecting...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnected"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Opdater"
|
"REFRESH": "Opdater"
|
||||||
@ -154,7 +156,7 @@
|
|||||||
"UNTIL_TOMORROW": "Indtil i morgen",
|
"UNTIL_TOMORROW": "Indtil i morgen",
|
||||||
"UNTIL_NEXT_MONTH": "Until next month",
|
"UNTIL_NEXT_MONTH": "Until next month",
|
||||||
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
||||||
"CUSTOM": "Custom...",
|
"UNTIL_CUSTOM_TIME": "Custom...",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Indbakker",
|
"HEADER": "Indbakker",
|
||||||
"SIDEBAR_TXT": "<p><b>Indbakke</b></p> <p> Når du forbinder en hjemmeside eller en facebook side til Chatwoot, det kaldes en <b>Indbakke</b>. Du kan have ubegrænset indbakker på din Chatwoot-konto. </p><p> Klik på <b>Tilføj indbakke</b> for at forbinde en hjemmeside eller en Facebook-side. </p><p> I betjeningspanelet du kan se alle samtalerne fra alle dine indbakker på et enkelt sted og svare på dem under fanen 'Samtaler'. </p><p> Du kan også se samtaler, der er specifikke for en indbakke, ved at klikke på indbakkens navn i dashboardets venstre rude. </p>",
|
"SIDEBAR_TXT": "<p><b>Indbakke</b></p> <p> Når du forbinder en hjemmeside eller en facebook side til Chatwoot, det kaldes en <b>Indbakke</b>. Du kan have ubegrænset indbakker på din Chatwoot-konto. </p><p> Klik på <b>Tilføj indbakke</b> for at forbinde en hjemmeside eller en Facebook-side. </p><p> I betjeningspanelet du kan se alle samtalerne fra alle dine indbakker på et enkelt sted og svare på dem under fanen 'Samtaler'. </p><p> Du kan også se samtaler, der er specifikke for en indbakke, ved at klikke på indbakkens navn i dashboardets venstre rude. </p>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Der er ingen indbakker tilknyttet denne konto."
|
"404": "Der er ingen indbakker tilknyttet denne konto."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Enter email address",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Dashboard app slettet",
|
"API_SUCCESS": "Dashboard app slettet",
|
||||||
"API_ERROR": "Vi kunne ikke slette appen. Prøv igen senere"
|
"API_ERROR": "Vi kunne ikke slette appen. Prøv igen senere"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Opret",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Link",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Loading",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Titel",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "Titel er påkrævet"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Beskrivelse",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Team",
|
||||||
|
"PLACEHOLDER": "Vælg hold",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Assignee",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Priority",
|
||||||
|
"PLACEHOLDER": "Select priority",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Etiketter",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Status",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Opret",
|
||||||
|
"CANCEL": "Annuller",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Status",
|
||||||
|
"PRIORITY": "Priority",
|
||||||
|
"ASSIGNEE": "Assignee",
|
||||||
|
"LABELS": "Etiketter",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Oversigt",
|
"REPORTS_OVERVIEW": "Oversigt",
|
||||||
"FACEBOOK_REAUTHORIZE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Help Center",
|
||||||
"ALL_ARTICLES": "Alle Artikler",
|
"ALL_ARTICLES": "Alle Artikler",
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"FILTER": {
|
"FILTER": {
|
||||||
"TITLE": "Gespräche filtern",
|
"TITLE": "Gespräche filtern",
|
||||||
"SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.",
|
"SUBTITLE": "Füge Filter unten hinzu und klicke auf „Filter anwenden“, um das Durcheinander der Chats zu beenden.",
|
||||||
"EDIT_CUSTOM_FILTER": "Edit Folder",
|
"EDIT_CUSTOM_FILTER": "Ordner bearbeiten",
|
||||||
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.",
|
"CUSTOM_VIEWS_SUBTITLE": "Füge Filter hinzu oder entferne sie und aktualisieren deinen Ordner.",
|
||||||
"ADD_NEW_FILTER": "Add filter",
|
"ADD_NEW_FILTER": "Filter hinzufügen",
|
||||||
"FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.",
|
"FILTER_DELETE_ERROR": "Hoppla, wir können nicht, nichts speichern! Bitte füge mindestens einen Filter hinzu, um ihn zu speichern.",
|
||||||
"SUBMIT_BUTTON_LABEL": "Filter übernehmen",
|
"SUBMIT_BUTTON_LABEL": "Filter übernehmen",
|
||||||
"UPDATE_BUTTON_LABEL": "Update folder",
|
"UPDATE_BUTTON_LABEL": "Ordner aktualisieren",
|
||||||
"CANCEL_BUTTON_LABEL": "Abbrechen",
|
"CANCEL_BUTTON_LABEL": "Abbrechen",
|
||||||
"CLEAR_BUTTON_LABEL": "Clear filters",
|
"CLEAR_BUTTON_LABEL": "Filter zurücksetzen",
|
||||||
"FOLDER_LABEL": "Folder Name",
|
"FOLDER_LABEL": "Ordnername",
|
||||||
"FOLDER_QUERY_LABEL": "Folder Query",
|
"FOLDER_QUERY_LABEL": "Ordnerabfrage",
|
||||||
"EMPTY_VALUE_ERROR": "Wert ist erforderlich.",
|
"EMPTY_VALUE_ERROR": "Wert ist erforderlich.",
|
||||||
"TOOLTIP_LABEL": "Gespräche filtern",
|
"TOOLTIP_LABEL": "Gespräche filtern",
|
||||||
"QUERY_DROPDOWN_LABELS": {
|
"QUERY_DROPDOWN_LABELS": {
|
||||||
@ -36,15 +36,15 @@
|
|||||||
},
|
},
|
||||||
"ATTRIBUTES": {
|
"ATTRIBUTES": {
|
||||||
"STATUS": "Status",
|
"STATUS": "Status",
|
||||||
"ASSIGNEE_NAME": "Assignee name",
|
"ASSIGNEE_NAME": "Bearbeiter Name",
|
||||||
"INBOX_NAME": "Posteingangsname",
|
"INBOX_NAME": "Posteingangsname",
|
||||||
"TEAM_NAME": "Teamname",
|
"TEAM_NAME": "Teamname",
|
||||||
"CONVERSATION_IDENTIFIER": "Conversation identifier",
|
"CONVERSATION_IDENTIFIER": "Konversation-ID",
|
||||||
"CAMPAIGN_NAME": "Campaign name",
|
"CAMPAIGN_NAME": "Kampagnenname",
|
||||||
"LABELS": "Labels",
|
"LABELS": "Labels",
|
||||||
"BROWSER_LANGUAGE": "Browser language",
|
"BROWSER_LANGUAGE": "Browsersprache",
|
||||||
"PRIORITY": "Priorität",
|
"PRIORITY": "Priorität",
|
||||||
"COUNTRY_NAME": "Country name",
|
"COUNTRY_NAME": "Landesname",
|
||||||
"REFERER_LINK": "Referer-Link",
|
"REFERER_LINK": "Referer-Link",
|
||||||
"CUSTOM_ATTRIBUTE_LIST": "Liste",
|
"CUSTOM_ATTRIBUTE_LIST": "Liste",
|
||||||
"CUSTOM_ATTRIBUTE_TEXT": "Text",
|
"CUSTOM_ATTRIBUTE_TEXT": "Text",
|
||||||
@ -55,15 +55,15 @@
|
|||||||
"LAST_ACTIVITY": "Letzte Aktivität"
|
"LAST_ACTIVITY": "Letzte Aktivität"
|
||||||
},
|
},
|
||||||
"GROUPS": {
|
"GROUPS": {
|
||||||
"STANDARD_FILTERS": "Standard filters",
|
"STANDARD_FILTERS": "Standard Filter",
|
||||||
"ADDITIONAL_FILTERS": "Additional filters",
|
"ADDITIONAL_FILTERS": "Zusätzliche Filter",
|
||||||
"CUSTOM_ATTRIBUTES": "Custom attributes"
|
"CUSTOM_ATTRIBUTES": "Benutzerdefinierte Attribute"
|
||||||
},
|
},
|
||||||
"CUSTOM_VIEWS": {
|
"CUSTOM_VIEWS": {
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Möchten Sie diesen Filter speichern?",
|
"TITLE": "Möchten Sie diesen Filter speichern?",
|
||||||
"LABEL": "Diesen Filter benennen",
|
"LABEL": "Diesen Filter benennen",
|
||||||
"PLACEHOLDER": "Name your filter to refer it later.",
|
"PLACEHOLDER": "Benenne deinen Filter, um ihn später wiederzuerkennen.",
|
||||||
"ERROR_MESSAGE": "Name wird benötigt.",
|
"ERROR_MESSAGE": "Name wird benötigt.",
|
||||||
"SAVE_BUTTON": "Filter speichern",
|
"SAVE_BUTTON": "Filter speichern",
|
||||||
"CANCEL_BUTTON": "Abbrechen",
|
"CANCEL_BUTTON": "Abbrechen",
|
||||||
@ -77,7 +77,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"EDIT_BUTTON": "Edit folder"
|
"EDIT_BUTTON": "Ordner bearbeiten"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"DELETE_BUTTON": "Filter löschen",
|
"DELETE_BUTTON": "Filter löschen",
|
||||||
@ -85,7 +85,7 @@
|
|||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Löschen bestätigen",
|
"TITLE": "Löschen bestätigen",
|
||||||
"MESSAGE": "Möchten Sie den Filter wirklich löschen ",
|
"MESSAGE": "Möchten Sie den Filter wirklich löschen ",
|
||||||
"YES": "Yes, delete",
|
"YES": "Ja, löschen",
|
||||||
"NO": "Nein, behalte es"
|
"NO": "Nein, behalte es"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,73 +1,73 @@
|
|||||||
{
|
{
|
||||||
"AGENT_BOTS": {
|
"AGENT_BOTS": {
|
||||||
"HEADER": "Bots",
|
"HEADER": "Bots",
|
||||||
"LOADING_EDITOR": "Loading editor...",
|
"LOADING_EDITOR": "Lade Editor...",
|
||||||
"HEADER_BTN_TXT": "Add bot configuration",
|
"HEADER_BTN_TXT": "Bot-Konfiguration hinzufügen",
|
||||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
|
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agenten Bots sind wie die besten Mitglieder Ihres Teams. Die Bots können mit den kleinen Themen umgehen, sodass Sie sich auf die Sachen, die wichtig sind, konzentrieren können. Probieren Sie es aus.</p> <p> Sie können Ihre Bots von dieser Seite aus verwalten oder neue mit der Schaltfläche „Bot-Konfiguration hinzufügen“ erstellen.</p> <p> Öffnen Sie das <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent Bots Handbuch</a> in einem neuen Tab, um mehr zu erfahren.</p>",
|
||||||
"CSML_BOT_EDITOR": {
|
"CSML_BOT_EDITOR": {
|
||||||
"NAME": {
|
"NAME": {
|
||||||
"LABEL": "Bot name",
|
"LABEL": "Bot Name",
|
||||||
"PLACEHOLDER": "Name your bot.",
|
"PLACEHOLDER": "Benenne den Bot.",
|
||||||
"ERROR": "Bot Name ist erforderlich."
|
"ERROR": "Bot Name ist erforderlich."
|
||||||
},
|
},
|
||||||
"DESCRIPTION": {
|
"DESCRIPTION": {
|
||||||
"LABEL": "Bot description",
|
"LABEL": "Bot Beschreibung",
|
||||||
"PLACEHOLDER": "Was macht dieser Bot?"
|
"PLACEHOLDER": "Was macht dieser Bot?"
|
||||||
},
|
},
|
||||||
"BOT_CONFIG": {
|
"BOT_CONFIG": {
|
||||||
"ERROR": "Bitte geben Sie Ihre CSML Bot-Konfiguration oben ein.",
|
"ERROR": "Bitte geben Sie Ihre CSML Bot-Konfiguration oben ein.",
|
||||||
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
|
"API_ERROR": "Deine CSML-Konfiguration ist ungültig, bitte korrigiere sie und versuche es erneut."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Validieren und speichern"
|
"SUBMIT": "Validieren und speichern"
|
||||||
},
|
},
|
||||||
"BOT_CONFIGURATION": {
|
"BOT_CONFIGURATION": {
|
||||||
"TITLE": "Agenten-Bot auswählen",
|
"TITLE": "Agenten-Bot auswählen",
|
||||||
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
|
"DESC": "Weise deinem Posteingang einen Agent Bot zu. Er kann die ersten Konversationen bearbeiten und sie bei Bedarf an einen echten Agenten übertragen.",
|
||||||
"SUBMIT": "Aktualisieren",
|
"SUBMIT": "Aktualisieren",
|
||||||
"DISCONNECT": "Disconnect bot",
|
"DISCONNECT": "Bot-Verbindung trennen",
|
||||||
"SUCCESS_MESSAGE": "Agenten-Bot erfolgreich aktualisiert.",
|
"SUCCESS_MESSAGE": "Agenten-Bot erfolgreich aktualisiert.",
|
||||||
"DISCONNECTED_SUCCESS_MESSAGE": "Agent-Bot erfolgreich getrennt.",
|
"DISCONNECTED_SUCCESS_MESSAGE": "Agent-Bot erfolgreich getrennt.",
|
||||||
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
|
"ERROR_MESSAGE": "Der Agent Bot konnte nicht aktualisiert werden, bitte versuche es später erneut.",
|
||||||
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
|
"DISCONNECTED_ERROR_MESSAGE": "Der Agent Bot konnte nicht entfernt werden, bitte versuchen Sie es später erneut.",
|
||||||
"SELECT_PLACEHOLDER": "Select bot"
|
"SELECT_PLACEHOLDER": "Bot auswählen"
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Neuen Bot konfigurieren",
|
"TITLE": "Neuen Bot konfigurieren",
|
||||||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot erfolgreich hinzugefügt.",
|
"SUCCESS_MESSAGE": "Bot erfolgreich hinzugefügt.",
|
||||||
"ERROR_MESSAGE": "Could not add bot. Please try again later."
|
"ERROR_MESSAGE": "Bot konnte nicht hinzugefügt werden, bitte versuchen Sie es später erneut."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
|
"404": "Keine Bots gefunden. Du kannst einen Bot erstellen, indem du auf den 'Neuen Bot konfigurieren' Knopf klickst ↗",
|
||||||
"LOADING": "Fetching bots...",
|
"LOADING": "Bots werden geladen...",
|
||||||
"TYPE": "Bot type"
|
"TYPE": "Bot-Typ"
|
||||||
},
|
},
|
||||||
"DELETE": {
|
"DELETE": {
|
||||||
"BUTTON_TEXT": "Löschen",
|
"BUTTON_TEXT": "Löschen",
|
||||||
"TITLE": "Delete bot",
|
"TITLE": "Bot löschen",
|
||||||
"SUBMIT": "Löschen",
|
"SUBMIT": "Löschen",
|
||||||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||||||
"DESCRIPTION": "Sind Sie sicher, dass Sie diesen Bot löschen wollen? Diese Aktion kann nicht rückgängig gemacht werden.",
|
"DESCRIPTION": "Sind Sie sicher, dass Sie diesen Bot löschen wollen? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot erfolgreich gelöscht.",
|
"SUCCESS_MESSAGE": "Bot erfolgreich gelöscht.",
|
||||||
"ERROR_MESSAGE": "Could not delete bot. Please try again."
|
"ERROR_MESSAGE": "Der Bot konnte nicht gelöscht werden, bitte versuche es später erneut."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"BUTTON_TEXT": "Bearbeiten",
|
"BUTTON_TEXT": "Bearbeiten",
|
||||||
"LOADING": "Fetching bots...",
|
"LOADING": "Bots werden geladen...",
|
||||||
"TITLE": "Edit bot",
|
"TITLE": "Bot bearbeiten",
|
||||||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Bot erfolgreich aktualisiert.",
|
"SUCCESS_MESSAGE": "Bot erfolgreich aktualisiert.",
|
||||||
"ERROR_MESSAGE": "Could not update bot. Please try again."
|
"ERROR_MESSAGE": "Der Bot konnte nicht aktualisiert werden, bitte versuche es später erneut."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
"WEBHOOK": "Webhook bot",
|
"WEBHOOK": "Webhook Bot",
|
||||||
"CSML": "CSML bot"
|
"CSML": "CSML Bot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,15 +41,15 @@
|
|||||||
"IN_VALID": "Ungültiger Schlüssel"
|
"IN_VALID": "Ungültiger Schlüssel"
|
||||||
},
|
},
|
||||||
"REGEX_PATTERN": {
|
"REGEX_PATTERN": {
|
||||||
"LABEL": "Regex Pattern",
|
"LABEL": "Regex Muster",
|
||||||
"PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)"
|
"PLACEHOLDER": "Bitte benutzerdefiniertes Attribut Regex Muster eingeben. (Optional)"
|
||||||
},
|
},
|
||||||
"REGEX_CUE": {
|
"REGEX_CUE": {
|
||||||
"LABEL": "Regex Cue",
|
"LABEL": "Regex Hinweis",
|
||||||
"PLACEHOLDER": "Please enter regex pattern hint. (Optional)"
|
"PLACEHOLDER": "Bitte geben Sie einen Hinweis zum Regex Muster ein. (Optional)"
|
||||||
},
|
},
|
||||||
"ENABLE_REGEX": {
|
"ENABLE_REGEX": {
|
||||||
"LABEL": "Enable regex validation"
|
"LABEL": "Regex Validierung aktivieren"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
@ -106,15 +106,15 @@
|
|||||||
"NOT_FOUND": "Es sind keine benutzerdefinierten Attribute konfiguriert"
|
"NOT_FOUND": "Es sind keine benutzerdefinierten Attribute konfiguriert"
|
||||||
},
|
},
|
||||||
"REGEX_PATTERN": {
|
"REGEX_PATTERN": {
|
||||||
"LABEL": "Regex Pattern",
|
"LABEL": "Regex Muster",
|
||||||
"PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)"
|
"PLACEHOLDER": "Bitte benutzerdefiniertes Attribut Regex Muster eingeben. (Optional)"
|
||||||
},
|
},
|
||||||
"REGEX_CUE": {
|
"REGEX_CUE": {
|
||||||
"LABEL": "Regex Cue",
|
"LABEL": "Regex Hinweis",
|
||||||
"PLACEHOLDER": "Please enter regex pattern hint. (Optional)"
|
"PLACEHOLDER": "Bitte geben Sie einen Hinweis zum Regex Muster ein. (Optional)"
|
||||||
},
|
},
|
||||||
"ENABLE_REGEX": {
|
"ENABLE_REGEX": {
|
||||||
"LABEL": "Enable regex validation"
|
"LABEL": "Regex Validierung aktivieren"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,23 +10,23 @@
|
|||||||
"ASSIGN_AGENT_TOOLTIP": "Agent zuweisen",
|
"ASSIGN_AGENT_TOOLTIP": "Agent zuweisen",
|
||||||
"ASSIGN_TEAM_TOOLTIP": "Team zuweisen",
|
"ASSIGN_TEAM_TOOLTIP": "Team zuweisen",
|
||||||
"ASSIGN_SUCCESFUL": "Konversationen erfolgreich zugewiesen.",
|
"ASSIGN_SUCCESFUL": "Konversationen erfolgreich zugewiesen.",
|
||||||
"ASSIGN_FAILED": "Failed to assign conversations. Please try again.",
|
"ASSIGN_FAILED": "Konversationen konnten nicht zugewiesen werden. Bitte versuchen Sie es erneut.",
|
||||||
"RESOLVE_SUCCESFUL": "Konversationen erfolgreich gelöst.",
|
"RESOLVE_SUCCESFUL": "Konversationen erfolgreich gelöst.",
|
||||||
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
|
"RESOLVE_FAILED": "Konversationen konnten nicht gelöst werden. Bitte versuchen Sie es erneut.",
|
||||||
"ALL_CONVERSATIONS_SELECTED_ALERT": "Nur auf dieser Seite sichtbaren Konversationen sind ausgewählt.",
|
"ALL_CONVERSATIONS_SELECTED_ALERT": "Nur auf dieser Seite sichtbaren Konversationen sind ausgewählt.",
|
||||||
"AGENT_LIST_LOADING": "Agenten werden geladen",
|
"AGENT_LIST_LOADING": "Agenten werden geladen",
|
||||||
"UPDATE": {
|
"UPDATE": {
|
||||||
"CHANGE_STATUS": "Status ändern",
|
"CHANGE_STATUS": "Status ändern",
|
||||||
"SNOOZE_UNTIL": "Erinnern",
|
"SNOOZE_UNTIL": "Erinnern",
|
||||||
"UPDATE_SUCCESFUL": "Der Konversationsstatus wurde erfolgreich aktualisiert.",
|
"UPDATE_SUCCESFUL": "Der Konversationsstatus wurde erfolgreich aktualisiert.",
|
||||||
"UPDATE_FAILED": "Failed to update conversations. Please try again."
|
"UPDATE_FAILED": "Konversationen konnten nicht aktualisiert werden. Bitte versuchen Sie es erneut."
|
||||||
},
|
},
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
"ASSIGN_LABELS": "Assign labels",
|
"ASSIGN_LABELS": "Labels zuweisen",
|
||||||
"NO_LABELS_FOUND": "Keine Labels gefunden für",
|
"NO_LABELS_FOUND": "Keine Labels gefunden für",
|
||||||
"ASSIGN_SELECTED_LABELS": "Ausgewählte Labels zuweisen",
|
"ASSIGN_SELECTED_LABELS": "Ausgewählte Labels zuweisen",
|
||||||
"ASSIGN_SUCCESFUL": "Labels erfolgreich zugewiesen.",
|
"ASSIGN_SUCCESFUL": "Labels erfolgreich zugewiesen.",
|
||||||
"ASSIGN_FAILED": "Failed to assign labels. Please try again."
|
"ASSIGN_FAILED": "Labels konnten nicht zugewiesen werden. Bitte versuchen Sie es erneut."
|
||||||
},
|
},
|
||||||
"TEAMS": {
|
"TEAMS": {
|
||||||
"TEAM_SELECT_LABEL": "Team auswählen",
|
"TEAM_SELECT_LABEL": "Team auswählen",
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"NO_TEAMS_AVAILABLE": "Es wurden noch keine Teams zu diesem Konto hinzugefügt.",
|
"NO_TEAMS_AVAILABLE": "Es wurden noch keine Teams zu diesem Konto hinzugefügt.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Ausgewähltes Team zuweisen.",
|
"ASSIGN_SELECTED_TEAMS": "Ausgewähltes Team zuweisen.",
|
||||||
"ASSIGN_SUCCESFUL": "Teams erfolgreich zugewiesen.",
|
"ASSIGN_SUCCESFUL": "Teams erfolgreich zugewiesen.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "Team konnte nicht zugewiesen werden. Bitte versuche es erneut."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"CANNED_MGMT": {
|
"CANNED_MGMT": {
|
||||||
"HEADER": "Vorgefertigte Antworten",
|
"HEADER": "Vorgefertigte Antworten",
|
||||||
"HEADER_BTN_TXT": "Add canned response",
|
"HEADER_BTN_TXT": "Vorgefertigte Antwort hinzufügen",
|
||||||
"LOADING": "Fetching canned responses...",
|
"LOADING": "Lade vorgefertigte Antworten...",
|
||||||
"SEARCH_404": "Es existieren keine Elemente, die dieser Abfrage entsprechen.",
|
"SEARCH_404": "Es existieren keine Elemente, die dieser Abfrage entsprechen.",
|
||||||
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
|
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
@ -16,7 +16,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ADD": {
|
"ADD": {
|
||||||
"TITLE": "Add canned response",
|
"TITLE": "Vorgefertigte Antwort hinzufügen",
|
||||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
||||||
"CANCEL_BUTTON_TEXT": "Abbrechen",
|
"CANCEL_BUTTON_TEXT": "Abbrechen",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
|
|||||||
@ -53,28 +53,28 @@
|
|||||||
},
|
},
|
||||||
"SORT_ORDER_ITEMS": {
|
"SORT_ORDER_ITEMS": {
|
||||||
"last_activity_at_asc": {
|
"last_activity_at_asc": {
|
||||||
"TEXT": "Last activity: Oldest first"
|
"TEXT": "Letzte Aktivität: Älteste zuerst"
|
||||||
},
|
},
|
||||||
"last_activity_at_desc": {
|
"last_activity_at_desc": {
|
||||||
"TEXT": "Last activity: Newest first"
|
"TEXT": "Letzte Aktivität: Neueste zuerst"
|
||||||
},
|
},
|
||||||
"created_at_desc": {
|
"created_at_desc": {
|
||||||
"TEXT": "Created at: Newest first"
|
"TEXT": "Erstellt am: Neueste zuerst"
|
||||||
},
|
},
|
||||||
"created_at_asc": {
|
"created_at_asc": {
|
||||||
"TEXT": "Created at: Oldest first"
|
"TEXT": "Erstellt am: Älteste zuerst"
|
||||||
},
|
},
|
||||||
"priority_desc": {
|
"priority_desc": {
|
||||||
"TEXT": "Priority: Highest first"
|
"TEXT": "Priorität: Höchste zuerst"
|
||||||
},
|
},
|
||||||
"priority_asc": {
|
"priority_asc": {
|
||||||
"TEXT": "Priority: Lowest first"
|
"TEXT": "Priorität: Niedrigste zuerst"
|
||||||
},
|
},
|
||||||
"waiting_since_asc": {
|
"waiting_since_asc": {
|
||||||
"TEXT": "Pending Response: Longest first"
|
"TEXT": "Ausstehende Antwort: Längste zuerst"
|
||||||
},
|
},
|
||||||
"waiting_since_desc": {
|
"waiting_since_desc": {
|
||||||
"TEXT": "Pending Response: Shortest first"
|
"TEXT": "Ausstehende Antwort: Kürzeste zuerst"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
|
|||||||
@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Kontakte zusammenführen",
|
"MERGE_CONTACT": "Kontakte zusammenführen",
|
||||||
"CONTACT_ACTIONS": "Kontakt-Aktionen",
|
"CONTACT_ACTIONS": "Kontakt-Aktionen",
|
||||||
"MUTE_CONTACT": "Block Contact",
|
"MUTE_CONTACT": "Kontakt blockieren",
|
||||||
"UNMUTE_CONTACT": "Unblock Contact",
|
"UNMUTE_CONTACT": "Kontakt entsperren",
|
||||||
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
"MUTED_SUCCESS": "Dieser Kontakt wurde erfolgreich blockiert. Sie werden über keine zukünftigen Konversationen benachrichtigt.",
|
||||||
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
"UNMUTED_SUCCESS": "Dieser Kontakt wurde erfolgreich entsperrt.",
|
||||||
"SEND_TRANSCRIPT": "Transkript senden",
|
"SEND_TRANSCRIPT": "Transkript senden",
|
||||||
"EDIT_LABEL": "Bearbeiten",
|
"EDIT_LABEL": "Bearbeiten",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"SUBMIT": "Importieren",
|
"SUBMIT": "Importieren",
|
||||||
"CANCEL": "Abbrechen"
|
"CANCEL": "Abbrechen"
|
||||||
},
|
},
|
||||||
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
|
"SUCCESS_MESSAGE": "Sie werden per E-Mail benachrichtigt, wenn der Import abgeschlossen ist.",
|
||||||
"ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut"
|
"ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut"
|
||||||
},
|
},
|
||||||
"EXPORT_CONTACTS": {
|
"EXPORT_CONTACTS": {
|
||||||
@ -83,10 +83,10 @@
|
|||||||
"ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut",
|
"ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut",
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Kontakte exportieren",
|
"TITLE": "Kontakte exportieren",
|
||||||
"MESSAGE": "Are you sure you want to export all contacts?",
|
"MESSAGE": "Sind Sie sicher, dass Sie alle Kontakte exportieren möchten?",
|
||||||
"FILTERED_MESSAGE": "Are you sure you want to export all the filtered contacts?",
|
"FILTERED_MESSAGE": "Sind Sie sicher, dass Sie alle gefilterten Kontakte exportieren möchten?",
|
||||||
"YES": "Yes, Export",
|
"YES": "Ja, exportieren",
|
||||||
"NO": "No, Cancel"
|
"NO": "Nein, abbrechen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DELETE_NOTE": {
|
"DELETE_NOTE": {
|
||||||
@ -213,8 +213,8 @@
|
|||||||
"ERROR": "Nachricht darf nicht leer sein"
|
"ERROR": "Nachricht darf nicht leer sein"
|
||||||
},
|
},
|
||||||
"ATTACHMENTS": {
|
"ATTACHMENTS": {
|
||||||
"SELECT": "Choose files",
|
"SELECT": "Dateien auswählen",
|
||||||
"HELP_TEXT": "Drag and drop files here or choose files to attach"
|
"HELP_TEXT": "Ziehe Dateien hierher oder wähle Dateien zum Anhängen aus"
|
||||||
},
|
},
|
||||||
"SUBMIT": "Nachricht senden",
|
"SUBMIT": "Nachricht senden",
|
||||||
"CANCEL": "Abbrechen",
|
"CANCEL": "Abbrechen",
|
||||||
@ -298,8 +298,8 @@
|
|||||||
"BUTTON": "Eigenes Attribut hinzufügen",
|
"BUTTON": "Eigenes Attribut hinzufügen",
|
||||||
"NOT_AVAILABLE": "Für diesen Kontakt sind keine benutzerdefinierten Attribute verfügbar.",
|
"NOT_AVAILABLE": "Für diesen Kontakt sind keine benutzerdefinierten Attribute verfügbar.",
|
||||||
"COPY_SUCCESSFUL": "Erfolgreich in die Zwischenablage kopiert",
|
"COPY_SUCCESSFUL": "Erfolgreich in die Zwischenablage kopiert",
|
||||||
"SHOW_MORE": "Show all attributes",
|
"SHOW_MORE": "Alle Attribute anzeigen",
|
||||||
"SHOW_LESS": "Show less attributes",
|
"SHOW_LESS": "Weniger Attribute anzeigen",
|
||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"COPY": "Attribut kopieren",
|
"COPY": "Attribut kopieren",
|
||||||
"DELETE": "Attribut löschen",
|
"DELETE": "Attribut löschen",
|
||||||
@ -350,7 +350,7 @@
|
|||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Gültiger Wert ist erforderlich",
|
"REQUIRED": "Gültiger Wert ist erforderlich",
|
||||||
"INVALID_URL": "Ungültige URL",
|
"INVALID_URL": "Ungültige URL",
|
||||||
"INVALID_INPUT": "Invalid Input"
|
"INVALID_INPUT": "Ungültige Eingabe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@ -2,18 +2,18 @@
|
|||||||
"CONTACTS_FILTER": {
|
"CONTACTS_FILTER": {
|
||||||
"TITLE": "Kontakte filtern",
|
"TITLE": "Kontakte filtern",
|
||||||
"SUBTITLE": "Fügen Sie unten Filter hinzu und klicken Sie auf 'Senden', um die Kontakte zu filtern.",
|
"SUBTITLE": "Fügen Sie unten Filter hinzu und klicken Sie auf 'Senden', um die Kontakte zu filtern.",
|
||||||
"EDIT_CUSTOM_SEGMENT": "Edit Segment",
|
"EDIT_CUSTOM_SEGMENT": "Segment bearbeiten",
|
||||||
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your segment.",
|
"CUSTOM_VIEWS_SUBTITLE": "Füge Filter hinzu oder entferne sie und aktualisieren dein Segment.",
|
||||||
"ADD_NEW_FILTER": "Filter hinzufügen",
|
"ADD_NEW_FILTER": "Filter hinzufügen",
|
||||||
"CLEAR_ALL_FILTERS": "Alle Filter löschen",
|
"CLEAR_ALL_FILTERS": "Alle Filter löschen",
|
||||||
"FILTER_DELETE_ERROR": "Sie sollten mindestens einen Filter zum Speichern haben",
|
"FILTER_DELETE_ERROR": "Sie sollten mindestens einen Filter zum Speichern haben",
|
||||||
"SUBMIT_BUTTON_LABEL": "Einreichen",
|
"SUBMIT_BUTTON_LABEL": "Einreichen",
|
||||||
"UPDATE_BUTTON_LABEL": "Update Segment",
|
"UPDATE_BUTTON_LABEL": "Segment aktualisieren",
|
||||||
"CANCEL_BUTTON_LABEL": "Abbrechen",
|
"CANCEL_BUTTON_LABEL": "Abbrechen",
|
||||||
"CLEAR_BUTTON_LABEL": "Filter zurücksetzen",
|
"CLEAR_BUTTON_LABEL": "Filter zurücksetzen",
|
||||||
"EMPTY_VALUE_ERROR": "Wert ist erforderlich",
|
"EMPTY_VALUE_ERROR": "Wert ist erforderlich",
|
||||||
"SEGMENT_LABEL": "Segment Name",
|
"SEGMENT_LABEL": "Segmentname",
|
||||||
"SEGMENT_QUERY_LABEL": "Segment Query",
|
"SEGMENT_QUERY_LABEL": "Segment-Abfrage",
|
||||||
"TOOLTIP_LABEL": "Kontakte filtern",
|
"TOOLTIP_LABEL": "Kontakte filtern",
|
||||||
"QUERY_DROPDOWN_LABELS": {
|
"QUERY_DROPDOWN_LABELS": {
|
||||||
"AND": "UND",
|
"AND": "UND",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"CREATED_AT": "Erstellt am",
|
"CREATED_AT": "Erstellt am",
|
||||||
"LAST_ACTIVITY": "Letzte Aktivität",
|
"LAST_ACTIVITY": "Letzte Aktivität",
|
||||||
"REFERER_LINK": "Verweis-Link",
|
"REFERER_LINK": "Verweis-Link",
|
||||||
"BLOCKED": "Blocked"
|
"BLOCKED": "Blockiert"
|
||||||
},
|
},
|
||||||
"GROUPS": {
|
"GROUPS": {
|
||||||
"STANDARD_FILTERS": "Standardfilter",
|
"STANDARD_FILTERS": "Standardfilter",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"CONVERSATION": {
|
"CONVERSATION": {
|
||||||
"SELECT_A_CONVERSATION": "Bitte wählen Sie eine Konversation aus dem linken Bereich aus",
|
"SELECT_A_CONVERSATION": "Bitte wählen Sie eine Konversation aus dem linken Bereich aus",
|
||||||
"CSAT_REPLY_MESSAGE": "Bitte bewerten Sie diese Konversation",
|
"CSAT_REPLY_MESSAGE": "Bitte bewerten Sie diese Unterhaltung",
|
||||||
"404": "Wir können die Konversation leider nicht finden. Bitte versuche es erneut",
|
"404": "Wir können die Konversation leider nicht finden. Bitte versuche es erneut",
|
||||||
"SWITCH_VIEW_LAYOUT": "Layout wechseln",
|
"SWITCH_VIEW_LAYOUT": "Layout wechseln",
|
||||||
"DASHBOARD_APP_TAB_MESSAGES": "Nachrichten",
|
"DASHBOARD_APP_TAB_MESSAGES": "Nachrichten",
|
||||||
@ -13,8 +13,8 @@
|
|||||||
"NO_INBOX_AGENT": "Oh oh! Sieht so aus, als wären Sie nicht Teil eines Posteingangs. Bitte wenden Sie sich an Ihren Administrator",
|
"NO_INBOX_AGENT": "Oh oh! Sieht so aus, als wären Sie nicht Teil eines Posteingangs. Bitte wenden Sie sich an Ihren Administrator",
|
||||||
"SEARCH_MESSAGES": "Nachrichten in Unterhaltungen suchen",
|
"SEARCH_MESSAGES": "Nachrichten in Unterhaltungen suchen",
|
||||||
"EMPTY_STATE": {
|
"EMPTY_STATE": {
|
||||||
"CMD_BAR": "to open command menu",
|
"CMD_BAR": "zum Öffnen des Kommandomenüs",
|
||||||
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"
|
"KEYBOARD_SHORTCUTS": "um Tastenkürzel anzuzeigen"
|
||||||
},
|
},
|
||||||
"SEARCH": {
|
"SEARCH": {
|
||||||
"TITLE": "Nachrichten durchsuchen",
|
"TITLE": "Nachrichten durchsuchen",
|
||||||
@ -41,9 +41,9 @@
|
|||||||
"SAVE_CONTACT": "Speichern",
|
"SAVE_CONTACT": "Speichern",
|
||||||
"UPLOADING_ATTACHMENTS": "Anhänge werden hochgeladen...",
|
"UPLOADING_ATTACHMENTS": "Anhänge werden hochgeladen...",
|
||||||
"REPLIED_TO_STORY": "Auf deine Geschichte geantwortet",
|
"REPLIED_TO_STORY": "Auf deine Geschichte geantwortet",
|
||||||
"UNSUPPORTED_MESSAGE": "This message is unsupported.",
|
"UNSUPPORTED_MESSAGE": "Die Nachricht wird nicht unterstützt.",
|
||||||
"UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.",
|
"UNSUPPORTED_MESSAGE_FACEBOOK": "Diese Nachricht wird nicht unterstützt. Sie können diese Nachricht in der Facebook-Messenger-App sehen.",
|
||||||
"UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.",
|
"UNSUPPORTED_MESSAGE_INSTAGRAM": "Diese Nachricht wird nicht unterstützt. Sie können diese Nachricht in der Instagram-App sehen.",
|
||||||
"SUCCESS_DELETE_MESSAGE": "Nachricht erfolgreich gelöscht",
|
"SUCCESS_DELETE_MESSAGE": "Nachricht erfolgreich gelöscht",
|
||||||
"FAIL_DELETE_MESSSAGE": "Nachricht konnte nicht gelöscht werden! Versuchen Sie es erneut",
|
"FAIL_DELETE_MESSSAGE": "Nachricht konnte nicht gelöscht werden! Versuchen Sie es erneut",
|
||||||
"NO_RESPONSE": "Keine Antwort",
|
"NO_RESPONSE": "Keine Antwort",
|
||||||
@ -69,8 +69,8 @@
|
|||||||
"FRT": "FRT {status}",
|
"FRT": "FRT {status}",
|
||||||
"NRT": "NRT {status}",
|
"NRT": "NRT {status}",
|
||||||
"RT": "RT {status}",
|
"RT": "RT {status}",
|
||||||
"MISSED": "missed",
|
"MISSED": "verpasst",
|
||||||
"DUE": "due"
|
"DUE": "fällig"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RESOLVE_DROPDOWN": {
|
"RESOLVE_DROPDOWN": {
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"DATE_PICKER": {
|
"DATE_PICKER": {
|
||||||
"APPLY_BUTTON": "Übernehmen",
|
"APPLY_BUTTON": "Übernehmen",
|
||||||
"CLEAR_BUTTON": "Clear",
|
"CLEAR_BUTTON": "Leeren",
|
||||||
"DATE_RANGE_INPUT": {
|
"DATE_RANGE_INPUT": {
|
||||||
"START": "Start Date",
|
"START": "Startdatum",
|
||||||
"END": "End Date"
|
"END": "Enddatum"
|
||||||
},
|
},
|
||||||
"DATE_RANGE_OPTIONS": {
|
"DATE_RANGE_OPTIONS": {
|
||||||
"TITLE": "DATE RANGE",
|
"TITLE": "DATUMSSPANNE",
|
||||||
"LAST_7_DAYS": "Letzten 7 Tage",
|
"LAST_7_DAYS": "Letzten 7 Tage",
|
||||||
"LAST_30_DAYS": "Letzte 30 Tage",
|
"LAST_30_DAYS": "Letzte 30 Tage",
|
||||||
"LAST_3_MONTHS": "Die letzten 3 Monate",
|
"LAST_3_MONTHS": "Die letzten 3 Monate",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"GENERAL": {
|
"GENERAL": {
|
||||||
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
|
"SHOWING_RESULTS": "{firstIndex}-{lastIndex} von {totalCount} Elementen werden angezeigt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -88,14 +88,16 @@
|
|||||||
"assigned_conversation_new_message": "Neue Nachricht",
|
"assigned_conversation_new_message": "Neue Nachricht",
|
||||||
"participating_conversation_new_message": "Neue Nachricht",
|
"participating_conversation_new_message": "Neue Nachricht",
|
||||||
"conversation_mention": "Erwähnung",
|
"conversation_mention": "Erwähnung",
|
||||||
"sla_missed_first_response": "SLA Missed",
|
"sla_missed_first_response": "SLA verpasst",
|
||||||
"sla_missed_next_response": "SLA Missed",
|
"sla_missed_next_response": "SLA verpasst",
|
||||||
"sla_missed_resolution": "SLA Missed"
|
"sla_missed_resolution": "SLA verpasst"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Offline"
|
"OFFLINE": "Offline",
|
||||||
|
"RECONNECTING": "Verbinde neu...",
|
||||||
|
"RECONNECT_SUCCESS": "Wiederverbunden"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Neu laden"
|
"REFRESH": "Neu laden"
|
||||||
@ -107,7 +109,7 @@
|
|||||||
"GENERAL": "Generell",
|
"GENERAL": "Generell",
|
||||||
"REPORTS": "Berichte",
|
"REPORTS": "Berichte",
|
||||||
"CONVERSATION": "Konversation",
|
"CONVERSATION": "Konversation",
|
||||||
"BULK_ACTIONS": "Bulk Actions",
|
"BULK_ACTIONS": "Massenaktionen",
|
||||||
"CHANGE_ASSIGNEE": "Beauftragten ändern",
|
"CHANGE_ASSIGNEE": "Beauftragten ändern",
|
||||||
"CHANGE_PRIORITY": "Priorität ändern",
|
"CHANGE_PRIORITY": "Priorität ändern",
|
||||||
"CHANGE_TEAM": "Team wechseln",
|
"CHANGE_TEAM": "Team wechseln",
|
||||||
@ -115,9 +117,9 @@
|
|||||||
"ADD_LABEL": "Label zur Konversation hinzufügen",
|
"ADD_LABEL": "Label zur Konversation hinzufügen",
|
||||||
"REMOVE_LABEL": "Label aus der Konversation entfernen",
|
"REMOVE_LABEL": "Label aus der Konversation entfernen",
|
||||||
"SETTINGS": "Einstellungen",
|
"SETTINGS": "Einstellungen",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI-Assistent",
|
||||||
"APPEARANCE": "Appearance",
|
"APPEARANCE": "Darstellung",
|
||||||
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
"SNOOZE_NOTIFICATION": "Ungelesene Benachrichtigungen"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Zur Konversationsübersicht",
|
"GO_TO_CONVERSATION_DASHBOARD": "Zur Konversationsübersicht",
|
||||||
@ -139,7 +141,7 @@
|
|||||||
"GO_TO_NOTIFICATIONS": "Zu Benachrichtigungen",
|
"GO_TO_NOTIFICATIONS": "Zu Benachrichtigungen",
|
||||||
"ADD_LABELS_TO_CONVERSATION": "Label zur Konversation hinzufügen",
|
"ADD_LABELS_TO_CONVERSATION": "Label zur Konversation hinzufügen",
|
||||||
"ASSIGN_AN_AGENT": "Einen Agent zuweisen",
|
"ASSIGN_AN_AGENT": "Einen Agent zuweisen",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI-Assistent",
|
||||||
"ASSIGN_PRIORITY": "Priorität zuweisen",
|
"ASSIGN_PRIORITY": "Priorität zuweisen",
|
||||||
"ASSIGN_A_TEAM": "Ein Team zuweisen",
|
"ASSIGN_A_TEAM": "Ein Team zuweisen",
|
||||||
"MUTE_CONVERSATION": "Konversation stummschalten",
|
"MUTE_CONVERSATION": "Konversation stummschalten",
|
||||||
@ -154,19 +156,19 @@
|
|||||||
"UNTIL_TOMORROW": "Bis morgen",
|
"UNTIL_TOMORROW": "Bis morgen",
|
||||||
"UNTIL_NEXT_MONTH": "bis zum nächsten Monat",
|
"UNTIL_NEXT_MONTH": "bis zum nächsten Monat",
|
||||||
"AN_HOUR_FROM_NOW": "bis in einer Stunde von jetzt an",
|
"AN_HOUR_FROM_NOW": "bis in einer Stunde von jetzt an",
|
||||||
"CUSTOM": "individuell",
|
"UNTIL_CUSTOM_TIME": "individuell",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Aussehen ändern",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Hell",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dunkel",
|
||||||
"SYSTEM_MODE": "System",
|
"SYSTEM_MODE": "System",
|
||||||
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
"SNOOZE_NOTIFICATION": "Ungelesene Benachrichtigungen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
"LOADING_MESSAGE": "Dashboard-App wird geladen..."
|
"LOADING_MESSAGE": "Dashboard-App wird geladen..."
|
||||||
},
|
},
|
||||||
"COMMON": {
|
"COMMON": {
|
||||||
"OR": "Or",
|
"OR": "Oder",
|
||||||
"CLICK_HERE": "hier klicken"
|
"CLICK_HERE": "hier klicken"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Posteingänge",
|
"HEADER": "Posteingänge",
|
||||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> Wenn Sie eine Website oder eine Facebook-Seite mit Chatwoot verbinden, wird diese als bInbox</b> bezeichnet. Sie können unbegrenzte Posteingänge in Ihrem Chatwoot-Konto haben. </p><p Klicken Sie auf <b>Posteingang hinzufügen</b>, um eine Website oder eine Facebook-Seite zu verbinden. </p><p> Im Dashboard können Sie alle Konversationen aus all Ihren Posteingängen an einem einzigen Ort sehen und unter der Registerkarte 'Konversationen' darauf antworten. </p><p> Sie können auch zu einem Posteingang spezifische Konversationen anzeigen, indem Sie auf den Namen des Posteingangs im linken Bereich des Dashboards klicken. </p>",
|
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> Wenn Sie eine Website oder eine Facebook-Seite mit Chatwoot verbinden, wird diese als bInbox</b> bezeichnet. Sie können unbegrenzte Posteingänge in Ihrem Chatwoot-Konto haben. </p><p Klicken Sie auf <b>Posteingang hinzufügen</b>, um eine Website oder eine Facebook-Seite zu verbinden. </p><p> Im Dashboard können Sie alle Konversationen aus all Ihren Posteingängen an einem einzigen Ort sehen und unter der Registerkarte 'Konversationen' darauf antworten. </p><p> Sie können auch zu einem Posteingang spezifische Konversationen anzeigen, indem Sie auf den Namen des Posteingangs im linken Bereich des Dashboards klicken. </p>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Diesem Konto sind keine Posteingänge zugeordnet."
|
"404": "Diesem Konto sind keine Posteingänge zugeordnet."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Klicken Sie auf die Schaltfläche Einloggen mit Microsoft, um loszulegen. Sie werden zur E-Mail-Anmeldeseite weitergeleitet. Sobald Sie die angeforderten Berechtigungen angenommen haben, werden Sie zum Erstellungsschritt für den Posteingang weitergeleitet.",
|
"DESCRIPTION": "Klicken Sie auf die Schaltfläche Einloggen mit Microsoft, um loszulegen. Sie werden zur E-Mail-Anmeldeseite weitergeleitet. Sobald Sie die angeforderten Berechtigungen angenommen haben, werden Sie zum Erstellungsschritt für den Posteingang weitergeleitet.",
|
||||||
"EMAIL_PLACEHOLDER": "E-Mail-Adresse eingeben",
|
"EMAIL_PLACEHOLDER": "E-Mail-Adresse eingeben",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "Um Ihr Microsoft-Konto als Kanal hinzuzufügen, müssen Sie Ihr Microsoft-Konto authentifizieren, indem Sie auf 'Mit Microsoft anmelden' klicken ",
|
"HELP": "Um Ihr Microsoft-Konto als Kanal hinzuzufügen, müssen Sie Ihr Microsoft-Konto authentifizieren, indem Sie auf 'Mit Microsoft anmelden' klicken ",
|
||||||
"ERROR_MESSAGE": "Beim Verbinden mit Microsoft ist ein Fehler aufgetreten, bitte versuchen Sie es erneut"
|
"ERROR_MESSAGE": "Beim Verbinden mit Microsoft ist ein Fehler aufgetreten, bitte versuchen Sie es erneut"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -103,7 +103,7 @@
|
|||||||
"CREATE_ERROR": "Beim Erstellen eines Meeting-Links ist ein Fehler aufgetreten, bitte versuchen Sie es erneut"
|
"CREATE_ERROR": "Beim Erstellen eines Meeting-Links ist ein Fehler aufgetreten, bitte versuchen Sie es erneut"
|
||||||
},
|
},
|
||||||
"OPEN_AI": {
|
"OPEN_AI": {
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI-Assistent",
|
||||||
"WITH_AI": " %{option} with AI ",
|
"WITH_AI": " %{option} with AI ",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"REPLY_SUGGESTION": "Reply Suggestion",
|
"REPLY_SUGGESTION": "Reply Suggestion",
|
||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Dashboard-App erfolgreich gelöscht",
|
"API_SUCCESS": "Dashboard-App erfolgreich gelöscht",
|
||||||
"API_ERROR": "Wir konnten die App nicht löschen. Bitte versuchen Sie es später erneut"
|
"API_ERROR": "Wir konnten die App nicht löschen. Bitte versuchen Sie es später erneut"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Erstellen",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Link",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Loading",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Erstellen Sie lineare Tickets aus Unterhaltungen oder verknüpfen Sie bestehende zur nahtlosen Verfolgung.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Titel",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "Titel ist erforderlich"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Beschreibung",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Team",
|
||||||
|
"PLACEHOLDER": "Team auswählen",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Zugewiesener",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Priorität",
|
||||||
|
"PLACEHOLDER": "Priorität auswählen",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Label",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Status",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Erstellen",
|
||||||
|
"CANCEL": "Stornieren",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Status",
|
||||||
|
"PRIORITY": "Priorität",
|
||||||
|
"ASSIGNEE": "Zugewiesener",
|
||||||
|
"LABELS": "Labels",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -517,7 +517,7 @@
|
|||||||
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
|
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
|
||||||
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
||||||
"DROPDOWN": {
|
"DROPDOWN": {
|
||||||
"ADD_FIlTER": "Add filter",
|
"ADD_FIlTER": "Filter hinzufügen",
|
||||||
"CLEAR_ALL": "Clear all",
|
"CLEAR_ALL": "Clear all",
|
||||||
"CLEAR_FILTER": "Clear filter",
|
"CLEAR_FILTER": "Clear filter",
|
||||||
"EMPTY_LIST": "Keine Ergebnisse gefunden",
|
"EMPTY_LIST": "Keine Ergebnisse gefunden",
|
||||||
@ -530,7 +530,7 @@
|
|||||||
"LABELS": "Labelname",
|
"LABELS": "Labelname",
|
||||||
"TEAMS": "Teamname"
|
"TEAMS": "Teamname"
|
||||||
},
|
},
|
||||||
"SLA": "SLA Policy",
|
"SLA": "SLA-Richtlinie",
|
||||||
"INBOXES": "Posteingang",
|
"INBOXES": "Posteingang",
|
||||||
"AGENTS": "Agent",
|
"AGENTS": "Agent",
|
||||||
"LABELS": "Label",
|
"LABELS": "Label",
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"RESET_PASSWORD": {
|
"RESET_PASSWORD": {
|
||||||
"TITLE": "Passwort zurücksetzen",
|
"TITLE": "Passwort zurücksetzen",
|
||||||
"DESCRIPTION": "Geben Sie die E-Mail-Adresse ein, mit der Sie sich bei Chatwoot anmelden, um die Anweisungen zum Zurücksetzen des Passworts zu erhalten.",
|
"DESCRIPTION": "Geben Sie die E-Mail-Adresse ein, mit der Sie sich bei Chatwoot anmelden, um die Anweisungen zum Zurücksetzen des Passworts zu erhalten.",
|
||||||
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
|
"GO_BACK_TO_LOGIN": "Wenn Sie zur Login-Seite zurückkehren möchten",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "E-Mail",
|
"LABEL": "E-Mail",
|
||||||
"PLACEHOLDER": "Bitte geben Sie Ihre E-Mail ein.",
|
"PLACEHOLDER": "Bitte geben Sie Ihre E-Mail ein.",
|
||||||
|
|||||||
@ -182,7 +182,7 @@
|
|||||||
"SELECTOR_SUBTITLE": "Wählen Sie ein Benutzerkonto aus der folgenden Liste",
|
"SELECTOR_SUBTITLE": "Wählen Sie ein Benutzerkonto aus der folgenden Liste",
|
||||||
"PROFILE_SETTINGS": "Profileinstellungen",
|
"PROFILE_SETTINGS": "Profileinstellungen",
|
||||||
"KEYBOARD_SHORTCUTS": "Tastenkombinationen",
|
"KEYBOARD_SHORTCUTS": "Tastenkombinationen",
|
||||||
"APPEARANCE": "Change Appearance",
|
"APPEARANCE": "Aussehen ändern",
|
||||||
"SUPER_ADMIN_CONSOLE": "Super-Admin Konsole",
|
"SUPER_ADMIN_CONSOLE": "Super-Admin Konsole",
|
||||||
"LOGOUT": "Ausloggen"
|
"LOGOUT": "Ausloggen"
|
||||||
},
|
},
|
||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Übersicht",
|
"REPORTS_OVERVIEW": "Übersicht",
|
||||||
"FACEBOOK_REAUTHORIZE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich erneut.",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Hilfezentrum",
|
"TITLE": "Hilfezentrum",
|
||||||
"ALL_ARTICLES": "Alle Artikel",
|
"ALL_ARTICLES": "Alle Artikel",
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
"NONE": "Κανένα",
|
"NONE": "Κανένα",
|
||||||
"NO_TEAMS_AVAILABLE": "Δεν έχουν προστεθεί ομάδες σε αυτόν τον λογαριασμό ακόμα.",
|
"NO_TEAMS_AVAILABLE": "Δεν έχουν προστεθεί ομάδες σε αυτόν τον λογαριασμό ακόμα.",
|
||||||
"ASSIGN_SELECTED_TEAMS": "Ανάθεση επιλεγμένης ομάδας.",
|
"ASSIGN_SELECTED_TEAMS": "Ανάθεση επιλεγμένης ομάδας.",
|
||||||
"ASSIGN_SUCCESFUL": "Επιτυχής ανάθεση σε ομάδα.",
|
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
|
||||||
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
"ASSIGN_FAILED": "Failed to assign team. Please try again."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -95,7 +95,9 @@
|
|||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Εκτός"
|
"OFFLINE": "Εκτός",
|
||||||
|
"RECONNECTING": "Reconnecting...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconnected"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Ανανέωση"
|
"REFRESH": "Ανανέωση"
|
||||||
@ -154,7 +156,7 @@
|
|||||||
"UNTIL_TOMORROW": "Μέχρι αύριο",
|
"UNTIL_TOMORROW": "Μέχρι αύριο",
|
||||||
"UNTIL_NEXT_MONTH": "Until next month",
|
"UNTIL_NEXT_MONTH": "Until next month",
|
||||||
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
"AN_HOUR_FROM_NOW": "Until an hour from now",
|
||||||
"CUSTOM": "Custom...",
|
"UNTIL_CUSTOM_TIME": "Custom...",
|
||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Κιβώτια Εισερχομένων",
|
"HEADER": "Κιβώτια Εισερχομένων",
|
||||||
"SIDEBAR_TXT": "<p><b>Κιβώτιο Εισερχομένων</b></p> <p> Όταν συνδέετε μια ιστοσελίδα ή μια σελίδα του Facebook με το Chatwoot αυτό καλείται ως <b>Κιβώτιο Εισερχομένων</b>. Μπορείτε να έχετε απεριόριστα κιβώτια σε ένα λογαριασμό. </p><p> Πατήστε στο <b>Προσθήκη Κιβωτίου</b> για να συνδέετε μια ιστοσελίδα ή μια σελίδα Facebook. </p><p> Στον Πίνακα Ελέγχου (Dashboard), μπορείτε να δείτε όλες τις συνομιλίες από όλα τα κιβώτια σε ένα μέρος και να απαντήσετε στις συζητήσεις από την καρτέλα `Συνομιλίες`. </p><p> Μπορείτε επίσης να δείτε τις συνομιλίες που αφορούν ένα συγκεκριμένο κιβώτιο επιλέγοντάς το από το αριστερό τμήμα του πίνακα ελέγχου (dashboard). </p>",
|
"SIDEBAR_TXT": "<p><b>Κιβώτιο Εισερχομένων</b></p> <p> Όταν συνδέετε μια ιστοσελίδα ή μια σελίδα του Facebook με το Chatwoot αυτό καλείται ως <b>Κιβώτιο Εισερχομένων</b>. Μπορείτε να έχετε απεριόριστα κιβώτια σε ένα λογαριασμό. </p><p> Πατήστε στο <b>Προσθήκη Κιβωτίου</b> για να συνδέετε μια ιστοσελίδα ή μια σελίδα Facebook. </p><p> Στον Πίνακα Ελέγχου (Dashboard), μπορείτε να δείτε όλες τις συνομιλίες από όλα τα κιβώτια σε ένα μέρος και να απαντήσετε στις συζητήσεις από την καρτέλα `Συνομιλίες`. </p><p> Μπορείτε επίσης να δείτε τις συνομιλίες που αφορούν ένα συγκεκριμένο κιβώτιο επιλέγοντάς το από το αριστερό τμήμα του πίνακα ελέγχου (dashboard). </p>",
|
||||||
|
"RECONNECTION_REQUIRED": "Your inbox is disconnected. You won't receive new messages until you reauthorize it.",
|
||||||
|
"CLICK_TO_RECONNECT": "Click here to reconnect.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Δεν υπάρχουν κιβώτια εισερχομένων σε αυτόν τον λογαριασμό."
|
"404": "Δεν υπάρχουν κιβώτια εισερχομένων σε αυτόν τον λογαριασμό."
|
||||||
},
|
},
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
|
||||||
"EMAIL_PLACEHOLDER": "Enter email address",
|
"EMAIL_PLACEHOLDER": "Enter email address",
|
||||||
|
"SIGN_IN": "Sign in with Microsoft",
|
||||||
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
|
||||||
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Η εφαρμογή dashboard διαγράφηκε επιτυχώς",
|
"API_SUCCESS": "Η εφαρμογή dashboard διαγράφηκε επιτυχώς",
|
||||||
"API_ERROR": "Δεν μπορούμε να διαγράψουμε την εφαρμογή. Παρακαλώ δοκιμάστε ξανά αργότερα"
|
"API_ERROR": "Δεν μπορούμε να διαγράψουμε την εφαρμογή. Παρακαλώ δοκιμάστε ξανά αργότερα"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Δημιουργία",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Σύνδεσμος",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Loading",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Τίτλος",
|
||||||
|
"PLACEHOLDER": "Enter title",
|
||||||
|
"REQUIRED_ERROR": "Ο τίτλος είναι απαραίτητος"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Περιγραφή",
|
||||||
|
"PLACEHOLDER": "Enter description"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Ομάδα",
|
||||||
|
"PLACEHOLDER": "Επιλογή ομάδας",
|
||||||
|
"SEARCH": "Search team",
|
||||||
|
"REQUIRED_ERROR": "Team is required"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Assignee",
|
||||||
|
"PLACEHOLDER": "Select assignee",
|
||||||
|
"SEARCH": "Search assignee"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Priority",
|
||||||
|
"PLACEHOLDER": "Select priority",
|
||||||
|
"SEARCH": "Search priority"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Ετικέτα",
|
||||||
|
"PLACEHOLDER": "Select label",
|
||||||
|
"SEARCH": "Search label"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Κατάσταση",
|
||||||
|
"PLACEHOLDER": "Select status",
|
||||||
|
"SEARCH": "Search status"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Project",
|
||||||
|
"PLACEHOLDER": "Select project",
|
||||||
|
"SEARCH": "Search project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Δημιουργία",
|
||||||
|
"CANCEL": "Άκυρο",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Κατάσταση",
|
||||||
|
"PRIORITY": "Priority",
|
||||||
|
"ASSIGNEE": "Assignee",
|
||||||
|
"LABELS": "Ετικέτες",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Επισκόπηση",
|
"REPORTS_OVERVIEW": "Επισκόπηση",
|
||||||
"FACEBOOK_REAUTHORIZE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Help Center",
|
"TITLE": "Help Center",
|
||||||
"ALL_ARTICLES": "Όλα Τα Άρθρα",
|
"ALL_ARTICLES": "Όλα Τα Άρθρα",
|
||||||
|
|||||||
@ -84,7 +84,7 @@
|
|||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
"TITLE": "Exportar contactos",
|
"TITLE": "Exportar contactos",
|
||||||
"MESSAGE": "¿Está seguro que desea exportar todos los contactos?",
|
"MESSAGE": "¿Está seguro que desea exportar todos los contactos?",
|
||||||
"FILTERED_MESSAGE": "Are you sure you want to export all the filtered contacts?",
|
"FILTERED_MESSAGE": "¿Está seguro que desea exportar todos los contactos filtrados?",
|
||||||
"YES": "Sí, exportar",
|
"YES": "Sí, exportar",
|
||||||
"NO": "No, cancelar"
|
"NO": "No, cancelar"
|
||||||
}
|
}
|
||||||
@ -298,8 +298,8 @@
|
|||||||
"BUTTON": "Añadir atributo personalizado",
|
"BUTTON": "Añadir atributo personalizado",
|
||||||
"NOT_AVAILABLE": "No hay atributos personalizados disponibles para este contacto.",
|
"NOT_AVAILABLE": "No hay atributos personalizados disponibles para este contacto.",
|
||||||
"COPY_SUCCESSFUL": "Copiado al portapapeles satisfactoriamente",
|
"COPY_SUCCESSFUL": "Copiado al portapapeles satisfactoriamente",
|
||||||
"SHOW_MORE": "Show all attributes",
|
"SHOW_MORE": "Mostrar todos los atributos",
|
||||||
"SHOW_LESS": "Show less attributes",
|
"SHOW_LESS": "Mostrar menos atributos",
|
||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"COPY": "Copiar atributo",
|
"COPY": "Copiar atributo",
|
||||||
"DELETE": "Eliminar atributo",
|
"DELETE": "Eliminar atributo",
|
||||||
|
|||||||
@ -69,8 +69,8 @@
|
|||||||
"FRT": "FRT {status}",
|
"FRT": "FRT {status}",
|
||||||
"NRT": "NRT {status}",
|
"NRT": "NRT {status}",
|
||||||
"RT": "RT {status}",
|
"RT": "RT {status}",
|
||||||
"MISSED": "missed",
|
"MISSED": "perdido",
|
||||||
"DUE": "due"
|
"DUE": "vencido"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RESOLVE_DROPDOWN": {
|
"RESOLVE_DROPDOWN": {
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"DATE_PICKER": {
|
"DATE_PICKER": {
|
||||||
"APPLY_BUTTON": "Aplicar",
|
"APPLY_BUTTON": "Aplicar",
|
||||||
"CLEAR_BUTTON": "Clear",
|
"CLEAR_BUTTON": "Limpiar",
|
||||||
"DATE_RANGE_INPUT": {
|
"DATE_RANGE_INPUT": {
|
||||||
"START": "Start Date",
|
"START": "Fecha de inicio",
|
||||||
"END": "End Date"
|
"END": "Fecha de fin"
|
||||||
},
|
},
|
||||||
"DATE_RANGE_OPTIONS": {
|
"DATE_RANGE_OPTIONS": {
|
||||||
"TITLE": "DATE RANGE",
|
"TITLE": "Rango de fecha",
|
||||||
"LAST_7_DAYS": "Últimos 7 días",
|
"LAST_7_DAYS": "Últimos 7 días",
|
||||||
"LAST_30_DAYS": "Últimos 30 días",
|
"LAST_30_DAYS": "Últimos 30 días",
|
||||||
"LAST_3_MONTHS": "Últimos 3 meses",
|
"LAST_3_MONTHS": "Últimos 3 meses",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"GENERAL": {
|
"GENERAL": {
|
||||||
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
|
"SHOWING_RESULTS": "Mostrando {firstIndex}-{lastIndex} de {totalCount} elementos"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -95,7 +95,9 @@
|
|||||||
},
|
},
|
||||||
"NETWORK": {
|
"NETWORK": {
|
||||||
"NOTIFICATION": {
|
"NOTIFICATION": {
|
||||||
"OFFLINE": "Fuera de línea"
|
"OFFLINE": "Fuera de línea",
|
||||||
|
"RECONNECTING": "Reconectando...",
|
||||||
|
"RECONNECT_SUCCESS": "Reconectado"
|
||||||
},
|
},
|
||||||
"BUTTON": {
|
"BUTTON": {
|
||||||
"REFRESH": "Actualizar"
|
"REFRESH": "Actualizar"
|
||||||
@ -107,7 +109,7 @@
|
|||||||
"GENERAL": "General",
|
"GENERAL": "General",
|
||||||
"REPORTS": "Informes",
|
"REPORTS": "Informes",
|
||||||
"CONVERSATION": "Conversación",
|
"CONVERSATION": "Conversación",
|
||||||
"BULK_ACTIONS": "Bulk Actions",
|
"BULK_ACTIONS": "Acciones masivas",
|
||||||
"CHANGE_ASSIGNEE": "Cambiar Asignado",
|
"CHANGE_ASSIGNEE": "Cambiar Asignado",
|
||||||
"CHANGE_PRIORITY": "Cambiar prioridad",
|
"CHANGE_PRIORITY": "Cambiar prioridad",
|
||||||
"CHANGE_TEAM": "Cambiar equipo",
|
"CHANGE_TEAM": "Cambiar equipo",
|
||||||
@ -154,7 +156,7 @@
|
|||||||
"UNTIL_TOMORROW": "Hasta mañana",
|
"UNTIL_TOMORROW": "Hasta mañana",
|
||||||
"UNTIL_NEXT_MONTH": "Hasta el mes próximo",
|
"UNTIL_NEXT_MONTH": "Hasta el mes próximo",
|
||||||
"AN_HOUR_FROM_NOW": "Hasta una hora a partir de ahora",
|
"AN_HOUR_FROM_NOW": "Hasta una hora a partir de ahora",
|
||||||
"CUSTOM": "Personalizar...",
|
"UNTIL_CUSTOM_TIME": "Personalizar...",
|
||||||
"CHANGE_APPEARANCE": "Cambiar apariencia",
|
"CHANGE_APPEARANCE": "Cambiar apariencia",
|
||||||
"LIGHT_MODE": "Claro",
|
"LIGHT_MODE": "Claro",
|
||||||
"DARK_MODE": "Oscuro",
|
"DARK_MODE": "Oscuro",
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
"INBOX_MGMT": {
|
"INBOX_MGMT": {
|
||||||
"HEADER": "Entradas",
|
"HEADER": "Entradas",
|
||||||
"SIDEBAR_TXT": "<p><b>Bandeja de entrada</b></p> <p> Cuando conecta un sitio web o una página de Facebook a Chatwoot, se llama una <b>Bandeja de entrada</b>. Puede tener bandejas de entrada ilimitadas en su cuenta de Chatwoot. </p><p> Haga clic en <b>Añadir bandeja de entrada</b> para conectar un sitio web o una página de Facebook. </p><p> en el panel, puede ver todas las conversaciones de todas su bandejas de entrada en un solo lugar y responder a ellas en la pestaña `Conversaciones`. </p><p> También puede ver conversaciones específicas de una bandeja de entrada haciendo clic en el nombre de la bandeja de entrada en el menú izquierdo del panel. </p>",
|
"SIDEBAR_TXT": "<p><b>Bandeja de entrada</b></p> <p> Cuando conecta un sitio web o una página de Facebook a Chatwoot, se llama una <b>Bandeja de entrada</b>. Puede tener bandejas de entrada ilimitadas en su cuenta de Chatwoot. </p><p> Haga clic en <b>Añadir bandeja de entrada</b> para conectar un sitio web o una página de Facebook. </p><p> en el panel, puede ver todas las conversaciones de todas su bandejas de entrada en un solo lugar y responder a ellas en la pestaña `Conversaciones`. </p><p> También puede ver conversaciones específicas de una bandeja de entrada haciendo clic en el nombre de la bandeja de entrada en el menú izquierdo del panel. </p>",
|
||||||
|
"RECONNECTION_REQUIRED": "Tu bandeja de entrada está desconectada. No recibirás mensajes nuevos hasta que lo vuelvas a autorizar.",
|
||||||
|
"CLICK_TO_RECONNECT": "Haga clic aquí para volver a conectar.",
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No hay entradas adjuntas a esta cuenta."
|
"404": "No hay entradas adjuntas a esta cuenta."
|
||||||
},
|
},
|
||||||
@ -22,7 +24,7 @@
|
|||||||
"body": "Añadir agentes a la bandeja de entrada creada."
|
"body": "Añadir agentes a la bandeja de entrada creada."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Voilà!",
|
"title": "Voilà!",
|
||||||
"route": "settings_inbox_finish",
|
"route": "settings_inbox_finish",
|
||||||
"body": "¡Todo está listo!"
|
"body": "¡Todo está listo!"
|
||||||
}
|
}
|
||||||
@ -43,7 +45,7 @@
|
|||||||
"CHOOSE_PLACEHOLDER": "Seleccione una página de la lista",
|
"CHOOSE_PLACEHOLDER": "Seleccione una página de la lista",
|
||||||
"INBOX_NAME": "Nombre de la bandeja de entrada",
|
"INBOX_NAME": "Nombre de la bandeja de entrada",
|
||||||
"ADD_NAME": "Añada un nombre para su bandeja de entrada",
|
"ADD_NAME": "Añada un nombre para su bandeja de entrada",
|
||||||
"PICK_NAME": "Pick a Name for your Inbox",
|
"PICK_NAME": "Elija un nombre para su bandeja de entrada",
|
||||||
"PICK_A_VALUE": "Elija un valor"
|
"PICK_A_VALUE": "Elija un valor"
|
||||||
},
|
},
|
||||||
"TWITTER": {
|
"TWITTER": {
|
||||||
@ -62,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
"CHANNEL_WEBHOOK_URL": {
|
"CHANNEL_WEBHOOK_URL": {
|
||||||
"LABEL": "URL de Webhook",
|
"LABEL": "URL de Webhook",
|
||||||
"PLACEHOLDER": "Please enter your Webhook URL",
|
"PLACEHOLDER": "Por favor, introduzca su URL de Webhook",
|
||||||
"ERROR": "Por favor, introduzca una URL válida"
|
"ERROR": "Por favor, introduzca una URL válida"
|
||||||
},
|
},
|
||||||
"CHANNEL_DOMAIN": {
|
"CHANNEL_DOMAIN": {
|
||||||
@ -175,12 +177,12 @@
|
|||||||
},
|
},
|
||||||
"API_KEY": {
|
"API_KEY": {
|
||||||
"LABEL": "Clave de API",
|
"LABEL": "Clave de API",
|
||||||
"PLACEHOLDER": "Please enter your Bandwidth API Key",
|
"PLACEHOLDER": "Por favor, introduzca su clave API de Bandwith",
|
||||||
"ERROR": "Este campo es obligatorio"
|
"ERROR": "Este campo es obligatorio"
|
||||||
},
|
},
|
||||||
"API_SECRET": {
|
"API_SECRET": {
|
||||||
"LABEL": "API secreta",
|
"LABEL": "API secreta",
|
||||||
"PLACEHOLDER": "Please enter your Bandwidth API Secret",
|
"PLACEHOLDER": "Por favor ingrese su Bandwith API Secret",
|
||||||
"ERROR": "Este campo es obligatorio"
|
"ERROR": "Este campo es obligatorio"
|
||||||
},
|
},
|
||||||
"APPLICATION_ID": {
|
"APPLICATION_ID": {
|
||||||
@ -239,7 +241,7 @@
|
|||||||
},
|
},
|
||||||
"WEBHOOK_VERIFY_TOKEN": {
|
"WEBHOOK_VERIFY_TOKEN": {
|
||||||
"LABEL": "Token de verificación del Webhook",
|
"LABEL": "Token de verificación del Webhook",
|
||||||
"PLACEHOLDER": "Enter a verify token which you want to configure for Facebook webhooks.",
|
"PLACEHOLDER": "Introduzca un token de verificación que desea configurar para los webhooks de facebook.",
|
||||||
"ERROR": "Por favor, introduzca un valor válido."
|
"ERROR": "Por favor, introduzca un valor válido."
|
||||||
},
|
},
|
||||||
"API_KEY": {
|
"API_KEY": {
|
||||||
@ -269,7 +271,7 @@
|
|||||||
},
|
},
|
||||||
"WEBHOOK_URL": {
|
"WEBHOOK_URL": {
|
||||||
"LABEL": "URL de Webhook",
|
"LABEL": "URL de Webhook",
|
||||||
"SUBTITLE": "Configure the URL where you want to receive callbacks on events.",
|
"SUBTITLE": "Configure la URL donde recibirá las respuestas a los eventos.",
|
||||||
"PLACEHOLDER": "URL de Webhook"
|
"PLACEHOLDER": "URL de Webhook"
|
||||||
},
|
},
|
||||||
"SUBMIT_BUTTON": "Crear canal de API",
|
"SUBMIT_BUTTON": "Crear canal de API",
|
||||||
@ -279,7 +281,7 @@
|
|||||||
},
|
},
|
||||||
"EMAIL_CHANNEL": {
|
"EMAIL_CHANNEL": {
|
||||||
"TITLE": "Canal de Email",
|
"TITLE": "Canal de Email",
|
||||||
"DESC": "Integrate your email inbox.",
|
"DESC": "Integre su bandeja de entrada del email.",
|
||||||
"CHANNEL_NAME": {
|
"CHANNEL_NAME": {
|
||||||
"LABEL": "Nombre del canal",
|
"LABEL": "Nombre del canal",
|
||||||
"PLACEHOLDER": "Por favor, introduzca un nombre de canal",
|
"PLACEHOLDER": "Por favor, introduzca un nombre de canal",
|
||||||
@ -345,7 +347,7 @@
|
|||||||
"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 crees.",
|
"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": "Add at least one agent to your new Inbox",
|
"VALIDATION_ERROR": "Añade al menos un agente a tu nueva bandeja de entrada",
|
||||||
"PICK_AGENTS": "Elegir agentes para la bandeja de entrada"
|
"PICK_AGENTS": "Elegir agentes para la bandeja de entrada"
|
||||||
},
|
},
|
||||||
"DETAILS": {
|
"DETAILS": {
|
||||||
@ -364,6 +366,7 @@
|
|||||||
"TITLE": "Microsoft Email",
|
"TITLE": "Microsoft Email",
|
||||||
"DESCRIPTION": "Haga clic en el botón Iniciar sesión con Microsoft para empezar. Serás redirigido a la página de inicio de sesión de correo electrónico. Una vez que aceptes los permisos solicitados, serás redirigido al paso de creación de la bandeja de entrada.",
|
"DESCRIPTION": "Haga clic en el botón Iniciar sesión con Microsoft para empezar. Serás redirigido a la página de inicio de sesión de correo electrónico. Una vez que aceptes los permisos solicitados, serás redirigido al paso de creación de la bandeja de entrada.",
|
||||||
"EMAIL_PLACEHOLDER": "Introduzca la dirección de correo",
|
"EMAIL_PLACEHOLDER": "Introduzca la dirección de correo",
|
||||||
|
"SIGN_IN": "Iniciar sesión con Microsoft",
|
||||||
"HELP": "Para añadir su cuenta de Microsoft como un canal, debe autenticar su cuenta de Microsoft haciendo clic en 'Iniciar sesión con Microsoft' ",
|
"HELP": "Para añadir su cuenta de Microsoft como un canal, debe autenticar su cuenta de Microsoft haciendo clic en 'Iniciar sesión con Microsoft' ",
|
||||||
"ERROR_MESSAGE": "Hubo un error al conectarse a Microsoft, por favor inténtalo de nuevo"
|
"ERROR_MESSAGE": "Hubo un error al conectarse a Microsoft, por favor inténtalo de nuevo"
|
||||||
}
|
}
|
||||||
@ -406,7 +409,7 @@
|
|||||||
},
|
},
|
||||||
"SENDER_NAME_SECTION": {
|
"SENDER_NAME_SECTION": {
|
||||||
"TITLE": "Nombre del remitente",
|
"TITLE": "Nombre del remitente",
|
||||||
"SUB_TEXT": "Select the name shown to your customer when they receive emails from your agents.",
|
"SUB_TEXT": "Seleccione el nombre que se muestra al cliente cuando reciba correos electrónicos de sus agentes.",
|
||||||
"FOR_EG": "Por ejemplo:",
|
"FOR_EG": "Por ejemplo:",
|
||||||
"FRIENDLY": {
|
"FRIENDLY": {
|
||||||
"TITLE": "Amigable",
|
"TITLE": "Amigable",
|
||||||
@ -508,7 +511,7 @@
|
|||||||
"ALLOW_MESSAGES_AFTER_RESOLVED": "Permitir mensajes después de la conversación resuelta",
|
"ALLOW_MESSAGES_AFTER_RESOLVED": "Permitir mensajes después de la conversación resuelta",
|
||||||
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Permitir a los usuarios finales enviar mensajes incluso después de que la conversación sea resuelta.",
|
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Permitir a los usuarios finales enviar mensajes incluso después de que la conversación sea resuelta.",
|
||||||
"WHATSAPP_SECTION_SUBHEADER": "Esta clave de API se utiliza para la integración con las APIs de WhatsApp.",
|
"WHATSAPP_SECTION_SUBHEADER": "Esta clave de API se utiliza para la integración con las APIs de WhatsApp.",
|
||||||
"WHATSAPP_SECTION_UPDATE_SUBHEADER": "Enter the new API key to be used for the integration with the WhatsApp APIs.",
|
"WHATSAPP_SECTION_UPDATE_SUBHEADER": "Introduzca la clave actualizada para la integración con las API de WhatsApp.",
|
||||||
"WHATSAPP_SECTION_TITLE": "Clave de API",
|
"WHATSAPP_SECTION_TITLE": "Clave de API",
|
||||||
"WHATSAPP_SECTION_UPDATE_TITLE": "Actualizar Clave API",
|
"WHATSAPP_SECTION_UPDATE_TITLE": "Actualizar Clave API",
|
||||||
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Introduzca aquí la nueva Clave API",
|
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Introduzca aquí la nueva Clave API",
|
||||||
@ -585,7 +588,7 @@
|
|||||||
"NOTE_TEXT": "Para habilitar SMTP, por favor configure IMAP.",
|
"NOTE_TEXT": "Para habilitar SMTP, por favor configure IMAP.",
|
||||||
"UPDATE": "Actualizar ajustes IMAP",
|
"UPDATE": "Actualizar ajustes IMAP",
|
||||||
"TOGGLE_AVAILABILITY": "Habilitar configuración IMAP para esta bandeja de entrada",
|
"TOGGLE_AVAILABILITY": "Habilitar configuración IMAP para esta bandeja de entrada",
|
||||||
"TOGGLE_HELP": "Enabling IMAP will help the user to receive email",
|
"TOGGLE_HELP": "Habilitar IMAP ayudará al usuario a recibir correo electrónico",
|
||||||
"EDIT": {
|
"EDIT": {
|
||||||
"SUCCESS_MESSAGE": "Configuración IMAP actualizada correctamente",
|
"SUCCESS_MESSAGE": "Configuración IMAP actualizada correctamente",
|
||||||
"ERROR_MESSAGE": "No se puede actualizar la configuración IMAP"
|
"ERROR_MESSAGE": "No se puede actualizar la configuración IMAP"
|
||||||
|
|||||||
@ -209,6 +209,87 @@
|
|||||||
"API_SUCCESS": "Panel de control eliminado con éxito",
|
"API_SUCCESS": "Panel de control eliminado con éxito",
|
||||||
"API_ERROR": "No pudimos eliminar la aplicación. Por favor, inténtalo de nuevo más tarde"
|
"API_ERROR": "No pudimos eliminar la aplicación. Por favor, inténtalo de nuevo más tarde"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"LINEAR": {
|
||||||
|
"ADD_OR_LINK_BUTTON": "Create/Link Linear Issue",
|
||||||
|
"LOADING": "Fetching linear issues...",
|
||||||
|
"LOADING_ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"CREATE": "Crear",
|
||||||
|
"LINK": {
|
||||||
|
"SEARCH": "Search issues",
|
||||||
|
"SELECT": "Select issue",
|
||||||
|
"TITLE": "Enlace",
|
||||||
|
"EMPTY_LIST": "No linear issues found",
|
||||||
|
"LOADING": "Cargando",
|
||||||
|
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||||
|
"LINK_SUCCESS": "Issue linked successfully",
|
||||||
|
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||||
|
"LINK_TITLE": "Conversation (#%{conversationId}) with %{name}"
|
||||||
|
},
|
||||||
|
"ADD_OR_LINK": {
|
||||||
|
"TITLE": "Create/link linear issue",
|
||||||
|
"DESCRIPTION": "Create Linear issues from conversations, or link existing ones for seamless tracking.",
|
||||||
|
"FORM": {
|
||||||
|
"TITLE": {
|
||||||
|
"LABEL": "Título",
|
||||||
|
"PLACEHOLDER": "Introducir título",
|
||||||
|
"REQUIRED_ERROR": "El título es obligatorio"
|
||||||
|
},
|
||||||
|
"DESCRIPTION": {
|
||||||
|
"LABEL": "Descripción",
|
||||||
|
"PLACEHOLDER": "Introducir descripción"
|
||||||
|
},
|
||||||
|
"TEAM": {
|
||||||
|
"LABEL": "Equipo",
|
||||||
|
"PLACEHOLDER": "Seleccionar equipo",
|
||||||
|
"SEARCH": "Buscar equipos",
|
||||||
|
"REQUIRED_ERROR": "El equipo es requerido"
|
||||||
|
},
|
||||||
|
"ASSIGNEE": {
|
||||||
|
"LABEL": "Cesionario",
|
||||||
|
"PLACEHOLDER": "Seleccionar asignado",
|
||||||
|
"SEARCH": "Buscar asignado"
|
||||||
|
},
|
||||||
|
"PRIORITY": {
|
||||||
|
"LABEL": "Prioridad",
|
||||||
|
"PLACEHOLDER": "Seleccionar prioridad",
|
||||||
|
"SEARCH": "Buscar prioridad"
|
||||||
|
},
|
||||||
|
"LABEL": {
|
||||||
|
"LABEL": "Etiqueta",
|
||||||
|
"PLACEHOLDER": "Seleecionar etiqueta",
|
||||||
|
"SEARCH": "Buscar etiqueta"
|
||||||
|
},
|
||||||
|
"STATUS": {
|
||||||
|
"LABEL": "Estado",
|
||||||
|
"PLACEHOLDER": "Seleccionar estado",
|
||||||
|
"SEARCH": "Buscar estado"
|
||||||
|
},
|
||||||
|
"PROJECT": {
|
||||||
|
"LABEL": "Proyecto",
|
||||||
|
"PLACEHOLDER": "Seleccionar proyecto",
|
||||||
|
"SEARCH": "Buscar proyecto"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CREATE": "Crear",
|
||||||
|
"CANCEL": "Cancelar",
|
||||||
|
"CREATE_SUCCESS": "Issue created successfully",
|
||||||
|
"CREATE_ERROR": "There was an error creating the issue, please try again",
|
||||||
|
"LOADING_TEAM_ERROR": "There was an error fetching the teams, please try again",
|
||||||
|
"LOADING_TEAM_ENTITIES_ERROR": "There was an error fetching the team entities, please try again"
|
||||||
|
},
|
||||||
|
"ISSUE": {
|
||||||
|
"STATUS": "Estado",
|
||||||
|
"PRIORITY": "Prioridad",
|
||||||
|
"ASSIGNEE": "Cesionario",
|
||||||
|
"LABELS": "Etiquetas",
|
||||||
|
"CREATED_AT": "Created at %{createdAt}"
|
||||||
|
},
|
||||||
|
"UNLINK": {
|
||||||
|
"TITLE": "Unlink",
|
||||||
|
"SUCCESS": "Issue unlinked successfully",
|
||||||
|
"ERROR": "There was an error unlinking the issue, please try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -518,13 +518,13 @@
|
|||||||
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
|
||||||
"DROPDOWN": {
|
"DROPDOWN": {
|
||||||
"ADD_FIlTER": "Añadir Filtro",
|
"ADD_FIlTER": "Añadir Filtro",
|
||||||
"CLEAR_ALL": "Clear all",
|
"CLEAR_ALL": "Limpiar todo",
|
||||||
"CLEAR_FILTER": "Clear filter",
|
"CLEAR_FILTER": "Limpiar filtros",
|
||||||
"EMPTY_LIST": "No se encontraron resultados",
|
"EMPTY_LIST": "No se encontraron resultados",
|
||||||
"NO_FILTER": "No filters available",
|
"NO_FILTER": "No hay filtros disponibles",
|
||||||
"SEARCH": "Search filter",
|
"SEARCH": "Buscar filtro",
|
||||||
"INPUT_PLACEHOLDER": {
|
"INPUT_PLACEHOLDER": {
|
||||||
"SLA": "SLA name",
|
"SLA": "Nombre de SLA",
|
||||||
"AGENTS": "Nombre del agente",
|
"AGENTS": "Nombre del agente",
|
||||||
"INBOXES": "Nombre de la bandeja de entrada",
|
"INBOXES": "Nombre de la bandeja de entrada",
|
||||||
"LABELS": "Nombre de la etiqueta",
|
"LABELS": "Nombre de la etiqueta",
|
||||||
@ -546,17 +546,17 @@
|
|||||||
"TOOLTIP": "Total SLA misses in a certain period"
|
"TOOLTIP": "Total SLA misses in a certain period"
|
||||||
},
|
},
|
||||||
"NO_OF_CONVERSATIONS": {
|
"NO_OF_CONVERSATIONS": {
|
||||||
"LABEL": "Number of Conversations",
|
"LABEL": "Número de conversaciones",
|
||||||
"TOOLTIP": "Total number of conversations with SLA"
|
"TOOLTIP": "Total number of conversations with SLA"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TABLE": {
|
"TABLE": {
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
"POLICY": "Policy",
|
"POLICY": "Política",
|
||||||
"CONVERSATION": "Conversación",
|
"CONVERSATION": "Conversación",
|
||||||
"AGENT": "Agente"
|
"AGENT": "Agente"
|
||||||
},
|
},
|
||||||
"VIEW_DETAILS": "View Details"
|
"VIEW_DETAILS": "Ver detalles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
"PASSWORD_UPDATE_SUCCESS": "Su contraseña se ha cambiado correctamente",
|
"PASSWORD_UPDATE_SUCCESS": "Su contraseña se ha cambiado correctamente",
|
||||||
"AFTER_EMAIL_CHANGED": "Su perfil ha sido actualizado con éxito, por favor inicie sesión de nuevo cuando sus credenciales de inicio de sesión se hayan cambiado",
|
"AFTER_EMAIL_CHANGED": "Su perfil ha sido actualizado con éxito, por favor inicie sesión de nuevo cuando sus credenciales de inicio de sesión se hayan cambiado",
|
||||||
"FORM": {
|
"FORM": {
|
||||||
"PICTURE": "Profile Picture",
|
"PICTURE": "Foto de perfil",
|
||||||
"AVATAR": "Imagen de perfil",
|
"AVATAR": "Imagen de perfil",
|
||||||
"ERROR": "Por favor, corrija los errores de formulario",
|
"ERROR": "Por favor, corrija los errores de formulario",
|
||||||
"REMOVE_IMAGE": "Eliminar",
|
"REMOVE_IMAGE": "Eliminar",
|
||||||
@ -65,11 +65,11 @@
|
|||||||
"NOTE": "Active las notificaciones de sonido en el tablero para los mensajes nuevos y conversaciones.",
|
"NOTE": "Active las notificaciones de sonido en el tablero para los mensajes nuevos y conversaciones.",
|
||||||
"ALERT_TYPES": {
|
"ALERT_TYPES": {
|
||||||
"NONE": "Ninguna",
|
"NONE": "Ninguna",
|
||||||
"MINE": "Assigned",
|
"MINE": "Asignado",
|
||||||
"ALL": "Todos"
|
"ALL": "Todos"
|
||||||
},
|
},
|
||||||
"ALERT_TYPE": {
|
"ALERT_TYPE": {
|
||||||
"TITLE": "Alert events for conversations:",
|
"TITLE": "Eventos de alerta para conversaciones:",
|
||||||
"NONE": "Ninguna",
|
"NONE": "Ninguna",
|
||||||
"ASSIGNED": "Conversaciones asignadas",
|
"ASSIGNED": "Conversaciones asignadas",
|
||||||
"ALL_CONVERSATIONS": "Todas las conversaciones"
|
"ALL_CONVERSATIONS": "Todas las conversaciones"
|
||||||
@ -96,14 +96,14 @@
|
|||||||
"SLA_MISSED_RESOLUTION": "Send email notifications when a conversation misses resolution SLA"
|
"SLA_MISSED_RESOLUTION": "Send email notifications when a conversation misses resolution SLA"
|
||||||
},
|
},
|
||||||
"NOTIFICATIONS": {
|
"NOTIFICATIONS": {
|
||||||
"TITLE": "Notification preferences",
|
"TITLE": "Preferencias de notificación",
|
||||||
"TYPE_TITLE": "Notification type",
|
"TYPE_TITLE": "Tipo de notificación",
|
||||||
"EMAIL": "E-mail",
|
"EMAIL": "E-mail",
|
||||||
"PUSH": "Notificación push",
|
"PUSH": "Notificación push",
|
||||||
"TYPES": {
|
"TYPES": {
|
||||||
"CONVERSATION_CREATED": "A new conversation is created",
|
"CONVERSATION_CREATED": "Se ha creado una nueva conversación",
|
||||||
"CONVERSATION_ASSIGNED": "A conversation is assigned to you",
|
"CONVERSATION_ASSIGNED": "Se te ha asignado una conversación",
|
||||||
"CONVERSATION_MENTION": "You are mentioned in a conversation",
|
"CONVERSATION_MENTION": "Has sido mencionado en una conversación",
|
||||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "A new message is created in an assigned conversation",
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "A new message is created in an assigned conversation",
|
||||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "A new message is created in a participating conversation",
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "A new message is created in a participating conversation",
|
||||||
"SLA_MISSED_FIRST_RESPONSE": "A conversation misses first response SLA",
|
"SLA_MISSED_FIRST_RESPONSE": "A conversation misses first response SLA",
|
||||||
@ -278,7 +278,7 @@
|
|||||||
"SLA": "SLA",
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Resumen",
|
"REPORTS_OVERVIEW": "Resumen",
|
||||||
"FACEBOOK_REAUTHORIZE": "Su conexión de Facebook expiró, por favor reconecte si página de Facebook para continuar con el servicio",
|
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||||
"HELP_CENTER": {
|
"HELP_CENTER": {
|
||||||
"TITLE": "Centro de ayuda",
|
"TITLE": "Centro de ayuda",
|
||||||
"ALL_ARTICLES": "Todos los artículos",
|
"ALL_ARTICLES": "Todos los artículos",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user