diff --git a/app/javascript/dashboard/i18n/locale/am/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/am/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/am/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/am/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/am/contact.json b/app/javascript/dashboard/i18n/locale/am/contact.json index 7ad18b792..791279899 100644 --- a/app/javascript/dashboard/i18n/locale/am/contact.json +++ b/app/javascript/dashboard/i18n/locale/am/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress. You will be notified on email when the export file is ready to download.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/am/generalSettings.json b/app/javascript/dashboard/i18n/locale/am/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/am/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/am/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/am/helpCenter.json b/app/javascript/dashboard/i18n/locale/am/helpCenter.json index 1f3bda807..d94692e3d 100644 --- a/app/javascript/dashboard/i18n/locale/am/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/am/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/am/inbox.json b/app/javascript/dashboard/i18n/locale/am/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/am/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json index 74eff2033..8d1662f91 100644 --- a/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/am/settings.json b/app/javascript/dashboard/i18n/locale/am/settings.json index b96a7c091..a953dbca0 100644 --- a/app/javascript/dashboard/i18n/locale/am/settings.json +++ b/app/javascript/dashboard/i18n/locale/am/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/am/sla.json b/app/javascript/dashboard/i18n/locale/am/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/am/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "
SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json index aa1c7f307..3ced03bb8 100644 --- a/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "أدخل مفتاح السمة المخصصة", "ERROR": "المفتاح مطلوب", "IN_VALID": "مفتاح غير صالح" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "لا توجد سمات مخصصة تم إنشاؤها", "NOT_FOUND": "لا توجد سمات مخصصة تم تكوينها" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ar/contact.json b/app/javascript/dashboard/i18n/locale/ar/contact.json index 6d1037bb0..00681a963 100644 --- a/app/javascript/dashboard/i18n/locale/ar/contact.json +++ b/app/javascript/dashboard/i18n/locale/ar/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "دمج جهة الاتصال", "CONTACT_ACTIONS": "إجراءات جهات الاتصال", - "MUTE_CONTACT": "كتم المحادثة", - "UNMUTE_CONTACT": "إلغاء كتم المحادثة", - "MUTED_SUCCESS": "تم كتم هذه المحادثة لمدة 6 ساعات", - "UNMUTED_SUCCESS": "تم إلغاء كتم هذه المحادثة", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "إرسال النص", "EDIT_LABEL": "تعديل", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى" + "ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "القيمة الصالحة مطلوبة", - "INVALID_URL": "عنوان URL غير صالح" + "INVALID_URL": "عنوان URL غير صالح", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ar/generalSettings.json b/app/javascript/dashboard/i18n/locale/ar/generalSettings.json index 627becffd..fd96a3ca4 100644 --- a/app/javascript/dashboard/i18n/locale/ar/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ar/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "إزالة التسمية من المحادثة", "SETTINGS": "الإعدادات", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "الذهاب إلى لوحة المحادثة", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ar/helpCenter.json b/app/javascript/dashboard/i18n/locale/ar/helpCenter.json index 78bd33d6a..f9d919a91 100644 --- a/app/javascript/dashboard/i18n/locale/ar/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ar/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "آخر تعديل" }, "COLUMNS": { - "BY": "بواسطة" + "BY": "بواسطة", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ar/inbox.json b/app/javascript/dashboard/i18n/locale/ar/inbox.json new file mode 100644 index 000000000..debc566a2 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ar/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "صندوق الوارد", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "تم تحميل كافة الإشعارات 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "غفوة حتى الغد", + "SNOOZED_UNTIL_NEXT_WEEK": "غفوة حتى الأسبوع القادم" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "وضع علامة كغير مقروء", + "SNOOZE": "غفوة", + "DELETE": "حذف", + "MARK_ALL_READ": "تحديد الكل كمقروء", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "الأولوية" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "غفوة", + "READ": "قرائة", + "LABELS": "الوسوم", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json index 692ae08ec..8b6e42b45 100644 --- a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "تحديث إعدادات ساعات العمل", "TOGGLE_AVAILABILITY": "تمكين توافر العمل لهذا البريد الوارد", "UNAVAILABLE_MESSAGE_LABEL": "رسالة غير متاح للزائرين", - "TOGGLE_HELP": "تمكين توفر العمل سيظهر الساعات المتاحة على أداة الدردشة المباشرة حتى لو كان جميع الوكلاء غير متصلين بالإنترنت. خارج الساعات المتاحة يمكن تحذير الزوار برسالة ونموذج ما قبل الدردشة.", + "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.", "DAY": { "ENABLE": "تمكين التوفر لهذا اليوم", "UNAVAILABLE": "غير متوفر", diff --git a/app/javascript/dashboard/i18n/locale/ar/settings.json b/app/javascript/dashboard/i18n/locale/ar/settings.json index 272f635c8..5359cb388 100644 --- a/app/javascript/dashboard/i18n/locale/ar/settings.json +++ b/app/javascript/dashboard/i18n/locale/ar/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "أيام متبقية من الفترة التجريبية.", "TRAIL_BUTTON": "اشترك الآن", "DELETED_USER": "حذف المستخدم", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "تم تعليق الحساب", "MESSAGE": "تم تعليق حسابك. يرجى الاتصال بفريق الدعم للمزيد من المعلومات." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "مشاهدة حاليا:", "SWITCH": "تبديل", "CONVERSATIONS": "المحادثات", + "INBOX": "صندوق الوارد", "ALL_CONVERSATIONS": "كل المحادثات", "MENTIONED_CONVERSATIONS": "الإشارات", "PARTICIPATING_CONVERSATIONS": "شارك", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "صندوق الوارد", "REPORTS_TEAM": "الفريق", "SET_AVAILABILITY_TITLE": "تعيين نفسك كـ", + "SLA": "SLA", "BETA": "تجريبي", "REPORTS_OVERVIEW": "نظرة عامة", "FACEBOOK_REAUTHORIZE": "انتهت صلاحية اتصال الفيسبوك الخاص بك، يرجى إعادة الاتصال بصفحة الفيسبوك الخاصة بك لمواصلة الخدمات", diff --git a/app/javascript/dashboard/i18n/locale/ar/sla.json b/app/javascript/dashboard/i18n/locale/ar/sla.json new file mode 100644 index 000000000..9dcb07d21 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ar/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "الاسم", + "الوصف", + "FRT", + "NRT", + "RT", + "ساعات العمل" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "الحد الأدنى للطول 2 مطلوب", + "VALID_ERROR": "مسموح فقط بالابجدية,الارقام, -, _" + }, + "DESCRIPTION": { + "LABEL": "الوصف", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "ساعات العمل", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "تعديل", + "CREATE": "إنشاء", + "DELETE": "حذف", + "CANCEL": "إلغاء" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ar/whatsappTemplates.json b/app/javascript/dashboard/i18n/locale/ar/whatsappTemplates.json index 77687f8df..509c96173 100644 --- a/app/javascript/dashboard/i18n/locale/ar/whatsappTemplates.json +++ b/app/javascript/dashboard/i18n/locale/ar/whatsappTemplates.json @@ -2,7 +2,7 @@ "WHATSAPP_TEMPLATES": { "MODAL": { "TITLE": "قوالب Whatsapp", - "SUBTITLE": "حدد قالب ما تريد إرساله", + "SUBTITLE": "حدد القالب الذي تريد إرساله", "TEMPLATE_SELECTED_SUBTITLE": "معالجة %{templateName}" }, "PICKER": { diff --git a/app/javascript/dashboard/i18n/locale/bg/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/bg/attributesMgmt.json index de9fb8b16..8e30e3e7c 100644 --- a/app/javascript/dashboard/i18n/locale/bg/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bg/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Невалиден ключ" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Няма създадени персонализирани атрибути", "NOT_FOUND": "Няма настроени персонализирани атрибути" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/bg/contact.json b/app/javascript/dashboard/i18n/locale/bg/contact.json index 97fdf5d65..236a68ea1 100644 --- a/app/javascript/dashboard/i18n/locale/bg/contact.json +++ b/app/javascript/dashboard/i18n/locale/bg/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Обединяване на контакти", "CONTACT_ACTIONS": "Действия за контакта", - "MUTE_CONTACT": "Заглушаване на разговора", - "UNMUTE_CONTACT": "Пускане звука на разговора", - "MUTED_SUCCESS": "Този разговор е заглушен за 6 часа", - "UNMUTED_SUCCESS": "Този разговор е с пуснат звук", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Изпрати копие", "EDIT_LABEL": "Редактирай", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Възникна грешка, моля опитайте отново" + "ERROR_MESSAGE": "Възникна грешка, моля опитайте отново", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Необходима е валидна стойност", - "INVALID_URL": "Невалиден URL" + "INVALID_URL": "Невалиден URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/bg/generalSettings.json b/app/javascript/dashboard/i18n/locale/bg/generalSettings.json index 8fbff8916..c9de6f519 100644 --- a/app/javascript/dashboard/i18n/locale/bg/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/bg/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/bg/helpCenter.json b/app/javascript/dashboard/i18n/locale/bg/helpCenter.json index 894f20393..687dd44de 100644 --- a/app/javascript/dashboard/i18n/locale/bg/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/bg/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/bg/inbox.json b/app/javascript/dashboard/i18n/locale/bg/inbox.json new file mode 100644 index 000000000..adae4bc9c --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/bg/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Входяща кутия", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Изтрий", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Отложен", + "READ": "Read", + "LABELS": "Етикети", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json index f4fecc0c8..56859a357 100644 --- a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/bg/settings.json b/app/javascript/dashboard/i18n/locale/bg/settings.json index 3b55bc31c..3c34700b4 100644 --- a/app/javascript/dashboard/i18n/locale/bg/settings.json +++ b/app/javascript/dashboard/i18n/locale/bg/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Разговори", + "INBOX": "Входяща кутия", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Споменавания", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Входяща кутия", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/bg/sla.json b/app/javascript/dashboard/i18n/locale/bg/sla.json new file mode 100644 index 000000000..98e085207 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/bg/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Няма резултати отговарящи на тази заявка", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Име", + "Описание", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Описание", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Редактирай", + "CREATE": "Създаване", + "DELETE": "Изтрий", + "CANCEL": "Отмени" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Възникна грешка, моля опитайте отново" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Възникна грешка, моля опитайте отново" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json index 142f50c15..04cddfe5e 100644 --- a/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ca/contact.json b/app/javascript/dashboard/i18n/locale/ca/contact.json index 0a960e58b..73b6a92b2 100644 --- a/app/javascript/dashboard/i18n/locale/ca/contact.json +++ b/app/javascript/dashboard/i18n/locale/ca/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Reagrupa contacte", "CONTACT_ACTIONS": "Accions de contacte", - "MUTE_CONTACT": "Silencia la conversa", - "UNMUTE_CONTACT": "Desactiva el silenci de la conversa", - "MUTED_SUCCESS": "Aquesta conversa s'ha silenciat durant 6 hores", - "UNMUTED_SUCCESS": "La conversa te desactivat el silenci", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Envia la transcripció", "EDIT_LABEL": "Edita", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "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": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ca/generalSettings.json b/app/javascript/dashboard/i18n/locale/ca/generalSettings.json index 5e7a3b997..1e45c4ed8 100644 --- a/app/javascript/dashboard/i18n/locale/ca/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ca/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Configuracions", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ca/helpCenter.json b/app/javascript/dashboard/i18n/locale/ca/helpCenter.json index f441c60dd..5aee1c9eb 100644 --- a/app/javascript/dashboard/i18n/locale/ca/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ca/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ca/inbox.json b/app/javascript/dashboard/i18n/locale/ca/inbox.json new file mode 100644 index 000000000..37aa55c95 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ca/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "S'han carregat totes les notificacions 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Esborrar", + "MARK_ALL_READ": "Marcar tots com a llegits", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Posposat", + "READ": "Llegir", + "LABELS": "Etiquetes", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json index 1fecc2d85..832808d3c 100644 --- a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ca/settings.json b/app/javascript/dashboard/i18n/locale/ca/settings.json index 35a0cd785..5d54e7af3 100644 --- a/app/javascript/dashboard/i18n/locale/ca/settings.json +++ b/app/javascript/dashboard/i18n/locale/ca/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dies de prova restants.", "TRAIL_BUTTON": "Compra ara", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Converses", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mencions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "La teva connexió a Facebook ha caducat, torna a connectar la vostra pàgina de Facebook per continuar els serveis", diff --git a/app/javascript/dashboard/i18n/locale/ca/sla.json b/app/javascript/dashboard/i18n/locale/ca/sla.json new file mode 100644 index 000000000..131f6742b --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ca/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "No hi ha articles que coincideixin amb aquesta consulta", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nom", + "Descripció", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Descripció", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edita", + "CREATE": "Crear", + "DELETE": "Esborrar", + "CANCEL": "Cancel·la" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "S'ha produït un error; tornau-ho a provar" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json index 3cd8c1c8b..7f08ae00b 100644 --- a/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/contact.json b/app/javascript/dashboard/i18n/locale/cs/contact.json index d2157f0c8..893161434 100644 --- a/app/javascript/dashboard/i18n/locale/cs/contact.json +++ b/app/javascript/dashboard/i18n/locale/cs/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Ztlumit konverzaci", - "UNMUTE_CONTACT": "Zrušit ztlumení konverzace", - "MUTED_SUCCESS": "Tato konverzace je ztlumena na 6 hodin", - "UNMUTED_SUCCESS": "Tato konverzace je odtlumena", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Poslat přepis", "EDIT_LABEL": "Upravit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Došlo k chybě, zkuste to prosím znovu" + "ERROR_MESSAGE": "Došlo k chybě, zkuste to prosím znovu", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/cs/generalSettings.json b/app/javascript/dashboard/i18n/locale/cs/generalSettings.json index a7e06b0c9..3ceeb280d 100644 --- a/app/javascript/dashboard/i18n/locale/cs/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/cs/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Nastavení", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/cs/helpCenter.json b/app/javascript/dashboard/i18n/locale/cs/helpCenter.json index b1b20f54e..555eb25ae 100644 --- a/app/javascript/dashboard/i18n/locale/cs/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/cs/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/cs/inbox.json b/app/javascript/dashboard/i18n/locale/cs/inbox.json new file mode 100644 index 000000000..028f74569 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/cs/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Odloženo do zítřka", + "SNOOZED_UNTIL_NEXT_WEEK": "Odloženo do příštího týdne" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Odložit", + "DELETE": "Vymazat", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Odložené", + "READ": "Přečtené", + "LABELS": "Štítky", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json index 0c33b9d21..8eb79b1ab 100644 --- a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Nedostupný", diff --git a/app/javascript/dashboard/i18n/locale/cs/settings.json b/app/javascript/dashboard/i18n/locale/cs/settings.json index 9f838ad2f..f76442ea6 100644 --- a/app/javascript/dashboard/i18n/locale/cs/settings.json +++ b/app/javascript/dashboard/i18n/locale/cs/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dní zbývá zkušební verze.", "TRAIL_BUTTON": "Koupit nyní", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Konverzace", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Zmínky", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/cs/sla.json b/app/javascript/dashboard/i18n/locale/cs/sla.json new file mode 100644 index 000000000..f75809210 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/cs/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Neexistují žádné položky odpovídající tomuto dotazu", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Název", + "Description", + "FRT", + "NRT", + "RT", + "Pracovní doba" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Pracovní doba", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Upravit", + "CREATE": "Create", + "DELETE": "Vymazat", + "CANCEL": "Zrušit" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Došlo k chybě, zkuste to prosím znovu" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Došlo k chybě, zkuste to prosím znovu" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json index 2bfb67b9f..0d14d7476 100644 --- a/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Angiv brugerdefineret attributnøgle", "ERROR": "Nøgle er påkrævet", "IN_VALID": "Ugyldig nøgle" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Der er ingen brugerdefinerede attributter oprettet", "NOT_FOUND": "Der er ingen brugerdefinerede attributter konfigureret" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/da/contact.json b/app/javascript/dashboard/i18n/locale/da/contact.json index 987618f2c..53abd01a0 100644 --- a/app/javascript/dashboard/i18n/locale/da/contact.json +++ b/app/javascript/dashboard/i18n/locale/da/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Sammenflet kontakt", "CONTACT_ACTIONS": "Kontakt handlinger", - "MUTE_CONTACT": "Gør Samtale Lydløs", - "UNMUTE_CONTACT": "Fjern Lydløs", - "MUTED_SUCCESS": "Denne samtale er gjort tavs i 6 timer", - "UNMUTED_SUCCESS": "Denne samtale er genaktiveret", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Udskrift", "EDIT_LABEL": "Rediger", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Der opstod en fejl. Prøv venligst igen" + "ERROR_MESSAGE": "Der opstod en fejl. Prøv venligst igen", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Gyldig værdi er påkrævet", - "INVALID_URL": "Ugyldig URL" + "INVALID_URL": "Ugyldig URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/da/generalSettings.json b/app/javascript/dashboard/i18n/locale/da/generalSettings.json index 768930075..3ccfbaf25 100644 --- a/app/javascript/dashboard/i18n/locale/da/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/da/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Fjern etiket fra samtalen", "SETTINGS": "Indstillinger", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Gå til Konversationspanel", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/da/helpCenter.json b/app/javascript/dashboard/i18n/locale/da/helpCenter.json index 6e3e7ce7a..f3d5f75e6 100644 --- a/app/javascript/dashboard/i18n/locale/da/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/da/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Sidst redigeret" }, "COLUMNS": { - "BY": "af" + "BY": "af", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/da/inbox.json b/app/javascript/dashboard/i18n/locale/da/inbox.json new file mode 100644 index 000000000..571deefe8 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/da/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Indbakke", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Udsat til i morgen", + "SNOOZED_UNTIL_NEXT_WEEK": "Udsat indtil næste uge" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Marker som ulæst", + "SNOOZE": "Udsæt", + "DELETE": "Slet", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Udsat", + "READ": "Læst", + "LABELS": "Etiketter", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json index ed1c78f3f..8b93c1136 100644 --- a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Opdater indstillinger for åbningstider", "TOGGLE_AVAILABILITY": "Aktiver forretningstilgængelighed for denne indbakke", "UNAVAILABLE_MESSAGE_LABEL": "Utilgængelig besked til besøgende", - "TOGGLE_HELP": "Aktivering af forretningstilgængelighed vil vise de tilgængelige timer på live chat widget, selvom alle agenter er offline. Udenfor tilgængelige timer kan livreddere advares med en besked og en pre-chat formular.", + "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.", "DAY": { "ENABLE": "Aktiver tilgængelighed for denne dag", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/da/settings.json b/app/javascript/dashboard/i18n/locale/da/settings.json index cbdb3f5ff..6444a2ed9 100644 --- a/app/javascript/dashboard/i18n/locale/da/settings.json +++ b/app/javascript/dashboard/i18n/locale/da/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dage prøveperiode tilbage.", "TRAIL_BUTTON": "Køb Nu", "DELETED_USER": "Slettet Bruger", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Konto Suspenderet", "MESSAGE": "Din konto er suspenderet. Gå ud til supportteamet for mere information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Vises nu:", "SWITCH": "Skift", "CONVERSATIONS": "Samtaler", + "INBOX": "Indbakke", "ALL_CONVERSATIONS": "Alle Samtaler", "MENTIONED_CONVERSATIONS": "Omtaler", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Indbakke", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Sæt dig selv som", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Oversigt", "FACEBOOK_REAUTHORIZE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne", diff --git a/app/javascript/dashboard/i18n/locale/da/sla.json b/app/javascript/dashboard/i18n/locale/da/sla.json new file mode 100644 index 000000000..d826fd06e --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/da/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Der er ingen elementer, der matcher denne forespørgsel", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Navn", + "Beskrivelse", + "FRT", + "NRT", + "RT", + "Forretningstider" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Mindste længde 2 er påkrævet", + "VALID_ERROR": "Kun alfabeter, tal, bindestreger og understregning er tilladt" + }, + "DESCRIPTION": { + "LABEL": "Beskrivelse", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Forretningstider", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Rediger", + "CREATE": "Opret", + "DELETE": "Slet", + "CANCEL": "Annuller" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Der opstod en fejl. Prøv venligst igen" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Der opstod en fejl. Prøv venligst igen" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json index 460e53c12..1a8e88c38 100644 --- a/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Benutzerdefinierten Attributschlüssel eingeben", "ERROR": "Schlüssel ist erforderlich", "IN_VALID": "Ungültiger Schlüssel" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Es wurden keine benutzerdefinierten Attribute erstellt", "NOT_FOUND": "Es sind keine benutzerdefinierten Attribute konfiguriert" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/de/contact.json b/app/javascript/dashboard/i18n/locale/de/contact.json index a238b3549..33dd5889b 100644 --- a/app/javascript/dashboard/i18n/locale/de/contact.json +++ b/app/javascript/dashboard/i18n/locale/de/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Kontakte zusammenführen", "CONTACT_ACTIONS": "Kontakt-Aktionen", - "MUTE_CONTACT": "Unterhaltung stummschalten", - "UNMUTE_CONTACT": "Unterhaltung entstummen", - "MUTED_SUCCESS": "Diese Unterhaltung ist für 6 Stunden auf stumm schalten", - "UNMUTED_SUCCESS": "Diese Unterhaltung ist nicht mehr stumm geschaltet", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Transkript senden", "EDIT_LABEL": "Bearbeiten", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Kontakte exportieren", "DESC": "Kontakte als CSV exportieren.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "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": { + "TITLE": "Kontakte exportieren", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Gültiger Wert ist erforderlich", - "INVALID_URL": "Ungültige URL" + "INVALID_URL": "Ungültige URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/de/generalSettings.json b/app/javascript/dashboard/i18n/locale/de/generalSettings.json index c4c83a527..e0e0e035c 100644 --- a/app/javascript/dashboard/i18n/locale/de/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/de/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Label aus der Konversation entfernen", "SETTINGS": "Einstellungen", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Zur Konversationsübersicht", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/de/helpCenter.json b/app/javascript/dashboard/i18n/locale/de/helpCenter.json index cb1e3b28e..5d401430b 100644 --- a/app/javascript/dashboard/i18n/locale/de/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/de/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Zuletzt bearbeitet" }, "COLUMNS": { - "BY": "von" + "BY": "von", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/de/inbox.json b/app/javascript/dashboard/i18n/locale/de/inbox.json new file mode 100644 index 000000000..4895b8008 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/de/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Posteingang", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Alle Benachrichtigungen geladen 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Stummschalten bis", + "SNOOZED_UNTIL_TOMORROW": "Schlummern bis morgen", + "SNOOZED_UNTIL_NEXT_WEEK": "Schlummern bis nächste Woche" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Als ungelesen markieren", + "SNOOZE": "Erinnern", + "DELETE": "Löschen", + "MARK_ALL_READ": "Alle als gelesen markieren", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priorität" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Erinnern", + "READ": "Lesen", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index 4b3d49b84..cc2ad3c9e 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Einstellungen für Geschäftszeiten aktualisieren", "TOGGLE_AVAILABILITY": "Geschäftszeiten für diesen Posteingang aktivieren", "UNAVAILABLE_MESSAGE_LABEL": "Nachricht für Besucher außerhalb Geschäftszeiten", - "TOGGLE_HELP": "Die Aktivierung der Geschäftsverfügbarkeit zeigt die verfügbaren Stunden auf dem Live-Chat-Widget an, auch wenn alle Agenten offline sind. Außerhalb der verfügbaren Stunden können Besucher mit einer Nachricht und einem Vor-Chat-Formular gewarnt werden.", + "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.", "DAY": { "ENABLE": "Verfügbarkeit für diesen Tag aktivieren", "UNAVAILABLE": "Nicht verfügbar", diff --git a/app/javascript/dashboard/i18n/locale/de/settings.json b/app/javascript/dashboard/i18n/locale/de/settings.json index 44c78a5fa..286fd07a7 100644 --- a/app/javascript/dashboard/i18n/locale/de/settings.json +++ b/app/javascript/dashboard/i18n/locale/de/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "Tage der Testversion verbleibend.", "TRAIL_BUTTON": "Jetzt kaufen", "DELETED_USER": "Gelöschter Benutzer", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Konto gesperrt", "MESSAGE": "Ihr Account wurde gesperrt. Wenden Sie sich für weitere Informationen bitte an das Support-Team." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Wird gerade angezeigt:", "SWITCH": "Wechseln", "CONVERSATIONS": "Gespräche", + "INBOX": "Posteingang", "ALL_CONVERSATIONS": "Alle Konversationen", "MENTIONED_CONVERSATIONS": "Erwähnungen", "PARTICIPATING_CONVERSATIONS": "Beteiligt", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Posteingang", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Setzen Sie sich als", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Übersicht", "FACEBOOK_REAUTHORIZE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich erneut.", diff --git a/app/javascript/dashboard/i18n/locale/de/sla.json b/app/javascript/dashboard/i18n/locale/de/sla.json new file mode 100644 index 000000000..64e851188 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/de/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Es gibt keine Elemente, die dieser Abfrage entsprechen", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Beschreibung", + "FRT", + "NRT", + "RT", + "Öffnungszeiten" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Mindestlänge 2 wird benötigt", + "VALID_ERROR": "Nur Buchstaben, Zahlen, Binde- und Unterstriche sind erlaubt" + }, + "DESCRIPTION": { + "LABEL": "Beschreibung", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Öffnungszeiten", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Bearbeiten", + "CREATE": "Erstellen", + "DELETE": "Löschen", + "CANCEL": "Stornieren" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json index e3850ed07..c0624e627 100644 --- a/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Εισάγετε τον κωδικό της ιδιότητας", "ERROR": "Ο Κωδικός απαιτείται", "IN_VALID": "Μη έγκυρο κλειδί" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Δεν δημιουργήθηκαν προσαρμοζόμενες ιδιότητες", "NOT_FOUND": "Δεν έχουν ρυθμιστεί προσαρμοζόμενες ιδιότητες" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/el/contact.json b/app/javascript/dashboard/i18n/locale/el/contact.json index 5fe8d0640..7ec3514ee 100644 --- a/app/javascript/dashboard/i18n/locale/el/contact.json +++ b/app/javascript/dashboard/i18n/locale/el/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Συγχώνευση επαφής", "CONTACT_ACTIONS": "Ενέργειες επαφής", - "MUTE_CONTACT": "Σίγαση Συνομιλίας", - "UNMUTE_CONTACT": "Επαναφορά Συνομιλίας", - "MUTED_SUCCESS": "Η συνομιλία είναι σε σίγαση (mute) για 6 ώρες", - "UNMUTED_SUCCESS": "Έγινε επαναφορά της συνομιλίας", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Αποστολή μεταγραφής", "EDIT_LABEL": "Επεξεργασία", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά" + "ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Απαιτείται έγκυρη τιμή", - "INVALID_URL": "Μη Έγκυρο URL" + "INVALID_URL": "Μη Έγκυρο URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/el/generalSettings.json b/app/javascript/dashboard/i18n/locale/el/generalSettings.json index de49b058e..53d2f7fcc 100644 --- a/app/javascript/dashboard/i18n/locale/el/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/el/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Αφαίρεση ετικέτας από την συνομιλία", "SETTINGS": "Ρυθμίσεις", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Μεταβείτε στον Πίνακα Συνομιλίων", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/el/helpCenter.json b/app/javascript/dashboard/i18n/locale/el/helpCenter.json index dd2f59aa9..71e338591 100644 --- a/app/javascript/dashboard/i18n/locale/el/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/el/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Τελευταία επεξεργασία" }, "COLUMNS": { - "BY": "από" + "BY": "από", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/el/inbox.json b/app/javascript/dashboard/i18n/locale/el/inbox.json new file mode 100644 index 000000000..4ec1e9de4 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/el/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Εισερχόμενα", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Αναβλήθηκε μέχρι αύριο", + "SNOOZED_UNTIL_NEXT_WEEK": "Αναβολή έως την επόμενη εβδομάδα" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Σήμανση ως μη αναγνωσμένο", + "SNOOZE": "Αναβολή", + "DELETE": "Διαγραφή", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Αναβολή", + "READ": "Ανάγνωση", + "LABELS": "Ετικέτες", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json index 5956d81e5..25d547a7d 100644 --- a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Ενημέρωση ρυθμίσεων ωραρίου", "TOGGLE_AVAILABILITY": "Ενεργοποίηση διαθεσιμότητας ωραρίου για αυτό το κιβώτιο εισερχομένων", "UNAVAILABLE_MESSAGE_LABEL": "Μήνυμα μη διαθεσιμότητας για τους επισκέπτες", - "TOGGLE_HELP": "Η ενεργοποίηση της διαθεσιμότητας ωραρίου θα δείξει τις διαθέσιμες ώρες στο widget συνομιλίας ακόμα και αν όλοι οι πράκτορες είναι εκτός σύνδεσης. Εκτός των διαθέσιμων ωρών οι επισκέπτες μπορούν να προειδοποιηθούν με ένα μήνυμα και μια φόρμα προ-συνομιλίας.", + "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.", "DAY": { "ENABLE": "Ενεργοποιήσετε τη διαθεσιμότητα για αυτήν την ημέρα", "UNAVAILABLE": "Μη διαθέσιμος", diff --git a/app/javascript/dashboard/i18n/locale/el/settings.json b/app/javascript/dashboard/i18n/locale/el/settings.json index 8fd59bc5d..f35b503c6 100644 --- a/app/javascript/dashboard/i18n/locale/el/settings.json +++ b/app/javascript/dashboard/i18n/locale/el/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "ημέρες δοκιμαστικής περιόδου απομένουν.", "TRAIL_BUTTON": "Αγόρασε τώρα", "DELETED_USER": "Διαγραμμένος Χρήστης", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Αναστολή Λογαριασμού", "MESSAGE": "Ο λογαριασμός σας έχει ανασταλεί. Επικοινωνήστε με την ομάδα υποστήριξης για περισσότερες πληροφορίες." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Τρέχουσα προβολή:", "SWITCH": "Εναλλαγή", "CONVERSATIONS": "Συζητήσεις", + "INBOX": "Εισερχόμενα", "ALL_CONVERSATIONS": "Όλες Οι Συνομιλίες", "MENTIONED_CONVERSATIONS": "Αναφορές", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Εισερχόμενα", "REPORTS_TEAM": "Ομάδα", "SET_AVAILABILITY_TITLE": "Ορίστε τον εαυτό σας ως", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Επισκόπηση", "FACEBOOK_REAUTHORIZE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε", diff --git a/app/javascript/dashboard/i18n/locale/el/sla.json b/app/javascript/dashboard/i18n/locale/el/sla.json new file mode 100644 index 000000000..afaa7cd99 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/el/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Δεν υπάρχουν δεδομένα που να ταιριάζουν με αυτό το ερώτημα", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Όνομα", + "Περιγραφή", + "FRT", + "NRT", + "RT", + "Ώρες Εργασίας" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Απαιτείται ελάχιστο μήκος 2 χαρακτήρες", + "VALID_ERROR": "Επιτρέπονται μόνο γράμματα, αριθμοί, παύλα και υπογράμμιση" + }, + "DESCRIPTION": { + "LABEL": "Περιγραφή", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Ώρες Εργασίας", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Επεξεργασία", + "CREATE": "Δημιουργία", + "DELETE": "Διαγραφή", + "CANCEL": "Άκυρο" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json index af1f0216d..3d33afaf4 100644 --- a/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Introducir clave de atributo personalizado", "ERROR": "Clave es requerida", "IN_VALID": "Llave Invalida" + }, + "REGEX_PATTERN": { + "LABEL": "Patrón de Regex", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "No hay atributos personalizados creados", "NOT_FOUND": "No hay atributos personalizados configurados" + }, + "REGEX_PATTERN": { + "LABEL": "Patrón de Regex", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/es/contact.json b/app/javascript/dashboard/i18n/locale/es/contact.json index 434d9d8cc..786b9cab4 100644 --- a/app/javascript/dashboard/i18n/locale/es/contact.json +++ b/app/javascript/dashboard/i18n/locale/es/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Combinar contacto", "CONTACT_ACTIONS": "Acciones de contacto", - "MUTE_CONTACT": "Silenciar Conversación", - "UNMUTE_CONTACT": "Dessilenciar conversación", - "MUTED_SUCCESS": "Ésta conversación está silenciada por 6 horas", - "UNMUTED_SUCCESS": "Ésta conversación ya no está silenciada", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Enviar Transcripción", "EDIT_LABEL": "Editar", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Exportar contactos", "DESC": "Exportar contactos a un archivo CSV.", "SUCCESS_MESSAGE": "El proceso de exportar esta en proceso. Será notificado por correo cuando el archivo esté listo para descargar.", - "ERROR_MESSAGE": "Hubo un error, por favor inténtelo de nuevo" + "ERROR_MESSAGE": "Hubo un error, por favor inténtelo de nuevo", + "CONFIRM": { + "TITLE": "Exportar contactos", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Se requiere un valor válido", - "INVALID_URL": "URL inválida" + "INVALID_URL": "URL inválida", + "INVALID_INPUT": "Ingreso inválido" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/es/generalSettings.json b/app/javascript/dashboard/i18n/locale/es/generalSettings.json index 65c1b8cf2..4e45625dc 100644 --- a/app/javascript/dashboard/i18n/locale/es/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/es/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Eliminar etiqueta de la conversación", "SETTINGS": "Ajustes", "AI_ASSIST": "Asistencia AI", - "APPEARANCE": "Apariencia" + "APPEARANCE": "Apariencia", + "SNOOZE_NOTIFICATION": "Posponer notificación" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Ir al panel de conversaciones", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Cambiar apariencia", "LIGHT_MODE": "Claro", "DARK_MODE": "Oscuro", - "SYSTEM_MODE": "Sistema" + "SYSTEM_MODE": "Sistema", + "SNOOZE_NOTIFICATION": "Posponer notificación" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/es/helpCenter.json b/app/javascript/dashboard/i18n/locale/es/helpCenter.json index 4ac7930bd..fa34f1181 100644 --- a/app/javascript/dashboard/i18n/locale/es/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/es/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Última edición" }, "COLUMNS": { - "BY": "por" + "BY": "por", + "AUTHOR_NOT_AVAILABLE": "El autor no está disponible" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/es/inbox.json b/app/javascript/dashboard/i18n/locale/es/inbox.json new file mode 100644 index 000000000..f499ab0e4 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/es/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Bandeja de entrada", + "DISPLAY_DROPDOWN": "Mostrar", + "LOADING": "Cargando notificaciones", + "EOF": "Todas las notificaciones cargadas 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Posponer hasta", + "SNOOZED_UNTIL_TOMORROW": "Pospuesto hasta mañana", + "SNOOZED_UNTIL_NEXT_WEEK": "Pospuesto hasta la próxima semana" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Marcar como no leído", + "SNOOZE": "Posponer", + "DELETE": "Eliminar", + "MARK_ALL_READ": "Marcar todo como leído", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Más reciente", + "OLDEST": "Más antiguo", + "PRIORITY": "Prioridad" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Postpuestas", + "READ": "Leído", + "LABELS": "Etiquetas", + "CONVERSATION_ID": "ID de conversación" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notificación marcada como leída", + "MARK_AS_UNREAD": "Notificación marcada como no leída", + "SNOOZE": "Notificación pospuesta", + "DELETE": "Notificación eliminada", + "MARK_ALL_READ": "Todas las notificaciones marcadas como leídas", + "DELETE_ALL": "Todas las notificaciones eliminadas", + "DELETE_ALL_READ": "Todas las notificaciones leídas eliminadas" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/es/settings.json b/app/javascript/dashboard/i18n/locale/es/settings.json index 391f9509a..c32b29972 100644 --- a/app/javascript/dashboard/i18n/locale/es/settings.json +++ b/app/javascript/dashboard/i18n/locale/es/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "días de prueba restantes.", "TRAIL_BUTTON": "Comprar ahora", "DELETED_USER": "Usuario eliminado", + "EMAIL_VERIFICATION_PENDING": "Parece que aún no has verificado tu dirección de correo electrónico. Por favor, revisa tu bandeja de entrada para ver el correo electrónico de verificación.", + "RESEND_VERIFICATION_MAIL": "Reenviar correo de verificación", + "EMAIL_VERIFICATION_SENT": "El correo electrónico de verificación ha sido enviado. Por favor, comprueba tu bandeja de entrada.", "ACCOUNT_SUSPENDED": { "TITLE": "Cuenta suspendida", "MESSAGE": "Tu cuenta está suspendida. Comuníquese con el equipo de soporte para obtener más información." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Visualizando:", "SWITCH": "Cambiar", "CONVERSATIONS": "Conversaciones", + "INBOX": "Bandeja de entrada", "ALL_CONVERSATIONS": "Todas las conversaciones", "MENTIONED_CONVERSATIONS": "Menciones", "PARTICIPATING_CONVERSATIONS": "Participar", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Bandeja de entrada", "REPORTS_TEAM": "Equipo", "SET_AVAILABILITY_TITLE": "Ponte como", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Resumen", "FACEBOOK_REAUTHORIZE": "Su conexión de Facebook expiró, por favor reconecte si página de Facebook para continuar con el servicio", diff --git a/app/javascript/dashboard/i18n/locale/es/sla.json b/app/javascript/dashboard/i18n/locale/es/sla.json new file mode 100644 index 000000000..43053370b --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/es/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "No hay elementos que coincidan con esta consulta", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nombre", + "Descripción", + "FRT", + "NRT", + "RT", + "Horarios" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "La longitud mínima es de 2 caracteres", + "VALID_ERROR": "Sólo letras, números, guión y guión bajo son permitidos" + }, + "DESCRIPTION": { + "LABEL": "Descripción", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Horarios", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Editar", + "CREATE": "Crear", + "DELETE": "Eliminar", + "CANCEL": "Cancelar" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Hubo un error, por favor inténtelo de nuevo" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Hubo un error, por favor inténtelo de nuevo" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json index 8783a53fe..8346ae40e 100644 --- a/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "کلید ویژگی سفارشی را وارد کنید", "ERROR": "کلید الزامی است", "IN_VALID": "کلید نامعتبر" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "هیچ ویژگی سفارشی ایجاد نشده است", "NOT_FOUND": "هیچ ویژگی سفارشی پیکربندی نشده است" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/contact.json b/app/javascript/dashboard/i18n/locale/fa/contact.json index 6d2055cb8..71b675464 100644 --- a/app/javascript/dashboard/i18n/locale/fa/contact.json +++ b/app/javascript/dashboard/i18n/locale/fa/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "ادغام مخاطبین", "CONTACT_ACTIONS": "اقدامات مخاطب", - "MUTE_CONTACT": "بیصدا کردن گفتگو", - "UNMUTE_CONTACT": "خارج کردن از حالت بی صدا", - "MUTED_SUCCESS": "این گفتگو به مدت ۶ ساعت بیصدا است", - "UNMUTED_SUCCESS": "این گفتگو از حالت بی صدا خارج شده است", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "ارسال رونوشت", "EDIT_LABEL": "ویرایش", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "خروجی گرفتن مخاطب ها", "DESC": "خروجی گرفتن مخاطب ها از طریق CSV", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید" + "ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید", + "CONFIRM": { + "TITLE": "خروجی گرفتن مخاطب ها", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "مقدار معتبر مورد نیاز است", - "INVALID_URL": "URL نامعتبر" + "INVALID_URL": "URL نامعتبر", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/fa/generalSettings.json b/app/javascript/dashboard/i18n/locale/fa/generalSettings.json index 691cdfa30..d155baaa6 100644 --- a/app/javascript/dashboard/i18n/locale/fa/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/fa/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "برچسب را از مکالمه حذف کنید", "SETTINGS": "تنظیمات", "AI_ASSIST": "AI Assist", - "APPEARANCE": "ظاهری" + "APPEARANCE": "ظاهری", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "به داشبورد مکالمه بروید", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "تغییر ظاهر", "LIGHT_MODE": "روشن", "DARK_MODE": "تیره", - "SYSTEM_MODE": "سیستم" + "SYSTEM_MODE": "سیستم", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/fa/helpCenter.json b/app/javascript/dashboard/i18n/locale/fa/helpCenter.json index bcaf0dd59..9c93d8a69 100644 --- a/app/javascript/dashboard/i18n/locale/fa/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/fa/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "آخرین ویرایش" }, "COLUMNS": { - "BY": "توسط" + "BY": "توسط", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/fa/inbox.json b/app/javascript/dashboard/i18n/locale/fa/inbox.json new file mode 100644 index 000000000..8b772cc0b --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/fa/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "صندوق ورودی", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "همه اعلان ها بارگیری شدند 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "آگاهسازیها از همه صندوقهای ورودی مشترک", + "SNOOZED_UNTIL": "به تعویق افتاده تا", + "SNOOZED_UNTIL_TOMORROW": "تا فردا به تعویق افتاد", + "SNOOZED_UNTIL_NEXT_WEEK": "تا هفته آینده به تعویق افتاد" + }, + "ACTION_HEADER": { + "SNOOZE": "به تعویق انداختن آگاهسازی", + "DELETE": "حذف آگاهسازی" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "علامت گذاری به عنوان خوانده نشده", + "SNOOZE": "به تعویق انداختن", + "DELETE": "حذف", + "MARK_ALL_READ": "همه را به عنوان خوانده شده علامت بزن", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "اولویت" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "به تعویق افتاد", + "READ": "خوانده شده", + "LABELS": "برچسبها", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json index 80c08d99a..ddc3a1c38 100644 --- a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "تنظیمات ساعات کاری را به روز کنید", "TOGGLE_AVAILABILITY": "دسترس بودن کسب و کار را برای این صندوق فعال کردن", "UNAVAILABLE_MESSAGE_LABEL": "پیامی برای بازدیدکنندگان در دسترس نیست", - "TOGGLE_HELP": "فعال کردن در دسترس بودن کسب کار ، ساعات موجود در ویجت چت زنده را نشان می دهد حتی اگر همه ایجنت ها آفلاین باشند. خارج از ساعات موجود می توان با پیام و فرم قبل از چت ، به کاربران هشدار داد.", + "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.", "DAY": { "ENABLE": "در دسترس بودن را برای این روز فعال کنید", "UNAVAILABLE": "غیر قابل دسترسی", diff --git a/app/javascript/dashboard/i18n/locale/fa/settings.json b/app/javascript/dashboard/i18n/locale/fa/settings.json index fc7056df4..f8790b224 100644 --- a/app/javascript/dashboard/i18n/locale/fa/settings.json +++ b/app/javascript/dashboard/i18n/locale/fa/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "روز تا اتمام دوره آزمایشی باقی است.", "TRAIL_BUTTON": "الان بخرید", "DELETED_USER": "کاربر حذف شده", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "حسابکاربری معلق شده است", "MESSAGE": "حسابکاربری شما به حالت تعلیق درآمده. لطفا برای اطلاعات بیشتر با تیم پشتیبانی تماس بگیرید." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "در حال مشاهده:", "SWITCH": "تعویض", "CONVERSATIONS": "گفتگوها", + "INBOX": "صندوق ورودی", "ALL_CONVERSATIONS": "همه گفتگوها", "MENTIONED_CONVERSATIONS": "اشاره", "PARTICIPATING_CONVERSATIONS": "شرکت کننده", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "صندوق ورودی", "REPORTS_TEAM": "تیم", "SET_AVAILABILITY_TITLE": "خود را به عنوان", + "SLA": "SLA", "BETA": "آزمایشی", "REPORTS_OVERVIEW": "بررسی اجمالی", "FACEBOOK_REAUTHORIZE": "اتصال فیس بوک شما منقضی شده است ، لطفاً برای ادامه خدمات دوباره صفحه فیس بوک خود را متصل کنید", diff --git a/app/javascript/dashboard/i18n/locale/fa/sla.json b/app/javascript/dashboard/i18n/locale/fa/sla.json new file mode 100644 index 000000000..d0701ee19 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/fa/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "هیچ گزینهای با این شرایط پیدا نشد", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "نام", + "توضیحات", + "FRT", + "NRT", + "RT", + "ساعت کاری" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "باید بیشتر از 2 کاراکتر باشد", + "VALID_ERROR": "فقط حروف ، اعداد ، خط تیره و زیر خط مجاز است" + }, + "DESCRIPTION": { + "LABEL": "توضیحات", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "ساعت کاری", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "ویرایش", + "CREATE": "ايجاد كردن", + "DELETE": "حذف", + "CANCEL": "انصراف" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "خطایی پیش آمد. لطفا دوباره امتحان کنید" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json index 6e6ef580c..7b7927cf9 100644 --- a/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/fi/contact.json b/app/javascript/dashboard/i18n/locale/fi/contact.json index 8afed55d0..842c97dd6 100644 --- a/app/javascript/dashboard/i18n/locale/fi/contact.json +++ b/app/javascript/dashboard/i18n/locale/fi/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Yhdistä yhteystieto", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mykistä Keskustelu", - "UNMUTE_CONTACT": "Poista keskustelun mykistys", - "MUTED_SUCCESS": "Tämä keskustelu on mykistetty 6 tunniksi", - "UNMUTED_SUCCESS": "Tätä keskustelua ei ole hiljennetty", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Lähetä keskustelu", "EDIT_LABEL": "Muokkaa", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen" + "ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Kelvollinen arvo vaaditaan", - "INVALID_URL": "Virheellinen URL" + "INVALID_URL": "Virheellinen URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/fi/generalSettings.json b/app/javascript/dashboard/i18n/locale/fi/generalSettings.json index 8c23b735b..33073a4f4 100644 --- a/app/javascript/dashboard/i18n/locale/fi/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/fi/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Asetukset", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/fi/helpCenter.json b/app/javascript/dashboard/i18n/locale/fi/helpCenter.json index 2e0c39788..8d123921f 100644 --- a/app/javascript/dashboard/i18n/locale/fi/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/fi/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/fi/inbox.json b/app/javascript/dashboard/i18n/locale/fi/inbox.json new file mode 100644 index 000000000..f01ed9b84 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/fi/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Kaikki ilmoitukset ladattu 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Poista", + "MARK_ALL_READ": "Merkitse kaikki luetuiksi", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Torkutettu", + "READ": "Read", + "LABELS": "Tunnisteet", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json index 2e8adb796..1b4a4c349 100644 --- a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/fi/settings.json b/app/javascript/dashboard/i18n/locale/fi/settings.json index a0fdec338..c176a1257 100644 --- a/app/javascript/dashboard/i18n/locale/fi/settings.json +++ b/app/javascript/dashboard/i18n/locale/fi/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "päivää jäljellä.", "TRAIL_BUTTON": "Osta nyt", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Keskustelut", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Facebook-yhteytesi on vanhentunut, ole hyvä ja yhdistä uudelleen Facebook-sivusi jatkaaksesi palveluita", diff --git a/app/javascript/dashboard/i18n/locale/fi/sla.json b/app/javascript/dashboard/i18n/locale/fi/sla.json new file mode 100644 index 000000000..2fdc5ea44 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/fi/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Tätä hakua vastaavia kohteita ei löydy", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nimi", + "Kuvaus", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Kuvaus", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Muokkaa", + "CREATE": "Luo", + "DELETE": "Poista", + "CANCEL": "Peruuta" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json index db3dcaab2..22bb1a62a 100644 --- a/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Entrez une clé d'attribut personnalisée", "ERROR": "La clé est requise", "IN_VALID": "Clé invalide" + }, + "REGEX_PATTERN": { + "LABEL": "Schéma Regex", + "PLACEHOLDER": "Veuillez indiquer un attribut personnalisé pour le schéma Regex (facultatif)." + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Veuillez entrer l'indice du schéma Regex (facultatif)" + }, + "ENABLE_REGEX": { + "LABEL": "Activer la validation Regex" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Aucun attribut personnalisé créé", "NOT_FOUND": "Il n’y a aucun attribut personnalisé configuré" + }, + "REGEX_PATTERN": { + "LABEL": "Schéma Regex", + "PLACEHOLDER": "Veuillez indiquer un attribut personnalisé pour le schéma Regex (facultatif)." + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Veuillez entrer l'indice du schéma Regex (facultatif)" + }, + "ENABLE_REGEX": { + "LABEL": "Activer la validation Regex" } } } diff --git a/app/javascript/dashboard/i18n/locale/fr/contact.json b/app/javascript/dashboard/i18n/locale/fr/contact.json index 38d50d563..1f042f9b5 100644 --- a/app/javascript/dashboard/i18n/locale/fr/contact.json +++ b/app/javascript/dashboard/i18n/locale/fr/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Fusionner le contact", "CONTACT_ACTIONS": "Actions du contact", - "MUTE_CONTACT": "Mettre la conversation en sourdine", - "UNMUTE_CONTACT": "Réactiver le son de conversation", - "MUTED_SUCCESS": "Cette conversation est mise en sourdine pendant 6 heures", - "UNMUTED_SUCCESS": "Cette conversation n'est plus muette", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Envoyer la transcription", "EDIT_LABEL": "Modifier", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Exporter les contacts", "DESC": "Exporter les contacts vers un fichier CSV.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Une erreur est survenue, veuillez réessayer" + "ERROR_MESSAGE": "Une erreur est survenue, veuillez réessayer", + "CONFIRM": { + "TITLE": "Exporter les contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Une valeur valide est requise", - "INVALID_URL": "URL invalide" + "INVALID_URL": "URL invalide", + "INVALID_INPUT": "Entrée invalide" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/fr/generalSettings.json b/app/javascript/dashboard/i18n/locale/fr/generalSettings.json index e4a095a1b..a6591278d 100644 --- a/app/javascript/dashboard/i18n/locale/fr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/fr/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Supprimer l'étiquette de la conversation", "SETTINGS": "Paramètres", "AI_ASSIST": "Assistance IA", - "APPEARANCE": "Apparence" + "APPEARANCE": "Apparence", + "SNOOZE_NOTIFICATION": "Mettre la notification en veille" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Aller au tableau de bord des conversations", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Changer l'apparence", "LIGHT_MODE": "Clair", "DARK_MODE": "Sombre", - "SYSTEM_MODE": "Système" + "SYSTEM_MODE": "Système", + "SNOOZE_NOTIFICATION": "Mettre la notification en veille" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/fr/helpCenter.json b/app/javascript/dashboard/i18n/locale/fr/helpCenter.json index 9d7b30615..18af06944 100644 --- a/app/javascript/dashboard/i18n/locale/fr/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/fr/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Dernière modification" }, "COLUMNS": { - "BY": "par" + "BY": "par", + "AUTHOR_NOT_AVAILABLE": "L'auteur n'est pas disponible" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/fr/inbox.json b/app/javascript/dashboard/i18n/locale/fr/inbox.json new file mode 100644 index 000000000..7e5c71009 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/fr/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Boîte de réception", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Chargement des notifications", + "EOF": "Toutes les notifications ont été chargées 🎉", + "404": "Il n'y a aucune notification active dans ce groupe.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Reporter jusqu'à", + "SNOOZED_UNTIL_TOMORROW": "Reporté jusqu'à demain", + "SNOOZED_UNTIL_NEXT_WEEK": "Reporté jusqu'à la semaine prochaine" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "Vous avez été cité dans une conversation", + "CONVERSATION_CREATION": "Nouvelle conversation créée", + "CONVERSATION_ASSIGNMENT": "Une conversation vous a été attribuée", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Nouveau message dans une conversation attribuée", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Nouveau message dans une conversation à laquelle vous participez" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Marquer comme non lu", + "SNOOZE": "Reporter", + "DELETE": "Supprimer", + "MARK_ALL_READ": "Tout marquer comme lu", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priorité" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Reporté", + "READ": "Lu", + "LABELS": "Étiquettes", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marquée comme lue", + "MARK_AS_UNREAD": "Notification marquée comme non lue", + "SNOOZE": "Notification en veille", + "DELETE": "Notification supprimée", + "MARK_ALL_READ": "Toutes les notifications sont marquées comme lues", + "DELETE_ALL": "Toutes les notifications sont supprimées", + "DELETE_ALL_READ": "Toutes les notifications lues ont été supprimées" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json index a83ac85ab..5859f8cbc 100644 --- a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Mettre à jour les paramètres des heures de bureau", "TOGGLE_AVAILABILITY": "Activer la disponibilité aux heures de bureau pour cette boîte de réception", "UNAVAILABLE_MESSAGE_LABEL": "Message d'indisponibilité pour les visiteurs", - "TOGGLE_HELP": "Activer la disponibilité aux heures de bureau montrera les heures disponibles sur le widget chat en direct même si tous les agents sont hors ligne. En dehors des heures disponibles, les visiteurs peuvent être avertis avec un message et un formulaire de préconversation.", + "TOGGLE_HELP": "Activer la disponibilité professionnelle montrera les heures disponibles sur le widget chat en direct même si tous les agents sont hors ligne. En dehors des heures disponibles, les visiteurs peuvent être avertis avec un message et un formulaire de préconversation.", "DAY": { "ENABLE": "Activer la disponibilité pour ce jour", "UNAVAILABLE": "Non disponible", diff --git a/app/javascript/dashboard/i18n/locale/fr/settings.json b/app/javascript/dashboard/i18n/locale/fr/settings.json index 9bf8b448d..9baf82516 100644 --- a/app/javascript/dashboard/i18n/locale/fr/settings.json +++ b/app/javascript/dashboard/i18n/locale/fr/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "jours d'essai restants.", "TRAIL_BUTTON": "Acheter Maintenant", "DELETED_USER": "Utilisateur supprimé", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Compte Suspendu", "MESSAGE": "Votre compte est suspendu. Veuillez contacter le support pour plus d'informations." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "En cours de visualisation:", "SWITCH": "Commuter", "CONVERSATIONS": "Conversations", + "INBOX": "Boîte de réception", "ALL_CONVERSATIONS": "Toutes les conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Conversations assignées", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Boîte de réception", "REPORTS_TEAM": "Équipes", "SET_AVAILABILITY_TITLE": "Se définir comme", + "SLA": "SLA", "BETA": "Bêta", "REPORTS_OVERVIEW": "Vue d'ensemble", "FACEBOOK_REAUTHORIZE": "Votre connexion Facebook a expiré, veuillez reconnecter votre page Facebook pour continuer les services", diff --git a/app/javascript/dashboard/i18n/locale/fr/sla.json b/app/javascript/dashboard/i18n/locale/fr/sla.json new file mode 100644 index 000000000..aea4e039e --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/fr/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Il n'y a aucun élément correspondant à cette requête", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nom", + "Description", + "FRT", + "NRT", + "RT", + "Heures de bureau" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Longueur minimale de 2 requise", + "VALID_ERROR": "Seuls les caractères alphabétiques, les chiffres, les traits d'union et les tirets bas sont autorisés" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Heures de bureau", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Modifier", + "CREATE": "Créer", + "DELETE": "Supprimer", + "CANCEL": "Annuler" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Une erreur est survenue, veuillez réessayer" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Une erreur est survenue, veuillez réessayer" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json index 9ce953b8b..cda523dfb 100644 --- a/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "הכנס מפתח ייחודי לשדה המותאם", "ERROR": "מפתח הוא שדה חובה", "IN_VALID": "מפתח אינו חוקי" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "לא קיימים שדות מותאמים", "NOT_FOUND": "לא קיימים שדות מותאמים" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/he/contact.json b/app/javascript/dashboard/i18n/locale/he/contact.json index ad889787a..50b992bab 100644 --- a/app/javascript/dashboard/i18n/locale/he/contact.json +++ b/app/javascript/dashboard/i18n/locale/he/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "מזג אנשי קשר", "CONTACT_ACTIONS": "פעולות אנשי קשר", - "MUTE_CONTACT": "השתק שיחה", - "UNMUTE_CONTACT": "בטל השתקת שיחה", - "MUTED_SUCCESS": "שיחה זו מושתקת למשך 6 שעות", - "UNMUTED_SUCCESS": "השיחה זו אינה מושתקת", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "שלח תמלול", "EDIT_LABEL": "ערוך", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "היתה שגיאה, בקשה נסה שוב" + "ERROR_MESSAGE": "היתה שגיאה, בקשה נסה שוב", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "נדרש ערך חוקי", - "INVALID_URL": "כתובת אתר לא חוקית" + "INVALID_URL": "כתובת אתר לא חוקית", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/he/generalSettings.json b/app/javascript/dashboard/i18n/locale/he/generalSettings.json index 5e646a12f..612c5eefc 100644 --- a/app/javascript/dashboard/i18n/locale/he/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/he/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "הסר תווית מהשיחה", "SETTINGS": "הגדרות", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "עבור ללוח המחוונים לשיחה", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/he/helpCenter.json b/app/javascript/dashboard/i18n/locale/he/helpCenter.json index a74b5e1a4..9f9cd706b 100644 --- a/app/javascript/dashboard/i18n/locale/he/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/he/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "עריכה אחרונה" }, "COLUMNS": { - "BY": "על ידי" + "BY": "על ידי", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/he/inbox.json b/app/javascript/dashboard/i18n/locale/he/inbox.json new file mode 100644 index 000000000..79fad6ef5 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/he/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "תיבת הדואר הנכנס", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "כל ההתראות נטענו 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "נמנם עד מחר", + "SNOOZED_UNTIL_NEXT_WEEK": "נמנם עד שבוע הבא" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "סמן כלא נקרא", + "SNOOZE": "נודניק", + "DELETE": "מחק", + "MARK_ALL_READ": "סמן הכל כנקרא", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "נימנום", + "READ": "נקרא", + "LABELS": "תוויות", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json index 1247c731a..6cd4e9c54 100644 --- a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "עדכן את הגדרות שעות הפעילות", "TOGGLE_AVAILABILITY": "הפעל זמינות עסקית עבור תיבת הדואר הנכנס הזו", "UNAVAILABLE_MESSAGE_LABEL": "הודעה לא זמינה למבקרים", - "TOGGLE_HELP": "הפעלת זמינות עסקית תציג את השעות הזמינות בווידג'ט צ'אט חי גם אם כל הסוכנים אינם מקוונים. מחוץ לשעות הזמינות ניתן להזהיר מבקרים באמצעות הודעה וטופס צ'אט מראש.", + "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.", "DAY": { "ENABLE": "אפשר זמינות ליום זה", "UNAVAILABLE": "אינו זמין", diff --git a/app/javascript/dashboard/i18n/locale/he/settings.json b/app/javascript/dashboard/i18n/locale/he/settings.json index 142b7ad68..89ea470d2 100644 --- a/app/javascript/dashboard/i18n/locale/he/settings.json +++ b/app/javascript/dashboard/i18n/locale/he/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "שנותרו ימי ניסיון.", "TRAIL_BUTTON": "קנה עכשיו", "DELETED_USER": "משתמש מחוק", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "חשבון מושעה", "MESSAGE": "החשבון שלך מושעה. אנא פנה לצוות התמיכה לקבלת מידע נוסף." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "צופה כרגע:", "SWITCH": "החלף", "CONVERSATIONS": "שיחות", + "INBOX": "תיבת הדואר הנכנס", "ALL_CONVERSATIONS": "כל השיחות", "MENTIONED_CONVERSATIONS": "אִזְכּוּרים", "PARTICIPATING_CONVERSATIONS": "משתתף", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "תיבת הדואר הנכנס", "REPORTS_TEAM": "צוות", "SET_AVAILABILITY_TITLE": "הגדר את עצמך בתור", + "SLA": "SLA", "BETA": "בטא", "REPORTS_OVERVIEW": "סקירה כללית", "FACEBOOK_REAUTHORIZE": "פג תוקף החיבור שלך לפייסבוק, אנא חבר מחדש את דף הפייסבוק שלך כדי להמשיך בשירותים", diff --git a/app/javascript/dashboard/i18n/locale/he/sla.json b/app/javascript/dashboard/i18n/locale/he/sla.json new file mode 100644 index 000000000..3207d7f85 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/he/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "אין פריטים התואמים לשאילתה זו", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "שם", + "תיאור", + "FRT", + "NRT", + "RT", + "שעות פעילות" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "נדרש אורך מינימלי 2", + "VALID_ERROR": "רק אלפבית, מספרים, מקף וקו תחתון מותרים" + }, + "DESCRIPTION": { + "LABEL": "תיאור", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "שעות פעילות", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "ערוך", + "CREATE": "צור", + "DELETE": "מחק", + "CANCEL": "ביטול" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "היתה שגיאה, בקשה נסה שוב" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "היתה שגיאה, בקשה נסה שוב" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/hi/contact.json b/app/javascript/dashboard/i18n/locale/hi/contact.json index 09d5075ac..5186fda9a 100644 --- a/app/javascript/dashboard/i18n/locale/hi/contact.json +++ b/app/javascript/dashboard/i18n/locale/hi/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/hi/generalSettings.json b/app/javascript/dashboard/i18n/locale/hi/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/hi/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hi/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/hi/helpCenter.json b/app/javascript/dashboard/i18n/locale/hi/helpCenter.json index f44e44c6f..cd397ed1e 100644 --- a/app/javascript/dashboard/i18n/locale/hi/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/hi/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/hi/inbox.json b/app/javascript/dashboard/i18n/locale/hi/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hi/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json index 08f2ef2a2..ba83549cf 100644 --- a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/hi/settings.json b/app/javascript/dashboard/i18n/locale/hi/settings.json index 78411ee09..ca734fe43 100644 --- a/app/javascript/dashboard/i18n/locale/hi/settings.json +++ b/app/javascript/dashboard/i18n/locale/hi/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/hi/sla.json b/app/javascript/dashboard/i18n/locale/hi/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hi/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hr/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/hr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hr/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/hr/contact.json b/app/javascript/dashboard/i18n/locale/hr/contact.json index c220bab60..622e23d9a 100644 --- a/app/javascript/dashboard/i18n/locale/hr/contact.json +++ b/app/javascript/dashboard/i18n/locale/hr/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/hr/generalSettings.json b/app/javascript/dashboard/i18n/locale/hr/generalSettings.json index c980c6400..9ea0cb5b6 100644 --- a/app/javascript/dashboard/i18n/locale/hr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hr/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/hr/helpCenter.json b/app/javascript/dashboard/i18n/locale/hr/helpCenter.json index 80029e46b..69d6e9eec 100644 --- a/app/javascript/dashboard/i18n/locale/hr/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/hr/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/hr/inbox.json b/app/javascript/dashboard/i18n/locale/hr/inbox.json new file mode 100644 index 000000000..9b4133d4c --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hr/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Izbriši", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioritet" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json index 0edee5421..8eb6ebe15 100644 --- a/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/hr/settings.json b/app/javascript/dashboard/i18n/locale/hr/settings.json index 1fd795620..5de9f9ce5 100644 --- a/app/javascript/dashboard/i18n/locale/hr/settings.json +++ b/app/javascript/dashboard/i18n/locale/hr/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/hr/sla.json b/app/javascript/dashboard/i18n/locale/hr/sla.json new file mode 100644 index 000000000..821b717d6 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hr/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Ne postoji rezultat za zadano pretraživanje", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Uredi", + "CREATE": "Create", + "DELETE": "Izbriši", + "CANCEL": "Odustani" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json index acb7ea58a..9256f03f5 100644 --- a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Add meg az egyéni tulajdonság kulcsát", "ERROR": "Kulcs megadása kötelező", "IN_VALID": "Érvénytelen kulcs" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Nincsennek létrehozva egyéni tulajdonságok", "NOT_FOUND": "Nincsennek beállítva egyéni tulajdonságok" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/hu/contact.json b/app/javascript/dashboard/i18n/locale/hu/contact.json index 838ac3aab..80c092801 100644 --- a/app/javascript/dashboard/i18n/locale/hu/contact.json +++ b/app/javascript/dashboard/i18n/locale/hu/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Kapcsolattartók összevonása", "CONTACT_ACTIONS": "Kapcsolattartói tevékenységek", - "MUTE_CONTACT": "Beszélgetés elnémítása", - "UNMUTE_CONTACT": "Beszélgetés elnémításának feloldása", - "MUTED_SUCCESS": "A beszélgetés 6 órára elnémítva", - "UNMUTED_SUCCESS": "A beszélgetés elnémítása megszűntetve", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Jegyzetek elküldése", "EDIT_LABEL": "Szerkesztés", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Kontaktok exportálása", "DESC": "Kontaktok exportálása CSV fájlból.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra" + "ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra", + "CONFIRM": { + "TITLE": "Kontaktok exportálása", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Kötelező megadni", - "INVALID_URL": "Hibás URL" + "INVALID_URL": "Hibás URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/hu/generalSettings.json b/app/javascript/dashboard/i18n/locale/hu/generalSettings.json index 955c7243a..bad4ac35b 100644 --- a/app/javascript/dashboard/i18n/locale/hu/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hu/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Címke eltávolítása a beszélgetésről", "SETTINGS": "Beállítások", "AI_ASSIST": "AI segítség", - "APPEARANCE": "Megjelenés" + "APPEARANCE": "Megjelenés", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Ugrás a beszélgetések kezdőoldalára", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Megjelenés módosítása", "LIGHT_MODE": "Világos mód", "DARK_MODE": "Sötét mód", - "SYSTEM_MODE": "Rendszer" + "SYSTEM_MODE": "Rendszer", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/hu/helpCenter.json b/app/javascript/dashboard/i18n/locale/hu/helpCenter.json index 1cf64263b..db7fb8be6 100644 --- a/app/javascript/dashboard/i18n/locale/hu/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/hu/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Utoljára szerkesztve" }, "COLUMNS": { - "BY": "általa:" + "BY": "általa:", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/hu/inbox.json b/app/javascript/dashboard/i18n/locale/hu/inbox.json new file mode 100644 index 000000000..f16e033ef --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hu/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Fiók", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Értesítések lekérése", + "EOF": "Minden értesítés betöltve 🎉", + "404": "Ebben a csoportban nincsenek aktív értesítések.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Értesítés az összes feliratkozott postafiókból", + "SNOOZED_UNTIL": "Halasztás eddig", + "SNOOZED_UNTIL_TOMORROW": "Halasztás holnapig", + "SNOOZED_UNTIL_NEXT_WEEK": "Halasztás jövő hétig" + }, + "ACTION_HEADER": { + "SNOOZE": "Értesítés alvó állapotban", + "DELETE": "Értesítés törlése" + }, + "TYPES": { + "CONVERSATION_MENTION": "Önt megemlítették egy beszélgetésben", + "CONVERSATION_CREATION": "Új beszélgetés létrehozása", + "CONVERSATION_ASSIGNMENT": "Egy beszélgetés hozzád lett rendelve", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Új üzenet egy kijelölt beszélgetésben", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Új üzenet egy beszélgetésben, amelyben részt vesz" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Megjelölés olvasatlanként", + "SNOOZE": "Halasztás", + "DELETE": "Törlés", + "MARK_ALL_READ": "Mindent olvasottra állít", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Rendezés", + "DISPLAY": "Megjelenítés:", + "SORT_OPTIONS": { + "NEWEST": "Legújabb", + "OLDEST": "Legrégibb", + "PRIORITY": "Prioritás" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Elnémított", + "READ": "Olvasott", + "LABELS": "Cimkék", + "CONVERSATION_ID": "Beszélgetés azonosítója" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json index 33c09e8e2..b2e1a3fbb 100644 --- a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Nyitvatartási idő beállítások szerkesztése", "TOGGLE_AVAILABILITY": "Nyitvatartási idő beállítások engedélyezése erre az inboxra", "UNAVAILABLE_MESSAGE_LABEL": "Nem elérhető üzenetek a vendégek számára", - "TOGGLE_HELP": "A nyitvatartási idő megmutatja az elérhetőségetek idejét az élő chat widgeten akkor is ha minden ügynök offline. A nyitvatartási időben a vendégek figyelmeztetést kaphatnak üzenettel és chat előtti űrlappal.", + "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.", "DAY": { "ENABLE": "Elérhetőség bekapcsolása erre a napra", "UNAVAILABLE": "Nem elérhető", diff --git a/app/javascript/dashboard/i18n/locale/hu/settings.json b/app/javascript/dashboard/i18n/locale/hu/settings.json index 460cf8ec1..4143f9d32 100644 --- a/app/javascript/dashboard/i18n/locale/hu/settings.json +++ b/app/javascript/dashboard/i18n/locale/hu/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "nap van hátra a próbaidőszakból.", "TRAIL_BUTTON": "Előfizetés", "DELETED_USER": "Törölt Felhasználó", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Felfüggesztett Fiók", "MESSAGE": "A fiókod felfüggesztés alatt van. Bővebb információkért, kérlek, lépj kapcsolatba az ügfyélszolgálattal." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Jelenleg nézi:", "SWITCH": "Váltás", "CONVERSATIONS": "Beszélgetések", + "INBOX": "Fiók", "ALL_CONVERSATIONS": "Beszélgetések", "MENTIONED_CONVERSATIONS": "Megemlítések", "PARTICIPATING_CONVERSATIONS": "Részvétel", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Fiók", "REPORTS_TEAM": "Csapat", "SET_AVAILABILITY_TITLE": "Ugrás a Beszélgetések Irányítópultjához", + "SLA": "SLA", "BETA": "Béta", "REPORTS_OVERVIEW": "Áttekintés", "FACEBOOK_REAUTHORIZE": "A Facebook kapcsolatod lejárt, kérjük kapcsold össze oldalad újra a szolgáltatás folytatásához", diff --git a/app/javascript/dashboard/i18n/locale/hu/sla.json b/app/javascript/dashboard/i18n/locale/hu/sla.json new file mode 100644 index 000000000..13eed7285 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hu/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Nincs megfelelő elem", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Név", + "Leírás", + "FRT", + "NRT", + "RT", + "Nyitvatartás" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum 2 karakter hosszúnak kell lennie", + "VALID_ERROR": "Kizárólag betűk, számok, kötőjel és alulvonás szerepelhet" + }, + "DESCRIPTION": { + "LABEL": "Leírás", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Nyitvatartás", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Szerkesztés", + "CREATE": "Létrehozás", + "DELETE": "Törlés", + "CANCEL": "Mégse" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Hiba történt, kérjük próbáld újra" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hy/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hy/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/hy/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hy/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/hy/contact.json b/app/javascript/dashboard/i18n/locale/hy/contact.json index 09d5075ac..5186fda9a 100644 --- a/app/javascript/dashboard/i18n/locale/hy/contact.json +++ b/app/javascript/dashboard/i18n/locale/hy/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/hy/generalSettings.json b/app/javascript/dashboard/i18n/locale/hy/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/hy/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hy/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/hy/helpCenter.json b/app/javascript/dashboard/i18n/locale/hy/helpCenter.json index f44e44c6f..cd397ed1e 100644 --- a/app/javascript/dashboard/i18n/locale/hy/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/hy/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/hy/inbox.json b/app/javascript/dashboard/i18n/locale/hy/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hy/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json index 26d1ad7fc..3762a5151 100644 --- a/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/hy/settings.json b/app/javascript/dashboard/i18n/locale/hy/settings.json index b96a7c091..a953dbca0 100644 --- a/app/javascript/dashboard/i18n/locale/hy/settings.json +++ b/app/javascript/dashboard/i18n/locale/hy/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/hy/sla.json b/app/javascript/dashboard/i18n/locale/hy/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/hy/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json index 9854b1d03..3f6414296 100644 --- a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Masukkan kunci atribut kustom", "ERROR": "Kunci dibutuhkan", "IN_VALID": "Kunci tidak valid" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Tidak ada atribut kustom yang dibuat", "NOT_FOUND": "Tidak ada atribut kustom yang dikonfigurasi" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/id/contact.json b/app/javascript/dashboard/i18n/locale/id/contact.json index f5674f58d..8067691fb 100644 --- a/app/javascript/dashboard/i18n/locale/id/contact.json +++ b/app/javascript/dashboard/i18n/locale/id/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Gabungkan Kontak", "CONTACT_ACTIONS": "Tindakan Kontak", - "MUTE_CONTACT": "Matikan Suara Percakapan", - "UNMUTE_CONTACT": "Hidupkan Suara Percakapan", - "MUTED_SUCCESS": "Percakapan ini di matikan suara selama 6 jam", - "UNMUTED_SUCCESS": "Percakapan ini dihidupkan suara", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Kirim Transkrip", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Ekspor Kontak", "DESC": "Ekspor kontak ke file CSV.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Terjadi kesalahan, harap coba lagi" + "ERROR_MESSAGE": "Terjadi kesalahan, harap coba lagi", + "CONFIRM": { + "TITLE": "Ekspor Kontak", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Nilai yang valid diperlukan", - "INVALID_URL": "URL tidak valid" + "INVALID_URL": "URL tidak valid", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/id/generalSettings.json b/app/javascript/dashboard/i18n/locale/id/generalSettings.json index c9c2945df..b4ac1cacf 100644 --- a/app/javascript/dashboard/i18n/locale/id/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/id/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Hapus label dari percakapan", "SETTINGS": "Pengaturan", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Menuju ke Dasbor Percakapan", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "Sistem" + "SYSTEM_MODE": "Sistem", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/id/helpCenter.json b/app/javascript/dashboard/i18n/locale/id/helpCenter.json index dfcdf52a7..3e65ae78c 100644 --- a/app/javascript/dashboard/i18n/locale/id/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/id/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Terakhir diedit" }, "COLUMNS": { - "BY": "oleh" + "BY": "oleh", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/id/inbox.json b/app/javascript/dashboard/i18n/locale/id/inbox.json new file mode 100644 index 000000000..3461e90c1 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/id/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Kotak masuk", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Ditunda hingga", + "SNOOZED_UNTIL_TOMORROW": "Ditunda hingga besok", + "SNOOZED_UNTIL_NEXT_WEEK": "Ditunda hingga minggu depan" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Tandai sebagai belum terbaca", + "SNOOZE": "Tunda", + "DELETE": "Hapus", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioritas" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Ditunda Sebentar", + "READ": "Dibaca", + "LABELS": "Label", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json index 97075b804..c7176a250 100644 --- a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Perbarui pengaturan jam kerja", "TOGGLE_AVAILABILITY": "Aktifkan ketersediaan bisnis untuk kotak masuk ini", "UNAVAILABLE_MESSAGE_LABEL": "Pesan tidak tersedia untuk pengunjung", - "TOGGLE_HELP": "Mengaktifkan ketersediaan bisnis akan menunjukkan jam yang tersedia di widget obrolan langsung meskipun semua agen sedang offline. Di luar jam buka yang tersedia, pengunjung dapat diperingatkan dengan pesan dan formulir pra-obrolan.", + "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.", "DAY": { "ENABLE": "Aktifkan ketersediaan untuk hari ini", "UNAVAILABLE": "Tidak tersedia", diff --git a/app/javascript/dashboard/i18n/locale/id/settings.json b/app/javascript/dashboard/i18n/locale/id/settings.json index 2b6dda7b5..a652d9aae 100644 --- a/app/javascript/dashboard/i18n/locale/id/settings.json +++ b/app/javascript/dashboard/i18n/locale/id/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "hari percobaan tersisa.", "TRAIL_BUTTON": "Beli Sekarang", "DELETED_USER": "Pengguna Dihapus", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Akun Ditangguhkan", "MESSAGE": "Akun Anda ditangguhkan. Silakan hubungi tim dukungan untuk informasi lebih lanjut." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Saat ini dilihat:", "SWITCH": "Ganti", "CONVERSATIONS": "Percakapan", + "INBOX": "Kotak masuk", "ALL_CONVERSATIONS": "Semua Percakapan", "MENTIONED_CONVERSATIONS": "Disebutkan", "PARTICIPATING_CONVERSATIONS": "Berpartisipasi", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Kotak Masuk", "REPORTS_TEAM": "Tim", "SET_AVAILABILITY_TITLE": "Atur diri anda sebagai", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Gambaran", "FACEBOOK_REAUTHORIZE": "Koneksi Facebook Anda telah kedaluwarsa, hubungkan kembali halaman Facebook Anda untuk melanjutkan layanan", diff --git a/app/javascript/dashboard/i18n/locale/id/sla.json b/app/javascript/dashboard/i18n/locale/id/sla.json new file mode 100644 index 000000000..3e7194089 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/id/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Tidak ada item yang cocok dengan kueri ini", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nama", + "Deskripsi", + "FRT", + "NRT", + "RT", + "Jam Kerja" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Panjang minimal 2 diperlukan", + "VALID_ERROR": "Hanya Abjad, Angka, Tanda Hubung, dan Garis Bawah yang diperbolehkan" + }, + "DESCRIPTION": { + "LABEL": "Deskripsi", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Jam Kerja", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Buat", + "DELETE": "Hapus", + "CANCEL": "Batalkan" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Terjadi kesalahan, harap coba lagi" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Terjadi kesalahan, harap coba lagi" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/is/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/is/attributesMgmt.json index 5a7140287..176e94ea7 100644 --- a/app/javascript/dashboard/i18n/locale/is/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/is/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/is/contact.json b/app/javascript/dashboard/i18n/locale/is/contact.json index 2c0b239d9..e609a754a 100644 --- a/app/javascript/dashboard/i18n/locale/is/contact.json +++ b/app/javascript/dashboard/i18n/locale/is/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Sameina tengilið", "CONTACT_ACTIONS": "Aðgerðir tengiliðs", - "MUTE_CONTACT": "Þagga Samtal", - "UNMUTE_CONTACT": "Afþagga Samtal", - "MUTED_SUCCESS": "Þetta samtal er þaggað í 6 klukkustundir", - "UNMUTED_SUCCESS": "Þetta samtal er afþaggað", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Senda Afrit", "EDIT_LABEL": "Breyta", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Það kom upp villa, vinsamlegast reyndu aftur" + "ERROR_MESSAGE": "Það kom upp villa, vinsamlegast reyndu aftur", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Það þarf að slá inn gilt gildi", - "INVALID_URL": "Ógilt URL" + "INVALID_URL": "Ógilt URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/is/generalSettings.json b/app/javascript/dashboard/i18n/locale/is/generalSettings.json index a5a4d7757..0c26e98ac 100644 --- a/app/javascript/dashboard/i18n/locale/is/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/is/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Fjarlægja merki af samtali", "SETTINGS": "Stillingar", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Opna Stjórnborð Samtals", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/is/helpCenter.json b/app/javascript/dashboard/i18n/locale/is/helpCenter.json index 9eea279e6..7cac3184c 100644 --- a/app/javascript/dashboard/i18n/locale/is/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/is/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/is/inbox.json b/app/javascript/dashboard/i18n/locale/is/inbox.json new file mode 100644 index 000000000..cbc16a010 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/is/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Innhólf", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Eyða", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Blundað", + "READ": "Lesið", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json index 0ffdfe631..bf624f7e5 100644 --- a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Virkja opnunartíma fyrirtækja fyrir þetta innhólf", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Með því að virkja opnunartíma fyrirtækis mun opnunartíminn sjást á vefspjallinu jafnvel þótt allir þjónustufulltrúar séu ótengdir. Utan opnunnartíma er hægt að vara viðskiptavini við með skilaboðum og forspjallsformi.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/is/settings.json b/app/javascript/dashboard/i18n/locale/is/settings.json index 1fb843e56..892639af1 100644 --- a/app/javascript/dashboard/i18n/locale/is/settings.json +++ b/app/javascript/dashboard/i18n/locale/is/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Reikningnum þínum er lokað. Vinsamlegast hafðu samband við þjónustusviðið okkar til að fá frekari upplýsingar." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Samtöl", + "INBOX": "Innhólf", "ALL_CONVERSATIONS": "Öll Samtöl", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Innhólf", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Facebook tengingin þín er útrunnin, vinsamlegast tengdu Facebook síðuna þína aftur til að halda áfram þjónustu", diff --git a/app/javascript/dashboard/i18n/locale/is/sla.json b/app/javascript/dashboard/i18n/locale/is/sla.json new file mode 100644 index 000000000..3727ca04e --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/is/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Það eru engin atriði sem passa við þessa fyrirspurn", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nafn", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Aðeins stafrófsstafir, tölustafir, bandstrik og undirstrik eru leyfð" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Breyta", + "CREATE": "Stofna", + "DELETE": "Eyða", + "CANCEL": "Hætta við" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Það kom upp villa, vinsamlegast reyndu aftur" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Það kom upp villa, vinsamlegast reyndu aftur" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json index f1f866328..1a8d3bb68 100644 --- a/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Inserisci la chiave dell'attributo personalizzato", "ERROR": "La chiave è obbligatoria", "IN_VALID": "Chiave non valida" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Non ci sono attributi personalizzati creati", "NOT_FOUND": "Non ci sono attributi personalizzati configurati" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/it/contact.json b/app/javascript/dashboard/i18n/locale/it/contact.json index 72d6cc7f4..f17386475 100644 --- a/app/javascript/dashboard/i18n/locale/it/contact.json +++ b/app/javascript/dashboard/i18n/locale/it/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Unisci contatto", "CONTACT_ACTIONS": "Azioni contatto", - "MUTE_CONTACT": "Silenzia conversazione", - "UNMUTE_CONTACT": "Riattiva conversazione", - "MUTED_SUCCESS": "Questa conversazione è silenziata per 6 ore", - "UNMUTED_SUCCESS": "Questa conversazione non è più silenziata", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Invia trascrizione", "EDIT_LABEL": "Modifica", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Si è verificato un errore, riprova" + "ERROR_MESSAGE": "Si è verificato un errore, riprova", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valore valido richiesto", - "INVALID_URL": "URL non valido" + "INVALID_URL": "URL non valido", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/it/generalSettings.json b/app/javascript/dashboard/i18n/locale/it/generalSettings.json index 0939f6367..dd3f74cc0 100644 --- a/app/javascript/dashboard/i18n/locale/it/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/it/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Rimuovi etichetta dalla conversazione", "SETTINGS": "Impostazioni", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Vai alla dashboard Conversazioni", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/it/helpCenter.json b/app/javascript/dashboard/i18n/locale/it/helpCenter.json index 64dd9056f..bc9a0999d 100644 --- a/app/javascript/dashboard/i18n/locale/it/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/it/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Ultima modifica" }, "COLUMNS": { - "BY": "di" + "BY": "di", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/it/inbox.json b/app/javascript/dashboard/i18n/locale/it/inbox.json new file mode 100644 index 000000000..42c15b093 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/it/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Casella", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Tutte le notifiche caricate 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Posticipato fino a domani", + "SNOOZED_UNTIL_NEXT_WEEK": "Posticipato fino alla prossima settimana" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Segna come letto", + "MARK_AS_UNREAD": "Segna come non letto", + "SNOOZE": "Posticipa", + "DELETE": "Elimina", + "MARK_ALL_READ": "Segna tutto come letto", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priorità" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Posticipato", + "READ": "Leggi", + "LABELS": "Etichette", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json index abf586140..b83dbb547 100644 --- a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Aggiorna le impostazioni dell'orario di lavoro", "TOGGLE_AVAILABILITY": "Abilita la disponibilità aziendale per questa casella", "UNAVAILABLE_MESSAGE_LABEL": "Messaggio non disponibile per i visitatori", - "TOGGLE_HELP": "Abilitare la disponibilità aziendale mostrerà le ore disponibili sul widget chat live anche se tutti gli agenti sono offline. Al di fuori delle ore disponibili visori possono essere avvisati con un messaggio e un modulo di pre-chat.", + "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.", "DAY": { "ENABLE": "Abilita disponibilità per questo giorno", "UNAVAILABLE": "Non disponibile", diff --git a/app/javascript/dashboard/i18n/locale/it/settings.json b/app/javascript/dashboard/i18n/locale/it/settings.json index 180d36546..a3020ddcf 100644 --- a/app/javascript/dashboard/i18n/locale/it/settings.json +++ b/app/javascript/dashboard/i18n/locale/it/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "giorni di prova rimanenti.", "TRAIL_BUTTON": "Acquista ora", "DELETED_USER": "Utente eliminato", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account sospeso", "MESSAGE": "Il tuo account è sospeso. Contatta il team di supporto per ulteriori informazioni." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Visualizzazione attuale:", "SWITCH": "Scambia", "CONVERSATIONS": "Conversazioni", + "INBOX": "Casella", "ALL_CONVERSATIONS": "Tutte le conversazioni", "MENTIONED_CONVERSATIONS": "Menzioni", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Posta", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Imposta te stesso come", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Panoramica", "FACEBOOK_REAUTHORIZE": "La tua connessione a Facebook è scaduta, ricollegati alla tua pagina Facebook per continuare i servizi", diff --git a/app/javascript/dashboard/i18n/locale/it/sla.json b/app/javascript/dashboard/i18n/locale/it/sla.json new file mode 100644 index 000000000..38793b184 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/it/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nome", + "Descrizione", + "FRT", + "NRT", + "RT", + "Ore di lavoro" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "È richiesta una lunghezza minima di 2", + "VALID_ERROR": "Sono ammessi solo lettere, numeri, trattino e sottolineatura" + }, + "DESCRIPTION": { + "LABEL": "Descrizione", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Ore di lavoro", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Modifica", + "CREATE": "Crea", + "DELETE": "Elimina", + "CANCEL": "annulla" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Si è verificato un errore, riprova" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Si è verificato un errore, riprova" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json index c44e1428c..1c4993e4b 100644 --- a/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ja/contact.json b/app/javascript/dashboard/i18n/locale/ja/contact.json index 4a959c86b..5c8641fad 100644 --- a/app/javascript/dashboard/i18n/locale/ja/contact.json +++ b/app/javascript/dashboard/i18n/locale/ja/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "会話をミュート", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "この会話は6時間ミュートされています。", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "会話のログを送信", "EDIT_LABEL": "編集", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。" + "ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ja/generalSettings.json b/app/javascript/dashboard/i18n/locale/ja/generalSettings.json index 1e082b60e..65ac7e997 100644 --- a/app/javascript/dashboard/i18n/locale/ja/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ja/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "設定", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ja/helpCenter.json b/app/javascript/dashboard/i18n/locale/ja/helpCenter.json index 9346a9a86..190c7daa2 100644 --- a/app/javascript/dashboard/i18n/locale/ja/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ja/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ja/inbox.json b/app/javascript/dashboard/i18n/locale/ja/inbox.json new file mode 100644 index 000000000..8c32799a1 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ja/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "明日までスヌーズしました", + "SNOOZED_UNTIL_NEXT_WEEK": "来週までスヌーズ" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "スヌーズ", + "DELETE": "削除", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "ラベル", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json index f0cd2d366..8f6febead 100644 --- a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ja/settings.json b/app/javascript/dashboard/i18n/locale/ja/settings.json index 6ceacd34a..d7e3fba9c 100644 --- a/app/javascript/dashboard/i18n/locale/ja/settings.json +++ b/app/javascript/dashboard/i18n/locale/ja/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "日、トライアル期間が残っています。", "TRAIL_BUTTON": "今すぐ購入", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "会話データ", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Facebookの接続が期限切れになりました。サービスを継続するには、Facebookページを再接続してください。", diff --git a/app/javascript/dashboard/i18n/locale/ja/sla.json b/app/javascript/dashboard/i18n/locale/ja/sla.json new file mode 100644 index 000000000..c68050981 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ja/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "検索内容(クエリ)に一致する項目はありませんでした", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "名前", + "説明", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "説明", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "編集", + "CREATE": "作成", + "DELETE": "削除", + "CANCEL": "キャンセル" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ka/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ka/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/ka/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ka/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ka/contact.json b/app/javascript/dashboard/i18n/locale/ka/contact.json index 09d5075ac..5186fda9a 100644 --- a/app/javascript/dashboard/i18n/locale/ka/contact.json +++ b/app/javascript/dashboard/i18n/locale/ka/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ka/generalSettings.json b/app/javascript/dashboard/i18n/locale/ka/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/ka/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ka/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ka/helpCenter.json b/app/javascript/dashboard/i18n/locale/ka/helpCenter.json index f44e44c6f..cd397ed1e 100644 --- a/app/javascript/dashboard/i18n/locale/ka/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ka/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ka/inbox.json b/app/javascript/dashboard/i18n/locale/ka/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ka/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json index 08f2ef2a2..ba83549cf 100644 --- a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ka/settings.json b/app/javascript/dashboard/i18n/locale/ka/settings.json index 78411ee09..ca734fe43 100644 --- a/app/javascript/dashboard/i18n/locale/ka/settings.json +++ b/app/javascript/dashboard/i18n/locale/ka/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ka/sla.json b/app/javascript/dashboard/i18n/locale/ka/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ka/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json index 4885b59d9..174ce88de 100644 --- a/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ko/contact.json b/app/javascript/dashboard/i18n/locale/ko/contact.json index c4fd0e0d9..29548b6cd 100644 --- a/app/javascript/dashboard/i18n/locale/ko/contact.json +++ b/app/javascript/dashboard/i18n/locale/ko/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "연락처 합치기", "CONTACT_ACTIONS": "연락처 활동", - "MUTE_CONTACT": "대화 음소거", - "UNMUTE_CONTACT": "대화 음소거 해제", - "MUTED_SUCCESS": "이 대화는 6시간 동안 중단됩니다.", - "UNMUTED_SUCCESS": "이 대화는 음소거 되었습니다.", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "대화기록 보내기", "EDIT_LABEL": "수정", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "오류가 발생했습니다. 다시 시도하십시오." + "ERROR_MESSAGE": "오류가 발생했습니다. 다시 시도하십시오.", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "잘못된 주소입니다." + "INVALID_URL": "잘못된 주소입니다.", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ko/generalSettings.json b/app/javascript/dashboard/i18n/locale/ko/generalSettings.json index 4a6c651df..e0d49ca0a 100644 --- a/app/javascript/dashboard/i18n/locale/ko/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ko/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "설정", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ko/helpCenter.json b/app/javascript/dashboard/i18n/locale/ko/helpCenter.json index 0a5650cc1..eb1aca9fe 100644 --- a/app/javascript/dashboard/i18n/locale/ko/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ko/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ko/inbox.json b/app/javascript/dashboard/i18n/locale/ko/inbox.json new file mode 100644 index 000000000..228efedeb --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ko/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "받은 메시지함", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "모든 알림이 불러와졌음 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "삭제", + "MARK_ALL_READ": "전부 읽음으로 바꾸기", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "일시 중지됨", + "READ": "읽기", + "LABELS": "라벨", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json index eff4e0a57..110a49b46 100644 --- a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "변경된 영업시간 적용", "TOGGLE_AVAILABILITY": "이 받은 메시지함에 대해 영업시간 설정 적용", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "영업시간 설정을 적용할 경우 라이브챗 위젯에 해당 시간을 표시합니다. 담당자가 현재 오프라인 상태일 때도 해당 영업시간을 표시합니다. 영업 외 시간에는 사용자에게 아래 메시지와 대화 전 설문을 대신 보여줍니다.", + "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.", "DAY": { "ENABLE": "아래 날짜에 대해 영업시간 설정 적용", "UNAVAILABLE": "영업 종료", diff --git a/app/javascript/dashboard/i18n/locale/ko/settings.json b/app/javascript/dashboard/i18n/locale/ko/settings.json index d1654e919..97e6c5398 100644 --- a/app/javascript/dashboard/i18n/locale/ko/settings.json +++ b/app/javascript/dashboard/i18n/locale/ko/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "일 평가판이 남아 있습니다.", "TRAIL_BUTTON": "지금 구입하기", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "대화", + "INBOX": "받은 메시지함", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "멘션", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "받은 메시지함", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "페이스북 연결이 만료되었습니다. 서비스를 계속하려면 페이스북 페이지를 다시 연결하십시오.", diff --git a/app/javascript/dashboard/i18n/locale/ko/sla.json b/app/javascript/dashboard/i18n/locale/ko/sla.json new file mode 100644 index 000000000..205b57cca --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ko/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "이 쿼리와 일치하는 항목이 없음", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "이름", + "내용", + "FRT", + "NRT", + "RT", + "영업시간" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "최소 두글자 이상이여야 합니다", + "VALID_ERROR": "영어나, 숫자, - 와 _ 만 사용 가능합니다" + }, + "DESCRIPTION": { + "LABEL": "내용", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "영업시간", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "수정", + "CREATE": "만들기", + "DELETE": "삭제", + "CANCEL": "취소" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "오류가 발생했습니다. 다시 시도하십시오." + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "오류가 발생했습니다. 다시 시도하십시오." + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json index a60b2d354..2e1d6a980 100644 --- a/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Įveskite personalizuotą atributo raktą", "ERROR": "Yra reikalingas raktas", "IN_VALID": "Neteisingas raktas" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Nėra sukurta personalizuotų požymių", "NOT_FOUND": "Nėra sukonfiguruota personalizuotų požymių" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/lt/contact.json b/app/javascript/dashboard/i18n/locale/lt/contact.json index 763f16429..3bf32d57a 100644 --- a/app/javascript/dashboard/i18n/locale/lt/contact.json +++ b/app/javascript/dashboard/i18n/locale/lt/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Sujungti kontaktą", "CONTACT_ACTIONS": "Kontakto veiksmai", - "MUTE_CONTACT": "Tildyti pokalbį", - "UNMUTE_CONTACT": "Įjungti pokalbio garsą", - "MUTED_SUCCESS": "Šis pokalbis nutildytas 6 valandoms", - "UNMUTED_SUCCESS": "Įjungtas šio pokalbio garsas", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Siųsti stenogramą", "EDIT_LABEL": "Redaguoti", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Eksportuoti Kontaktus", "DESC": "Eksportuoti kontaktus į CSV failą.", "SUCCESS_MESSAGE": "Vykdomas eksportavimas. Jums bus pranešta el. paštu, kai eksporto failas bus paruoštas įkelti.", - "ERROR_MESSAGE": "Įvyko klaida, prašau pabandykite dar kartą" + "ERROR_MESSAGE": "Įvyko klaida, prašau pabandykite dar kartą", + "CONFIRM": { + "TITLE": "Eksportuoti Kontaktus", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Reikalinga tinkama vertė", - "INVALID_URL": "Neteisingas URL" + "INVALID_URL": "Neteisingas URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/lt/generalSettings.json b/app/javascript/dashboard/i18n/locale/lt/generalSettings.json index 375494bdb..ab0ada9bb 100644 --- a/app/javascript/dashboard/i18n/locale/lt/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/lt/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Pašalinti pokalbio etiketę", "SETTINGS": "Nustatymai", "AI_ASSIST": "AI pagalba", - "APPEARANCE": "Išvaizda" + "APPEARANCE": "Išvaizda", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Eikite į Pokalbio informacijos skydelį", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Keisti išvaizdą", "LIGHT_MODE": "Šviesus", "DARK_MODE": "Tamsus", - "SYSTEM_MODE": "Sistema" + "SYSTEM_MODE": "Sistema", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/lt/helpCenter.json b/app/javascript/dashboard/i18n/locale/lt/helpCenter.json index a3534ff9e..2f9b3a771 100644 --- a/app/javascript/dashboard/i18n/locale/lt/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/lt/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Paskutinį kartą redaguota" }, "COLUMNS": { - "BY": "pateikė" + "BY": "pateikė", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/lt/inbox.json b/app/javascript/dashboard/i18n/locale/lt/inbox.json new file mode 100644 index 000000000..a5a33df66 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/lt/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Gautų laiškų aplankas", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Atidėta iki", + "SNOOZED_UNTIL_TOMORROW": "Atidėta iki rytojaus", + "SNOOZED_UNTIL_NEXT_WEEK": "Atidėta iki kitos savaitės" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Pažymėti kaip neperskaitytą", + "SNOOZE": "Atidėti", + "DELETE": "Ištrinti", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioritetas" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Atidėta", + "READ": "Skaityti", + "LABELS": "Etiketės", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json index 581b4678a..27c41cf39 100644 --- a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Atnaujinti darbo laiko nustatymus", "TOGGLE_AVAILABILITY": "Leisti verslo pasiekiamumą šiam gautų laiškų aplankui", "UNAVAILABLE_MESSAGE_LABEL": "Pranešimas lankytojams apie nepasiekiamumą", - "TOGGLE_HELP": "Leidus įmonės pasiekiamumą bus rodomos galimos darbo valandos tiesioginio pokalbio valdiklyje, net jei visi agentai neprisijungę. Ne darbo valandomis lankytojai gali būti įspėti pranešimu ir išankstinio pokalbio forma.", + "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.", "DAY": { "ENABLE": "Įgalinti pasiekiamumą šiai dienai", "UNAVAILABLE": "Nepasiekiamas", diff --git a/app/javascript/dashboard/i18n/locale/lt/settings.json b/app/javascript/dashboard/i18n/locale/lt/settings.json index f8fa6ad8c..1eac2af60 100644 --- a/app/javascript/dashboard/i18n/locale/lt/settings.json +++ b/app/javascript/dashboard/i18n/locale/lt/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "liko bandymo dienų.", "TRAIL_BUTTON": "Pirkti dabar", "DELETED_USER": "Trinti Vartotoją", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Paskyra laikinai sustabdyta", "MESSAGE": "Jūsų paskyra laikinai sustabdyta. Norėdami gauti daugiau informacijos, susisiekite su palaikymo komanda." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Šiuo metu peržiūri:", "SWITCH": "Perjungti", "CONVERSATIONS": "Pokalbiai", + "INBOX": "Gautų laiškų aplankas", "ALL_CONVERSATIONS": "Visi Pokalbiai", "MENTIONED_CONVERSATIONS": "Paminėjimai", "PARTICIPATING_CONVERSATIONS": "Dalyvaujantys", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Gautų laiškų aplankas", "REPORTS_TEAM": "Komanda", "SET_AVAILABILITY_TITLE": "Nustatykite save kaip", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Apžvalga", "FACEBOOK_REAUTHORIZE": "Jūsų ryšys su Facebook nutrūko. Jei norite toliau nauditis paslaugomis, iš naujo prisijunkite prie Facebook puslapio", diff --git a/app/javascript/dashboard/i18n/locale/lt/sla.json b/app/javascript/dashboard/i18n/locale/lt/sla.json new file mode 100644 index 000000000..10489e707 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/lt/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Šią užklausą atitinkančių elementų nėra", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Vardas", + "Aprašymas", + "FRT", + "NRT", + "RT", + "Darbo valandos" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimalus ilgis yra 2", + "VALID_ERROR": "Leidžiama naudoti tik abėcėlės raides, skaitmenis, brūkšnelius ir apatinį pabraukimą" + }, + "DESCRIPTION": { + "LABEL": "Aprašymas", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Darbo valandos", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Redaguoti", + "CREATE": "Sukurti", + "DELETE": "Ištrinti", + "CANCEL": "Atšaukti" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Įvyko klaida, prašau pabandykite dar kartą" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Įvyko klaida, prašau pabandykite dar kartą" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/lv/agentBots.json b/app/javascript/dashboard/i18n/locale/lv/agentBots.json index 6cf7a4aa5..f31aa836e 100644 --- a/app/javascript/dashboard/i18n/locale/lv/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/lv/agentBots.json @@ -1,6 +1,6 @@ { "AGENT_BOTS": { - "HEADER": "Bots", + "HEADER": "Roboti", "LOADING_EDITOR": "Notiek redaktora ielāde...", "HEADER_BTN_TXT": "Pievienot robota konfigurāciju", "SIDEBAR_TXT": "Aģentu Roboti
Aģentu Roboti ir kā visbrīnišķīgākie jūsu komandas locekļi. Viņi var tikt galā ar sīkumiem, lai jūs varētu koncentrēties uz svarīgākajām lietām. Izmēģiniet viņus.
Jūs varat pārvaldīt savus robotus šajā lapā vai izveidot jaunus, izmantojot pogu 'Pievienot robota konfigurāciju'.
Atveriet Aģentu robotu rokasgrāmatu jaunā cilnē, lai saņemtu palīdzību.
", @@ -24,50 +24,50 @@ "TITLE": "Izvēlieties aģentu robotu", "DESC": "Piešķiriet savai iesūtnei Aģentu Robotu. Viņi var apstrādāt sākotnējās sarunas un vajadzības gadījumā tās pārsūtīt tiešajam aģentam.", "SUBMIT": "Atjaunināt", - "DISCONNECT": "Disconnect bot", + "DISCONNECT": "Atvienot robotu", "SUCCESS_MESSAGE": "Aģents robots ir veiksmīgi atjaunināts.", "DISCONNECTED_SUCCESS_MESSAGE": "Aģenta robots ir veiksmīgi atvienots.", - "ERROR_MESSAGE": "Could not update the agent bot. Please try again.", - "DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.", - "SELECT_PLACEHOLDER": "Select bot" + "ERROR_MESSAGE": "Nevarēja atjaunināt aģenta robotu. Lūdzu mēģiniet vēlreiz.", + "DISCONNECTED_ERROR_MESSAGE": "Nevarēja atvienot aģenta robotu. Lūdzu mēģiniet vēlreiz.", + "SELECT_PLACEHOLDER": "Izvēlieties robotu" }, "ADD": { "TITLE": "Konfigurēt jaunu robotu", "CANCEL_BUTTON_TEXT": "Atcelt", "API": { "SUCCESS_MESSAGE": "Robots ir veiksmīgi pievienots.", - "ERROR_MESSAGE": "Could not add bot. Please try again later." + "ERROR_MESSAGE": "Nevarēja pievienot robotu. Lūdzu, pamēģiniet vēlāk vēlreiz." } }, "LIST": { - "404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗", - "LOADING": "Fetching bots...", - "TYPE": "Bot type" + "404": "Roboti nav atrasti. Jūs varat izveidot robotu, noklikšķinot uz 'Konfigurēt jaunu robotu' pogas ↗", + "LOADING": "Notiek robotu iegūšana...", + "TYPE": "Robota tips" }, "DELETE": { "BUTTON_TEXT": "Dzēst", - "TITLE": "Delete bot", + "TITLE": "Dzēst robotu", "SUBMIT": "Dzēst", "CANCEL_BUTTON_TEXT": "Atcelt", "DESCRIPTION": "Vai tiešām vēlaties dzēst šo robotu? Šī darbība ir neatgriezeniska.", "API": { "SUCCESS_MESSAGE": "Robots ir veiksmīgi izdzēsts.", - "ERROR_MESSAGE": "Could not delete bot. Please try again." + "ERROR_MESSAGE": "Nevarēja izdzēst robotu. Lūdzu mēģiniet vēlreiz." } }, "EDIT": { "BUTTON_TEXT": "Rediģēt", - "LOADING": "Fetching bots...", - "TITLE": "Edit bot", + "LOADING": "Notiek robotu iegūšana...", + "TITLE": "Rediģēt robotu", "CANCEL_BUTTON_TEXT": "Atcelt", "API": { "SUCCESS_MESSAGE": "Robots ir veiksmīgi atjaunināts.", - "ERROR_MESSAGE": "Could not update bot. Please try again." + "ERROR_MESSAGE": "Nevarēja atjaunināt robotu. Lūdzu mēģiniet vēlreiz." } }, "TYPES": { - "WEBHOOK": "Webhook bot", - "CSML": "CSML bot" + "WEBHOOK": "Webhook robots", + "CSML": "CSML robots" } } } diff --git a/app/javascript/dashboard/i18n/locale/lv/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/lv/attributesMgmt.json index 8735b53c1..72ae385ce 100644 --- a/app/javascript/dashboard/i18n/locale/lv/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lv/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Ievadiet pielāgotas īpašības atslēgu", "ERROR": "Nepieciešama atslēga", "IN_VALID": "Nederīga atslēga" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Šablons", + "PLACEHOLDER": "Lūdzu, ievadiet pielāgotu atribūtu regex šablonu. (Neobligāti)" + }, + "REGEX_CUE": { + "LABEL": "Regex Norādījums", + "PLACEHOLDER": "Lūdzu, ievadiet regex šablona norādījumu. (Neobligāti)" + }, + "ENABLE_REGEX": { + "LABEL": "Iespējot regex pārbaudi" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Nav izveidotas pielāgotas īpašības", "NOT_FOUND": "Nav nokonfigurētas pielāgotas īpašības" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Šablons", + "PLACEHOLDER": "Lūdzu, ievadiet pielāgotu atribūtu regex šablonu. (Neobligāti)" + }, + "REGEX_CUE": { + "LABEL": "Regex Norādījums", + "PLACEHOLDER": "Lūdzu, ievadiet regex šablona norādījumu. (Neobligāti)" + }, + "ENABLE_REGEX": { + "LABEL": "Iespējot regex pārbaudi" } } } diff --git a/app/javascript/dashboard/i18n/locale/lv/contact.json b/app/javascript/dashboard/i18n/locale/lv/contact.json index 7fcc1f5e4..ee98ceabb 100644 --- a/app/javascript/dashboard/i18n/locale/lv/contact.json +++ b/app/javascript/dashboard/i18n/locale/lv/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Apvienot kontaktu", "CONTACT_ACTIONS": "Kontaktpersonu darbības", - "MUTE_CONTACT": "Izslēgt Sarunu", - "UNMUTE_CONTACT": "Ieslēgt Sarunu", - "MUTED_SUCCESS": "Šī saruna ir izslēgta uz 6 stundām", - "UNMUTED_SUCCESS": "Šī saruna ir ieslēgta", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Nosūtīt Transkriptu", "EDIT_LABEL": "Rediģēt", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Eksportēt Kontaktpersonas", "DESC": "Eksportēt kontaktpersonas uz CSV failu.", "SUCCESS_MESSAGE": "Notiek eksportēšana, Jūs saņemsit paziņojumu pa e-pastu, kad eksporta fails būs gatavs lejupielādei.", - "ERROR_MESSAGE": "Radās kļūda. Lūdzu, mēģiniet vēlreiz" + "ERROR_MESSAGE": "Radās kļūda. Lūdzu, mēģiniet vēlreiz", + "CONFIRM": { + "TITLE": "Eksportēt Kontaktpersonas", + "MESSAGE": "Vai vēlaties eksportēt visas kontaktpersonas?", + "YES": "Jā, Eksportēt", + "NO": "Nē, Atcelt" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Nepieciešama derīga vērtība", - "INVALID_URL": "Nederīgs URL" + "INVALID_URL": "Nederīgs URL", + "INVALID_INPUT": "Nepareizi Ievadīts" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/lv/conversation.json b/app/javascript/dashboard/i18n/locale/lv/conversation.json index 4ce036520..363373426 100644 --- a/app/javascript/dashboard/i18n/locale/lv/conversation.json +++ b/app/javascript/dashboard/i18n/locale/lv/conversation.json @@ -41,9 +41,9 @@ "SAVE_CONTACT": "Saglabāt", "UPLOADING_ATTACHMENTS": "Notiek pielikumu augšupielāde...", "REPLIED_TO_STORY": "Atbildēja uz Jūsu stāstu", - "UNSUPPORTED_MESSAGE": "This message is unsupported.", - "UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.", - "UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.", + "UNSUPPORTED_MESSAGE": "Šis ziņojums netiek atbalstīts.", + "UNSUPPORTED_MESSAGE_FACEBOOK": "Šis ziņojums netiek atbalstīts. Šo ziņojumu Jūs varat apskatīt lietotnē Facebook Messenger.", + "UNSUPPORTED_MESSAGE_INSTAGRAM": "Šis ziņojums netiek atbalstīts. Šo ziņojumu Jūs varat apskatīt lietotnē Instagram.", "SUCCESS_DELETE_MESSAGE": "Ziņojums veiksmīgi izdzēsts", "FAIL_DELETE_MESSSAGE": "Nevarēja izdzēst ziņojumu! Mēģiniet vēlreiz", "NO_RESPONSE": "Nav atbildes", diff --git a/app/javascript/dashboard/i18n/locale/lv/generalSettings.json b/app/javascript/dashboard/i18n/locale/lv/generalSettings.json index 82c8d7058..3f1429b98 100644 --- a/app/javascript/dashboard/i18n/locale/lv/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/lv/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Noņemt etiķeti no sarunas", "SETTINGS": "Iestatījumi", "AI_ASSIST": "AI Palīgs", - "APPEARANCE": "Izskats" + "APPEARANCE": "Izskats", + "SNOOZE_NOTIFICATION": "Atlikt Paziņojumu" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Doties uz Sarunu Informācijas Paneli", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Mainīt Izskatu", "LIGHT_MODE": "Gaišs", "DARK_MODE": "Tumšs", - "SYSTEM_MODE": "Sistēma" + "SYSTEM_MODE": "Sistēma", + "SNOOZE_NOTIFICATION": "Atlikt Paziņojumu" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/lv/helpCenter.json b/app/javascript/dashboard/i18n/locale/lv/helpCenter.json index 0d2bb3100..0fc39606f 100644 --- a/app/javascript/dashboard/i18n/locale/lv/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/lv/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Pēdējo reizi rediģēts" }, "COLUMNS": { - "BY": "persona" + "BY": "persona", + "AUTHOR_NOT_AVAILABLE": "Autors nav pieejams" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/lv/inbox.json b/app/javascript/dashboard/i18n/locale/lv/inbox.json new file mode 100644 index 000000000..4a824e2df --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/lv/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Iesūtne", + "DISPLAY_DROPDOWN": "Parādīt", + "LOADING": "Notiek paziņojumu iegūšana", + "EOF": "Visi paziņojumi ir ielādēti", + "404": "Šajā grupā nav aktīvu paziņojumu.", + "NO_NOTIFICATIONS": "Nav paziņojumu", + "NOTE": "Paziņojumi no visām abonētajām iesūtnēm", + "SNOOZED_UNTIL": "Atlikts līdz", + "SNOOZED_UNTIL_TOMORROW": "Atlikts līdz rītdienai", + "SNOOZED_UNTIL_NEXT_WEEK": "Atlikts līdz nākamajai nedēļai" + }, + "ACTION_HEADER": { + "SNOOZE": "Atlikt paziņojumu", + "DELETE": "Dzēst paziņojumu" + }, + "TYPES": { + "CONVERSATION_MENTION": "Jūs esat pieminēts sarunā", + "CONVERSATION_CREATION": "Izveidota jauna saruna", + "CONVERSATION_ASSIGNMENT": "Jums ir piešķirta saruna", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Jauns ziņojums piešķirtajā sarunā", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Jauns ziņojums sarunā, kurā piedalāties" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Atzīmēt kā lasītu", + "MARK_AS_UNREAD": "Atzīmēt kā nelasītu", + "SNOOZE": "Atlikt", + "DELETE": "Dzēst", + "MARK_ALL_READ": "Atzīmēt visu kā izlasītu", + "DELETE_ALL": "Dzēst visu", + "DELETE_ALL_READ": "Dzēst visu izlasīto" + }, + "DISPLAY_MENU": { + "SORT": "Šķirot", + "DISPLAY": "Parādīt :", + "SORT_OPTIONS": { + "NEWEST": "Jaunākais", + "OLDEST": "Vecākais", + "PRIORITY": "Prioritāte" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Atlikts", + "READ": "Lasīts", + "LABELS": "Etiķetes", + "CONVERSATION_ID": "Sarunas ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Paziņojums atzīmēts kā izlasīts", + "MARK_AS_UNREAD": "Paziņojums atzīmēts kā nelasīts", + "SNOOZE": "Paziņojums atlikts", + "DELETE": "Paziņojums izdzēsts", + "MARK_ALL_READ": "Visi paziņojumi ir atzīmēti kā lasīti", + "DELETE_ALL": "Visi paziņojumi izdzēsti", + "DELETE_ALL_READ": "Visi lasīšanas paziņojumi ir izdzēsti" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json index 6a2325203..f31abe266 100644 --- a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Atjaunināt darba laika iestatījumus", "TOGGLE_AVAILABILITY": "Iespējot biznesa pieejamību šai iesūtnei", "UNAVAILABLE_MESSAGE_LABEL": "Ziņojums nav pieejams priekš apmeklētājiem", - "TOGGLE_HELP": "Iespējojot biznesa pieejamību, tiešraides tērzēšanas logrīkā tiks rādīts pieejamais laiks, pat ja visi aģenti būs bezsaistē. Ārpus pieejamā laika, apmeklētājus var brīdināt ar ziņojumu un pirms tērzēšanas veidlapu.", + "TOGGLE_HELP": "Iespējojot uzņēmuma pieejamību, tiešraides tērzēšanas logrīkā tiks rādīts darba laiks, pat ja visi aģenti būs bezsaistē. Ārpus darba laika apmeklētājus var brīdināt ar ziņojumu un pirms tērzēšanas veidlapu.", "DAY": { "ENABLE": "Iespējot pieejamību šai dienai", "UNAVAILABLE": "Nav pieejams", diff --git a/app/javascript/dashboard/i18n/locale/lv/settings.json b/app/javascript/dashboard/i18n/locale/lv/settings.json index ad18596da..05ab720b8 100644 --- a/app/javascript/dashboard/i18n/locale/lv/settings.json +++ b/app/javascript/dashboard/i18n/locale/lv/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "izmēģinājuma dienas atlikušas.", "TRAIL_BUTTON": "Pirkt Tagad", "DELETED_USER": "Dzēsts Lietotājs", + "EMAIL_VERIFICATION_PENDING": "Izskatās, ka Jūs vēl neesat verificējis savu e-pasta adresi. Lūdzu, izlasiet savā iesūtnē verifikācijas e-pasta ziņojumu.", + "RESEND_VERIFICATION_MAIL": "Sūtīt verifikācijas e-pastu atkārtoti", + "EMAIL_VERIFICATION_SENT": "Verifikācijas e-pasts ir nosūtīts. Lūdzu, pārbaudiet savu iesūtni.", "ACCOUNT_SUSPENDED": { "TITLE": "Konts Iesaldēts", "MESSAGE": "Jūsu konts ir iesaldēts. Lai iegūtu papildu informāciju, lūdzu, sazinieties ar atbalsta komandu." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Pašlaik skatās:", "SWITCH": "Pārslēgt", "CONVERSATIONS": "Sarunas", + "INBOX": "Iesūtne", "ALL_CONVERSATIONS": "Visas Sarunas", "MENTIONED_CONVERSATIONS": "Pieminēšanas", "PARTICIPATING_CONVERSATIONS": "Piedalās", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Iesūtne", "REPORTS_TEAM": "Komanda", "SET_AVAILABILITY_TITLE": "Iestatīt sevi kā", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Pārskats", "FACEBOOK_REAUTHORIZE": "Jūsu Facebook savienojuma derīguma termiņš ir beidzies. Lūdzu, atkārtoti pievienojiet savu Facebook lapu, lai turpinātu pakalpojumus", diff --git a/app/javascript/dashboard/i18n/locale/lv/sla.json b/app/javascript/dashboard/i18n/locale/lv/sla.json new file mode 100644 index 000000000..15419ad9c --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/lv/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Pievienot SLA", + "LOADING": "Notiek SLA iegūšana", + "SEARCH_404": "Šim vaicājumam nav atbilstošu vienumu", + "SIDEBAR_TXT": "SLA
Uztveriet Pakalpojuma Līmeņa Vienošanos (SLA) kā draudzīgu solījumu starp pakalpojumu sniedzēju un klientu.
Šis solījums skaidri nosaka cik ātri komanda reaģēs uz problēmām un nodrošina, ka Jūs vienmēr saņemsiet uzticamu un izcilu pakalpojumu!
", + "LIST": { + "404": "Šim kontam nav piesaistīti SLA līgumi.", + "TITLE": "Pārvaldīt SLA", + "DESC": "SLA: Draudzīgi solījumi priekš lieliska servisa!", + "TABLE_HEADER": [ + "Nosaukums", + "Apraksts", + "FRT", + "NRT", + "RT", + "Darba Laiks" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Nosaukums", + "PLACEHOLDER": "SLA Nosaukums", + "REQUIRED_ERROR": "Nepieciešams SLA nosaukums", + "MINIMUM_LENGTH_ERROR": "Nepieciešamais minimālais garums 2 simboli", + "VALID_ERROR": "Ir atļauti tikai Alfabēti burti, Cipari, Defise un Pasvītra" + }, + "DESCRIPTION": { + "LABEL": "Apraksts", + "PLACEHOLDER": "SLA priekš premium klientiem" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "Pirmās Atbildes Laiks (Sekundes)", + "PLACEHOLDER": "300, priekš 5 minūtēm" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Nākamās Atbildes Laiks (Sekundes)", + "PLACEHOLDER": "600, priekš 10 minūtēm" + }, + "RESOLUTION_TIME": { + "LABEL": "Atrisināšanas Laiks (Sekundes)", + "PLACEHOLDER": "86400, priekš 1 dienas" + }, + "BUSINESS_HOURS": { + "LABEL": "Darba Laiks", + "PLACEHOLDER": "Tikai darba laikā" + }, + "EDIT": "Rediģēt", + "CREATE": "Izveidot", + "DELETE": "Dzēst", + "CANCEL": "Atcelt" + }, + "ADD": { + "TITLE": "Pievienot SLA", + "DESC": "SLA: Draudzīgi solījumi priekš lieliska servisa!", + "API": { + "SUCCESS_MESSAGE": "SLA ir veiksmīgi pievienots", + "ERROR_MESSAGE": "Radās kļūda. Lūdzu, mēģiniet vēlreiz" + } + }, + "EDIT": { + "TITLE": "Rediģēt SLA", + "API": { + "SUCCESS_MESSAGE": "SLA ir veiksmīgi atjaunināts", + "ERROR_MESSAGE": "Radās kļūda. Lūdzu, mēģiniet vēlreiz" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json index 4cb7120e7..768b1727a 100644 --- a/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "കീ ആവശ്യമാണ്", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ml/contact.json b/app/javascript/dashboard/i18n/locale/ml/contact.json index 876ce24bb..4a5f438a5 100644 --- a/app/javascript/dashboard/i18n/locale/ml/contact.json +++ b/app/javascript/dashboard/i18n/locale/ml/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "കോൺടാക്റ്റ് ലയിപ്പിക്കുക", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "സംഭാഷണം ഒച്ചയിലാതാക്കുക", - "UNMUTE_CONTACT": "സംഭാഷണം നിശബ്ദമാക്കുക", - "MUTED_SUCCESS": "ഈ സംഭാഷണം 6 മണിക്കൂർ നിശബ്ദമാക്കി", - "UNMUTED_SUCCESS": "ഈ സംഭാഷണം നിശബ്ദമാക്കി", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "ട്രാൻസ്ക്രിപ്റ്റ് അയയ്ക്കുക", "EDIT_LABEL": "എഡിറ്റുചെയ്യുക", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക" + "ERROR_MESSAGE": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ml/generalSettings.json b/app/javascript/dashboard/i18n/locale/ml/generalSettings.json index 7d5306964..ddeed8fc8 100644 --- a/app/javascript/dashboard/i18n/locale/ml/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ml/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "ക്രമീകരണങ്ങൾ", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ml/helpCenter.json b/app/javascript/dashboard/i18n/locale/ml/helpCenter.json index 23d88436c..14d77aaec 100644 --- a/app/javascript/dashboard/i18n/locale/ml/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ml/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ml/inbox.json b/app/javascript/dashboard/i18n/locale/ml/inbox.json new file mode 100644 index 000000000..63fce6b2a --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ml/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "ഇൻബോക്സ്", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "ഇല്ലാതാക്കുക", + "MARK_ALL_READ": "എല്ലാം വായിച്ചതായി അടയാളപ്പെടുത്തുക", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "സ്നൂസ് ചെയ്തു", + "READ": "Read", + "LABELS": "ലേബലുകൾ", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json index 9e4878ec5..5dfd3e3ad 100644 --- a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ml/settings.json b/app/javascript/dashboard/i18n/locale/ml/settings.json index 9b84ceda9..e9f539c2b 100644 --- a/app/javascript/dashboard/i18n/locale/ml/settings.json +++ b/app/javascript/dashboard/i18n/locale/ml/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "ദിവസത്തെ ട്രയൽ ശേഷിക്കുന്നു.", "TRAIL_BUTTON": "ഇപ്പോൾ വാങ്ങുക", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "സംഭാഷണങ്ങൾ", + "INBOX": "ഇൻബോക്സ്", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "പരാമർശിക്കുന്നു", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "ഇൻബോക്സ്", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "അവലോകനം", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ml/sla.json b/app/javascript/dashboard/i18n/locale/ml/sla.json new file mode 100644 index 000000000..d40278f7a --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ml/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "ഈ ചോദ്യവുമായി പൊരുത്തപ്പെടുന്ന ഇനങ്ങളൊന്നുമില്ല", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "പേര്", + "വിവരണം", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "കുറഞ്ഞ ദൈർഘ്യം 2 ആവശ്യമാണ്", + "VALID_ERROR": "അക്ഷരമാല, അക്കങ്ങൾ, ഹൈഫൻ, അണ്ടർ സ്കോർ എന്നിവ മാത്രമേ അനുവദിക്കൂ" + }, + "DESCRIPTION": { + "LABEL": "വിവരണം", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "എഡിറ്റുചെയ്യുക", + "CREATE": "സൃഷ്ടിക്കുക", + "DELETE": "ഇല്ലാതാക്കുക", + "CANCEL": "റദ്ദാക്കുക" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "ഒരു പിശക് ഉണ്ടായിരുന്നു, ദയവായി വീണ്ടും ശ്രമിക്കുക" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ms/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ms/attributesMgmt.json index 97ce785a4..ce5ed05b9 100644 --- a/app/javascript/dashboard/i18n/locale/ms/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ms/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ms/contact.json b/app/javascript/dashboard/i18n/locale/ms/contact.json index d47069356..634182e05 100644 --- a/app/javascript/dashboard/i18n/locale/ms/contact.json +++ b/app/javascript/dashboard/i18n/locale/ms/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to download.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ms/generalSettings.json b/app/javascript/dashboard/i18n/locale/ms/generalSettings.json index 74e85a40f..9c5a720aa 100644 --- a/app/javascript/dashboard/i18n/locale/ms/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ms/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ms/helpCenter.json b/app/javascript/dashboard/i18n/locale/ms/helpCenter.json index d8008f9ca..66c142481 100644 --- a/app/javascript/dashboard/i18n/locale/ms/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ms/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ms/inbox.json b/app/javascript/dashboard/i18n/locale/ms/inbox.json new file mode 100644 index 000000000..bca81b233 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ms/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Padamkan", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Label", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json index 1e2ac1b25..6c9b031c1 100644 --- a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ms/settings.json b/app/javascript/dashboard/i18n/locale/ms/settings.json index 71d47a017..6eb09f3d7 100644 --- a/app/javascript/dashboard/i18n/locale/ms/settings.json +++ b/app/javascript/dashboard/i18n/locale/ms/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ms/sla.json b/app/javascript/dashboard/i18n/locale/ms/sla.json new file mode 100644 index 000000000..992813cb8 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ms/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nama", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Padamkan", + "CANCEL": "Batalkan" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ne/contact.json b/app/javascript/dashboard/i18n/locale/ne/contact.json index 6a5096c30..64bbdb547 100644 --- a/app/javascript/dashboard/i18n/locale/ne/contact.json +++ b/app/javascript/dashboard/i18n/locale/ne/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ne/generalSettings.json b/app/javascript/dashboard/i18n/locale/ne/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/ne/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ne/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ne/helpCenter.json b/app/javascript/dashboard/i18n/locale/ne/helpCenter.json index 3e53883b2..8ee4fa8b1 100644 --- a/app/javascript/dashboard/i18n/locale/ne/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ne/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ne/inbox.json b/app/javascript/dashboard/i18n/locale/ne/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ne/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json index 4676a871e..1e635b760 100644 --- a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ne/settings.json b/app/javascript/dashboard/i18n/locale/ne/settings.json index ac3ac09c9..9176bdf3f 100644 --- a/app/javascript/dashboard/i18n/locale/ne/settings.json +++ b/app/javascript/dashboard/i18n/locale/ne/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ne/sla.json b/app/javascript/dashboard/i18n/locale/ne/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ne/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json index 430143b7c..764f47c09 100644 --- a/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Voer aangepaste attribuut sleutel in", "ERROR": "Sleutel is vereist", "IN_VALID": "Ongeldige sleutel" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Er zijn geen aangepaste attributen aangemaakt", "NOT_FOUND": "Er zijn geen aangepaste attributen geconfigureerd" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/cannedMgmt.json b/app/javascript/dashboard/i18n/locale/nl/cannedMgmt.json index 1daa606cb..aead72726 100644 --- a/app/javascript/dashboard/i18n/locale/nl/cannedMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/cannedMgmt.json @@ -68,8 +68,8 @@ "CONFIRM": { "TITLE": "Verwijdering bevestigen", "MESSAGE": "Weet u zeker dat u wilt verwijderen ", - "YES": "Yes, delete ", - "NO": "No, keep " + "YES": "Ja, verwijder ", + "NO": "Nee, bewaar" } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/contact.json b/app/javascript/dashboard/i18n/locale/nl/contact.json index 6ec9f0efa..fc4fb0bc0 100644 --- a/app/javascript/dashboard/i18n/locale/nl/contact.json +++ b/app/javascript/dashboard/i18n/locale/nl/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Contact samenvoegen", "CONTACT_ACTIONS": "Contact acties", - "MUTE_CONTACT": "Gesprek dempen", - "UNMUTE_CONTACT": "Gesprek dempen opheffen", - "MUTED_SUCCESS": "Dit gesprek is gedempt voor 6 uur", - "UNMUTED_SUCCESS": "Dit gesprek is niet gedempt", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Transcript verzenden", "EDIT_LABEL": "Bewerken", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Contactpersonen exporteren", "DESC": "Exporteer contacten naar een CSV-bestand.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Er is een fout opgetreden, probeer het opnieuw" + "ERROR_MESSAGE": "Er is een fout opgetreden, probeer het opnieuw", + "CONFIRM": { + "TITLE": "Contactpersonen exporteren", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Geldige waarde is vereist", - "INVALID_URL": "Ongeldige URL" + "INVALID_URL": "Ongeldige URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/nl/conversation.json b/app/javascript/dashboard/i18n/locale/nl/conversation.json index d664ed659..bb07b076a 100644 --- a/app/javascript/dashboard/i18n/locale/nl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/nl/conversation.json @@ -156,8 +156,8 @@ "STOP_AUDIO_RECORDING": "Stop audio recording", "": "", "EMAIL_HEAD": { - "TO": "TO", - "ADD_BCC": "Add bcc", + "TO": "AAN", + "ADD_BCC": "Voeg bcc toe", "CC": { "LABEL": "CC", "PLACEHOLDER": "Emails separated by commas", @@ -202,11 +202,11 @@ "REPLY_TO": "Reply to this message", "DELETE": "Verwijderen", "CREATE_A_CANNED_RESPONSE": "Add to canned responses", - "TRANSLATE": "Translate", + "TRANSLATE": "Vertaal", "COPY_PERMALINK": "Copy link to the message", "LINK_COPIED": "Message URL copied to the clipboard", "DELETE_CONFIRMATION": { - "TITLE": "Are you sure you want to delete this message?", + "TITLE": "Weet je zeker dat je dit bericht wilt verwijderen?", "MESSAGE": "You cannot undo this action", "DELETE": "Verwijderen", "CANCEL": "Annuleren" @@ -225,7 +225,7 @@ "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { - "PLACEHOLDER": "Enter an email address", + "PLACEHOLDER": "Voer een e-mailadres in", "ERROR": "Voer een geldig e-mailadres in" } } @@ -233,7 +233,7 @@ "ONBOARDING": { "TITLE": "Hey 👋, Welcome to %{installationName}!", "DESCRIPTION": "Thanks for signing up. We want you to get the most out of %{installationName}. Here are a few things you can do in %{installationName} to make the experience delightful.", - "READ_LATEST_UPDATES": "Read our latest updates", + "READ_LATEST_UPDATES": "Lees onze laatste updates", "ALL_CONVERSATION": { "TITLE": "All your conversations in one place", "DESCRIPTION": "View all the conversations from your customers in one single dashboard. You can filter the conversations by the incoming channel, label and status." @@ -256,23 +256,23 @@ }, "CONVERSATION_SIDEBAR": { "ASSIGNEE_LABEL": "Assigned Agent", - "SELF_ASSIGN": "Assign to me", - "TEAM_LABEL": "Assigned Team", + "SELF_ASSIGN": "Aan mij toewijzen", + "TEAM_LABEL": "Toegewezen team", "SELECT": { - "PLACEHOLDER": "None" + "PLACEHOLDER": "Geen" }, "ACCORDION": { - "CONTACT_DETAILS": "Contact Details", + "CONTACT_DETAILS": "Contactgegevens", "CONVERSATION_ACTIONS": "Conversation Actions", "CONVERSATION_LABELS": "Labels voor gesprekken", "CONVERSATION_INFO": "Conversation Information", "CONTACT_ATTRIBUTES": "Contact Attributes", "PREVIOUS_CONVERSATION": "Vorige gesprekken", - "MACROS": "Macros" + "MACROS": "Macro's" } }, "CONVERSATION_CUSTOM_ATTRIBUTES": { - "ADD_BUTTON_TEXT": "Create attribute", + "ADD_BUTTON_TEXT": "Maak kenmerk aan", "UPDATE": { "SUCCESS": "Attribuut succesvol toegevoegd", "ERROR": "Kan het attribuut niet bijwerken. Probeer het later opnieuw" @@ -295,9 +295,9 @@ "EMAIL_HEADER": { "FROM": "van", "TO": "Aan", - "BCC": "Bcc", - "CC": "Cc", - "SUBJECT": "Subject" + "BCC": "BCC", + "CC": "CC", + "SUBJECT": "Onderwerp" }, "CONVERSATION_PARTICIPANTS": { "SIDEBAR_MENU_TITLE": "Participating", @@ -319,8 +319,8 @@ "TRANSLATE_MODAL": { "TITLE": "View translated content", "DESC": "You can view the translated content in each langauge.", - "ORIGINAL_CONTENT": "Original Content", - "TRANSLATED_CONTENT": "Translated Content", - "NO_TRANSLATIONS_AVAILABLE": "No translations are available for this content" + "ORIGINAL_CONTENT": "Oorspronkelijke inhoud", + "TRANSLATED_CONTENT": "Vertaalde inhoud", + "NO_TRANSLATIONS_AVAILABLE": "Geen vertalingen beschikbaar voor deze inhoud" } } diff --git a/app/javascript/dashboard/i18n/locale/nl/generalSettings.json b/app/javascript/dashboard/i18n/locale/nl/generalSettings.json index 9b95bd78e..a3812d30b 100644 --- a/app/javascript/dashboard/i18n/locale/nl/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/nl/generalSettings.json @@ -2,8 +2,8 @@ "GENERAL_SETTINGS": { "TITLE": "Accountinstellingen", "SUBMIT": "Instellingen bijwerken", - "BACK": "Back", - "DISMISS": "Dismiss", + "BACK": "Terug", + "DISMISS": "Negeer", "UPDATE": { "ERROR": "Instellingen konden niet worden bijgewerkt, probeer het opnieuw!", "SUCCESS": "Accountinstellingen succesvol bijgewerkt" @@ -24,7 +24,7 @@ "ERROR": "Voer een geldige accountnaam in" }, "LANGUAGE": { - "LABEL": "Site language", + "LABEL": "Taal", "PLACEHOLDER": "Uw accountnaam", "ERROR": "" }, @@ -52,20 +52,20 @@ "LEARN_MORE": "Learn more", "PAYMENT_PENDING": "Your payment is pending. Please update your payment information to continue using Chatwoot", "LIMITS_UPGRADE": "Your account has exceeded the usage limits, please upgrade your plan to continue using Chatwoot", - "OPEN_BILLING": "Open billing" + "OPEN_BILLING": "Openstaande facturering" }, "FORMS": { "MULTISELECT": { "ENTER_TO_SELECT": "Press enter to select", "ENTER_TO_REMOVE": "Press enter to remove", - "SELECT_ONE": "Select one", - "SELECT": "Select" + "SELECT_ONE": "Selecteer een", + "SELECT": "Selecteer" } }, "NOTIFICATIONS_PAGE": { "HEADER": "Notifications", "MARK_ALL_DONE": "Mark All Done", - "DELETE_TITLE": "deleted", + "DELETE_TITLE": "verwijderd", "UNREAD_NOTIFICATION": { "TITLE": "Unread Notifications", "ALL_NOTIFICATIONS": "View all notifications", @@ -74,19 +74,19 @@ }, "LIST": { "LOADING_MESSAGE": "Loading notifications...", - "404": "No Notifications", + "404": "Geen meldingen", "TABLE_HEADER": [ "Naam", - "Phone Number", + "Telefoonnummer", "Gesprekken", - "Last Contacted" + "Laatste contact" ] }, "TYPE_LABEL": { "conversation_creation": "New conversation", "conversation_assignment": "Conversation Assigned", - "assigned_conversation_new_message": "New Message", - "participating_conversation_new_message": "New Message", + "assigned_conversation_new_message": "Nieuw bericht", + "participating_conversation_new_message": "Nieuw bericht", "conversation_mention": "Mention" } }, @@ -101,7 +101,7 @@ "COMMAND_BAR": { "SEARCH_PLACEHOLDER": "Search or jump to", "SECTIONS": { - "GENERAL": "General", + "GENERAL": "Algemeen", "REPORTS": "Rapporten", "CONVERSATION": "Gesprek", "CHANGE_ASSIGNEE": "Change Assignee", @@ -111,8 +111,9 @@ "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Instellingen", - "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "AI_ASSIST": "AI-assistent", + "APPEARANCE": "Weergave", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -134,7 +135,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", - "AI_ASSIST": "AI Assist", + "AI_ASSIST": "AI-assistent", "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", @@ -143,17 +144,18 @@ "REOPEN_CONVERSATION": "Reopen conversation", "RESOLVE_CONVERSATION": "Resolve conversation", "SEND_TRANSCRIPT": "Send an email transcript", - "SNOOZE_CONVERSATION": "Snooze Conversation", - "UNTIL_NEXT_REPLY": "Until next reply", - "UNTIL_NEXT_WEEK": "Until next week", - "UNTIL_TOMORROW": "Until tomorrow", - "UNTIL_NEXT_MONTH": "Until next month", + "SNOOZE_CONVERSATION": "Demp gesprek", + "UNTIL_NEXT_REPLY": "Tot de volgende reactie", + "UNTIL_NEXT_WEEK": "Tot volgende week", + "UNTIL_TOMORROW": "Tot morgen", + "UNTIL_NEXT_MONTH": "Tot volgende maand", "AN_HOUR_FROM_NOW": "Until an hour from now", "CUSTOM": "Custom...", "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "Systeem" + "SYSTEM_MODE": "Systeem", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/nl/helpCenter.json b/app/javascript/dashboard/i18n/locale/nl/helpCenter.json index 22b9d49c6..9b8d2e51e 100644 --- a/app/javascript/dashboard/i18n/locale/nl/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/nl/helpCenter.json @@ -210,7 +210,7 @@ } ], "CREATE_FLOW_PAGE": { - "BACK_BUTTON": "Back", + "BACK_BUTTON": "Terug", "BASIC_SETTINGS_PAGE": { "HEADER": "Create Portal", "TITLE": "Help center information", @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { @@ -451,7 +452,7 @@ "SUCCESS_ARTICLE_INSERTED": "Article inserted successfully", "PREVIEW_LINK": "Preview article", "CANCEL": "Sluiten", - "BACK": "Back", + "BACK": "Terug", "BACK_RESULTS": "Back to results" }, "UPGRADE_PAGE": { diff --git a/app/javascript/dashboard/i18n/locale/nl/inbox.json b/app/javascript/dashboard/i18n/locale/nl/inbox.json new file mode 100644 index 000000000..b7ec502d1 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/nl/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Postvak In", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Alle notificaties geladen 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snooze tot", + "SNOOZED_UNTIL_TOMORROW": "Snoozed tot morgen", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed tot volgende week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Markeer als ongelezen", + "SNOOZE": "Sluimeren", + "DELETE": "Verwijderen", + "MARK_ALL_READ": "Markeer alles als gelezen", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioriteit" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Gesluimerd", + "READ": "Lezen", + "LABELS": "Labelen", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json index 4413070bc..c0233071c 100644 --- a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json @@ -39,7 +39,7 @@ }, "FB": { "HELP": "PS: Door in te loggen krijgen we alleen toegang tot berichten van uw Pagina. Chatwood heeft nooit toegang tot je privéberichten.", - "CHOOSE_PAGE": "Choose Page", + "CHOOSE_PAGE": "Kies pagina", "CHOOSE_PLACEHOLDER": "Select a page from the list", "INBOX_NAME": "Inbox Name", "ADD_NAME": "Add a name for your inbox", @@ -58,7 +58,7 @@ "DESC": "Maak een kanaal voor uw website en begin met het ondersteunen van uw klanten via onze website widget.", "LOADING_MESSAGE": "Website ondersteuningskanaal aanmaken", "CHANNEL_AVATAR": { - "LABEL": "Channel Avatar" + "LABEL": "Avatar kanaal" }, "CHANNEL_WEBHOOK_URL": { "LABEL": "Webhook URL", @@ -157,10 +157,10 @@ } }, "SMS": { - "TITLE": "SMS Channel", + "TITLE": "SMS-kanaal", "DESC": "Start supporting your customers via SMS.", "PROVIDERS": { - "LABEL": "API Provider", + "LABEL": "API-aanbieder", "TWILIO": "Twilio", "BANDWIDTH": "Bandbreedte" }, @@ -179,12 +179,12 @@ "ERROR": "Dit veld is verplicht" }, "API_SECRET": { - "LABEL": "API Secret", + "LABEL": "API-geheim", "PLACEHOLDER": "Please enter your Bandwith API Secret", "ERROR": "Dit veld is verplicht" }, "APPLICATION_ID": { - "LABEL": "Application ID", + "LABEL": "Applicatie-ID", "PLACEHOLDER": "Please enter your Bandwidth Application ID", "ERROR": "Dit veld is verplicht" }, @@ -212,10 +212,10 @@ "TITLE": "WhatsApp Channel", "DESC": "Start supporting your customers via WhatsApp.", "PROVIDERS": { - "LABEL": "API Provider", + "LABEL": "API-aanbieder", "TWILIO": "Twilio", "WHATSAPP_CLOUD": "WhatsApp Cloud", - "360_DIALOG": "360Dialog" + "360_DIALOG": "360dialog" }, "INBOX_NAME": { "LABEL": "Inbox Name", @@ -243,9 +243,9 @@ "ERROR": "Please enter a valid value." }, "API_KEY": { - "LABEL": "API key", + "LABEL": "API-sleutel", "SUBTITLE": "Configure the WhatsApp API key.", - "PLACEHOLDER": "API key", + "PLACEHOLDER": "API-sleutel", "ERROR": "Please enter a valid value." }, "API_CALLBACK": { @@ -260,7 +260,7 @@ } }, "API_CHANNEL": { - "TITLE": "API Channel", + "TITLE": "API-kanaal", "DESC": "Integrate with API channel and start supporting your customers.", "CHANNEL_NAME": { "LABEL": "Kanaal naam", @@ -297,7 +297,7 @@ "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, "LINE_CHANNEL": { - "TITLE": "LINE Channel", + "TITLE": "LINE-kanaal", "DESC": "Integrate with LINE channel and start supporting your customers.", "CHANNEL_NAME": { "LABEL": "Kanaal naam", @@ -339,7 +339,7 @@ } }, "AUTH": { - "TITLE": "Choose a channel", + "TITLE": "Kies een kanaal", "DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below." }, "AGENTS": { @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/nl/macros.json b/app/javascript/dashboard/i18n/locale/nl/macros.json index 67d3e4177..c76ba92ac 100644 --- a/app/javascript/dashboard/i18n/locale/nl/macros.json +++ b/app/javascript/dashboard/i18n/locale/nl/macros.json @@ -1,6 +1,6 @@ { "MACROS": { - "HEADER": "Macros", + "HEADER": "Macro's", "HEADER_BTN_TXT": "Add a new macro", "HEADER_BTN_TXT_SAVE": "Save macro", "LOADING": "Fetching macros", diff --git a/app/javascript/dashboard/i18n/locale/nl/settings.json b/app/javascript/dashboard/i18n/locale/nl/settings.json index 2a96fcce3..c7ecf0c8f 100644 --- a/app/javascript/dashboard/i18n/locale/nl/settings.json +++ b/app/javascript/dashboard/i18n/locale/nl/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dagen proefperiode resterend.", "TRAIL_BUTTON": "Nu kopen", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Gesprekken", + "INBOX": "Postvak In", "ALL_CONVERSATIONS": "Alle gesprekken", "MENTIONED_CONVERSATIONS": "Vermeldingen", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -218,7 +222,7 @@ "LABELS": "Labelen", "CUSTOM_ATTRIBUTES": "Aangepaste attributen", "AUTOMATION": "Automation", - "MACROS": "Macros", + "MACROS": "Macro's", "TEAMS": "Teams", "BILLING": "Billing", "CUSTOM_VIEWS_FOLDER": "Folders", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Postvak In", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/nl/sla.json b/app/javascript/dashboard/i18n/locale/nl/sla.json new file mode 100644 index 000000000..c1201f037 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/nl/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Er zijn geen items die overeenkomen met deze zoekopdracht", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Naam", + "Beschrijving", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum lengte van 2 is vereist", + "VALID_ERROR": "Enkel letters, cijfers, liggend streepje & underscore zijn toegestaan" + }, + "DESCRIPTION": { + "LABEL": "Beschrijving", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Bewerken", + "CREATE": "Aanmaken", + "DELETE": "Verwijderen", + "CANCEL": "Annuleren" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Er is een fout opgetreden, probeer het opnieuw" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Er is een fout opgetreden, probeer het opnieuw" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json index d4aa4acd1..a0ae848e4 100644 --- a/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/no/contact.json b/app/javascript/dashboard/i18n/locale/no/contact.json index ee75ea317..ade37f07e 100644 --- a/app/javascript/dashboard/i18n/locale/no/contact.json +++ b/app/javascript/dashboard/i18n/locale/no/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Demp samtale", - "UNMUTE_CONTACT": "Skru av demping", - "MUTED_SUCCESS": "Denne samtalen er dempet i 6 timer", - "UNMUTED_SUCCESS": "Demping er skrudd av for samtalen", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send kopi av samtale", "EDIT_LABEL": "Rediger", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Det oppstod en feil. Prøv igjen" + "ERROR_MESSAGE": "Det oppstod en feil. Prøv igjen", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/no/generalSettings.json b/app/javascript/dashboard/i18n/locale/no/generalSettings.json index 66f8cb3ff..fc500c474 100644 --- a/app/javascript/dashboard/i18n/locale/no/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/no/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Innstillinger", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/no/helpCenter.json b/app/javascript/dashboard/i18n/locale/no/helpCenter.json index 74f0c543e..ba9f561a8 100644 --- a/app/javascript/dashboard/i18n/locale/no/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/no/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/no/inbox.json b/app/javascript/dashboard/i18n/locale/no/inbox.json new file mode 100644 index 000000000..01a933135 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/no/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Slett", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Etiketter", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json index 39acb7a9e..a7aa3e4fc 100644 --- a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/no/settings.json b/app/javascript/dashboard/i18n/locale/no/settings.json index 831deeff7..fff2604ef 100644 --- a/app/javascript/dashboard/i18n/locale/no/settings.json +++ b/app/javascript/dashboard/i18n/locale/no/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dager gjenværende av prøveperioden.", "TRAIL_BUTTON": "Kjøp nå", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Samtaler", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Facebook-tilkoblingen din er utløpt, koble til Facebook-siden din for å fortsette tjenester", diff --git a/app/javascript/dashboard/i18n/locale/no/sla.json b/app/javascript/dashboard/i18n/locale/no/sla.json new file mode 100644 index 000000000..170bf1a94 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/no/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Det finnes ingen elementer som samsvarer med denne spørringen", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Navn", + "Beskrivelse", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Beskrivelse", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Rediger", + "CREATE": "Opprett", + "DELETE": "Slett", + "CANCEL": "Avbryt" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Det oppstod en feil. Prøv igjen" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Det oppstod en feil. Prøv igjen" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json b/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json index a101be610..5b82fb085 100644 --- a/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json @@ -1,15 +1,15 @@ { "FILTER": { "TITLE": "Filtruj konwersacje", - "SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.", + "SUBTITLE": "Dodaj swoje filtry poniżej i kliknij 'Zastosuj filtry', aby przefiltrować nieporządek w rozmowach.", "EDIT_CUSTOM_FILTER": "Edytuj folder", "CUSTOM_VIEWS_SUBTITLE": "Dodaj lub usuń filtry i zaktualizuj swój folder.", - "ADD_NEW_FILTER": "Add filter", - "FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.", + "ADD_NEW_FILTER": "Dodaj filtr", + "FILTER_DELETE_ERROR": "Ups, wygląda na to, że nic nie możemy zapisać! Proszę dodać co najmniej jeden filtr, aby go zapisać.", "SUBMIT_BUTTON_LABEL": "Zastosuj filtry", "UPDATE_BUTTON_LABEL": "Zaktualizuj folder", "CANCEL_BUTTON_LABEL": "Anuluj", - "CLEAR_BUTTON_LABEL": "Clear filters", + "CLEAR_BUTTON_LABEL": "Wyczyść filtry", "FOLDER_LABEL": "Nazwa Folderu", "FOLDER_QUERY_LABEL": "Zapytanie do Folderu", "EMPTY_VALUE_ERROR": "Wartość jest wymagana.", @@ -36,16 +36,16 @@ }, "ATTRIBUTES": { "STATUS": "Status", - "ASSIGNEE_NAME": "Assignee name", + "ASSIGNEE_NAME": "Imię przydzielonej osoby", "INBOX_NAME": "Nazwa skrzynki odbiorczej", "TEAM_NAME": "Nazwa zespołu", - "CONVERSATION_IDENTIFIER": "Conversation identifier", - "CAMPAIGN_NAME": "Campaign name", + "CONVERSATION_IDENTIFIER": "Identyfikator konwersacji", + "CAMPAIGN_NAME": "Nazwa kampanii", "LABELS": "Etykiety", - "BROWSER_LANGUAGE": "Browser language", + "BROWSER_LANGUAGE": "Język przeglądarki", "PRIORITY": "Priorytet", - "COUNTRY_NAME": "Country name", - "REFERER_LINK": "Link Odsyłający", + "COUNTRY_NAME": "Nazwa kraju", + "REFERER_LINK": "Link odsyłający", "CUSTOM_ATTRIBUTE_LIST": "Lista", "CUSTOM_ATTRIBUTE_TEXT": "Tekst", "CUSTOM_ATTRIBUTE_NUMBER": "Numer", @@ -55,25 +55,25 @@ "LAST_ACTIVITY": "Ostatnia aktywność" }, "GROUPS": { - "STANDARD_FILTERS": "Standard filters", - "ADDITIONAL_FILTERS": "Additional filters", - "CUSTOM_ATTRIBUTES": "Custom attributes" + "STANDARD_FILTERS": "Standardowe filtry", + "ADDITIONAL_FILTERS": "Dodatkowe filtry", + "CUSTOM_ATTRIBUTES": "Atrybuty niestandardowe" }, "CUSTOM_VIEWS": { "ADD": { "TITLE": "Czy chcesz zapisać ten filtr?", - "LABEL": "Nazwa Filtra", - "PLACEHOLDER": "Name your filter to refer it later.", + "LABEL": "Nazwij ten filtr", + "PLACEHOLDER": "Nazwij swój filtr, aby móc do niego później się odwołać.", "ERROR_MESSAGE": "Nazwa jest wymagana.", "SAVE_BUTTON": "Zapisz filtr", "CANCEL_BUTTON": "Anuluj", "API_FOLDERS": { - "SUCCESS_MESSAGE": "Pomyślnie utworzono folder.", - "ERROR_MESSAGE": "Błąd podczas tworzenia folderu." + "SUCCESS_MESSAGE": "Folder został pomyślnie utworzony.", + "ERROR_MESSAGE": "Wystąpił błąd podczas tworzenia folderu." }, "API_SEGMENTS": { - "SUCCESS_MESSAGE": "Pomyślnie utworzono segment.", - "ERROR_MESSAGE": "Błąd podczas tworzenia segmentu." + "SUCCESS_MESSAGE": "Segment został pomyślnie utworzony.", + "ERROR_MESSAGE": "Wystąpił błąd podczas tworzenia segmentu." } }, "EDIT": { @@ -84,18 +84,18 @@ "MODAL": { "CONFIRM": { "TITLE": "Potwierdzenie usunięcia", - "MESSAGE": "Czy na pewno chcesz usunąć filtr ", - "YES": "Yes, delete", + "MESSAGE": "Czy na pewno chcesz usunąć ten filtr ", + "YES": "Tak, usuń", "NO": "Nie, zostaw" } }, "API_FOLDERS": { - "SUCCESS_MESSAGE": "Pomyślnie usunięto folder.", - "ERROR_MESSAGE": "Błąd podczas usuwania folderu." + "SUCCESS_MESSAGE": "Folder został pomyślnie usunięty.", + "ERROR_MESSAGE": "Wystąpił błąd podczas usuwania folderu." }, "API_SEGMENTS": { - "SUCCESS_MESSAGE": "Pomyślnie usunięto segment.", - "ERROR_MESSAGE": "Błąd podczas usuwania segmentu." + "SUCCESS_MESSAGE": "Segment został pomyślnie usunięty.", + "ERROR_MESSAGE": "Wystąpił błąd podczas usuwania segmentu." } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/agentBots.json b/app/javascript/dashboard/i18n/locale/pl/agentBots.json index 62bf6c24a..f24852af7 100644 --- a/app/javascript/dashboard/i18n/locale/pl/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/pl/agentBots.json @@ -1,73 +1,73 @@ { "AGENT_BOTS": { "HEADER": "Boty", - "LOADING_EDITOR": "Loading editor...", - "HEADER_BTN_TXT": "Add bot configuration", - "SIDEBAR_TXT": "Agent Bots
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.
You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.
Open the Agent bots handbook in another tab for a helping hand.
", + "LOADING_EDITOR": "Ładowanie edytora...", + "HEADER_BTN_TXT": "Dodaj konfigurację bota", + "SIDEBAR_TXT": "Boty Agentów
Boty Agentów są jak najwspanialsi członkowie Twojego zespołu. Mogą zajmować się drobnostkami, dzięki czemu Ty możesz skupić się na tym, co naprawdę ważne. Spróbuj ich.
Możesz zarządzać swoimi botami z tej strony lub tworzyć nowe, używając przycisku 'Dodaj konfigurację bota'.
Otwórz podręcznik Botów Agentów w innej karcie, aby uzyskać pomoc.
", "CSML_BOT_EDITOR": { "NAME": { - "LABEL": "Bot name", - "PLACEHOLDER": "Name your bot.", + "LABEL": "Nazwa bota", + "PLACEHOLDER": "Nazwij swojego bota.", "ERROR": "Nazwa bota jest wymagana." }, "DESCRIPTION": { - "LABEL": "Bot description", + "LABEL": "Opis bota", "PLACEHOLDER": "Co robi ten bot?" }, "BOT_CONFIG": { "ERROR": "Proszę wprowadzić konfigurację bota CSML powyżej.", - "API_ERROR": "Your CSML configuration is invalid. Please fix it and try again." + "API_ERROR": "Twoja konfiguracja CSML jest nieprawidłowa. Proszę ją poprawić i spróbować ponownie." }, - "SUBMIT": "Sprawdź i zapisz" + "SUBMIT": "Zweryfikuj i zapisz" }, "BOT_CONFIGURATION": { "TITLE": "Wybierz bota agenta", - "DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.", + "DESC": "Przypisz Bota Agenta do swojej skrzynki odbiorczej. Mogą oni obsługiwać wstępne rozmowy i przekazywać je do żywego agenta, gdy jest to konieczne.", "SUBMIT": "Aktualizuj", - "DISCONNECT": "Disconnect bot", + "DISCONNECT": "Odłącz bota", "SUCCESS_MESSAGE": "Pomyślnie zaktualizowano bota agenta.", "DISCONNECTED_SUCCESS_MESSAGE": "Pomyślnie odłączono bota agenta.", - "ERROR_MESSAGE": "Could not update the agent bot. Please try again.", - "DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.", - "SELECT_PLACEHOLDER": "Select bot" + "ERROR_MESSAGE": "Nie udało się zaktualizować bota agenta. Proszę spróbować ponownie.", + "DISCONNECTED_ERROR_MESSAGE": "Nie udało się odłączyć bota agenta. Proszę spróbować ponownie.", + "SELECT_PLACEHOLDER": "Wybierz bota" }, "ADD": { "TITLE": "Konfiguruj nowego bota", "CANCEL_BUTTON_TEXT": "Anuluj", "API": { - "SUCCESS_MESSAGE": "Pomyślnie dodano bota.", - "ERROR_MESSAGE": "Could not add bot. Please try again later." + "SUCCESS_MESSAGE": "Bot dodany pomyślnie.", + "ERROR_MESSAGE": "Nie udało się dodać bota. Proszę spróbować później." } }, "LIST": { - "404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗", - "LOADING": "Fetching bots...", - "TYPE": "Bot type" + "404": "Nie znaleziono botów. Możesz stworzyć bota, klikając przycisk 'Konfiguruj nowego bota' ↗", + "LOADING": "Pobieranie botów...", + "TYPE": "Typ bota" }, "DELETE": { "BUTTON_TEXT": "Usuń", - "TITLE": "Delete bot", + "TITLE": "Usuń bota", "SUBMIT": "Usuń", "CANCEL_BUTTON_TEXT": "Anuluj", "DESCRIPTION": "Czy na pewno chcesz usunąć tego bota? Ta akcja jest nieodwracalna.", "API": { - "SUCCESS_MESSAGE": "Pomyślnie usunięto bota.", - "ERROR_MESSAGE": "Could not delete bot. Please try again." + "SUCCESS_MESSAGE": "Bot usunięty pomyślnie.", + "ERROR_MESSAGE": "Nie udało się usunąć bota. Proszę spróbować ponownie." } }, "EDIT": { "BUTTON_TEXT": "Edytuj", - "LOADING": "Fetching bots...", - "TITLE": "Edit bot", + "LOADING": "Pobieranie botów...", + "TITLE": "Edytuj bota", "CANCEL_BUTTON_TEXT": "Anuluj", "API": { - "SUCCESS_MESSAGE": "Pomyślnie zaktualizowano bota.", - "ERROR_MESSAGE": "Could not update bot. Please try again." + "SUCCESS_MESSAGE": "Bot zaktualizowany pomyślnie.", + "ERROR_MESSAGE": "Nie udało się zaktualizować bota. Proszę spróbować ponownie." } }, "TYPES": { - "WEBHOOK": "Webhook bot", - "CSML": "CSML bot" + "WEBHOOK": "Bot webhook", + "CSML": "Bot CSML" } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json index aba4bba2d..c5c7bc040 100644 --- a/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json @@ -12,7 +12,7 @@ "404": "Nie ma agentów powiązanych z tym kontem", "TITLE": "Zarządzaj agentami w zespole", "DESC": "Możesz dodać/usunąć agentów do/w zespole.", - "NAME": "Nazwa", + "NAME": "Imię", "EMAIL": "EMAIL", "STATUS": "Status", "ACTIONS": "Akcje", @@ -42,18 +42,18 @@ "API": { "SUCCESS_MESSAGE": "Agent dodany pomyślnie", "EXIST_MESSAGE": "Email agenta jest już w użyciu, spróbuj innego adresu e-mail", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "ERROR_MESSAGE": "Nie można połączyć się z serwerem Woot, proszę spróbować później" } }, "DELETE": { "BUTTON_TEXT": "Usuń", "API": { - "SUCCESS_MESSAGE": "Agent usunięty pomyślnie", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "SUCCESS_MESSAGE": "Agent został pomyślnie usunięty", + "ERROR_MESSAGE": "Nie można połączyć się z serwerem Woot, proszę spróbować później" }, "CONFIRM": { "TITLE": "Potwierdź usunięcie", - "MESSAGE": "Czy na pewno chcesz usunąć ", + "MESSAGE": "Czy jesteś pewien, że chcesz usunąć ", "YES": "Tak, usuń ", "NO": "Nie, zachowaj " } @@ -62,22 +62,22 @@ "TITLE": "Edytuj agenta", "FORM": { "NAME": { - "LABEL": "Nazwa agenta", - "PLACEHOLDER": "Wprowadź nazwę agenta" + "LABEL": "Imię agenta", + "PLACEHOLDER": "Proszę wprowadzić imię agenta" }, "AGENT_TYPE": { - "LABEL": "Typ agenta", - "PLACEHOLDER": "Wybierz typ", - "ERROR": "Typ agenta jest wymagany" + "LABEL": "Rola", + "PLACEHOLDER": "Proszę wybrać rolę", + "ERROR": "Rola jest wymagana" }, "EMAIL": { "LABEL": "Adres e-mail", - "PLACEHOLDER": "Wprowadź adres e-mail agenta" + "PLACEHOLDER": "Proszę wprowadzić adres e-mail agenta" }, "AGENT_AVAILABILITY": { "LABEL": "Dostępność", - "PLACEHOLDER": "Wybierz status dostępności", - "ERROR": "Wymagana jest dostępność" + "PLACEHOLDER": "Proszę wybrać status dostępności", + "ERROR": "Dostępność jest wymagana" }, "SUBMIT": "Edytuj agenta" }, @@ -85,17 +85,17 @@ "CANCEL_BUTTON_TEXT": "Anuluj", "API": { "SUCCESS_MESSAGE": "Agent został pomyślnie zaktualizowany", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "ERROR_MESSAGE": "Nie można połączyć się z serwerem Woot, proszę spróbować później" }, "PASSWORD_RESET": { - "ADMIN_RESET_BUTTON": "Resetuj hasło", + "ADMIN_RESET_BUTTON": "Zresetuj hasło", "ADMIN_SUCCESS_MESSAGE": "E-mail z instrukcjami resetowania hasła został wysłany do agenta", - "SUCCESS_MESSAGE": "Pomyślnie zresetowano hasło agenta", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "SUCCESS_MESSAGE": "Hasło agenta zostało pomyślnie zresetowane", + "ERROR_MESSAGE": "Nie można połączyć się z serwerem Woot, proszę spróbować później" } }, "SEARCH": { - "NO_RESULTS": "Brak wyników." + "NO_RESULTS": "Nie znaleziono wyników." }, "MULTI_SELECTOR": { "PLACEHOLDER": "Brak", @@ -105,13 +105,13 @@ }, "SEARCH": { "NO_RESULTS": { - "AGENT": "Nie znaleziono żadnych konsultantów", - "TEAM": "Nie znaleziono żadnych zespołów" + "AGENT": "Nie znaleziono agentów", + "TEAM": "Nie znaleziono zespołów" }, "PLACEHOLDER": { - "AGENT": "Wyszukaj konsultantów", - "TEAM": "Wyszukaj zespoły", - "INPUT": "Wyszukiwanie konsultantów" + "AGENT": "Szukaj agentów", + "TEAM": "Szukaj zespołów", + "INPUT": "Szukaj agentów" } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json index d04927558..1124ecdce 100644 --- a/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json @@ -1,81 +1,92 @@ { "ATTRIBUTES_MGMT": { - "HEADER": "Niestandardowe atrybuty", - "HEADER_BTN_TXT": "Dodaj niestandardowy atrybut", - "LOADING": "Pobieranie niestandardowych atrybutów", - "SIDEBAR_TXT": "Niestandardowe atrybuty
Niestandardowy atrybut śledzi informacje o Twoich kontaktach/rozmowach - na przykład plan subskrypcji lub datę zamówienia pierwszego przedmiotu itp.
Aby utworzyć niestandardowy atrybut, wystarczy kliknąć przycisk Dodaj niestandardowy atrybut. Możesz również edytować lub usunąć istniejący niestandardowy atrybut, klikając przycisk Edytuj lub Usuń.
Atrybuty Niestandardowe
Atrybut niestandardowy śledzi fakty dotyczące twoich kontaktów/rozmów — takie jak plan subskrypcji, czy data pierwszego zamówienia itp.
Aby utworzyć Atrybut Niestandardowy, wystarczy kliknąć na Dodaj Atrybut Niestandardowy. Możesz również edytować lub usunąć istniejący Atrybut Niestandardowy, klikając przycisk Edytuj lub Usuń.
Dzienniki audytowe
Dzienniki audytowe śledzą zdarzenia i działania w systemie Chatwoot.
", + "SIDEBAR_TXT": "Dzienniki Audytu
Dzienniki Audytu to ślady działań i zdarzeń w systemie Chatwoot.
", "LIST": { - "404": "Nie ma dostępnych dzienników audytowych dla tego konta.", - "TITLE": "Zarządzaj dziennikami audytowymi", - "DESC": "Dziennik audytu śledzi zdarzenia i działania w systemie Chatwoot.", + "404": "Brak dostępnych Dzienników Audytu na tym koncie.", + "TITLE": "Zarządzaj Dziennikami Audytu", + "DESC": "Dzienniki Audytu to ślady działań i zdarzeń w systemie Chatwoot.", "TABLE_HEADER": [ - "Użytkownik", + "Aktywność", "Akcja", "Adres IP" ] }, "API": { - "SUCCESS_MESSAGE": "Dzienniki audytowe pomyślnie pobrane.", - "ERROR_MESSAGE": "Nie można połączyć się z serwerem Woot. Spróbuj ponownie później." + "SUCCESS_MESSAGE": "Dzienniki Audytu pobrane pomyślnie", + "ERROR_MESSAGE": "Nie można połączyć się z serwerem Woot, proszę spróbować później" }, "DEFAULT_USER": "System", "AUTOMATION_RULE": { @@ -52,17 +52,17 @@ "DELETE": "%{agentName} usunął zespół (#%{id})" }, "MACRO": { - "ADD": "%{agentName} dodał nową makroinstrukcję (#%{id})", + "ADD": "%{agentName} utworzył nowe makro (#%{id})", "EDIT": "%{agentName} zaktualizował makroinstrukcję (#%{id})", "DELETE": "%{agentName} usunął makroinstrukcję (#%{id})" }, "INBOX_MEMBER": { - "ADD": "%{agentName} dodał %{user} do skrzynki odbiorczej (#%{inbox_id})", - "REMOVE": "%{agentName} usunął %{user} ze skrzynki odbiorczej (#%{inbox_id})" + "ADD": "%{agentName} dodał %{user} do skrzynki odbiorczej(#%{inbox_id})", + "REMOVE": "%{agentName} usunął %{user} ze skrzynki odbiorczej(#%{inbox_id})" }, "TEAM_MEMBER": { - "ADD": "%{agentName} dodał %{user} do zespołu (#%{team_id})", - "REMOVE": "%{agentName} usunął %{user} z zespołu (#%{team_id})" + "ADD": "%{agentName} dodał %{user} do zespołu(#%{team_id})", + "REMOVE": "%{agentName} usunął %{user} z zespołu(#%{team_id})" }, "ACCOUNT": { "EDIT": "%{agentName} zaktualizował konfigurację konta (#%{id})" diff --git a/app/javascript/dashboard/i18n/locale/pl/contact.json b/app/javascript/dashboard/i18n/locale/pl/contact.json index aeede3982..7cf08e246 100644 --- a/app/javascript/dashboard/i18n/locale/pl/contact.json +++ b/app/javascript/dashboard/i18n/locale/pl/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Połącz kontakty", "CONTACT_ACTIONS": "Akcje kontaktu", - "MUTE_CONTACT": "Wycisz kontakt", - "UNMUTE_CONTACT": "Wyłącz wyciszenie kontaktu", - "MUTED_SUCCESS": "Ta rozmowa jest wyciszona przez 6 godzin", - "UNMUTED_SUCCESS": "Ta rozmowa nie jest wyciszona", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Wyślij transkrypt", "EDIT_LABEL": "Edytuj", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Eksportuj kontakty", "DESC": "Eksportuj kontakty do pliku CSV", "SUCCESS_MESSAGE": "Eksportowanie w toku, otrzymasz powiadomienie e-mailem, gdy plik będzie gotowy do pobrania.", - "ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie" + "ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie", + "CONFIRM": { + "TITLE": "Eksportuj kontakty", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Wymagana jest prawidłowa wartość", - "INVALID_URL": "Nieprawidłowy adres URL" + "INVALID_URL": "Nieprawidłowy adres URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/pl/generalSettings.json b/app/javascript/dashboard/i18n/locale/pl/generalSettings.json index 0e041b7de..fbbacf8de 100644 --- a/app/javascript/dashboard/i18n/locale/pl/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pl/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Usuń etykietę z rozmowy", "SETTINGS": "Ustawienia", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Przejdź do pulpitu rozmów", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/pl/helpCenter.json b/app/javascript/dashboard/i18n/locale/pl/helpCenter.json index 59b092a2a..ba00f8a82 100644 --- a/app/javascript/dashboard/i18n/locale/pl/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/pl/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Ostatnio edytowane" }, "COLUMNS": { - "BY": "przez" + "BY": "przez", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/pl/inbox.json b/app/javascript/dashboard/i18n/locale/pl/inbox.json new file mode 100644 index 000000000..3d045fd62 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/pl/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Skrzynka odbiorcza", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Wszystkie powiadomienia załadowane 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Uśpione do", + "SNOOZED_UNTIL_TOMORROW": "Uśpij do jutra", + "SNOOZED_UNTIL_NEXT_WEEK": "Uśpione do następnego tygodnia" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Oznacz jako nieprzeczytane", + "SNOOZE": "Uśpij", + "DELETE": "Usuń", + "MARK_ALL_READ": "Oznacz wszystko jako przeczytane", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priorytet" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Uśpij", + "READ": "Przeczytane", + "LABELS": "Etykiety", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json index 5875dcc67..c799d3cf3 100644 --- a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Zaktualizuj ustawienia godzin pracy", "TOGGLE_AVAILABILITY": "Włącz dostępność biznesową dla tej skrzynki odbiorczej", "UNAVAILABLE_MESSAGE_LABEL": "Wiadomość niedostępna dla odwiedzających", - "TOGGLE_HELP": "Włączenie dostępności biznesowej pokaże dostępne godziny na czacie na żywo, nawet jeśli wszyscy agenci są offline. Poza dostępnymi godzinami można ostrzec za pomocą wiadomości i formularza wstępnego czatu.", + "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.", "DAY": { "ENABLE": "Włącz dostępność w tym dniu", "UNAVAILABLE": "Niedostępny", diff --git a/app/javascript/dashboard/i18n/locale/pl/settings.json b/app/javascript/dashboard/i18n/locale/pl/settings.json index 166ab98d3..1059eebf6 100644 --- a/app/javascript/dashboard/i18n/locale/pl/settings.json +++ b/app/javascript/dashboard/i18n/locale/pl/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dni pozostało w okresie próbnym.", "TRAIL_BUTTON": "Kup teraz", "DELETED_USER": "Usunięty użytkownik", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Konto zawieszone", "MESSAGE": "Twoje konto zostało zawieszone. Skontaktuj się z zespołem pomocy technicznej w celu uzyskania dodatkowych informacji." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Aktualnie przeglądane konto:", "SWITCH": "Przełącz", "CONVERSATIONS": "Rozmowy", + "INBOX": "Skrzynka odbiorcza", "ALL_CONVERSATIONS": "Rozmowy", "MENTIONED_CONVERSATIONS": "Wzmianki", "PARTICIPATING_CONVERSATIONS": "Udział", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Skrzynka odbiorcza", "REPORTS_TEAM": "Zespół", "SET_AVAILABILITY_TITLE": "Ustaw dostępność jako", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Przegląd", "FACEBOOK_REAUTHORIZE": "Twoje połączenie z Facebookiem wygasło, aby kontynuować usługi, ponownie połącz swoją stronę na Facebooku", diff --git a/app/javascript/dashboard/i18n/locale/pl/sla.json b/app/javascript/dashboard/i18n/locale/pl/sla.json new file mode 100644 index 000000000..3a60942c3 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/pl/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Brak wyników pasujących do wyszukiwania", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Imię", + "Opis", + "FRT", + "NRT", + "RT", + "Godziny pracy" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Wymagana długość wynosi minimum 2", + "VALID_ERROR": "Dozwolone są tylko litery, cyfry, myślnik i podkreślenie" + }, + "DESCRIPTION": { + "LABEL": "Opis", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Godziny pracy", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edytuj", + "CREATE": "Stwórz", + "DELETE": "Usuń", + "CANCEL": "Anuluj" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json index 9621249bb..27883db0d 100644 --- a/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Introduzir chave de atributo personalizado", "ERROR": "Chave é obrigatória", "IN_VALID": "Chave inválida" + }, + "REGEX_PATTERN": { + "LABEL": "Padrão Regex", + "PLACEHOLDER": "Por favor, insira um padrão regex de atributo personalizado. (Opcional)" + }, + "REGEX_CUE": { + "LABEL": "Sugestão Regex", + "PLACEHOLDER": "Por favor, insira dica para o padrão regex. (Opcional)" + }, + "ENABLE_REGEX": { + "LABEL": "Ativar validação de regex" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Não há atributos personalizados criados", "NOT_FOUND": "Não há atributos personalizados configurados" + }, + "REGEX_PATTERN": { + "LABEL": "Padrão Regex", + "PLACEHOLDER": "Por favor, insira um padrão regex de atributo personalizado. (Opcional)" + }, + "REGEX_CUE": { + "LABEL": "Sugestão Regex", + "PLACEHOLDER": "Por favor, insira dica para o padrão regex. (Opcional)" + }, + "ENABLE_REGEX": { + "LABEL": "Ativar validação de regex" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt/contact.json b/app/javascript/dashboard/i18n/locale/pt/contact.json index e5eacf7df..069531521 100644 --- a/app/javascript/dashboard/i18n/locale/pt/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Unir contacto", "CONTACT_ACTIONS": "Ações de contacto", - "MUTE_CONTACT": "Silenciar Conversa", - "UNMUTE_CONTACT": "Reativar Conversa", - "MUTED_SUCCESS": "Esta conversa foi silenciada por 6 horas", - "UNMUTED_SUCCESS": "Esta conversa foi reativada", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Enviar Transcrição", "EDIT_LABEL": "Alterar", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Exportar contactos", "DESC": "Exportar contactos para um ficheiro CSV.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente" + "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente", + "CONFIRM": { + "TITLE": "Exportar contactos", + "MESSAGE": "Tem certeza de que deseja exportar todos os contatos?", + "YES": "Sim, Exportar", + "NO": "Não, Cancelar" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valor válido é obrigatório", - "INVALID_URL": "URL Inválido" + "INVALID_URL": "URL Inválido", + "INVALID_INPUT": "Entrada inválida" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/pt/generalSettings.json b/app/javascript/dashboard/i18n/locale/pt/generalSettings.json index 8661657f7..3a0c02296 100644 --- a/app/javascript/dashboard/i18n/locale/pt/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remover etiqueta da conversa", "SETTINGS": "Configurações", "AI_ASSIST": "Assistente IA", - "APPEARANCE": "Aspeto" + "APPEARANCE": "Aspeto", + "SNOOZE_NOTIFICATION": "Suspender notificação" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Ir para o painel de conversação", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Alterar Aspeto", "LIGHT_MODE": "Claro", "DARK_MODE": "Escuro", - "SYSTEM_MODE": "Sistema" + "SYSTEM_MODE": "Sistema", + "SNOOZE_NOTIFICATION": "Suspender notificação" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/pt/helpCenter.json b/app/javascript/dashboard/i18n/locale/pt/helpCenter.json index 1679c5584..83889ed8b 100644 --- a/app/javascript/dashboard/i18n/locale/pt/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/pt/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Última edição" }, "COLUMNS": { - "BY": "por" + "BY": "por", + "AUTHOR_NOT_AVAILABLE": "Autor não disponível" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/pt/inbox.json b/app/javascript/dashboard/i18n/locale/pt/inbox.json new file mode 100644 index 000000000..dbd3d7b5c --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/pt/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Caixa de Entrada", + "DISPLAY_DROPDOWN": "Mostrar", + "LOADING": "A obter notificações", + "EOF": "Notificações obtidas 🎉", + "404": "Não há notificações ativas neste grupo.", + "NO_NOTIFICATIONS": "Sem Notificações", + "NOTE": "Notificações de todas as caixas subscritas", + "SNOOZED_UNTIL": "Suspender até", + "SNOOZED_UNTIL_TOMORROW": "Adiado até amanhã", + "SNOOZED_UNTIL_NEXT_WEEK": "Adiada até a próxima semana" + }, + "ACTION_HEADER": { + "SNOOZE": "Suspender notificação", + "DELETE": "Apagar notificação" + }, + "TYPES": { + "CONVERSATION_MENTION": "Foi mencionado numa conversa", + "CONVERSATION_CREATION": "Nova conversa criada", + "CONVERSATION_ASSIGNMENT": "Foi-lhe atribuída uma conversa", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Nova mensagem nesta conversa atribuída", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Nova mensagem em uma conversa em que você está participando" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Marcar como lido", + "MARK_AS_UNREAD": "Marcar como não lida", + "SNOOZE": "Adiar", + "DELETE": "excluir", + "MARK_ALL_READ": "Marcar todos como lidos", + "DELETE_ALL": "Excluir tudo", + "DELETE_ALL_READ": "Excluir todas lidas" + }, + "DISPLAY_MENU": { + "SORT": "Ordenar", + "DISPLAY": "Mostrar :", + "SORT_OPTIONS": { + "NEWEST": "Recentes", + "OLDEST": "Antigas", + "PRIORITY": "Prioridade" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Adiado", + "READ": "Lida", + "LABELS": "Etiquetas", + "CONVERSATION_ID": "ID da conversa" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notificação marcada como lida", + "MARK_AS_UNREAD": "Notificação marcada como não lida", + "SNOOZE": "Notificação adiada", + "DELETE": "Notificação excluída", + "MARK_ALL_READ": "Todas as notificações marcadas como lidas", + "DELETE_ALL": "Todas as notificações foram excluídas", + "DELETE_ALL_READ": "Todas as notificações lidas foram excluídas" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json index 0469a43f5..71511eb7d 100644 --- a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Atualizar as configurações do horário comercial", "TOGGLE_AVAILABILITY": "Definir a disponibilidade para essa caixa de entrada", "UNAVAILABLE_MESSAGE_LABEL": "Mensagem indisponível para os visitantes", - "TOGGLE_HELP": "Está opção mostrará as horas de disponibilidade no widget da conversa, mesmo que todos os agentes estejam offline. Os visitantes serão avisados dos horários disponíveis através de uma mensagem no formulário de pré-chat.", + "TOGGLE_HELP": "Está opção mostrará as horas de disponibilidade no widget da conversa, mesmo que todos os agentes estejam offline. Quem solicitar o serviço fora de horas poderá ser avisado dos horários disponíveis através de uma mensagem e do formulário de pré-chat.", "DAY": { "ENABLE": "Permitir a disponibilidade para este dia", "UNAVAILABLE": "Indisponível", diff --git a/app/javascript/dashboard/i18n/locale/pt/settings.json b/app/javascript/dashboard/i18n/locale/pt/settings.json index 552b70a98..945135d2b 100644 --- a/app/javascript/dashboard/i18n/locale/pt/settings.json +++ b/app/javascript/dashboard/i18n/locale/pt/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dias de teste restantes.", "TRAIL_BUTTON": "Comprar agora", "DELETED_USER": "Utilizador Excluído", + "EMAIL_VERIFICATION_PENDING": "Parece que o seu endereço de e-mail ainda não foi verificado. Por favor, confira a sua caixa de entrada e siga as instruções para concluir a verificação.", + "RESEND_VERIFICATION_MAIL": "Reenviar e-mail de verificação", + "EMAIL_VERIFICATION_SENT": "O e-mail de verificação foi enviado. Por favor, confira a sua caixa de entrada.", "ACCOUNT_SUSPENDED": { "TITLE": "Conta Suspensa", "MESSAGE": "A sua conta está suspensa. Entre em contato com a equipa de suporte para obter mais informações." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Atualmente visualizando:", "SWITCH": "Alternar", "CONVERSATIONS": "Conversas", + "INBOX": "Caixa de Entrada", "ALL_CONVERSATIONS": "Todas as conversas", "MENTIONED_CONVERSATIONS": "Menções", "PARTICIPATING_CONVERSATIONS": "Participando", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Caixa de Entrada", "REPORTS_TEAM": "Equipa", "SET_AVAILABILITY_TITLE": "Defina-se como", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Visão geral", "FACEBOOK_REAUTHORIZE": "A sua ligação ao Facebook caducou, volte a ligar a página para poder continuar a utilizar os serviços", diff --git a/app/javascript/dashboard/i18n/locale/pt/sla.json b/app/javascript/dashboard/i18n/locale/pt/sla.json new file mode 100644 index 000000000..08ce6b54e --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/pt/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Não existem itens correspondentes a esta consulta", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nome:", + "Descrição", + "FRT", + "NRT", + "RT", + "Horário comercial" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "O tamanho mínimo obrigatório é 2", + "VALID_ERROR": "Apenas são permitidos Alfabetos, Números, Hífen e Underscores" + }, + "DESCRIPTION": { + "LABEL": "Descrição", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Horário comercial", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Alterar", + "CREATE": "Criar", + "DELETE": "excluir", + "CANCEL": "cancelar" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json index c7f5db18b..5e462550f 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Digite a chave de atributo personalizada", "ERROR": "A chave é obrigatória", "IN_VALID": "Chave inválida" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Por favor, insira o padrão de expressão regular para atributo personalizado. (Opcional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Por favor, insira uma dica para o padrão de expressão regular. (Opcional)" + }, + "ENABLE_REGEX": { + "LABEL": "Habilitar validação do regex" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Não há atributos personalizados criados", "NOT_FOUND": "Não há atributos personalizados configurados" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Por favor, insira o padrão de expressão regular para atributo personalizado. (Opcional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Por favor, insira uma dica para o padrão de expressão regular. (Opcional)" + }, + "ENABLE_REGEX": { + "LABEL": "Habilitar validação do regex" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json index 32607cd5e..ddee25f99 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Mesclar contatos", "CONTACT_ACTIONS": "Ações de contatos", - "MUTE_CONTACT": "Silenciar Conversa", - "UNMUTE_CONTACT": "Reativar Conversa", - "MUTED_SUCCESS": "Esta conversa está silenciada por 6 horas", - "UNMUTED_SUCCESS": "Essa conversa está reativada", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Enviar Transcrição", "EDIT_LABEL": "Alterar", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Exportar contatos", "DESC": "Exportar contatos para arquivo CSV.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente" + "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente", + "CONFIRM": { + "TITLE": "Exportar contatos", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Um valor válido é obrigatório", - "INVALID_URL": "URL inválida" + "INVALID_URL": "URL inválida", + "INVALID_INPUT": "Campo inválido" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json b/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json index 0b2f27b6f..39ed2564a 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remover etiqueta da conversa", "SETTINGS": "Confirgurações", "AI_ASSIST": "Assistente Open AI", - "APPEARANCE": "Tema" + "APPEARANCE": "Tema", + "SNOOZE_NOTIFICATION": "Adiar Notificação" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Ir para Painel de Conversação", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Alterar Tema", "LIGHT_MODE": "Claro", "DARK_MODE": "Escuro", - "SYSTEM_MODE": "Sistema" + "SYSTEM_MODE": "Sistema", + "SNOOZE_NOTIFICATION": "Adiar Notificação" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json b/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json index e6f59fc72..7440f99a4 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Última edição" }, "COLUMNS": { - "BY": "por" + "BY": "por", + "AUTHOR_NOT_AVAILABLE": "Autor indisponível" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/inbox.json b/app/javascript/dashboard/i18n/locale/pt_BR/inbox.json new file mode 100644 index 000000000..263de41e6 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/pt_BR/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Caixa de Entrada", + "DISPLAY_DROPDOWN": "Exibir", + "LOADING": "Carregando notificações", + "EOF": "Todas as notificações carregadas 🎉", + "404": "Não há conversas ativas neste grupo.", + "NO_NOTIFICATIONS": "Nenhuma notificação", + "NOTE": "Notificações de todas as caixas inscritas", + "SNOOZED_UNTIL": "Suspender até", + "SNOOZED_UNTIL_TOMORROW": "Adiado até amanhã", + "SNOOZED_UNTIL_NEXT_WEEK": "Adiada até a próxima semana" + }, + "ACTION_HEADER": { + "SNOOZE": "Adiar notificação", + "DELETE": "Excluir notificação" + }, + "TYPES": { + "CONVERSATION_MENTION": "Você foi mencionado em uma conversa", + "CONVERSATION_CREATION": "Nova conversa criada", + "CONVERSATION_ASSIGNMENT": "Uma conversa foi atribuída a você", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Nova mensagem em uma conversa atribuída", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Nova mensagem em uma conversa na qual você participa" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Marcar como lido", + "MARK_AS_UNREAD": "Marcar como não lida", + "SNOOZE": "Adiar", + "DELETE": "Excluir", + "MARK_ALL_READ": "Marcar todas como lidas", + "DELETE_ALL": "Excluir todos", + "DELETE_ALL_READ": "Excluir todos os lidos" + }, + "DISPLAY_MENU": { + "SORT": "Ordenar", + "DISPLAY": "Exibir :", + "SORT_OPTIONS": { + "NEWEST": "Mais recente", + "OLDEST": "Mais antigo", + "PRIORITY": "Prioridade" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Adiado", + "READ": "Lida", + "LABELS": "Marcadores", + "CONVERSATION_ID": "Conversas" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notificação marcada como lida", + "MARK_AS_UNREAD": "Notificação marcada como não lida", + "SNOOZE": "Notificação adiada", + "DELETE": "Notificação excluída", + "MARK_ALL_READ": "Todas as notificações marcadas como lidas", + "DELETE_ALL": "Todas as notificações excluídas", + "DELETE_ALL_READ": "Todas as notificações lidas foram excluídas" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json index 0458ff19c..23e7c3358 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dias de teste restantes.", "TRAIL_BUTTON": "Comprar agora", "DELETED_USER": "Deletar Usuário", + "EMAIL_VERIFICATION_PENDING": "Parece que você ainda não verificou seu endereço de e-mail. Por favor, verifique sua caixa de entrada pelo e-mail de verificação.", + "RESEND_VERIFICATION_MAIL": "Reenviar email de verificação", + "EMAIL_VERIFICATION_SENT": "O e-mail de verificação foi enviado. Por favor, verifique sua caixa de entrada.", "ACCOUNT_SUSPENDED": { "TITLE": "Conta Suspensa", "MESSAGE": "Sua conta está suspensa. Por favor, entre em contato com a equipe de suporte para mais informações." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Visualização atual:", "SWITCH": "Trocar", "CONVERSATIONS": "Conversas", + "INBOX": "Caixa de Entrada", "ALL_CONVERSATIONS": "Todas as conversas", "MENTIONED_CONVERSATIONS": "Menções", "PARTICIPATING_CONVERSATIONS": "Participantes", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Caixa de Entrada", "REPORTS_TEAM": "Times", "SET_AVAILABILITY_TITLE": "Defina como", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Visão geral", "FACEBOOK_REAUTHORIZE": "Sua conexão com o Facebook expirou! Por favor, reconecte sua página do Facebook para continuar os serviços", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/sla.json b/app/javascript/dashboard/i18n/locale/pt_BR/sla.json new file mode 100644 index 000000000..1f0299ced --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/pt_BR/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Não existem itens correspondentes a esta consulta", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nome", + "Descrição", + "FRT", + "NRT", + "RT", + "Horário de funcionamento" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Tamanho mínimo 2 é necessário", + "VALID_ERROR": "Somente Letras, Números, Hífen e Sublinhado são permitidos" + }, + "DESCRIPTION": { + "LABEL": "Descrição", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Horário de funcionamento", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Alterar", + "CREATE": "Criar", + "DELETE": "Excluir", + "CANCEL": "Cancelar" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json index e78fad5c3..758aa78c5 100644 --- a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Introduceți cheia atributului personalizat", "ERROR": "Cheia este obligatorie", "IN_VALID": "Cheie invalidă" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Nu exista atribute personalizate create", "NOT_FOUND": "Nu sunt configurate atribute personalizate" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/contact.json b/app/javascript/dashboard/i18n/locale/ro/contact.json index 2bf3d393b..82148ae26 100644 --- a/app/javascript/dashboard/i18n/locale/ro/contact.json +++ b/app/javascript/dashboard/i18n/locale/ro/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Îmbinare contact", "CONTACT_ACTIONS": "Acțiuni contact", - "MUTE_CONTACT": "Silențios conversația", - "UNMUTE_CONTACT": "Sunet conversația", - "MUTED_SUCCESS": "Această conversație este dezactivată pentru 6 ore", - "UNMUTED_SUCCESS": "Această conversație este reactivată", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Trimite Transcriere", "EDIT_LABEL": "Editare", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Exportă contacte", "DESC": "Exportă contactele într-un fișier CSV.", "SUCCESS_MESSAGE": "Exportul este în desfășurare, veți fi notificat prin e-mail când fișierul de export este gata de descărcare.", - "ERROR_MESSAGE": "A apărut o eroare, încercați din nou" + "ERROR_MESSAGE": "A apărut o eroare, încercați din nou", + "CONFIRM": { + "TITLE": "Exportă contacte", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Este necesară o valoare validă", - "INVALID_URL": "URL invalid" + "INVALID_URL": "URL invalid", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ro/generalSettings.json b/app/javascript/dashboard/i18n/locale/ro/generalSettings.json index 6250523a2..4e6b488f4 100644 --- a/app/javascript/dashboard/i18n/locale/ro/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ro/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Eliminarea etichetei din conversație", "SETTINGS": "Setări", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Accesați Tabloul de bord conversație", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "Sistem" + "SYSTEM_MODE": "Sistem", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ro/helpCenter.json b/app/javascript/dashboard/i18n/locale/ro/helpCenter.json index f3b783402..4b15ae822 100644 --- a/app/javascript/dashboard/i18n/locale/ro/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ro/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Ultima modificare" }, "COLUMNS": { - "BY": "de" + "BY": "de", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ro/inbox.json b/app/javascript/dashboard/i18n/locale/ro/inbox.json new file mode 100644 index 000000000..cff7993b8 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ro/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Toate notificările încărcate 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Amânare până la", + "SNOOZED_UNTIL_TOMORROW": "Amânat până mâine", + "SNOOZED_UNTIL_NEXT_WEEK": "Amânat până săptămâna viitoare" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Marcheaza ca necitit", + "SNOOZE": "Amânați", + "DELETE": "Şterge", + "MARK_ALL_READ": "Marcare totală ca citit", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioritate" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Amânat", + "READ": "Citește", + "LABELS": "Etichete", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json index ad4856cd3..4a952af5d 100644 --- a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Actualizarea setărilor orelor de lucru", "TOGGLE_AVAILABILITY": "Activați disponibilitatea afacerii pentru acest inbox", "UNAVAILABLE_MESSAGE_LABEL": "Mesaj indisponibil pentru vizitatori", - "TOGGLE_HELP": "Activarea disponibilității afacerii va afișa orele disponibile pe widget-ul de chat live, chiar dacă toți agenții sunt offline. În afara orelor disponibile, vizitorii pot fi avertizați cu un mesaj și un formular de pre-chat.", + "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.", "DAY": { "ENABLE": "Activați disponibilitatea pentru această zi", "UNAVAILABLE": "Indisponibil", diff --git a/app/javascript/dashboard/i18n/locale/ro/settings.json b/app/javascript/dashboard/i18n/locale/ro/settings.json index dd34a361b..4beb633ca 100644 --- a/app/javascript/dashboard/i18n/locale/ro/settings.json +++ b/app/javascript/dashboard/i18n/locale/ro/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "zile de încercare rămase.", "TRAIL_BUTTON": "Cumpara acum", "DELETED_USER": "Utilizator șters", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Cont suspendat", "MESSAGE": "Contul tău este suspendat. Vă rugăm să contactați echipa de asistență pentru mai multe informații." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "În prezent, vizualizarea:", "SWITCH": "Comută contul", "CONVERSATIONS": "Conversații", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "Toate conversațiile", "MENTIONED_CONVERSATIONS": "Menţionări", "PARTICIPATING_CONVERSATIONS": "Participante", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Echipa", "SET_AVAILABILITY_TITLE": "Setați-vă ca", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Prezentare generală", "FACEBOOK_REAUTHORIZE": "Conexiunea ta de Facebook a expirat, te rugăm să-ți reconectezi pagina de Facebook pentru a continua serviciile", diff --git a/app/javascript/dashboard/i18n/locale/ro/sla.json b/app/javascript/dashboard/i18n/locale/ro/sla.json new file mode 100644 index 000000000..c2da26c80 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ro/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Nu există elemente care să corespundă acestei interogări", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Nume", + "Descriere", + "FRT", + "NRT", + "RT", + "Program de lucru" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Lungimea minimă 2 este necesară", + "VALID_ERROR": "Numai alfabetele, numerele, cratima și sublinierea sunt permise" + }, + "DESCRIPTION": { + "LABEL": "Descriere", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Program de lucru", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Editare", + "CREATE": "Creeaza", + "DELETE": "Şterge", + "CANCEL": "Renunță" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "A apărut o eroare, încercați din nou" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "A apărut o eroare, încercați din nou" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json index 722bf9ef6..7dff57574 100644 --- a/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Введите ключ пользовательского атрибута", "ERROR": "Необходимо указать ключ", "IN_VALID": "Неверный ключ" + }, + "REGEX_PATTERN": { + "LABEL": "Шаблон Regex", + "PLACEHOLDER": "Пожалуйста, введите пользовательский атрибут шаблона регулярного выражения. (Опционально)" + }, + "REGEX_CUE": { + "LABEL": "Предложенное регулярное выражение", + "PLACEHOLDER": "Пожалуйста, введите подсказку для регулярного выражения. (Опционально)" + }, + "ENABLE_REGEX": { + "LABEL": "Включить проверку регулярных выражений" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Нет созданных пользовательских атрибутов", "NOT_FOUND": "Нет настроенных пользовательских атрибутов" + }, + "REGEX_PATTERN": { + "LABEL": "Шаблон Regex", + "PLACEHOLDER": "Пожалуйста, введите пользовательский атрибут шаблона регулярного выражения. (Опционально)" + }, + "REGEX_CUE": { + "LABEL": "Предложенное регулярное выражение", + "PLACEHOLDER": "Пожалуйста, введите подсказку для регулярного выражения. (Опционально)" + }, + "ENABLE_REGEX": { + "LABEL": "Включить проверку регулярных выражений" } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/contact.json b/app/javascript/dashboard/i18n/locale/ru/contact.json index 23c3ad1f0..ce478c5d6 100644 --- a/app/javascript/dashboard/i18n/locale/ru/contact.json +++ b/app/javascript/dashboard/i18n/locale/ru/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Объединить контакты", "CONTACT_ACTIONS": "Действия с контактами", - "MUTE_CONTACT": "Заглушить диалог", - "UNMUTE_CONTACT": "Включить звук диалога", - "MUTED_SUCCESS": "Этот диалог заглушен на 6 часов", - "UNMUTED_SUCCESS": "Этот диалог включен", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Отправить субтитры", "EDIT_LABEL": "Редактировать", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Экспорт контактов", "DESC": "Экспорт контактов в CSV файл.", "SUCCESS_MESSAGE": "Выполняется экспорт. Вы будете уведомлены по электронной почте, когда файл экспорта будет готов к загрузке.", - "ERROR_MESSAGE": "Произошла ошибка, попробуйте еще раз" + "ERROR_MESSAGE": "Произошла ошибка, попробуйте еще раз", + "CONFIRM": { + "TITLE": "Экспорт контактов", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Требуется корректное значение", - "INVALID_URL": "Некорректный URL" + "INVALID_URL": "Некорректный URL", + "INVALID_INPUT": "Неверный ввод" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ru/generalSettings.json b/app/javascript/dashboard/i18n/locale/ru/generalSettings.json index 216175d6f..6c3f75cb1 100644 --- a/app/javascript/dashboard/i18n/locale/ru/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ru/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Удалить метку из разговора", "SETTINGS": "Настройки", "AI_ASSIST": "Помощь ИИ", - "APPEARANCE": "Образец" + "APPEARANCE": "Образец", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Перейти к панели разговоров", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Изменить внешний вид", "LIGHT_MODE": "Светлая", "DARK_MODE": "Тёмная", - "SYSTEM_MODE": "Система" + "SYSTEM_MODE": "Система", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ru/helpCenter.json b/app/javascript/dashboard/i18n/locale/ru/helpCenter.json index a4a2a760c..47f0cbb9c 100644 --- a/app/javascript/dashboard/i18n/locale/ru/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ru/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Последнее изменение" }, "COLUMNS": { - "BY": "От" + "BY": "От", + "AUTHOR_NOT_AVAILABLE": "Автор недоступен" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ru/inbox.json b/app/javascript/dashboard/i18n/locale/ru/inbox.json new file mode 100644 index 000000000..7451c22f1 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ru/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Электронная почта", + "DISPLAY_DROPDOWN": "Отображать", + "LOADING": "Загрузка уведомлений", + "EOF": "Все уведомления загружены 🎉", + "404": "В этой группе нет активных уведомлений.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Уведомления от всех подписанных источников", + "SNOOZED_UNTIL": "Отложить до", + "SNOOZED_UNTIL_TOMORROW": "Отложено до завтра", + "SNOOZED_UNTIL_NEXT_WEEK": "Отложено до следующей недели" + }, + "ACTION_HEADER": { + "SNOOZE": "Отложить уведомление", + "DELETE": "Удалить уведомление" + }, + "TYPES": { + "CONVERSATION_MENTION": "Вас упомянули в диалоге", + "CONVERSATION_CREATION": "Диалог создан", + "CONVERSATION_ASSIGNMENT": "Вам назначен диалог", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Новое сообщение в назначенном диалоге", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Новое сообщение в диалоге, в котором вы участвуете" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Отметить как прочитанное", + "MARK_AS_UNREAD": "Отметить как непрочитанное", + "SNOOZE": "Отложено", + "DELETE": "Удалить", + "MARK_ALL_READ": "Отметить все как прочитанные", + "DELETE_ALL": "Удалить всё", + "DELETE_ALL_READ": "Удалить всё прочитанное" + }, + "DISPLAY_MENU": { + "SORT": "Сортировка", + "DISPLAY": "Отображать :", + "SORT_OPTIONS": { + "NEWEST": "Самые новые", + "OLDEST": "Самые старые", + "PRIORITY": "Приоритет" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Отложено", + "READ": "Прочитано", + "LABELS": "Категории", + "CONVERSATION_ID": "ID диалога" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ru/settings.json b/app/javascript/dashboard/i18n/locale/ru/settings.json index 071c5fed1..929e835bf 100644 --- a/app/javascript/dashboard/i18n/locale/ru/settings.json +++ b/app/javascript/dashboard/i18n/locale/ru/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "дней до окончания бесплатного периода.", "TRAIL_BUTTON": "Купить", "DELETED_USER": "Удаленный пользователь", + "EMAIL_VERIFICATION_PENDING": "Похоже, что вы еще не подтвердили свой адрес электронной почты. Пожалуйста, проверьте свой почтовый ящик для подтверждения электронной почты.", + "RESEND_VERIFICATION_MAIL": "Повторно отправить письмо с подтверждением", + "EMAIL_VERIFICATION_SENT": "Письмо с подтверждением отправлено. Пожалуйста, проверьте свой почтовый ящик.", "ACCOUNT_SUSPENDED": { "TITLE": "Аккаунт заблокирован", "MESSAGE": "Ваша учетная запись приостановлена. Пожалуйста, обратитесь в службу поддержки для получения дополнительной информации." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Сейчас просматривается:", "SWITCH": "Переключить", "CONVERSATIONS": "Диалоги", + "INBOX": "Электронная почта", "ALL_CONVERSATIONS": "Диалоги", "MENTIONED_CONVERSATIONS": "Упоминания", "PARTICIPATING_CONVERSATIONS": "Участвующие", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Электронная почта", "REPORTS_TEAM": "Команда", "SET_AVAILABILITY_TITLE": "Установить себя", + "SLA": "SLA", "BETA": "Бета", "REPORTS_OVERVIEW": "Обзор", "FACEBOOK_REAUTHORIZE": "Ваше подключение к Facebook истекло. Пожалуйста, переподключитесь к Facebook для продолжения работы", diff --git a/app/javascript/dashboard/i18n/locale/ru/sla.json b/app/javascript/dashboard/i18n/locale/ru/sla.json new file mode 100644 index 000000000..7bf47cf4f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ru/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Нет вебхуков, соответствующих запросу", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Имя", + "Описание", + "FRT", + "NRT", + "RT", + "Время работы" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Минимальная длина 2 обязательна", + "VALID_ERROR": "Разрешены только алфавиты, числа, дефисы и подчеркивание" + }, + "DESCRIPTION": { + "LABEL": "Описание", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Время работы", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Редактировать", + "CREATE": "Создать", + "DELETE": "Удалить", + "CANCEL": "Отменить" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Произошла ошибка, попробуйте еще раз" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Произошла ошибка, попробуйте еще раз" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sh/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sh/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/sh/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sh/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/sh/contact.json b/app/javascript/dashboard/i18n/locale/sh/contact.json index 7f4410464..7ab197734 100644 --- a/app/javascript/dashboard/i18n/locale/sh/contact.json +++ b/app/javascript/dashboard/i18n/locale/sh/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/sh/generalSettings.json b/app/javascript/dashboard/i18n/locale/sh/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/sh/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sh/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/sh/helpCenter.json b/app/javascript/dashboard/i18n/locale/sh/helpCenter.json index f44e44c6f..cd397ed1e 100644 --- a/app/javascript/dashboard/i18n/locale/sh/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sh/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/sh/inbox.json b/app/javascript/dashboard/i18n/locale/sh/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sh/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json index 70799b835..1b138fe95 100644 --- a/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/sh/settings.json b/app/javascript/dashboard/i18n/locale/sh/settings.json index b96a7c091..a953dbca0 100644 --- a/app/javascript/dashboard/i18n/locale/sh/settings.json +++ b/app/javascript/dashboard/i18n/locale/sh/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/sh/sla.json b/app/javascript/dashboard/i18n/locale/sh/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sh/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json index 87d409e06..03dddd41e 100644 --- a/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/sk/contact.json b/app/javascript/dashboard/i18n/locale/sk/contact.json index 6421e10c1..3140cf6ba 100644 --- a/app/javascript/dashboard/i18n/locale/sk/contact.json +++ b/app/javascript/dashboard/i18n/locale/sk/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Zlúčiť kontakt", "CONTACT_ACTIONS": "Akcie kontaktov", - "MUTE_CONTACT": "Stlmiť konverzáciu", - "UNMUTE_CONTACT": "Zrušenie stíšenia konverzácie", - "MUTED_SUCCESS": "Táto konverzácia je stlmená na 6 hodín", - "UNMUTED_SUCCESS": "Táto konverzácia nie je stlmená", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Odoslať prepis", "EDIT_LABEL": "Upraviť", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Vyskytla sa chyba, skúste to prosím znova" + "ERROR_MESSAGE": "Vyskytla sa chyba, skúste to prosím znova", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Vyžaduje sa platná hodnota", - "INVALID_URL": "Neplatná URL" + "INVALID_URL": "Neplatná URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/sk/generalSettings.json b/app/javascript/dashboard/i18n/locale/sk/generalSettings.json index b37444add..c6c183780 100644 --- a/app/javascript/dashboard/i18n/locale/sk/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sk/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Odstrániť štítok z konverzácie", "SETTINGS": "Nastavenia", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Prejsť na ovládací panel konverzácie", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/sk/helpCenter.json b/app/javascript/dashboard/i18n/locale/sk/helpCenter.json index be48c6bb0..d0c40ce52 100644 --- a/app/javascript/dashboard/i18n/locale/sk/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sk/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/sk/inbox.json b/app/javascript/dashboard/i18n/locale/sk/inbox.json new file mode 100644 index 000000000..4d356e350 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sk/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Schránka", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Odložené do zajtra", + "SNOOZED_UNTIL_NEXT_WEEK": "Odložené do ďalšieho týždňa" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Vymazať", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Odložené", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json index ff2203b0d..6dc024aa1 100644 --- a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Aktualizácia nastavení otváracích hodín", "TOGGLE_AVAILABILITY": "Povoliť nastavenie otváracích hodín pre túto schránku", "UNAVAILABLE_MESSAGE_LABEL": "Správa pre návštevníkov pri nedostupnosti", - "TOGGLE_HELP": "Ak povolíte otváracie hodiny, na widgete živého chatu sa zobrazia dostupné hodiny, aj keď sú všetci agenti offline. Mimo dostupných hodín môžu byť návštevníci upozornení správou a formulárom pred konverzáciou.", + "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.", "DAY": { "ENABLE": "Povolenie dostupnosti pre tento deň", "UNAVAILABLE": "Neodstupné", diff --git a/app/javascript/dashboard/i18n/locale/sk/settings.json b/app/javascript/dashboard/i18n/locale/sk/settings.json index 133d4cbd7..7305d4fa5 100644 --- a/app/javascript/dashboard/i18n/locale/sk/settings.json +++ b/app/javascript/dashboard/i18n/locale/sk/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Rozhovory", + "INBOX": "Schránka", "ALL_CONVERSATIONS": "Všetky konverzácie", "MENTIONED_CONVERSATIONS": "Zmienky", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Schránka", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Prehľad", "FACEBOOK_REAUTHORIZE": "Vaše pripojenie k Facebooku vypršalo, pre pokračovanie v službách prosím znovu pripojte svoju stránku na Facebooku", diff --git a/app/javascript/dashboard/i18n/locale/sk/sla.json b/app/javascript/dashboard/i18n/locale/sk/sla.json new file mode 100644 index 000000000..ced225b50 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sk/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Neexistujú žiadne položky, ktoré by zodpovedali tejto požiadavke", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Meno", + "Description", + "FRT", + "NRT", + "RT", + "Otváracie hodiny" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Otváracie hodiny", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Upraviť", + "CREATE": "Create", + "DELETE": "Vymazať", + "CANCEL": "Zrušiť" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Vyskytla sa chyba, skúste to prosím znova" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Vyskytla sa chyba, skúste to prosím znova" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sl/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/sl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sl/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/sl/contact.json b/app/javascript/dashboard/i18n/locale/sl/contact.json index 7ad18b792..791279899 100644 --- a/app/javascript/dashboard/i18n/locale/sl/contact.json +++ b/app/javascript/dashboard/i18n/locale/sl/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress. You will be notified on email when the export file is ready to download.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/sl/generalSettings.json b/app/javascript/dashboard/i18n/locale/sl/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/sl/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sl/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/sl/helpCenter.json b/app/javascript/dashboard/i18n/locale/sl/helpCenter.json index 1f3bda807..d94692e3d 100644 --- a/app/javascript/dashboard/i18n/locale/sl/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sl/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/sl/inbox.json b/app/javascript/dashboard/i18n/locale/sl/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sl/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sl/inboxMgmt.json index 74eff2033..8d1662f91 100644 --- a/app/javascript/dashboard/i18n/locale/sl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sl/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/sl/settings.json b/app/javascript/dashboard/i18n/locale/sl/settings.json index b96a7c091..a953dbca0 100644 --- a/app/javascript/dashboard/i18n/locale/sl/settings.json +++ b/app/javascript/dashboard/i18n/locale/sl/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/sl/sla.json b/app/javascript/dashboard/i18n/locale/sl/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sl/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sq/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sq/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/sq/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sq/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/sq/contact.json b/app/javascript/dashboard/i18n/locale/sq/contact.json index 7ad18b792..791279899 100644 --- a/app/javascript/dashboard/i18n/locale/sq/contact.json +++ b/app/javascript/dashboard/i18n/locale/sq/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress. You will be notified on email when the export file is ready to download.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/sq/generalSettings.json b/app/javascript/dashboard/i18n/locale/sq/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/sq/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sq/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/sq/helpCenter.json b/app/javascript/dashboard/i18n/locale/sq/helpCenter.json index 1f3bda807..d94692e3d 100644 --- a/app/javascript/dashboard/i18n/locale/sq/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sq/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/sq/inbox.json b/app/javascript/dashboard/i18n/locale/sq/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sq/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sq/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sq/inboxMgmt.json index 74eff2033..8d1662f91 100644 --- a/app/javascript/dashboard/i18n/locale/sq/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sq/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/sq/settings.json b/app/javascript/dashboard/i18n/locale/sq/settings.json index b96a7c091..a953dbca0 100644 --- a/app/javascript/dashboard/i18n/locale/sq/settings.json +++ b/app/javascript/dashboard/i18n/locale/sq/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/sq/sla.json b/app/javascript/dashboard/i18n/locale/sq/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sq/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sr/attributesMgmt.json index 476286ce7..f64cb98e8 100644 --- a/app/javascript/dashboard/i18n/locale/sr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sr/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Unesite ključ prilagođenog atributa", "ERROR": "Ključ je neophodan", "IN_VALID": "Neispravan ključ" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Nema kreiranih prilagođenih atributa", "NOT_FOUND": "Nema podešenih prilagođenih atributa" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/sr/contact.json b/app/javascript/dashboard/i18n/locale/sr/contact.json index 07a1f73c6..8f8590ff4 100644 --- a/app/javascript/dashboard/i18n/locale/sr/contact.json +++ b/app/javascript/dashboard/i18n/locale/sr/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Spoji kontakt", "CONTACT_ACTIONS": "Akcije nad kontaktom", - "MUTE_CONTACT": "Utišaj razgovor", - "UNMUTE_CONTACT": "Poništi utišanje razgovora", - "MUTED_SUCCESS": "Ovaj razgovor je utišan za narednih 6 sati", - "UNMUTED_SUCCESS": "Ovaj razgovor više nije utišan", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Pošalji transkript", "EDIT_LABEL": "Uredi", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Pojavila se greška, molim vas pokušajte ponovo" + "ERROR_MESSAGE": "Pojavila se greška, molim vas pokušajte ponovo", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Ispravna vrednost je obavezna", - "INVALID_URL": "Neispravna adresa" + "INVALID_URL": "Neispravna adresa", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/sr/generalSettings.json b/app/javascript/dashboard/i18n/locale/sr/generalSettings.json index 7c3ed949f..ff162689a 100644 --- a/app/javascript/dashboard/i18n/locale/sr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sr/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Ukloni oznaku sa razgovora", "SETTINGS": "Podešavanja", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Idi na radnu tablu razgovora", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/sr/helpCenter.json b/app/javascript/dashboard/i18n/locale/sr/helpCenter.json index 56a320a65..48c9726a5 100644 --- a/app/javascript/dashboard/i18n/locale/sr/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sr/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Poslednje izmenjeno" }, "COLUMNS": { - "BY": "od strane" + "BY": "od strane", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/sr/inbox.json b/app/javascript/dashboard/i18n/locale/sr/inbox.json new file mode 100644 index 000000000..8ca769d70 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sr/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Prijemno sanduče", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Odloženo do sutra", + "SNOOZED_UNTIL_NEXT_WEEK": "Odloženo do sledeće nedelje" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Odloži", + "DELETE": "Izbriši", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioritet" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Odložen", + "READ": "Pročitane", + "LABELS": "Oznake", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json index 49c6a3207..cdef30a0b 100644 --- a/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Izmena podešavanja radnog vremena", "TOGGLE_AVAILABILITY": "Omogući vreme dostupnosti za ovo prijemno sanduče", "UNAVAILABLE_MESSAGE_LABEL": "Poruka nedostupnosti za posetioce", - "TOGGLE_HELP": "Omogućavanje vremena dostupnosti će prikazati dostupno vreme na vidžetu ćaskanja čak i kada su svi agenti nedostupni. Van radnih sati posetioci će biti upozoreni porukom i formularom pre ćaskanja.", + "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.", "DAY": { "ENABLE": "Omogućite dostupnost za ovaj dan", "UNAVAILABLE": "Nedostupan", diff --git a/app/javascript/dashboard/i18n/locale/sr/settings.json b/app/javascript/dashboard/i18n/locale/sr/settings.json index 122323559..bf66c24c2 100644 --- a/app/javascript/dashboard/i18n/locale/sr/settings.json +++ b/app/javascript/dashboard/i18n/locale/sr/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dana preostalo od probnog perioda.", "TRAIL_BUTTON": "Kupi sada", "DELETED_USER": "Obrisan korisnik", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Nalog je suspendovan", "MESSAGE": "Vaš nalog je suspendovan. Molim vas kontaktirajte tim za podršku za dodatne informacije." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Trenutno pregledate:", "SWITCH": "Prebaci", "CONVERSATIONS": "Razgovori", + "INBOX": "Prijemno sanduče", "ALL_CONVERSATIONS": "Svi razgovori", "MENTIONED_CONVERSATIONS": "Spominjanja", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Prijemno sanduče", "REPORTS_TEAM": "Tim", "SET_AVAILABILITY_TITLE": "Postavite da ste", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Pregled", "FACEBOOK_REAUTHORIZE": "Vaša veza sa Fejsbukom je istekla, molim vas povežite ponovo vašu Fejsbuk stranicu za nastavak servisa", diff --git a/app/javascript/dashboard/i18n/locale/sr/sla.json b/app/javascript/dashboard/i18n/locale/sr/sla.json new file mode 100644 index 000000000..50507ee46 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sr/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Nema razultata", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Ime", + "Opis", + "FRT", + "NRT", + "RT", + "Radno vreme" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Obavezna je minimalna dužina od 2 karaktera", + "VALID_ERROR": "Dozvoljena su samo slova, brojevi, crtice i donje crtice" + }, + "DESCRIPTION": { + "LABEL": "Opis", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Radno vreme", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Uredi", + "CREATE": "Napravi", + "DELETE": "Izbriši", + "CANCEL": "Otkaži" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Pojavila se greška, molim vas pokušajte ponovo" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Pojavila se greška, molim vas pokušajte ponovo" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json index f219c1895..37e492bb3 100644 --- a/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/sv/contact.json b/app/javascript/dashboard/i18n/locale/sv/contact.json index b8092abc9..70fc41046 100644 --- a/app/javascript/dashboard/i18n/locale/sv/contact.json +++ b/app/javascript/dashboard/i18n/locale/sv/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Slå samman kontakt", "CONTACT_ACTIONS": "Kontakt åtgärder", - "MUTE_CONTACT": "Tysta konversation", - "UNMUTE_CONTACT": "Avtysta konversation", - "MUTED_SUCCESS": "Denna konversation är tystad i 6 timmar", - "UNMUTED_SUCCESS": "Denna konversation är avtystad", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Skicka transkribering", "EDIT_LABEL": "Redigera", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Ett fel uppstod, vänligen försök igen" + "ERROR_MESSAGE": "Ett fel uppstod, vänligen försök igen", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Ogiltig URL" + "INVALID_URL": "Ogiltig URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/sv/generalSettings.json b/app/javascript/dashboard/i18n/locale/sv/generalSettings.json index 855617266..9c23f1e13 100644 --- a/app/javascript/dashboard/i18n/locale/sv/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sv/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Inställningar", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/sv/helpCenter.json b/app/javascript/dashboard/i18n/locale/sv/helpCenter.json index c5dcbbbc1..c45e9f2dc 100644 --- a/app/javascript/dashboard/i18n/locale/sv/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sv/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Senast redigerad" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Författaren är inte tillgänglig" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/sv/inbox.json b/app/javascript/dashboard/i18n/locale/sv/inbox.json new file mode 100644 index 000000000..425dd9baa --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sv/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inkorg", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Alla aviseringar laddade 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozad till", + "SNOOZED_UNTIL_TOMORROW": "Snoozad till imorgon", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozad till nästa vecka" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Markera som oläst", + "SNOOZE": "Snooza", + "DELETE": "Radera", + "MARK_ALL_READ": "Markera alla som lästa", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Prioritet" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Pausad", + "READ": "Read", + "LABELS": "Etiketter", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json index 7e799cff9..6a16de08a 100644 --- a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/sv/settings.json b/app/javascript/dashboard/i18n/locale/sv/settings.json index 16574ad8b..603ea228b 100644 --- a/app/javascript/dashboard/i18n/locale/sv/settings.json +++ b/app/javascript/dashboard/i18n/locale/sv/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "dagars provperiod återstår.", "TRAIL_BUTTON": "Köp nu", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "Det verkar som om du inte har bekräftat din e-postadress ännu. Vänligen kolla din inkorg för verifieringsmailet.", + "RESEND_VERIFICATION_MAIL": "Skicka verifieringsmail igen", + "EMAIL_VERIFICATION_SENT": "Ett verifieringsmail har skickats. Kolla din inkorg.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Konversationer", + "INBOX": "Inkorg", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Deltar", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inkorg", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Din Facebook-anslutning har löpt ut, vänligen återanslut din Facebook-sida för att fortsätta med tjänsterna", diff --git a/app/javascript/dashboard/i18n/locale/sv/sla.json b/app/javascript/dashboard/i18n/locale/sv/sla.json new file mode 100644 index 000000000..deb61fab1 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/sv/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Det finns inga objekt som matchar denna fråga", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Namn", + "Beskrivning", + "FRT", + "NRT", + "RT", + "Öppettider" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Beskrivning", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Öppettider", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Redigera", + "CREATE": "Skapa", + "DELETE": "Radera", + "CANCEL": "Avbryt" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Ett fel uppstod, vänligen försök igen" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Ett fel uppstod, vänligen försök igen" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json index bba596f6f..e4d8de8fc 100644 --- a/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ta/contact.json b/app/javascript/dashboard/i18n/locale/ta/contact.json index c39635bfa..939aa68d5 100644 --- a/app/javascript/dashboard/i18n/locale/ta/contact.json +++ b/app/javascript/dashboard/i18n/locale/ta/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "திருத்து", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ta/generalSettings.json b/app/javascript/dashboard/i18n/locale/ta/generalSettings.json index 4163229e6..2ccedcb2c 100644 --- a/app/javascript/dashboard/i18n/locale/ta/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ta/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "அமைப்புகள்", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ta/helpCenter.json b/app/javascript/dashboard/i18n/locale/ta/helpCenter.json index f6edceb92..bff004dec 100644 --- a/app/javascript/dashboard/i18n/locale/ta/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ta/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ta/inbox.json b/app/javascript/dashboard/i18n/locale/ta/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ta/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json index b02e2252c..1993cd7d5 100644 --- a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ta/settings.json b/app/javascript/dashboard/i18n/locale/ta/settings.json index db3f9008c..f8ef418da 100644 --- a/app/javascript/dashboard/i18n/locale/ta/settings.json +++ b/app/javascript/dashboard/i18n/locale/ta/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "நாட்கள் சோதனை மீதமுள்ளது.", "TRAIL_BUTTON": "இப்போது வாங்க", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "உரையாடல்கள்", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ta/sla.json b/app/javascript/dashboard/i18n/locale/ta/sla.json new file mode 100644 index 000000000..7eacfea2c --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ta/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "இந்த கேள்விக்கு பொருந்தக்கூடியவை எதுவும் இல்லை", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "பெயர்", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "திருத்து", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "ரத்துசெய்" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json index 8e52ac44c..7df48bbe4 100644 --- a/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "โปรดใส่คีย์ของแอตทริบิวต์เเบบกำหนดเอง", "ERROR": "โปรดระบุคีย์", "IN_VALID": "คีย์นี้ใช้ไม่ได้" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "ไม่พบแอตทริบิวต์เเบบกำหนดเองที่สร้างไว้", "NOT_FOUND": "ไม่มีแอตทริบิวต์เเบบกำหนดเอง ที่กำหนดค่าไว้" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/th/contact.json b/app/javascript/dashboard/i18n/locale/th/contact.json index baa81ed94..107370e6a 100644 --- a/app/javascript/dashboard/i18n/locale/th/contact.json +++ b/app/javascript/dashboard/i18n/locale/th/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "รวมผู้ติดต่อ", "CONTACT_ACTIONS": "ดำเนินการติดต่อ", - "MUTE_CONTACT": "ระงับการสนทนา", - "UNMUTE_CONTACT": "เลิกใบ้การสนทนา", - "MUTED_SUCCESS": "การสนทนานี้ถูกระงับ 6 ชั่วโมง", - "UNMUTED_SUCCESS": "การสนทนานี้เลิกใบ้เเล้ว", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "ส่งประวัติเเชท", "EDIT_LABEL": "เเก้ไข", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง" + "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "โปรดระบุค่าที่ถูกต้อง", - "INVALID_URL": "URL ไม่ถูกต้อง" + "INVALID_URL": "URL ไม่ถูกต้อง", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/th/generalSettings.json b/app/javascript/dashboard/i18n/locale/th/generalSettings.json index 5e5ca75ce..feb70fe3c 100644 --- a/app/javascript/dashboard/i18n/locale/th/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/th/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "ลบป้ายกำกับออกจากการสนทนา", "SETTINGS": "ตั้งค่า", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "ไปยังแดชบอร์ดการสนทนา", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/th/helpCenter.json b/app/javascript/dashboard/i18n/locale/th/helpCenter.json index 4f28c1ef4..4558d5810 100644 --- a/app/javascript/dashboard/i18n/locale/th/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/th/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/th/inbox.json b/app/javascript/dashboard/i18n/locale/th/inbox.json new file mode 100644 index 000000000..4447ddef5 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/th/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "กล่องข้อความ", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "พักการสนทนาจนถึงพรุ่งนี้", + "SNOOZED_UNTIL_NEXT_WEEK": "พักการสนทนาจนถึงสัปดาห์หน้า" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "ลบ", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "หลับ", + "READ": "อ่านแล้ว", + "LABELS": "ป้ายกำกับ", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json index aae9b171d..f605463f4 100644 --- a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "อัปเดตเวลาทำการ", "TOGGLE_AVAILABILITY": "แสดงความพร้อมในการให้บริการสำหรับกล่องข้อความนี้", "UNAVAILABLE_MESSAGE_LABEL": "ข้อความที่ต้องการแสดงเมื่ออยู่นอกเวลาทำการ", - "TOGGLE_HELP": "การเปิดใช้ความพร้อมในการให้บริการจะแสดงเวลาทำการบน live-chat widget แม้ว่าพนักงานทุกคนจะออฟไลน์ เมื่อมีลูกค้าต้องการติดต่อนอกเวลาทำการจะมีข้อความแจ้งเตือน และแสดงแบบสอบถามก่อนเริ่มแชทให้กับลูกค้า", + "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.", "DAY": { "ENABLE": "เปิดใช้ความพร้อมในการให้บริการสำหรับวันนี้", "UNAVAILABLE": "ไม่พร้อมให้บริการ", diff --git a/app/javascript/dashboard/i18n/locale/th/settings.json b/app/javascript/dashboard/i18n/locale/th/settings.json index d63082424..6028abd11 100644 --- a/app/javascript/dashboard/i18n/locale/th/settings.json +++ b/app/javascript/dashboard/i18n/locale/th/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "จำนวนวันทดลองใช้ที่เหลืออยู่", "TRAIL_BUTTON": "ซื้อเลย", "DELETED_USER": "ผู้ใช้งานที่ถูกลบ", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "กำลังดูอยู่:", "SWITCH": "Switch", "CONVERSATIONS": "การสนทนา", + "INBOX": "กล่องข้อความ", "ALL_CONVERSATIONS": "การสนทนาทั้งหมด", "MENTIONED_CONVERSATIONS": "การกล่าวถึง", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "กล่องข้อความ", "REPORTS_TEAM": "ทีม", "SET_AVAILABILITY_TITLE": "ตั้งสถานะเป็น...", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "ภาพรวม", "FACEBOOK_REAUTHORIZE": "การเชื่อมต่อกับ Facebook หมดอายุแล้ว โปรดเชื่อมต่อใหม่อีกครั้ง", diff --git a/app/javascript/dashboard/i18n/locale/th/sla.json b/app/javascript/dashboard/i18n/locale/th/sla.json new file mode 100644 index 000000000..0d972ee37 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/th/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "ไม่มีรายการที่ตรงกับเนื้อหานี้", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "ชื่อ", + "คำอธิบาย", + "FRT", + "NRT", + "RT", + "เวลาทำการ" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "ชื่อป้ายกำกับต้องยาวอย่างน้อย 2 ตัวอักษร", + "VALID_ERROR": "ชื่อป้ายกำกับต้องเป็นตัวอักษรภาษาอังกฤษ ตัวเลข ขีดกลาง'-' และ ขีดล่าง'_' เท่านั้น" + }, + "DESCRIPTION": { + "LABEL": "คำอธิบาย", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "เวลาทำการ", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "เเก้ไข", + "CREATE": "สร้าง", + "DELETE": "ลบ", + "CANCEL": "ยกเลิก" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json index f3978834a..4fd1a9bda 100644 --- a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json @@ -76,8 +76,8 @@ }, "AGENT_AVAILABILITY": { "LABEL": "Uygun", - "PLACEHOLDER": "Lütfen bir müsaitlik durumu seçin", - "ERROR": "Müsaitlik gereklidir" + "PLACEHOLDER": "Lütfen bir erişilebilirlik durumu seçin", + "ERROR": "Erişilebilirlik gereklidir" }, "SUBMIT": "Temsilciyi düzenle" }, diff --git a/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json index af886afa1..10929f6c6 100644 --- a/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Özel nitelik anahtarını girin", "ERROR": "Anahtar gerekli", "IN_VALID": "Geçersiz anahtar" + }, + "REGEX_PATTERN": { + "LABEL": "Düzenli İfade", + "PLACEHOLDER": "Lütfen özel nitelikli düzenli deseni giriniz. (İsteğe bağlı)" + }, + "REGEX_CUE": { + "LABEL": "Düzenli ifade ipucu", + "PLACEHOLDER": "Lütfen düzenli ifade ipucunu girin (İsteğe bağlı)" + }, + "ENABLE_REGEX": { + "LABEL": "Düzenli ifade doğrulamasını aç" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Oluşturulmuş özel nitelik yok", "NOT_FOUND": "Yapılandırılmış özel nitelikler yok" + }, + "REGEX_PATTERN": { + "LABEL": "Düzenli İfade", + "PLACEHOLDER": "Lütfen özel nitelikli düzenli deseni giriniz. (İsteğe bağlı)" + }, + "REGEX_CUE": { + "LABEL": "Düzenli ifade ipucu", + "PLACEHOLDER": "Lütfen düzenli ifade ipucunu girin (İsteğe bağlı)" + }, + "ENABLE_REGEX": { + "LABEL": "Düzenli ifade doğrulamasını aç" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/chatlist.json b/app/javascript/dashboard/i18n/locale/tr/chatlist.json index 4c5768fec..fadac0b00 100644 --- a/app/javascript/dashboard/i18n/locale/tr/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/tr/chatlist.json @@ -53,28 +53,28 @@ }, "SORT_ORDER_ITEMS": { "last_activity_at_asc": { - "TEXT": "Last activity: Oldest first" + "TEXT": "Son aktivite: En eski" }, "last_activity_at_desc": { - "TEXT": "Last activity: Newest first" + "TEXT": "Son Aktivite: En Yeni" }, "created_at_desc": { - "TEXT": "Created at: Newest first" + "TEXT": "Oluşturulma: En Yeni" }, "created_at_asc": { - "TEXT": "Created at: Oldest first" + "TEXT": "Oluşturulma: En Eski" }, "priority_desc": { - "TEXT": "Priority: Highest first" + "TEXT": "Öncelik: Yüksek" }, "priority_asc": { - "TEXT": "Priority: Lowest first" + "TEXT": "Öncelik: Düşük" }, "waiting_since_asc": { - "TEXT": "Pending Response: Longest first" + "TEXT": "Cevap Bekleyen: Uzun olan" }, "waiting_since_desc": { - "TEXT": "Pending Response: Shortest first" + "TEXT": "Cevap Bekleyen: Kısa olan" } }, "ATTACHMENTS": { diff --git a/app/javascript/dashboard/i18n/locale/tr/contact.json b/app/javascript/dashboard/i18n/locale/tr/contact.json index 31872199a..ca71fbde0 100644 --- a/app/javascript/dashboard/i18n/locale/tr/contact.json +++ b/app/javascript/dashboard/i18n/locale/tr/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Kişileri birleştir", "CONTACT_ACTIONS": "Kişi Eylemleri", - "MUTE_CONTACT": "Konuşmayı Sessize Al", - "UNMUTE_CONTACT": "Konuşmanın Sesini Aç", - "MUTED_SUCCESS": "Bu konuşma 6 saatliğine sessize alındı", - "UNMUTED_SUCCESS": "Bu görüşmenin sesi kapatıldı", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Transkript Gönder", "EDIT_LABEL": "Düzenle", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Kişileri Dışa Aktar", "DESC": "Kişileri CSV dosyası olarak dışa aktar.", "SUCCESS_MESSAGE": "Dışa aktarma işlemi devam ediyor, dışa aktarma dosyası indirmeye hazır olduğunda e-posta ile bildirileceksiniz.", - "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" + "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin", + "CONFIRM": { + "TITLE": "Kişileri Dışa Aktar", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Geçerli değer gereklidir", - "INVALID_URL": "Geçersiz URL" + "INVALID_URL": "Geçersiz URL", + "INVALID_INPUT": "Geçersiz giriş" } }, "MERGE_CONTACTS": { @@ -357,7 +364,7 @@ "SUMMARY": { "TITLE": "Özet", "DELETE_WARNING": "%{primaryContactName} kişisi silinecek.", - "ATTRIBUTE_WARNING": "Contact details of %{primaryContactName} will be copied to %{parentContactName}." + "ATTRIBUTE_WARNING": "Şu: %{primaryContactName} kişinin iletişim bilgileri, şu%{parentContactName} kişiye kopyalanacaktır." }, "SEARCH": { "ERROR": "ERROR_MESSAGE" diff --git a/app/javascript/dashboard/i18n/locale/tr/conversation.json b/app/javascript/dashboard/i18n/locale/tr/conversation.json index e4371c71d..2faf2852d 100644 --- a/app/javascript/dashboard/i18n/locale/tr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/tr/conversation.json @@ -41,9 +41,9 @@ "SAVE_CONTACT": "Kaydet", "UPLOADING_ATTACHMENTS": "Dosyalar gönderiliyor...", "REPLIED_TO_STORY": "Hikayene cevap verildi", - "UNSUPPORTED_MESSAGE": "This message is unsupported.", - "UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.", - "UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.", + "UNSUPPORTED_MESSAGE": "Bu mesaj desteklenmiyor.", + "UNSUPPORTED_MESSAGE_FACEBOOK": "Bu mesaj desteklenmiyor. Bu mesajı Facebook Messenger uygulamasında görüntüleyebilirsiniz.", + "UNSUPPORTED_MESSAGE_INSTAGRAM": "Bu mesaj desteklenmiyor. Bu mesajı Instagram uygulamasında görüntüleyebilirsiniz.", "SUCCESS_DELETE_MESSAGE": "Mesaj başarıyla silindi", "FAIL_DELETE_MESSSAGE": "Mesaj silinemiyor. Tekrar deneyin", "NO_RESPONSE": "Cevap Yok", diff --git a/app/javascript/dashboard/i18n/locale/tr/generalSettings.json b/app/javascript/dashboard/i18n/locale/tr/generalSettings.json index 2988f3394..43daead87 100644 --- a/app/javascript/dashboard/i18n/locale/tr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/tr/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Konuşmadan Etiketi Kaldır", "SETTINGS": "Ayarlar", "AI_ASSIST": "AI Yardımı", - "APPEARANCE": "Görünüm" + "APPEARANCE": "Görünüm", + "SNOOZE_NOTIFICATION": "Sessiz bildirim" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Konuşma Paneline Git", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Görünümü Değiştir", "LIGHT_MODE": "Açık Mod", "DARK_MODE": "Koyu Mod", - "SYSTEM_MODE": "Sistem Modu" + "SYSTEM_MODE": "Sistem Modu", + "SNOOZE_NOTIFICATION": "Sessiz bildirim" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/tr/helpCenter.json b/app/javascript/dashboard/i18n/locale/tr/helpCenter.json index 68251bfdf..a9c949ed8 100644 --- a/app/javascript/dashboard/i18n/locale/tr/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/tr/helpCenter.json @@ -18,10 +18,10 @@ "ARCHIVED": "Arşivlenmiş Makaleler" }, "LOCALE_SELECT": { - "TITLE": "Select locale", - "PLACEHOLDER": "Select locale", - "NO_RESULT": "No locale found", - "SEARCH_PLACEHOLDER": "Search locale" + "TITLE": "Dil seçin", + "PLACEHOLDER": "Dil seçin", + "NO_RESULT": "Dil bulunamadı", + "SEARCH_PLACEHOLDER": "Dil ara" } }, "EDIT_HEADER": { @@ -324,7 +324,8 @@ "LAST_EDITED": "Son düzenleme" }, "COLUMNS": { - "BY": "tarafından" + "BY": "tarafından", + "AUTHOR_NOT_AVAILABLE": "Yazar uygun değil" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/tr/inbox.json b/app/javascript/dashboard/i18n/locale/tr/inbox.json new file mode 100644 index 000000000..2cae19c0e --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/tr/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Gelen Kutusu", + "DISPLAY_DROPDOWN": "Görüntüle", + "LOADING": "Bildirimler yükleniyor", + "EOF": "Tüm bildirimler yüklendi 🎉", + "404": "Bu grupta aktif görüşme yok.", + "NO_NOTIFICATIONS": "Bildirim yok", + "NOTE": "Abone olunan tüm gelen kutularından bildirimler", + "SNOOZED_UNTIL": "Susturulacak kadar ertelendi", + "SNOOZED_UNTIL_TOMORROW": "yarına ertelendi", + "SNOOZED_UNTIL_NEXT_WEEK": "Önümüzdeki haftaya ertelendi" + }, + "ACTION_HEADER": { + "SNOOZE": "Sessiz bildirim", + "DELETE": "Bildirimi Sil" + }, + "TYPES": { + "CONVERSATION_MENTION": "Bir konuşmada senden bahsedildi", + "CONVERSATION_CREATION": "Yeni bir görüşme oluşturuldu", + "CONVERSATION_ASSIGNMENT": "Size bir görüşme atandı", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Atandığınız görüşmeden bir yeni mesaj", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Katıldığınız sohbetteki yeni mesaj" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Okundu olarak işaretle", + "MARK_AS_UNREAD": "Okunmamış olarak işaretle", + "SNOOZE": "Sustur", + "DELETE": "Sil", + "MARK_ALL_READ": "Tümünü okundu olarak işaretle", + "DELETE_ALL": "Tümünü sil", + "DELETE_ALL_READ": "Tüm okunmuşları sil" + }, + "DISPLAY_MENU": { + "SORT": "Filtre", + "DISPLAY": "Görüntüle :", + "SORT_OPTIONS": { + "NEWEST": "En Yeni", + "OLDEST": "En Eski", + "PRIORITY": "Öncelik" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Susturuldu", + "READ": "Oku", + "LABELS": "Etiketler", + "CONVERSATION_ID": "Sohbet ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Bildirim okundu olarak işaretlendi", + "MARK_AS_UNREAD": "Bildirim okunmamış olarak işaretlendi", + "SNOOZE": "Bildirim Sessize Alındı", + "DELETE": "Bildirim Silindi", + "MARK_ALL_READ": "Tüm Bildirimler Okundu Olarak İşaretlendi", + "DELETE_ALL": "Tüm Bildirimler Silindi", + "DELETE_ALL_READ": "Tüm Okunmuş Bildirimler Silindi" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json index a137c58b4..30713a4ec 100644 --- a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "İş Saatleri Ayarlarını Güncelle", "TOGGLE_AVAILABILITY": "Bu gelen kutusu için iş uygunluğunu etkinleştir", "UNAVAILABLE_MESSAGE_LABEL": "Ziyaretçiler için uygun değil mesajı", - "TOGGLE_HELP": "İş uygunluğu etkinleştirildiğinde, tüm ajanlar çevrimdışı olsa bile canlı sohbet widget'ında uygun saatler görüntülenecektir. Uygun olmayan saatlerde ziyaretçilere bir mesaj ve bir ön sohbet formu ile uyarı yapılabilir.", + "TOGGLE_HELP": "İşletme erişilebilirliğini etkinleştirmek, tüm temsilciler çevrimdışı olsa bile canlı sohbet ekranında mevcut saatleri gösterecektir. Mevcut saatler dışında ziyaretçiler bir mesaj ve ön sohbet formu ile uyarılabilir.", "DAY": { "ENABLE": "Bu gün için uygunluğu etkinleştir", "UNAVAILABLE": "Uygun Değil", diff --git a/app/javascript/dashboard/i18n/locale/tr/search.json b/app/javascript/dashboard/i18n/locale/tr/search.json index da8e1ed99..703aecc9c 100644 --- a/app/javascript/dashboard/i18n/locale/tr/search.json +++ b/app/javascript/dashboard/i18n/locale/tr/search.json @@ -11,8 +11,8 @@ "CONVERSATIONS": "Konuşmalar", "MESSAGES": "Mesajlar" }, - "EMPTY_STATE": "No %{item} found for query '%{query}'", - "EMPTY_STATE_FULL": "No results found for query '%{query}'", + "EMPTY_STATE": "%{query} sorgusunda hiç bir %{item} bulunamadı", + "EMPTY_STATE_FULL": "%{query} sorgusu için hiç bir sonuç bulunamadı", "PLACEHOLDER_KEYBINDING": "odaklanmak için / basın", "INPUT_PLACEHOLDER": "Aramak için 3 veya daha fazla karakter yazın", "EMPTY_STATE_DEFAULT": "Daha iyi arama sonuçları için konuşma id si, e-posta, telefon numarası, mesajlara göre arama yapın. ", diff --git a/app/javascript/dashboard/i18n/locale/tr/settings.json b/app/javascript/dashboard/i18n/locale/tr/settings.json index 3212dc38e..9d1fe9804 100644 --- a/app/javascript/dashboard/i18n/locale/tr/settings.json +++ b/app/javascript/dashboard/i18n/locale/tr/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "gün deneme kaldı.", "TRAIL_BUTTON": "Şimdi satın al", "DELETED_USER": "Silinmiş Kullanıcı", + "EMAIL_VERIFICATION_PENDING": "Görünüşe göre E-Posta adresinizi henüz doğrulamadınız. Lütfen doğrulama e-postası için gelen kutunuzu kontrol edin.", + "RESEND_VERIFICATION_MAIL": "Doğrulama E-Postasını tekrar gönder", + "EMAIL_VERIFICATION_SENT": "Doğrulama E-Postası gönderildi. Lütfen gelen kutunuzu kontrol edin.", "ACCOUNT_SUSPENDED": { "TITLE": "Hesap Askıya Alındı", "MESSAGE": "Hesabınız askıya alındı. Daha fazla bilgi için lütfen destek ekibine ulaşın." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Şu an görüntülüyor:", "SWITCH": "Değiştir", "CONVERSATIONS": "Konuşmalar", + "INBOX": "Gelen Kutusu", "ALL_CONVERSATIONS": "Tüm Görüşmeler", "MENTIONED_CONVERSATIONS": "Bahsedilmeler", "PARTICIPATING_CONVERSATIONS": "Katılımcılar", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Gelen kutusu", "REPORTS_TEAM": "Ekip", "SET_AVAILABILITY_TITLE": "Kendini şu şekilde ayarla", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Önizleme", "FACEBOOK_REAUTHORIZE": "Facebook bağlantınızın süresi doldu, hizmetlere devam etmek için lütfen Facebook sayfanızı yeniden bağlayın", diff --git a/app/javascript/dashboard/i18n/locale/tr/sla.json b/app/javascript/dashboard/i18n/locale/tr/sla.json new file mode 100644 index 000000000..83699d873 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/tr/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Bu sorgu ile eşleşen öğe yok", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "İsim", + "Açıklama", + "FRT", + "NRT", + "RT", + "İş Saatleri" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "En az 2 karakter gereklidir", + "VALID_ERROR": "Sadece yazılar, numaralar, tire işareti ve alt çizgi kullanabilirsiniz" + }, + "DESCRIPTION": { + "LABEL": "Açıklama", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "İş Saatleri", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Düzenle", + "CREATE": "Yarat", + "DELETE": "Sil", + "CANCEL": "İptal Et" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json index 897f71846..55d19e994 100644 --- a/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Введіть ключ користувацького атрибуту", "ERROR": "Потрібен ключ", "IN_VALID": "Невірний ключ" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Не створено жодного користувацького атрибуту", "NOT_FOUND": "Немає налаштованих власних атрибутів" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/uk/contact.json b/app/javascript/dashboard/i18n/locale/uk/contact.json index 6aabcac96..2033ae92a 100644 --- a/app/javascript/dashboard/i18n/locale/uk/contact.json +++ b/app/javascript/dashboard/i18n/locale/uk/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Об'єднати", "CONTACT_ACTIONS": "Дії з контактами", - "MUTE_CONTACT": "Заглушити розмову", - "UNMUTE_CONTACT": "Увімкнути розмову", - "MUTED_SUCCESS": "Ця розмова заглушена на 6 годин", - "UNMUTED_SUCCESS": "Ця розмова увімкнена", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Надіслати транскрипт", "EDIT_LABEL": "Редагувати", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Експорт контактів", "DESC": "Експортувати контакти у файл CSV.", "SUCCESS_MESSAGE": "Триває експорт, з'явиться повідомлення коли він буде готовий для скачування.", - "ERROR_MESSAGE": "Сталася помилка, будь ласка, спробуйте ще раз" + "ERROR_MESSAGE": "Сталася помилка, будь ласка, спробуйте ще раз", + "CONFIRM": { + "TITLE": "Експорт контактів", + "MESSAGE": "Ви впевнені, що хочете експортувати всі контакти?", + "YES": "Так, експортувати", + "NO": "Ні, скасувати" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Потрібне коректне значення", - "INVALID_URL": "Недопустимий URL" + "INVALID_URL": "Недопустимий URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/uk/generalSettings.json b/app/javascript/dashboard/i18n/locale/uk/generalSettings.json index 973ae4120..1f37f16dc 100644 --- a/app/javascript/dashboard/i18n/locale/uk/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/uk/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Видалити мітку з діалогу", "SETTINGS": "Налаштування", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Перейти до панелі керування бесід", @@ -151,16 +152,17 @@ "AN_HOUR_FROM_NOW": "Until an hour from now", "CUSTOM": "Custom...", "CHANGE_APPEARANCE": "Change Appearance", - "LIGHT_MODE": "Light", - "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "LIGHT_MODE": "Світла", + "DARK_MODE": "Темна", + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { "LOADING_MESSAGE": "Завантаження дашборду..." }, "COMMON": { - "OR": "Or", + "OR": "Або", "CLICK_HERE": "натисніть тут" } } diff --git a/app/javascript/dashboard/i18n/locale/uk/helpCenter.json b/app/javascript/dashboard/i18n/locale/uk/helpCenter.json index 417d88ea6..1539114fb 100644 --- a/app/javascript/dashboard/i18n/locale/uk/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/uk/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Останній раз відредагований" }, "COLUMNS": { - "BY": "від" + "BY": "від", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/uk/inbox.json b/app/javascript/dashboard/i18n/locale/uk/inbox.json new file mode 100644 index 000000000..5a9485482 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/uk/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Вхідні", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Всі сповіщення завантажено 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Відкладено до", + "SNOOZED_UNTIL_TOMORROW": "Відкладено до завтра", + "SNOOZED_UNTIL_NEXT_WEEK": "Відкладено до наступного тижня" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Позначити як непрочитане", + "SNOOZE": "Відкласти", + "DELETE": "Видалити", + "MARK_ALL_READ": "Позначити всі як прочитані", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Пріоритет" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Відкладено", + "READ": "Прочитано", + "LABELS": "Мітки", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json index 96410efa4..4824970fe 100644 --- a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json @@ -405,7 +405,7 @@ "DISABLED": "Вимкнено" }, "SENDER_NAME_SECTION": { - "TITLE": "Sender name", + "TITLE": "Ім'я відправника", "SUB_TEXT": "Select the name shown to the your customer when they receive emails from your agents.", "FOR_EG": "For eg:", "FRIENDLY": { @@ -569,7 +569,7 @@ "UPDATE": "Оновити налаштування робочих годин", "TOGGLE_AVAILABILITY": "Увімкнути робочі години для цього каналу", "UNAVAILABLE_MESSAGE_LABEL": "Повідомлення для відвідувачів у неробочі години", - "TOGGLE_HELP": "Включення покаже робочі години на віджеті в чаті, навіть якщо всі агенти перебувають у автономному режимі. У неробочі години відвідувачі можуть бути попереджені повідомленням і формою попереднього чату.", + "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.", "DAY": { "ENABLE": "Увімкнути доступність для цього дня", "UNAVAILABLE": "Неприсутній", diff --git a/app/javascript/dashboard/i18n/locale/uk/settings.json b/app/javascript/dashboard/i18n/locale/uk/settings.json index 2261a945b..50ebe8f3d 100644 --- a/app/javascript/dashboard/i18n/locale/uk/settings.json +++ b/app/javascript/dashboard/i18n/locale/uk/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "днів пробного періоду залишилося.", "TRAIL_BUTTON": "Придбати зараз", "DELETED_USER": "Видалений користувач", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Обліковий запис призупинено", "MESSAGE": "Ваш обліковий запис призупинено. Будь ласка, зверніться до служби підтримки для отримання додаткової інформації." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Зараз переглядається:", "SWITCH": "Перемкнути", "CONVERSATIONS": "Бесіди", + "INBOX": "Вхідні", "ALL_CONVERSATIONS": "Всі розмови", "MENTIONED_CONVERSATIONS": "Згадування", "PARTICIPATING_CONVERSATIONS": "Підключені агенти", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Канал", "REPORTS_TEAM": "Команда", "SET_AVAILABILITY_TITLE": "Позначити себе як", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Огляд", "FACEBOOK_REAUTHORIZE": "Підключення до Facebook закінчилося, будь ласка, поновіть сторінку Facebook, щоб продовжити роботу служб", diff --git a/app/javascript/dashboard/i18n/locale/uk/sla.json b/app/javascript/dashboard/i18n/locale/uk/sla.json new file mode 100644 index 000000000..ad26eede4 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/uk/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Немає елементів, що відповідають запиту", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Ім'я", + "Опис", + "FRT", + "NRT", + "RT", + "Робочий час" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Необхідна мінімальна довжина 2", + "VALID_ERROR": "Дозволено тільки букви, цифри, гіфен та підкреслення" + }, + "DESCRIPTION": { + "LABEL": "Опис", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Робочий час", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Редагувати", + "CREATE": "Створити", + "DELETE": "Видалити", + "CANCEL": "Скасувати" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Сталася помилка, будь ласка, спробуйте ще раз" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Сталася помилка, будь ласка, спробуйте ще раз" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ur/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ur/attributesMgmt.json index 02fdadd89..bcc04ffb1 100644 --- a/app/javascript/dashboard/i18n/locale/ur/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ur/contact.json b/app/javascript/dashboard/i18n/locale/ur/contact.json index 7d6456efe..7f59c47e2 100644 --- a/app/javascript/dashboard/i18n/locale/ur/contact.json +++ b/app/javascript/dashboard/i18n/locale/ur/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "کانٹیکٹ ضم کریں۔", "CONTACT_ACTIONS": "کانٹیکٹ ایکشنز", - "MUTE_CONTACT": "خاموش گفتگو", - "UNMUTE_CONTACT": "گفتگو کو چالو کریں۔", - "MUTED_SUCCESS": "یہ گفتگو 6 گھنٹے کے لیے خاموش ہے۔", - "UNMUTED_SUCCESS": "یہ گفتگو غیر خاموش ہے۔", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "ٹرانسکرپٹ بھیجیں۔", "EDIT_LABEL": "ترمیم", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "ایک خامی تھی، براہ کرم دوبارہ کوشش کریں۔" + "ERROR_MESSAGE": "ایک خامی تھی، براہ کرم دوبارہ کوشش کریں۔", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ur/generalSettings.json b/app/javascript/dashboard/i18n/locale/ur/generalSettings.json index 5372fd6e7..ee64e08ec 100644 --- a/app/javascript/dashboard/i18n/locale/ur/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ur/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ur/helpCenter.json b/app/javascript/dashboard/i18n/locale/ur/helpCenter.json index 30da0bde1..6566ed6f6 100644 --- a/app/javascript/dashboard/i18n/locale/ur/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ur/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ur/inbox.json b/app/javascript/dashboard/i18n/locale/ur/inbox.json new file mode 100644 index 000000000..2331f6e01 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ur/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "ان باکس", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "حذف کریں۔", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "اسنوز کیا گیا۔", + "READ": "پڑھیں", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json index 15fbb7c14..7bea02763 100644 --- a/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ur/settings.json b/app/javascript/dashboard/i18n/locale/ur/settings.json index 412dc7ba4..e80b1bc36 100644 --- a/app/javascript/dashboard/i18n/locale/ur/settings.json +++ b/app/javascript/dashboard/i18n/locale/ur/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "مکالمات", + "INBOX": "ان باکس", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "تذکرہ", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "ان باکس", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ur/sla.json b/app/javascript/dashboard/i18n/locale/ur/sla.json new file mode 100644 index 000000000..9a30e8dde --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ur/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "اس سوال سے مماثل کوئی آئٹمز نہیں ہیں۔", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "نام", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "ترمیم", + "CREATE": "Create", + "DELETE": "حذف کریں۔", + "CANCEL": "منسوخ کریں۔" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "ایک خامی تھی، براہ کرم دوبارہ کوشش کریں۔" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "ایک خامی تھی، براہ کرم دوبارہ کوشش کریں۔" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ur_IN/attributesMgmt.json index 2a9ea7de3..64a0e83d6 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/contact.json b/app/javascript/dashboard/i18n/locale/ur_IN/contact.json index 7f4410464..7ab197734 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/contact.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "Edit", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "There was an error, please try again" + "ERROR_MESSAGE": "There was an error, please try again", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json b/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json index d56a20c15..185d328a5 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "Settings", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/helpCenter.json b/app/javascript/dashboard/i18n/locale/ur_IN/helpCenter.json index f44e44c6f..cd397ed1e 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/inbox.json b/app/javascript/dashboard/i18n/locale/ur_IN/inbox.json new file mode 100644 index 000000000..dcac5459f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ur_IN/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Inbox", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "Delete", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Snoozed", + "READ": "Read", + "LABELS": "Labels", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json index e6b8413fe..ef4275a4c 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/settings.json b/app/javascript/dashboard/i18n/locale/ur_IN/settings.json index 78411ee09..ca734fe43 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/settings.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "days trial remaining.", "TRAIL_BUTTON": "Buy Now", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Conversations", + "INBOX": "Inbox", "ALL_CONVERSATIONS": "All Conversations", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/sla.json b/app/javascript/dashboard/i18n/locale/ur_IN/sla.json new file mode 100644 index 000000000..869b3ba3f --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/ur_IN/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "There are no items matching this query", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Name", + "Description", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "Description", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Edit", + "CREATE": "Create", + "DELETE": "Delete", + "CANCEL": "Cancel" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "There was an error, please try again" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json index efdf9235a..a5a5ef980 100644 --- a/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Nhập khoá của thuộc tính tuỳ chỉnh", "ERROR": "C\u001dần có khoá", "IN_VALID": "Khoá không hợp lệ" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "Không có thuộc tính tuỳ chỉnh nào được tạo", "NOT_FOUND": "Không có thuộc tính tuỳ chỉnh nào được cấu hình" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/contact.json b/app/javascript/dashboard/i18n/locale/vi/contact.json index 69a38f129..1f4d92be9 100644 --- a/app/javascript/dashboard/i18n/locale/vi/contact.json +++ b/app/javascript/dashboard/i18n/locale/vi/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Hợp nhất liên hệ", "CONTACT_ACTIONS": "Hành động với liên hệ", - "MUTE_CONTACT": "Tắt tiếng cuộc trò chuyện", - "UNMUTE_CONTACT": "Bật tiếng cuộc trò chuyện", - "MUTED_SUCCESS": "Cuộc trò chuyện này bị tắt tiếng trong 6 giờ", - "UNMUTED_SUCCESS": "Cuộc trò chuyện này được bật tiếng", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Gửi bản ghi", "EDIT_LABEL": "Chỉnh sửa", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "Đã có lỗi, vui lòng thử lại" + "ERROR_MESSAGE": "Đã có lỗi, vui lòng thử lại", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Giá trị hợp lệ bắt buộc có", - "INVALID_URL": "URL không hợp lệ" + "INVALID_URL": "URL không hợp lệ", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/vi/generalSettings.json b/app/javascript/dashboard/i18n/locale/vi/generalSettings.json index 8b2d3c9d0..b7037270d 100644 --- a/app/javascript/dashboard/i18n/locale/vi/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/vi/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Xoá nhãn khỏi hội thoại", "SETTINGS": "Cài đặt", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Đi tới Trang tổng quan hội thoại", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/vi/helpCenter.json b/app/javascript/dashboard/i18n/locale/vi/helpCenter.json index 5ac851a4d..cd0620025 100644 --- a/app/javascript/dashboard/i18n/locale/vi/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/vi/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Sửa lần cuối" }, "COLUMNS": { - "BY": "bởi" + "BY": "bởi", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/vi/inbox.json b/app/javascript/dashboard/i18n/locale/vi/inbox.json new file mode 100644 index 000000000..eacf6ad49 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/vi/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "Hộp thư đến", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "Tất cả thông báo đã được tải 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Tạm dừng đến ngày mai", + "SNOOZED_UNTIL_NEXT_WEEK": "Tạm dừng đến tuần sau" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Đánh dấu là chưa đọc", + "SNOOZE": "Báo lại", + "DELETE": "Xoá", + "MARK_ALL_READ": "Đánh dấu tất cả đã đọc", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "Priority" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "Tạm dừng", + "READ": "\bĐọc", + "LABELS": "Nhãn", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json index c57718512..4fbfd90c8 100644 --- a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Cập nhật tuỳ chỉnh giờ làm việc", "TOGGLE_AVAILABILITY": "Kích hoạt tính khả dụng của doanh nghiệp cho hộp thư đến này", "UNAVAILABLE_MESSAGE_LABEL": "Thông báo không có sẵn cho khách truy cập", - "TOGGLE_HELP": "Việc kích hoạt tính khả dụng của doanh nghiệp sẽ hiển thị giờ có sẵn trên tiện ích trò chuyện trực tiếp ngay cả khi tất cả các đại lý đều ngoại tuyến. Ngoài giờ có sẵn, khách truy cập có thể được cảnh báo bằng thông điệp và biểu mẫu trò chuyện trước.", + "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.", "DAY": { "ENABLE": "Kích hoạt tính khả dụng cho hôm nay", "UNAVAILABLE": "Không có sẵn", diff --git a/app/javascript/dashboard/i18n/locale/vi/settings.json b/app/javascript/dashboard/i18n/locale/vi/settings.json index 5f4981790..7b6810a2d 100644 --- a/app/javascript/dashboard/i18n/locale/vi/settings.json +++ b/app/javascript/dashboard/i18n/locale/vi/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "ngày dùng thử còn lại.", "TRAIL_BUTTON": "Mua Ngay", "DELETED_USER": "Người dùng bị xoá", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Tài khoản bị ngưng", "MESSAGE": "Tài khoản của bạn bị tạm ngưng. Vui lòng liên hệ với nhóm hỗ trợ để biết thêm thông tin." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Hiện đang xem:", "SWITCH": "Chuyển", "CONVERSATIONS": "Cuộc trò chuyện", + "INBOX": "Hộp thư đến", "ALL_CONVERSATIONS": "Tất cả cuộc trò chuyện", "MENTIONED_CONVERSATIONS": "Nhắn đến", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "Kênh", "REPORTS_TEAM": "Nhóm", "SET_AVAILABILITY_TITLE": "Đặt chính mình như", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Tổng quan", "FACEBOOK_REAUTHORIZE": "Kết nối Facebook của bạn đã hết hạn, vui lòng kết nối lại trang Facebook của bạn để tiếp tục dịch vụ", diff --git a/app/javascript/dashboard/i18n/locale/vi/sla.json b/app/javascript/dashboard/i18n/locale/vi/sla.json new file mode 100644 index 000000000..74fae1534 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/vi/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "Không có kết quả nào được tìm thấy", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "Tên", + "Mô tả", + "FRT", + "NRT", + "RT", + "Giờ làm việc" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Bắt buộc độ dài tối thiểu là 2", + "VALID_ERROR": "Chỉ cho phép Chữ cái, Chữ số, Dấu gạch ngang và Dấu gạch dưới" + }, + "DESCRIPTION": { + "LABEL": "Mô tả", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Giờ làm việc", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "Chỉnh sửa", + "CREATE": "Tạo", + "DELETE": "Xoá", + "CANCEL": "Huỷ" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "Đã có lỗi, vui lòng thử lại" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "Đã có lỗi, vui lòng thử lại" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json index 2db45ec24..5d9e71b57 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "输入自定义属性键", "ERROR": "键是必需的", "IN_VALID": "无效键" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "没有创建自定义属性", "NOT_FOUND": "没有配置自定义属性" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/contact.json b/app/javascript/dashboard/i18n/locale/zh_CN/contact.json index ffbbe1ee5..1690fc73c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "合并联系人", "CONTACT_ACTIONS": "联系人操作", - "MUTE_CONTACT": "开始会话", - "UNMUTE_CONTACT": "取消静音", - "MUTED_SUCCESS": "此对话被静音6小时", - "UNMUTED_SUCCESS": "此对话已取消静音", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "发送客服记录", "EDIT_LABEL": "编辑", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "出现错误,请重试" + "ERROR_MESSAGE": "出现错误,请重试", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "需要有效的值", - "INVALID_URL": "无效的 URL" + "INVALID_URL": "无效的 URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json b/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json index facb1fe34..d0cfdf07c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "从对话移除标签", "SETTINGS": "设置", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "转到对话面板", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/helpCenter.json b/app/javascript/dashboard/i18n/locale/zh_CN/helpCenter.json index e630d2bde..1157a674c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/inbox.json b/app/javascript/dashboard/i18n/locale/zh_CN/inbox.json new file mode 100644 index 000000000..050eb83d1 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/zh_CN/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "收件箱", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "所有通知已加载 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "推迟到明天", + "SNOOZED_UNTIL_NEXT_WEEK": "推迟到下周" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "推迟", + "DELETE": "删除", + "MARK_ALL_READ": "全部标记为已读", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "优先级" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "已关闭", + "READ": "已读", + "LABELS": "标签", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json index 3fbdb9097..45a646a97 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "Update business hours settings", "TOGGLE_AVAILABILITY": "Enable business availability for this inbox", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "Unavailable", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/settings.json b/app/javascript/dashboard/i18n/locale/zh_CN/settings.json index 270b25186..9206e6af1 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/settings.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "剩余试用期天数", "TRAIL_BUTTON": "立即购买", "DELETED_USER": "Deleted User", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "会话", + "INBOX": "收件箱", "ALL_CONVERSATIONS": "所有会话", "MENTIONED_CONVERSATIONS": "提及", "PARTICIPATING_CONVERSATIONS": "参与者", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "收件箱", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "Overview", "FACEBOOK_REAUTHORIZE": "您的 Facebook 连接已过期,请重新连接您的 Facebook 页面以继续服务", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/sla.json b/app/javascript/dashboard/i18n/locale/zh_CN/sla.json new file mode 100644 index 000000000..00d83f363 --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/zh_CN/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "没有任何项目符合此查询", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "姓名:", + "描述信息", + "FRT", + "NRT", + "RT", + "Business Hours" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "描述信息", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "Business Hours", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "编辑", + "CREATE": "创建", + "DELETE": "删除", + "CANCEL": "取消" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "出现错误,请重试" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "出现错误,请重试" + } + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json b/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json index ab02c1502..31654ecf8 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json @@ -1,17 +1,17 @@ { "FILTER": { "TITLE": "篩選對話", - "SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.", - "EDIT_CUSTOM_FILTER": "Edit Folder", - "CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.", - "ADD_NEW_FILTER": "Add filter", - "FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.", + "SUBTITLE": "添加你的條件,並按下同意後,可以讓你的聊天更加簡潔", + "EDIT_CUSTOM_FILTER": "編輯資料夾", + "CUSTOM_VIEWS_SUBTITLE": "添加或移除一些條件與更新你的資料夾", + "ADD_NEW_FILTER": "添加查詢條件", + "FILTER_DELETE_ERROR": "哎呀,我們無法存檔! 請添加至少一個條件來保存。", "SUBMIT_BUTTON_LABEL": "篩選", - "UPDATE_BUTTON_LABEL": "Update folder", + "UPDATE_BUTTON_LABEL": "更新資料夾", "CANCEL_BUTTON_LABEL": "取消", - "CLEAR_BUTTON_LABEL": "Clear filters", - "FOLDER_LABEL": "Folder Name", - "FOLDER_QUERY_LABEL": "Folder Query", + "CLEAR_BUTTON_LABEL": "清除查詢條件", + "FOLDER_LABEL": "資料夾名稱", + "FOLDER_QUERY_LABEL": "快速資料夾", "EMPTY_VALUE_ERROR": "此欄位為必填項目.", "TOOLTIP_LABEL": "篩選對話", "QUERY_DROPDOWN_LABELS": { @@ -28,7 +28,7 @@ "is_greater_than": "大於", "is_less_than": "小於", "days_before": "x 天前", - "starts_with": "Starts with" + "starts_with": "從這開始" }, "ATTRIBUTE_LABELS": { "TRUE": "True", @@ -36,15 +36,15 @@ }, "ATTRIBUTES": { "STATUS": "狀態", - "ASSIGNEE_NAME": "Assignee name", + "ASSIGNEE_NAME": "轉發指定人", "INBOX_NAME": "收件匣名稱", "TEAM_NAME": "團隊名稱", - "CONVERSATION_IDENTIFIER": "Conversation identifier", - "CAMPAIGN_NAME": "Campaign name", + "CONVERSATION_IDENTIFIER": "對話ID", + "CAMPAIGN_NAME": "活動名稱", "LABELS": "標籤", - "BROWSER_LANGUAGE": "Browser language", - "PRIORITY": "Priority", - "COUNTRY_NAME": "Country name", + "BROWSER_LANGUAGE": "瀏覽器語言", + "PRIORITY": "優先", + "COUNTRY_NAME": "國家名稱", "REFERER_LINK": "推薦人連結", "CUSTOM_ATTRIBUTE_LIST": "列表", "CUSTOM_ATTRIBUTE_TEXT": "文字", @@ -52,18 +52,18 @@ "CUSTOM_ATTRIBUTE_LINK": "連結", "CUSTOM_ATTRIBUTE_CHECKBOX": "勾選框", "CREATED_AT": "建立於", - "LAST_ACTIVITY": "Last activity" + "LAST_ACTIVITY": "最後活動" }, "GROUPS": { - "STANDARD_FILTERS": "Standard filters", - "ADDITIONAL_FILTERS": "Additional filters", - "CUSTOM_ATTRIBUTES": "Custom attributes" + "STANDARD_FILTERS": "一般查詢條件", + "ADDITIONAL_FILTERS": "田家查詢條件", + "CUSTOM_ATTRIBUTES": "自訂屬性" }, "CUSTOM_VIEWS": { "ADD": { "TITLE": "你要儲存這個篩選條件嗎?", "LABEL": "為這個篩選條件命名", - "PLACEHOLDER": "Name your filter to refer it later.", + "PLACEHOLDER": "給你的查詢條件命名,以便後面查看", "ERROR_MESSAGE": "名稱為必填.", "SAVE_BUTTON": "儲存篩選條件", "CANCEL_BUTTON": "取消", @@ -72,12 +72,12 @@ "ERROR_MESSAGE": "建立資料夾時出現錯誤." }, "API_SEGMENTS": { - "SUCCESS_MESSAGE": "Segment created successfully.", - "ERROR_MESSAGE": "Error while creating segment." + "SUCCESS_MESSAGE": "成功建立帳戶", + "ERROR_MESSAGE": "建立時出錯" } }, "EDIT": { - "EDIT_BUTTON": "Edit folder" + "EDIT_BUTTON": "編輯資料夾" }, "DELETE": { "DELETE_BUTTON": "刪除篩選條件", @@ -85,7 +85,7 @@ "CONFIRM": { "TITLE": "刪除確認", "MESSAGE": "你確定要刪除此篩選條件嗎", - "YES": "Yes, delete", + "YES": "是的,刪除", "NO": "否,保留" } }, @@ -94,8 +94,8 @@ "ERROR_MESSAGE": "刪除資料夾時出現錯誤." }, "API_SEGMENTS": { - "SUCCESS_MESSAGE": "Segment deleted successfully.", - "ERROR_MESSAGE": "Error while deleting segment." + "SUCCESS_MESSAGE": "刪除成功", + "ERROR_MESSAGE": "刪除時出錯" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json index 4fd58ac97..87f6c57a6 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json @@ -39,6 +39,17 @@ "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } }, "API": { @@ -93,6 +104,17 @@ "EMPTY_RESULT": { "404": "There are no custom attributes created", "NOT_FOUND": "There are no custom attributes configured" + }, + "REGEX_PATTERN": { + "LABEL": "Regex Pattern", + "PLACEHOLDER": "Please enter custom attribute regex pattern. (Optional)" + }, + "REGEX_CUE": { + "LABEL": "Regex Cue", + "PLACEHOLDER": "Please enter regex pattern hint. (Optional)" + }, + "ENABLE_REGEX": { + "LABEL": "Enable regex validation" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json index 05098d2a3..c58ce3908 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json @@ -39,10 +39,10 @@ }, "MERGE_CONTACT": "Merge contact", "CONTACT_ACTIONS": "Contact actions", - "MUTE_CONTACT": "將對話靜音", - "UNMUTE_CONTACT": "將對話解除靜音", - "MUTED_SUCCESS": "將對話靜音 6 小時", - "UNMUTED_SUCCESS": "對話已解除靜音", + "MUTE_CONTACT": "Block Contact", + "UNMUTE_CONTACT": "Unblock Contact", + "MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.", + "UNMUTED_SUCCESS": "This contact is unblocked successfully.", "SEND_TRANSCRIPT": "Send Transcript", "EDIT_LABEL": "編輯", "SIDEBAR_SECTIONS": { @@ -79,7 +79,13 @@ "TITLE": "Export Contacts", "DESC": "Export contacts to a CSV file.", "SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", - "ERROR_MESSAGE": "出現錯誤,請重試" + "ERROR_MESSAGE": "出現錯誤,請重試", + "CONFIRM": { + "TITLE": "Export Contacts", + "MESSAGE": "Are you sure you want to export all contacts?", + "YES": "Yes, Export", + "NO": "No, Cancel" + } }, "DELETE_NOTE": { "CONFIRM": { @@ -339,7 +345,8 @@ }, "VALIDATIONS": { "REQUIRED": "Valid value is required", - "INVALID_URL": "Invalid URL" + "INVALID_URL": "Invalid URL", + "INVALID_INPUT": "Invalid Input" } }, "MERGE_CONTACTS": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json index b7f26fdad..256da601d 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json @@ -82,7 +82,7 @@ "CANCEL": "取消" }, "PRIORITY": { - "TITLE": "Priority", + "TITLE": "優先", "OPTIONS": { "NONE": "無", "URGENT": "Urgent", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json b/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json index e291f390f..567a1b8ef 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json @@ -112,7 +112,8 @@ "REMOVE_LABEL": "Remove label from the conversation", "SETTINGS": "設定", "AI_ASSIST": "AI Assist", - "APPEARANCE": "Appearance" + "APPEARANCE": "Appearance", + "SNOOZE_NOTIFICATION": "Snooze Notification" }, "COMMANDS": { "GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard", @@ -153,7 +154,8 @@ "CHANGE_APPEARANCE": "Change Appearance", "LIGHT_MODE": "Light", "DARK_MODE": "Dark", - "SYSTEM_MODE": "System" + "SYSTEM_MODE": "System", + "SNOOZE_NOTIFICATION": "Snooze Notification" } }, "DASHBOARD_APPS": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/helpCenter.json b/app/javascript/dashboard/i18n/locale/zh_TW/helpCenter.json index d3e23ff7f..e7b9f91ac 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/helpCenter.json @@ -324,7 +324,8 @@ "LAST_EDITED": "Last edited" }, "COLUMNS": { - "BY": "by" + "BY": "by", + "AUTHOR_NOT_AVAILABLE": "Author is not available" } }, "EDIT_ARTICLE": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/inbox.json b/app/javascript/dashboard/i18n/locale/zh_TW/inbox.json new file mode 100644 index 000000000..6911a132d --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/zh_TW/inbox.json @@ -0,0 +1,60 @@ +{ + "INBOX": { + "LIST": { + "TITLE": "收件匣", + "DISPLAY_DROPDOWN": "Display", + "LOADING": "Fetching notifications", + "EOF": "All notifications loaded 🎉", + "404": "There are no active notifications in this group.", + "NO_NOTIFICATIONS": "No notifications", + "NOTE": "Notifications from all subscribed inboxes", + "SNOOZED_UNTIL": "Snoozed until", + "SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow", + "SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week" + }, + "ACTION_HEADER": { + "SNOOZE": "Snooze notification", + "DELETE": "Delete notification" + }, + "TYPES": { + "CONVERSATION_MENTION": "You have been mentioned in a conversation", + "CONVERSATION_CREATION": "New conversation created", + "CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in" + }, + "MENU_ITEM": { + "MARK_AS_READ": "Mark as read", + "MARK_AS_UNREAD": "Mark as unread", + "SNOOZE": "Snooze", + "DELETE": "刪除", + "MARK_ALL_READ": "Mark all as read", + "DELETE_ALL": "Delete all", + "DELETE_ALL_READ": "Delete all read" + }, + "DISPLAY_MENU": { + "SORT": "Sort", + "DISPLAY": "Display :", + "SORT_OPTIONS": { + "NEWEST": "Newest", + "OLDEST": "Oldest", + "PRIORITY": "優先" + }, + "DISPLAY_OPTIONS": { + "SNOOZED": "已关闭", + "READ": "Read", + "LABELS": "標籤", + "CONVERSATION_ID": "Conversation ID" + } + }, + "ALERTS": { + "MARK_AS_READ": "Notification marked as read", + "MARK_AS_UNREAD": "Notification marked as unread", + "SNOOZE": "Notification snoozed", + "DELETE": "Notification deleted", + "MARK_ALL_READ": "All notifications marked as read", + "DELETE_ALL": "All notifications deleted", + "DELETE_ALL_READ": "All read notifications deleted" + } + } +} diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json index df4b08aff..aa42ec52f 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json @@ -569,7 +569,7 @@ "UPDATE": "更新服務時間設定", "TOGGLE_AVAILABILITY": "啟用收件匣可用服務時間", "UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors", - "TOGGLE_HELP": "啟用服務時間將會在 live chat 小工具上顯示你的服務時間,就算所有客服都不在線上。若不在服務時間內,訪客將會被提醒及傳送 pre-chat 表單", + "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.", "DAY": { "ENABLE": "Enable availability for this day", "UNAVAILABLE": "無法使用", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/settings.json b/app/javascript/dashboard/i18n/locale/zh_TW/settings.json index a908050f4..fd89fc8f3 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/settings.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/settings.json @@ -160,6 +160,9 @@ "TRIAL_MESSAGE": "剩餘試用期天數", "TRAIL_BUTTON": "立即購買", "DELETED_USER": "刪除使用者", + "EMAIL_VERIFICATION_PENDING": "It seems that you haven't verified your email address yet. Please check your inbox for the verification email.", + "RESEND_VERIFICATION_MAIL": "Resend verification email", + "EMAIL_VERIFICATION_SENT": "Verification email has been sent. Please check your inbox.", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -197,6 +200,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "會話", + "INBOX": "收件匣", "ALL_CONVERSATIONS": "所有對話", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", @@ -238,6 +242,7 @@ "REPORTS_INBOX": "收件匣", "REPORTS_TEAM": "Team", "SET_AVAILABILITY_TITLE": "Set yourself as", + "SLA": "SLA", "BETA": "Beta", "REPORTS_OVERVIEW": "總覽", "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/sla.json b/app/javascript/dashboard/i18n/locale/zh_TW/sla.json new file mode 100644 index 000000000..ef7b9ccef --- /dev/null +++ b/app/javascript/dashboard/i18n/locale/zh_TW/sla.json @@ -0,0 +1,70 @@ +{ + "SLA": { + "HEADER": "SLA", + "HEADER_BTN_TXT": "Add SLA", + "LOADING": "Fetching SLAs", + "SEARCH_404": "没有任何項目符合此查詢", + "SIDEBAR_TXT": "SLA
Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.
These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!
", + "LIST": { + "404": "There are no SLAs available in this account.", + "TITLE": "Manage SLA", + "DESC": "SLAs: Friendly promises for great service!", + "TABLE_HEADER": [ + "姓名", + "描述資訊", + "FRT", + "NRT", + "RT", + "服務時間" + ] + }, + "FORM": { + "NAME": { + "LABEL": "SLA Name", + "PLACEHOLDER": "SLA Name", + "REQUIRED_ERROR": "SLA name is required", + "MINIMUM_LENGTH_ERROR": "Minimum length 2 is required", + "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" + }, + "DESCRIPTION": { + "LABEL": "描述資訊", + "PLACEHOLDER": "SLA for premium customers" + }, + "FIRST_RESPONSE_TIME": { + "LABEL": "First Response Time(Seconds)", + "PLACEHOLDER": "300 for 5 minutes" + }, + "NEXT_RESPONSE_TIME": { + "LABEL": "Next Response Time(Seconds)", + "PLACEHOLDER": "600 for 10 minutes" + }, + "RESOLUTION_TIME": { + "LABEL": "Resolution Time(Seconds)", + "PLACEHOLDER": "86400 for 1 day" + }, + "BUSINESS_HOURS": { + "LABEL": "服務時間", + "PLACEHOLDER": "Only during business hours" + }, + "EDIT": "編輯", + "CREATE": "建立", + "DELETE": "刪除", + "CANCEL": "取消" + }, + "ADD": { + "TITLE": "Add SLA", + "DESC": "SLAs: Friendly promises for great service!", + "API": { + "SUCCESS_MESSAGE": "SLA added successfully", + "ERROR_MESSAGE": "出現錯誤,請重試" + } + }, + "EDIT": { + "TITLE": "Edit SLA", + "API": { + "SUCCESS_MESSAGE": "SLA updated successfully", + "ERROR_MESSAGE": "出現錯誤,請重試" + } + } + } +} diff --git a/app/javascript/widget/i18n/locale/am.json b/app/javascript/widget/i18n/locale/am.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/am.json +++ b/app/javascript/widget/i18n/locale/am.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ar.json b/app/javascript/widget/i18n/locale/ar.json index de9c575f0..2e76a6b05 100644 --- a/app/javascript/widget/i18n/locale/ar.json +++ b/app/javascript/widget/i18n/locale/ar.json @@ -23,20 +23,20 @@ "BACK_IN": "We will be back online" }, "DAY_NAMES": [ - "Sunday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday" + "الأحد", + "الإثنين", + "الثلاثاء", + "الأربعاء", + "الخميس", + "الجمعة", + "السبت" ], "START_CONVERSATION": "ابدأ المحادثة", "END_CONVERSATION": "إنهاء المحادثة", "CONTINUE_CONVERSATION": "متابعة المحادثة", - "YOU": "You", + "YOU": "أنت", "START_NEW_CONVERSATION": "ابدأ محادثة جديدة", - "VIEW_UNREAD_MESSAGES": "You have unread messages", + "VIEW_UNREAD_MESSAGES": "لديك رسائل غير مقروءة", "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "عرض الرسائل الجديدة", "CLOSE_MESSAGES_BUTTON": "أغلق", @@ -68,7 +68,7 @@ "LABEL": "رقم الهاتف", "PLACEHOLDER": "الرجاء إدخال رقم الهاتف الخاص بك", "REQUIRED_ERROR": "رقم الهاتف مطلوب", - "DIAL_CODE_VALID_ERROR": "Please select a country code", + "DIAL_CODE_VALID_ERROR": "الرجاء اختيار رمز البلد", "VALID_ERROR": "Please enter a valid phone number", "DROPDOWN_EMPTY": "لم يتم العثور على النتائج" }, @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "الرجاء تقديم اسمك و بريدك الإلكتروني قبل بدء المحادثة", "IS_REQUIRED": "مطلوب", - "REQUIRED": "مطلوب" + "REQUIRED": "مطلوب", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "حجم الملف يتجاوز حد الاقصى وهو {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/bg.json b/app/javascript/widget/i18n/locale/bg.json index 0543f20c5..ffdf25359 100644 --- a/app/javascript/widget/i18n/locale/bg.json +++ b/app/javascript/widget/i18n/locale/bg.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Преди да започенте разговора, моля, посочете вашето име и имейл адрес", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Файлът надхвърля {MAXIMUM_FILE_UPLOAD_SIZE} лимит", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ca.json b/app/javascript/widget/i18n/locale/ca.json index 492737e85..6ac532ba1 100644 --- a/app/javascript/widget/i18n/locale/ca.json +++ b/app/javascript/widget/i18n/locale/ca.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/cs.json b/app/javascript/widget/i18n/locale/cs.json index 00bad18d4..4b28e1b71 100644 --- a/app/javascript/widget/i18n/locale/cs.json +++ b/app/javascript/widget/i18n/locale/cs.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Zadejte své jméno a e-mail před zahájením konverzace", "IS_REQUIRED": "je vyžadováno", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Soubor překračuje limit {MAXIMUM_FILE_UPLOAD_SIZE} přílohy", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/da.json b/app/javascript/widget/i18n/locale/da.json index 9a173825d..e0161f692 100644 --- a/app/javascript/widget/i18n/locale/da.json +++ b/app/javascript/widget/i18n/locale/da.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Angiv venligst dit navn og e-mail, før du starter samtalen", "IS_REQUIRED": "er påkrævet", - "REQUIRED": "Påkrævet" + "REQUIRED": "Påkrævet", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Filen overskrider grænsen på {MAXIMUM_FILE_UPLOAD_SIZE} for vedhæftede filer", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/de.json b/app/javascript/widget/i18n/locale/de.json index cca79454d..d6120a4ea 100644 --- a/app/javascript/widget/i18n/locale/de.json +++ b/app/javascript/widget/i18n/locale/de.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Bitte geben Sie Ihren Namen und Ihre E-Mail-Adresse an, bevor Sie die Konversation beginnen", "IS_REQUIRED": "erforderlich", - "REQUIRED": "Benötigt" + "REQUIRED": "Benötigt", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Die Datei überschreitet das Anhangslimit von {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/el.json b/app/javascript/widget/i18n/locale/el.json index 1e07d9aa6..8180fcfc5 100644 --- a/app/javascript/widget/i18n/locale/el.json +++ b/app/javascript/widget/i18n/locale/el.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Παρακαλώ δώστε το όνομα και το email σας πριν ξεκινήσετε την συνομιλία", "IS_REQUIRED": "είναι απαραίτητο", - "REQUIRED": "Υποχρεωτικό" + "REQUIRED": "Υποχρεωτικό", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Το αρχείο υπερβαίνει το όριο συνημμένου {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/es.json b/app/javascript/widget/i18n/locale/es.json index 1a5f3a885..2dad00069 100644 --- a/app/javascript/widget/i18n/locale/es.json +++ b/app/javascript/widget/i18n/locale/es.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Por favor, introduce tu nombre y correo electrónico antes de iniciar la conversación", "IS_REQUIRED": "es obligatorio", - "REQUIRED": "Requerido" + "REQUIRED": "Requerido", + "REGEX_ERROR": "Por favor proporcione una entrada válida" }, "FILE_SIZE_LIMIT": "El archivo excede el límite de los archivos adjuntos {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/fa.json b/app/javascript/widget/i18n/locale/fa.json index 00194038e..940ee9b75 100644 --- a/app/javascript/widget/i18n/locale/fa.json +++ b/app/javascript/widget/i18n/locale/fa.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "لطفا قبل از شروع گفتگو نام و ایمیل خود را وارد کنید", "IS_REQUIRED": "مورد نیاز است", - "REQUIRED": "ضروری" + "REQUIRED": "ضروری", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "فایل ضمیمه شده بیشتر از {MAXIMUM_FILE_UPLOAD_SIZE} است", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/fi.json b/app/javascript/widget/i18n/locale/fi.json index fa1462e5f..ecc9af895 100644 --- a/app/javascript/widget/i18n/locale/fi.json +++ b/app/javascript/widget/i18n/locale/fi.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Ole hyvä ja anna nimesi ja sähköpostisi ennen keskustelun aloittamista", "IS_REQUIRED": "on vaadittu", - "REQUIRED": "Pakollinen" + "REQUIRED": "Pakollinen", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Tiedosto ylittää sallitun {MAXIMUM_FILE_UPLOAD_SIZE} liitteen rajan", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/fr.json b/app/javascript/widget/i18n/locale/fr.json index f56bdef70..fac594f5c 100644 --- a/app/javascript/widget/i18n/locale/fr.json +++ b/app/javascript/widget/i18n/locale/fr.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Veuillez fournir votre nom et votre courriel avant de commencer la conversation", "IS_REQUIRED": "est obligatoire", - "REQUIRED": "Requis" + "REQUIRED": "Requis", + "REGEX_ERROR": "Veuillez fournir une entrée valide" }, "FILE_SIZE_LIMIT": "Le fichier dépasse la limite de {MAXIMUM_FILE_UPLOAD_SIZE} pour les pièces jointes", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/he.json b/app/javascript/widget/i18n/locale/he.json index d746e2c08..bb8e58760 100644 --- a/app/javascript/widget/i18n/locale/he.json +++ b/app/javascript/widget/i18n/locale/he.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "אנא ספק את שמך ואת הדוא\"ל שלך לפני תחילת השיחה", "IS_REQUIRED": "is required", - "REQUIRED": "נדרש" + "REQUIRED": "נדרש", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "קובץ חורג ממגבלת גודל מקסימלי {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/hi.json b/app/javascript/widget/i18n/locale/hi.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/hi.json +++ b/app/javascript/widget/i18n/locale/hi.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/hr.json b/app/javascript/widget/i18n/locale/hr.json index 844a537e3..23d3383d5 100644 --- a/app/javascript/widget/i18n/locale/hr.json +++ b/app/javascript/widget/i18n/locale/hr.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/hu.json b/app/javascript/widget/i18n/locale/hu.json index 8d30dd3ec..6754dbad5 100644 --- a/app/javascript/widget/i18n/locale/hu.json +++ b/app/javascript/widget/i18n/locale/hu.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Kérjük a beszélgetés megkezdése előtt add meg neved és e-mail címed", "IS_REQUIRED": "kötelező", - "REQUIRED": "Kötelező" + "REQUIRED": "Kötelező", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "A file mérete meghaladja a {MAXIMUM_FILE_UPLOAD_SIZE} limitet", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/hy.json b/app/javascript/widget/i18n/locale/hy.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/hy.json +++ b/app/javascript/widget/i18n/locale/hy.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/id.json b/app/javascript/widget/i18n/locale/id.json index b0ff95387..6daedd2bb 100644 --- a/app/javascript/widget/i18n/locale/id.json +++ b/app/javascript/widget/i18n/locale/id.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Silahkan input nama dan email anda sebelum memulai percakapan", "IS_REQUIRED": "dibutuhkan", - "REQUIRED": "Diperlukan" + "REQUIRED": "Diperlukan", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File melebihi batas {MAXIMUM_FILE_UPLOAD_SIZE} lampiran", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/is.json b/app/javascript/widget/i18n/locale/is.json index 94fc39330..062c92554 100644 --- a/app/javascript/widget/i18n/locale/is.json +++ b/app/javascript/widget/i18n/locale/is.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Vinsamlegast sláðu inn nafn og netfang áður en samtalið hefst", "IS_REQUIRED": "er nauðsynlegt", - "REQUIRED": "Nauðsynlegt" + "REQUIRED": "Nauðsynlegt", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Skráin fer framyfir hámarksstærð viðhengja ({MAXIMUM_FILE_UPLOAD_SIZE})", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/it.json b/app/javascript/widget/i18n/locale/it.json index 0c5fc02c0..3e07e5f9f 100644 --- a/app/javascript/widget/i18n/locale/it.json +++ b/app/javascript/widget/i18n/locale/it.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Per favore inserisci il tuo nome ed email prima di iniziare la conversazione", "IS_REQUIRED": "è obbligatorio", - "REQUIRED": "Obbligatorio" + "REQUIRED": "Obbligatorio", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Il file supera il limite di {MAXIMUM_FILE_UPLOAD_SIZE} per poter essere allegato", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ja.json b/app/javascript/widget/i18n/locale/ja.json index f293ceaf5..ebd2bc178 100644 --- a/app/javascript/widget/i18n/locale/ja.json +++ b/app/javascript/widget/i18n/locale/ja.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "添付ファイルサイズの上限 {MAXIMUM_FILE_UPLOAD_SIZE} を超えています", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ka.json b/app/javascript/widget/i18n/locale/ka.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/ka.json +++ b/app/javascript/widget/i18n/locale/ka.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ko.json b/app/javascript/widget/i18n/locale/ko.json index c8040f8ef..f2fa90eb7 100644 --- a/app/javascript/widget/i18n/locale/ko.json +++ b/app/javascript/widget/i18n/locale/ko.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "첨부파일이 최대 {MAXIMUM_FILE_UPLOAD_SIZE} 용량 제한을 넘어섭니다.", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/lt.json b/app/javascript/widget/i18n/locale/lt.json index 8d5a9fd50..1ee559728 100644 --- a/app/javascript/widget/i18n/locale/lt.json +++ b/app/javascript/widget/i18n/locale/lt.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Prieš pradėdami pokalbį nurodykite savo vardą ir el. pašto adresą", "IS_REQUIRED": "reikalingas", - "REQUIRED": "Reikalingas" + "REQUIRED": "Reikalingas", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Failas viršija {MAXIMUM_FILE_UPLOAD_SIZE} apribojimą", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/lv.json b/app/javascript/widget/i18n/locale/lv.json index 1107ed7f6..c62c810bf 100644 --- a/app/javascript/widget/i18n/locale/lv.json +++ b/app/javascript/widget/i18n/locale/lv.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Lūdzu, pirms sarunas sākšanas, norādiet savu vārdu un e -pastu", "IS_REQUIRED": "ir nepieciešams", - "REQUIRED": "Nepieciešams" + "REQUIRED": "Nepieciešams", + "REGEX_ERROR": "Lūdzu, ievadiet pareizi" }, "FILE_SIZE_LIMIT": "Fails pārsniedz {MAXIMUM_FILE_UPLOAD_SIZE} pielikuma lieluma ierobežojumu", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ml.json b/app/javascript/widget/i18n/locale/ml.json index 16d5adabb..0cc0871ef 100644 --- a/app/javascript/widget/i18n/locale/ml.json +++ b/app/javascript/widget/i18n/locale/ml.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "സംഭാഷണം ആരംഭിക്കുന്നതിന് മുമ്പ് ദയവായി നിങ്ങളുടെ പേരും ഇമെയിലും നൽകുക", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "ഫയൽ {MAXIMUM_FILE_UPLOAD_SIZE} അറ്റാച്ച്മെന്റ് പരിധി കവിഞ്ഞു", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ms.json b/app/javascript/widget/i18n/locale/ms.json index 847d373b3..ff6d6dd50 100644 --- a/app/javascript/widget/i18n/locale/ms.json +++ b/app/javascript/widget/i18n/locale/ms.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ne.json b/app/javascript/widget/i18n/locale/ne.json index c3effd10a..41c73c2e8 100644 --- a/app/javascript/widget/i18n/locale/ne.json +++ b/app/javascript/widget/i18n/locale/ne.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/nl.json b/app/javascript/widget/i18n/locale/nl.json index 92006425e..a9ef64869 100644 --- a/app/javascript/widget/i18n/locale/nl.json +++ b/app/javascript/widget/i18n/locale/nl.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Geef uw naam en e-mail voordat u het gesprek begint", "IS_REQUIRED": "is vereist", - "REQUIRED": "Vereist" + "REQUIRED": "Vereist", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Bestand overschrijdt de bijlagelimiet van {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/no.json b/app/javascript/widget/i18n/locale/no.json index 547400fa2..73f494422 100644 --- a/app/javascript/widget/i18n/locale/no.json +++ b/app/javascript/widget/i18n/locale/no.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Angi navn og e-post før du starter samtalen", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Filens størrelse overskrider grensen på {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/pl.json b/app/javascript/widget/i18n/locale/pl.json index 60c7307d1..cd489731b 100644 --- a/app/javascript/widget/i18n/locale/pl.json +++ b/app/javascript/widget/i18n/locale/pl.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Proszę podać swoje imię i nazwisko oraz adres e-mail przed rozpoczęciem rozmowy", "IS_REQUIRED": "jest wymagane", - "REQUIRED": "Wymagane" + "REQUIRED": "Wymagane", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Plik przekracza limit {MAXIMUM_FILE_UPLOAD_SIZE} dla załącznika", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/pt.json b/app/javascript/widget/i18n/locale/pt.json index d737b924c..8adadabfd 100644 --- a/app/javascript/widget/i18n/locale/pt.json +++ b/app/javascript/widget/i18n/locale/pt.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Por favor, forneça seu nome e e-mail antes de iniciar a conversa", "IS_REQUIRED": "é obrigatório", - "REQUIRED": "Obrigatório" + "REQUIRED": "Obrigatório", + "REGEX_ERROR": "Por favor, introduza um valor válido" }, "FILE_SIZE_LIMIT": "O ficheiro ultrapassa o tamanho limite {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/pt_BR.json b/app/javascript/widget/i18n/locale/pt_BR.json index 7fa4fcb3a..8cf6158de 100644 --- a/app/javascript/widget/i18n/locale/pt_BR.json +++ b/app/javascript/widget/i18n/locale/pt_BR.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Por favor, forneça seu nome e e-mail antes de iniciar a conversa", "IS_REQUIRED": "é obrigatório", - "REQUIRED": "Obrigatório" + "REQUIRED": "Obrigatório", + "REGEX_ERROR": "Forneça uma entrada válida" }, "FILE_SIZE_LIMIT": "O arquivo excede o limite de anexos {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ro.json b/app/javascript/widget/i18n/locale/ro.json index 12e7d378a..720328d2b 100644 --- a/app/javascript/widget/i18n/locale/ro.json +++ b/app/javascript/widget/i18n/locale/ro.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Vă rugăm să furnizați numele și e-mailul înainte de a începe conversația", "IS_REQUIRED": "este obligatoriu", - "REQUIRED": "Necesar" + "REQUIRED": "Necesar", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Fisierul depaseste limita de {MAXIMUM_FILE_UPLOAD_SIZE} atasamente", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ru.json b/app/javascript/widget/i18n/locale/ru.json index cacd9e78e..c2c24cc12 100644 --- a/app/javascript/widget/i18n/locale/ru.json +++ b/app/javascript/widget/i18n/locale/ru.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Пожалуйста, укажите Ваше имя и адрес электронной почты перед началом диалога", "IS_REQUIRED": "обязательно", - "REQUIRED": "Обязательно" + "REQUIRED": "Обязательно", + "REGEX_ERROR": "Пожалуйста, предоставьте корректные данные" }, "FILE_SIZE_LIMIT": "Превышен размер загружаемого файла - {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/sh.json b/app/javascript/widget/i18n/locale/sh.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/sh.json +++ b/app/javascript/widget/i18n/locale/sh.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/sk.json b/app/javascript/widget/i18n/locale/sk.json index 7dec7e968..0e2cf74ee 100644 --- a/app/javascript/widget/i18n/locale/sk.json +++ b/app/javascript/widget/i18n/locale/sk.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Povinné" + "REQUIRED": "Povinné", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/sl.json b/app/javascript/widget/i18n/locale/sl.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/sl.json +++ b/app/javascript/widget/i18n/locale/sl.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/sq.json b/app/javascript/widget/i18n/locale/sq.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/sq.json +++ b/app/javascript/widget/i18n/locale/sq.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/sr.json b/app/javascript/widget/i18n/locale/sr.json index 961baab4e..29f113728 100644 --- a/app/javascript/widget/i18n/locale/sr.json +++ b/app/javascript/widget/i18n/locale/sr.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Molim vas dostavite vaše ime i e-poštu pre započinjanja razgovora", "IS_REQUIRED": "je obavezno", - "REQUIRED": "Obavezno" + "REQUIRED": "Obavezno", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Datoteka prevazilazi {MAXIMUM_FILE_UPLOAD_SIZE} ograničenje priloga", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/sv.json b/app/javascript/widget/i18n/locale/sv.json index c28df2ae0..050142ba6 100644 --- a/app/javascript/widget/i18n/locale/sv.json +++ b/app/javascript/widget/i18n/locale/sv.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Ange ditt namn och e-post innan du startar konversationen", "IS_REQUIRED": "är obligatoriskt", - "REQUIRED": "Obligatoriskt" + "REQUIRED": "Obligatoriskt", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Filen överskrider gränsen för {MAXIMUM_FILE_UPLOAD_SIZE} bifogade filer", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ta.json b/app/javascript/widget/i18n/locale/ta.json index 1ec0d9fb0..fc5d3ba96 100644 --- a/app/javascript/widget/i18n/locale/ta.json +++ b/app/javascript/widget/i18n/locale/ta.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/th.json b/app/javascript/widget/i18n/locale/th.json index 3885dfe7f..ef0f6d1eb 100644 --- a/app/javascript/widget/i18n/locale/th.json +++ b/app/javascript/widget/i18n/locale/th.json @@ -14,7 +14,7 @@ }, "TEAM_AVAILABILITY": { "ONLINE": "เรากำลังออนไลน์", - "OFFLINE": "ออฟไลน์" + "OFFLINE": "เราไม่อยู่" }, "REPLY_TIME": { "IN_A_FEW_MINUTES": "ปกติจะตอบกลับภายในไม่กี่นาที", @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "โปรดแจ้งชื่อ และ อีเมลื ก่อนเริ่มการสนทนา", "IS_REQUIRED": "is required", - "REQUIRED": "โปรดระบุ" + "REQUIRED": "โปรดระบุ", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "ไฟล์ใหเกินกว่า {MAXIMUM_FILE_UPLOAD_SIZE} ที่กำหนดไว้", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/tr.json b/app/javascript/widget/i18n/locale/tr.json index b86a0c7d1..f91424337 100644 --- a/app/javascript/widget/i18n/locale/tr.json +++ b/app/javascript/widget/i18n/locale/tr.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Görüşmeye başlamadan önce lütfen isminizi ve e-posta adresinizi belirtiniz", "IS_REQUIRED": "zorunlu", - "REQUIRED": "Zorunlu" + "REQUIRED": "Zorunlu", + "REGEX_ERROR": "Lütfen geçerli bir giriş yapın" }, "FILE_SIZE_LIMIT": "Dosya {MAXIMUM_FILE_UPLOAD_SIZE} sınırını aşıyor", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/uk.json b/app/javascript/widget/i18n/locale/uk.json index e345ff790..119c97257 100644 --- a/app/javascript/widget/i18n/locale/uk.json +++ b/app/javascript/widget/i18n/locale/uk.json @@ -20,7 +20,7 @@ "IN_A_FEW_MINUTES": "Зазвичай, відповідаємо за декілька хвилин", "IN_A_FEW_HOURS": "Зазвичай, відповідаємо за декілька годин", "IN_A_DAY": "Зазвичай, відповідаємо протягом доби", - "BACK_IN": "We will be back online" + "BACK_IN": "Ми повернемось в мережу" }, "DAY_NAMES": [ "Неділя", @@ -34,9 +34,9 @@ "START_CONVERSATION": "Розпочати розмову", "END_CONVERSATION": "Закінчити спілкування", "CONTINUE_CONVERSATION": "Продовжити спілкування", - "YOU": "You", + "YOU": "Ви", "START_NEW_CONVERSATION": "Розпочати нову розмову", - "VIEW_UNREAD_MESSAGES": "You have unread messages", + "VIEW_UNREAD_MESSAGES": "У Вас є непрочитані повідомлення", "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Переглянути нові повідомлення", "CLOSE_MESSAGES_BUTTON": "Закрити", @@ -68,8 +68,8 @@ "LABEL": "Номер телефону", "PLACEHOLDER": "Будь ласка, введіть номер телефону", "REQUIRED_ERROR": "Номер телефону є обов'язковим", - "DIAL_CODE_VALID_ERROR": "Please select a country code", - "VALID_ERROR": "Please enter a valid phone number", + "DIAL_CODE_VALID_ERROR": "Будь ласка, оберіть код країни", + "VALID_ERROR": "Будь ласка, введіть правильний номер телефону", "DROPDOWN_EMPTY": "Результатів не знайдено" }, "MESSAGE": { @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Будь ласка, надайте своє ім'я та електронну пошту перед початком бесіди", "IS_REQUIRED": "обов'язково", - "REQUIRED": "Обов'язково" + "REQUIRED": "Обов'язково", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Файл перевищує ліміт вкладення {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { @@ -109,9 +110,9 @@ } }, "PORTAL": { - "POPULAR_ARTICLES": "Popular Articles", + "POPULAR_ARTICLES": "Популярні статті", "VIEW_ALL_ARTICLES": "Переглянути всі статті", - "IFRAME_LOAD_ERROR": "There was an error loading the article, please refresh the page and try again." + "IFRAME_LOAD_ERROR": "Помилка при завантаженні статті, будь ласка, оновіть сторінку та повторіть спробу." }, "ATTACHMENTS": { "image": { diff --git a/app/javascript/widget/i18n/locale/ur.json b/app/javascript/widget/i18n/locale/ur.json index 6c0f5f111..b472bd8aa 100644 --- a/app/javascript/widget/i18n/locale/ur.json +++ b/app/javascript/widget/i18n/locale/ur.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/ur_IN.json b/app/javascript/widget/i18n/locale/ur_IN.json index 3a1f51ccf..83b442e51 100644 --- a/app/javascript/widget/i18n/locale/ur_IN.json +++ b/app/javascript/widget/i18n/locale/ur_IN.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation", "IS_REQUIRED": "is required", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/vi.json b/app/javascript/widget/i18n/locale/vi.json index 12e4bdac1..f16aa29f8 100644 --- a/app/javascript/widget/i18n/locale/vi.json +++ b/app/javascript/widget/i18n/locale/vi.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "Vui lòng cung cấp tên và địa chỉ email của bạn trước khi bắt đầu hội thoại", "IS_REQUIRED": "được yêu cầu", - "REQUIRED": "Bắt buộc" + "REQUIRED": "Bắt buộc", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "Tệp vượt quá kích thước giới hạn {MAXIMUM_FILE_UPLOAD_SIZE}", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/zh_CN.json b/app/javascript/widget/i18n/locale/zh_CN.json index fe1d9bd9e..37203dc34 100644 --- a/app/javascript/widget/i18n/locale/zh_CN.json +++ b/app/javascript/widget/i18n/locale/zh_CN.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "请在开始对话之前提供您的姓名和电子邮件", "IS_REQUIRED": "是必填项", - "REQUIRED": "必填项" + "REQUIRED": "必填项", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "文件超过大小 {MAXIMUM_FILE_UPLOAD_SIZE} 附件限制", "CHAT_FORM": { diff --git a/app/javascript/widget/i18n/locale/zh_TW.json b/app/javascript/widget/i18n/locale/zh_TW.json index 64e0bd879..95613d275 100644 --- a/app/javascript/widget/i18n/locale/zh_TW.json +++ b/app/javascript/widget/i18n/locale/zh_TW.json @@ -80,7 +80,8 @@ }, "CAMPAIGN_HEADER": "在開始對話之前請提供您的名字及電郵", "IS_REQUIRED": "必填", - "REQUIRED": "Required" + "REQUIRED": "Required", + "REGEX_ERROR": "Please provide a valid input" }, "FILE_SIZE_LIMIT": "{MAXIMUM_FILE_UPLOAD_SIZE} 已超出檔案大小限制", "CHAT_FORM": { diff --git a/config/locales/am.yml b/config/locales/am.yml index 08b584232..87b4c2c15 100644 --- a/config/locales/am.yml +++ b/config/locales/am.yml @@ -31,6 +31,7 @@ am: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ am: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ am: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ar.yml b/config/locales/ar.yml index e50f85cc0..77272fb1b 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -31,6 +31,7 @@ ar: disposable_email: نحن لا نسمح باسخدام عناوين البريد الإلكتروني المؤقتة invalid_email: لقد قمت بإدخال عنوان بريد إلكتروني غير صالح email_already_exists: "لقد قمت بالفعل بتسجيل حساب سابقاً بالعنوان %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: فشلت عملية التسجيل data_import: data_type: @@ -50,7 +51,7 @@ ar: dyte: invalid_message_type: "Invalid message type. Action not permitted" slack: - invalid_channel_id: "Invalid slack channel. Please try again" + invalid_channel_id: "قناة Slack غير صحيحة. الرجاء المحاولة مرة أخرى" inboxes: imap: socket_error: الرجاء التحقق من اتصال الشبكة، عنوان IMAP وحاول مرة أخرى. @@ -67,25 +68,25 @@ ar: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: اسم الموظف - conversations_count: عدد المحادثات - avg_first_response_time: متوسط وقت الرد الأول (الدقائق) - avg_resolution_time: متوسط وقت المحادثة (الدقائق) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: اسم صندوق الوارد inbox_type: نوع صندوق البريد conversations_count: عدد المحادثات - avg_first_response_time: متوسط وقت الرد الأول (الدقائق) - avg_resolution_time: متوسط وقت المحادثة (الدقائق) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: الوسم conversations_count: عدد المحادثات - avg_first_response_time: متوسط وقت الرد الأول (الدقائق) - avg_resolution_time: متوسط وقت المحادثة (الدقائق) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: اسم الفريق conversations_count: عدد المحادثات - avg_first_response_time: متوسط وقت الرد الأول (الدقائق) - avg_resolution_time: متوسط وقت المحادثة (الدقائق) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: اليوم @@ -179,7 +180,7 @@ ar: name: "الاتصال الكامل" description: "التكامل الكامل يساعد على إثراء ملفات تعريف الزوار. تحديد المستخدمين بمجرد مشاركتهم عنوان البريد الإلكتروني الخاص بهم وتقديم خدمة العملاء الخاصة بهم. قم بتوصيل اتصالك الكامل بحسابك عن طريق مشاركة مفتاح API للاتصال الكامل." google_translate: - name: "Google Translate" + name: "ترجمة Google" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." openai: name: "OpenAI" @@ -189,42 +190,71 @@ ar: search_placeholder: Search for article by title or body... empty_placeholder: لم يتم العثور على النتائج. loading_placeholder: يبحث... - results_title: Search results + results_title: نتائج البحث toc_header: 'On this page' hero: sub_title: Search for the articles here or browse the categories below. common: home: الرئيسية last_updated_on: Last updated on %{last_updated_on} - view_all_articles: View all - article: article + view_all_articles: عرض الكل + article: مقال articles: المقالات author: المؤلف - authors: authors + authors: المؤلفون other: other others: others - by: By - no_articles: There are no articles here + by: بواسطة + no_articles: لا توجد مقالات footer: made_with: Made with header: go_to_homepage: Website appearance: - system: System + system: النظام light: Light dark: Dark featured_articles: Featured Articles uncategorized: Uncategorized 404: - title: Page not found - description: We couldn't find the page you were looking for. - back_to_home: Go to home page + title: لم يتم العثور على الصفحة + description: لم نتمكن من العثور على الصفحة التي تبحث عنها. + back_to_home: الذهاب إلى الصفحة الرئيسية slack_unfurl: fields: name: الاسم email: البريد الإلكتروني - phone_number: Phone + phone_number: هاتف company_name: الشركة inbox_name: صندوق الوارد inbox_type: Inbox Type button: فتح المحادثة + time_units: + days: + zero: "%{count} days" + one: "%{count} day" + two: "%{count} days" + few: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + zero: "%{count} hours" + one: "%{count} hour" + two: "%{count} hours" + few: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + zero: "%{count} minutes" + one: "%{count} minute" + two: "%{count} minutes" + few: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + zero: "%{count} seconds" + one: "%{count} second" + two: "%{count} seconds" + few: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 656275b6e..7b5dc6736 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -31,6 +31,7 @@ bg: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ bg: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ bg: inbox_name: Входяща кутия inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 8131ddf3c..de6d919e1 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -31,6 +31,7 @@ ca: disposable_email: Els correus d'un sol ús no s'accepten invalid_email: Heu introduït un correu electrònic no vàlid email_already_exists: "Ja us heu registrat amb el compte %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: El registre ha fallat data_import: data_type: @@ -67,25 +68,25 @@ ca: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ ca: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 4b1445f05..54feee848 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -31,6 +31,7 @@ cs: disposable_email: Nepovolujeme jednorázové e-maily invalid_email: Zadali jste neplatný e-mail email_already_exists: "Již jste se zaregistrovali k účtu s %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Registrace se nezdařila data_import: data_type: @@ -67,25 +68,25 @@ cs: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Jméno agenta - conversations_count: Conversations count - avg_first_response_time: Prům. doba první odpovědi (minuty) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Prům. doba první odpovědi (minuty) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Prům. doba první odpovědi (minuty) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Prům. doba první odpovědi (minuty) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,24 @@ cs: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + few: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/da.yml b/config/locales/da.yml index 6bbdadea3..c200da344 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -31,6 +31,7 @@ da: disposable_email: Vi tillader ikke engangs e-mails invalid_email: Du har indtastet en ugyldig e-mail email_already_exists: "Du har allerede tilmeldt dig en konto med %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Tilmelding mislykkedes data_import: data_type: @@ -67,25 +68,25 @@ da: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agentens navn - conversations_count: Samtaler tæller - avg_first_response_time: Gns første svartid (minutter) - avg_resolution_time: Gennemsnitlig afviklingstid (protokol) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Indbakkens navn inbox_type: Indbakke type conversations_count: Antal samtaler - avg_first_response_time: Gns første svartid (minutter) - avg_resolution_time: Gennemsnitlig afviklingstid (protokol) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Etiketter conversations_count: Antal samtaler - avg_first_response_time: Gns første svartid (minutter) - avg_resolution_time: Gennemsnitlig afviklingstid (protokol) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team navn conversations_count: Samtaler tæller - avg_first_response_time: Gns første svartid (minutter) - avg_resolution_time: Gennemsnitlig afviklingstid (protokol) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: dag @@ -228,3 +229,16 @@ da: inbox_name: Indbakke inbox_type: Inbox Type button: Åbn samtale + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/de.yml b/config/locales/de.yml index a44c567f7..642c5078c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -31,6 +31,7 @@ de: disposable_email: Wir erlauben keine Einweg-E-Mails invalid_email: Sie haben eine ungültige E-Mail-Adresse eingegeben email_already_exists: "Sie haben sich bereits für ein Konto bei %{email} angemeldet." + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Anmeldung gescheitert data_import: data_type: @@ -67,25 +68,25 @@ de: utc_warning: Der generierte Bericht ist in UTC-Zeitzone agent_csv: agent_name: Agentenname - conversations_count: Anzahl Gespräche - avg_first_response_time: Durchschnittliche Reaktionszeit (Minuten) - avg_resolution_time: Durchschnittliche Auflösungszeit (Minuten) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Posteingangsname inbox_type: Posteingangstyp conversations_count: Anzahl der Konversationen - avg_first_response_time: Durchschnittliche Zeit bis zur ersten Antwort (Minuten) - avg_resolution_time: Durchschnittliche Auflösungszeit (Minuten) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: Anzahl der Konversationen - avg_first_response_time: Durchschnittliche Reaktionszeit (Minuten) - avg_resolution_time: Durchschnittliche Auflösungszeit (Minuten) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Teamname conversations_count: Anzahl Gespräche - avg_first_response_time: Durchschnittliche Reaktionszeit (Minuten) - avg_resolution_time: Durchschnittliche Auflösungszeit (Minuten) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Zeitzone default_group_by: Tag @@ -228,3 +229,16 @@ de: inbox_name: Posteingang inbox_type: Inbox Type button: Unterhaltung öffnen + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/el.yml b/config/locales/el.yml index 4dfc677f2..a4c829f34 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -31,6 +31,7 @@ el: disposable_email: Δεν επιτρέπονται προσωρινά emails invalid_email: Έχετε καταχωρήσει ακατάλληλο email email_already_exists: "Έχει ήδη καταχωρηθεί λογαριασμός στο %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Η εγγραφή απέτυχε data_import: data_type: @@ -67,25 +68,25 @@ el: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Όνομα Πράκτορα - conversations_count: Αριθμός συνομιλιών - avg_first_response_time: Μέσος χρόνος πρώτης ανταπόκρισης (λεπτά) - avg_resolution_time: Μέσος χρόνος επίλυσης (λεπτά) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Όνομα Κιβωτίου inbox_type: Τύπος κιβωτίου εισερχόμενων conversations_count: Αριθμός συνομιλιών - avg_first_response_time: Μέσος χρόνος πρώτης ανταπόκρισης (λεπτά) - avg_resolution_time: Μέσος χρόνος επίλυσης (λεπτά) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Ετικέτα conversations_count: Αριθμός συνομιλιών - avg_first_response_time: Μέσος χρόνος πρώτης ανταπόκρισης (λεπτά) - avg_resolution_time: Μέσος χρόνος επίλυσης (λεπτά) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Όνομα ομάδας conversations_count: Αριθμός συνομιλιών - avg_first_response_time: Μέσος χρόνος πρώτης ανταπόκρισης (λεπτά) - avg_resolution_time: Μέσος χρόνος επίλυσης (λεπτά) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: ημέρα @@ -228,3 +229,16 @@ el: inbox_name: Εισερχόμενα inbox_type: Inbox Type button: Άνοιγμα συνομιλίας + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/es.yml b/config/locales/es.yml index c853ed938..97041490e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -31,6 +31,7 @@ es: disposable_email: No permitimos correos electrónicos desechables invalid_email: Ha introducido un correo electrónico no válido email_already_exists: "Ya te has registrado en una cuenta con %{email}" + invalid_params: 'Inválido, por favor comprueba los parámetros de registro e inténtalo de nuevo' failed: Registro fallido data_import: data_type: @@ -67,25 +68,25 @@ es: utc_warning: El informe generado está en zona horaria UTC agent_csv: agent_name: Nombre del agente - conversations_count: Cantidad de conversaciones - avg_first_response_time: Promedio de tiempo de la primera respuesta (Minutos) - avg_resolution_time: Promedio de tiempo de resolución (Minutos) + conversations_count: Conversaciones asignadas + avg_first_response_time: Promedio de tiempo de la primera respuesta + avg_resolution_time: Tiempo promedio de resolución inbox_csv: inbox_name: Nombre de la bandeja de entrada inbox_type: Tipo de bandeja de entrada conversations_count: Núm. de conversaciones - avg_first_response_time: Promedio de tiempo de la primera respuesta (Minutos) - avg_resolution_time: Promedio de tiempo de resolución (Minutos) + avg_first_response_time: Promedio de tiempo de la primera respuesta + avg_resolution_time: Tiempo promedio de resolución label_csv: label_title: Etiqueta conversations_count: Núm. de conversaciones - avg_first_response_time: Promedio de tiempo de la primera respuesta (Minutos) - avg_resolution_time: Promedio de tiempo de resolución (Minutos) + avg_first_response_time: Promedio de tiempo de la primera respuesta + avg_resolution_time: Tiempo promedio de resolución team_csv: team_name: Nombre del equipo conversations_count: Cantidad de conversaciones - avg_first_response_time: Promedio de tiempo de la primera respuesta (Minutos) - avg_resolution_time: Promedio de tiempo de resolución (Minutos) + avg_first_response_time: Promedio de tiempo de la primera respuesta + avg_resolution_time: Tiempo promedio de resolución conversation_traffic_csv: timezone: Timezone default_group_by: día @@ -228,3 +229,16 @@ es: inbox_name: Bandeja de entrada inbox_type: Tipo de bandeja de entrada button: Abrir conversación + time_units: + days: + one: "%{count} día" + other: "%{count} days" + hours: + one: "%{count} hora" + other: "%{count} hours" + minutes: + one: "%{count} minuto" + other: "%{count} minutes" + seconds: + one: "%{count} segundo" + other: "%{count} seconds" diff --git a/config/locales/fa.yml b/config/locales/fa.yml index c167a5f4b..707359b7b 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -31,6 +31,7 @@ fa: disposable_email: استفاده از ایمیلهای موقت امکانپذیر نیست invalid_email: ایمیل وارد شده معتبر نیست email_already_exists: "قبلا کاربری با ایمیل %{email} ثبتنام کرده است" + invalid_params: 'نامعتبر است، لطفا پارامترهای ثبتنام را بررسی کرده و دوباره امتحان کنید' failed: ثبت نام ناموفق بود data_import: data_type: @@ -67,25 +68,25 @@ fa: utc_warning: گزارش تولید شده در منطقه زمانی UTC است agent_csv: agent_name: اسم ایجنت - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: نام صندوق ورودی inbox_type: نوع صندوق ورودی conversations_count: تعداد گفتگوها - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: برچسب conversations_count: تعداد گفتگوها - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: نام تیم conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: منطقه زمانی default_group_by: روز @@ -228,3 +229,16 @@ fa: inbox_name: صندوق ورودی inbox_type: نوع صندوق ورودی button: باز کردن گفتگو + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 6e772ca03..d7320d360 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -31,6 +31,7 @@ fi: disposable_email: Emme salli kertakäyttöisiä sähköposteja invalid_email: Olet syöttänyt virheellisen sähköpostin email_already_exists: "Olet jo rekisteröitynyt tiliin sähköpostin %{email} kanssa" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Rekisteröityminen epäonnistui data_import: data_type: @@ -67,25 +68,25 @@ fi: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ fi: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 67aa73b72..93c270359 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -31,6 +31,7 @@ fr: disposable_email: Nous n'autorisons pas les courriels jetables invalid_email: Vous avez entré un courriel non valide email_already_exists: "Vous avez déjà créé un compte avec %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: L'inscription a échoué data_import: data_type: @@ -67,25 +68,25 @@ fr: utc_warning: Le rapport généré est dans le fuseau horaire UTC agent_csv: agent_name: Nom de l'agent - conversations_count: Nombre de conversations - avg_first_response_time: Temps de réponse moyen (Minutes) - avg_resolution_time: Temps moyen de résolution (Minutes) + conversations_count: Conversations assignées + avg_first_response_time: Temps moyen pour une première réponse + avg_resolution_time: Temps nécessaire pour résoudre une demande (en moyenne) inbox_csv: inbox_name: Nom de la boîte de réception inbox_type: Type de boîte de réception conversations_count: Nbre de conversations - avg_first_response_time: Temps de réponse moyen (Minutes) - avg_resolution_time: Temps moyen de résolution (Minutes) + avg_first_response_time: Temps moyen pour une première réponse + avg_resolution_time: Temps nécessaire pour résoudre une demande (en moyenne) label_csv: label_title: Libellé conversations_count: Nbre de conversations - avg_first_response_time: Temps de réponse moyen (Minutes) - avg_resolution_time: Temps moyen de résolution (Minutes) + avg_first_response_time: Temps moyen pour une première réponse + avg_resolution_time: Temps nécessaire pour résoudre une demande (en moyenne) team_csv: team_name: Nom de l'équipe conversations_count: Nombre de conversations - avg_first_response_time: Temps de réponse moyen (Minutes) - avg_resolution_time: Temps moyen de résolution (Minutes) + avg_first_response_time: Temps moyen pour une première réponse + avg_resolution_time: Temps nécessaire pour résoudre une demande (en moyenne) conversation_traffic_csv: timezone: Fuseau horaire default_group_by: jour @@ -228,3 +229,16 @@ fr: inbox_name: Boîte de réception inbox_type: Type de boîte de réception button: Ouvrir la conversation + time_units: + days: + one: "%{count} jour" + other: "%{count} days" + hours: + one: "%{count} heure" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} seconde" + other: "%{count} seconds" diff --git a/config/locales/he.yml b/config/locales/he.yml index 1f8aec9f9..ca0bf787e 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -31,6 +31,7 @@ he: disposable_email: אנחנו לא מאפשרים מיילים חד פעמיים invalid_email: הכנסת מייל לא תקין email_already_exists: "כבר נרשמת לחשבון עם %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: הרשמה נכשלה data_import: data_type: @@ -67,25 +68,25 @@ he: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: תווית conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: שם קבוצה conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,24 @@ he: inbox_name: תיבת הדואר הנכנס inbox_type: Inbox Type button: שיחה פתוחה + time_units: + days: + one: "%{count} day" + two: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + two: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + two: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + two: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/hi.yml b/config/locales/hi.yml index 16b98c7de..9b6185a45 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -31,6 +31,7 @@ hi: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ hi: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ hi: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/hr.yml b/config/locales/hr.yml index a44d6c233..44bee04e9 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -31,6 +31,7 @@ hr: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ hr: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,20 @@ hr: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + few: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 7895892a0..0c60b3676 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -31,6 +31,7 @@ hu: disposable_email: Nem támogatjuk az eldobható e-mailcímeket invalid_email: Hibás e-mailcímet adtál meg email_already_exists: "Ezzel az e-mailcímmel már van fiók: %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Feliratkozás sikertelen data_import: data_type: @@ -67,25 +68,25 @@ hu: utc_warning: A generált riport UTC időzónát használ agent_csv: agent_name: Ügynök neve - conversations_count: Beszélgetésszám - avg_first_response_time: Átlagos első reakcióidő (perc) - avg_resolution_time: Átlagos megoldási idő (perc) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Fiók név inbox_type: Fiók típus conversations_count: Beszélgetések száma - avg_first_response_time: Átlagos első reakcióidő (perc) - avg_resolution_time: Átlagos megoldási idő (perc) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Cimke conversations_count: Beszélgetések száma - avg_first_response_time: Átlagos első reakcióidő (perc) - avg_resolution_time: Átlagos megoldási idő (perc) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Csapatnév conversations_count: Beszélgetésszám - avg_first_response_time: Átlagos első reakcióidő (perc) - avg_resolution_time: Átlagos megoldási idő (perc) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Időzóna default_group_by: nap @@ -228,3 +229,16 @@ hu: inbox_name: Fiók inbox_type: Beérkezett üzenetek típusa button: Beszélgetés megnyitása + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/hy.yml b/config/locales/hy.yml index c64ae616f..2546c9424 100644 --- a/config/locales/hy.yml +++ b/config/locales/hy.yml @@ -31,6 +31,7 @@ hy: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ hy: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ hy: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/id.yml b/config/locales/id.yml index 0f2cdb891..b6213beb3 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -31,6 +31,7 @@ id: disposable_email: Kami tidak mengizinkan email sekali pakai invalid_email: Anda telah memasukkan email yang tidak valid email_already_exists: "Anda telah mendaftar untuk sebuah akun dengan %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Pendaftaran gagal data_import: data_type: @@ -67,25 +68,25 @@ id: utc_warning: Laporan yang dihasilkan berada dalam zona waktu UTC agent_csv: agent_name: Nama agen - conversations_count: Jumlah percakapan - avg_first_response_time: Rata-rata waktu respons pertama (Menit) - avg_resolution_time: Rata-rata waktu resolusi (Menit) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Nama kotak masuk inbox_type: Jenis kotak masuk conversations_count: Jumlah percakapan - avg_first_response_time: Rata-rata waktu respons pertama (Menit) - avg_resolution_time: Rata-rata waktu resolusi (Menit) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: Jumlah percakapan - avg_first_response_time: Rata-rata waktu respons pertama (Menit) - avg_resolution_time: Rata-rata waktu resolusi (Menit) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Nama Tim conversations_count: Jumlah percakapan - avg_first_response_time: Rata-rata waktu respons pertama (Menit) - avg_resolution_time: Rata-rata waktu resolusi (Menit) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Zona Waktu default_group_by: hari @@ -228,3 +229,12 @@ id: inbox_name: Kotak masuk inbox_type: Inbox Type button: Buka percakapan + time_units: + days: + other: "%{count} days" + hours: + other: "%{count} hours" + minutes: + other: "%{count} minutes" + seconds: + other: "%{count} seconds" diff --git a/config/locales/is.yml b/config/locales/is.yml index ae54d20bc..b9f4b4054 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -31,6 +31,7 @@ is: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "Þú hefur þegar skráð þig fyrir reikning með %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ is: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ is: inbox_name: Innhólf inbox_type: Inbox Type button: Opna samtal + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/it.yml b/config/locales/it.yml index bf57ee414..d73e25977 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -31,6 +31,7 @@ it: disposable_email: Non consentiamo email usa e getta invalid_email: Hai inserito un'email non valida email_already_exists: "Ti sei già registrato per un account con %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Registrazione non riuscita data_import: data_type: @@ -67,25 +68,25 @@ it: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Nome agente - conversations_count: Numero di conversazioni - avg_first_response_time: Tempo medio di prima risposta (minuti) - avg_resolution_time: Tempo medio di risoluzione (minuti) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Nome casella inbox_type: Tipo casella conversations_count: Numero di conversazioni - avg_first_response_time: Tempo medio di prima risposta (minuti) - avg_resolution_time: Tempo medio di risoluzione (minuti) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Etichetta conversations_count: Numero di conversazioni - avg_first_response_time: Tempo medio di prima risposta (minuti) - avg_resolution_time: Tempo medio di risoluzione (minuti) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Nome del team conversations_count: Numero di conversazioni - avg_first_response_time: Tempo medio di prima risposta (minuti) - avg_resolution_time: Tempo medio di risoluzione (minuti) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: giorno @@ -228,3 +229,16 @@ it: inbox_name: Casella inbox_type: Inbox Type button: Apri conversazione + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 99def4627..9f025c1e4 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -31,6 +31,7 @@ ja: disposable_email: 使い捨てメールは許可されません invalid_email: 無効なメールアドレスを入力しました。 email_already_exists: "あなたは既に %{email} でアカウントにサインアップしています" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: サインアップに失敗しました data_import: data_type: @@ -67,25 +68,25 @@ ja: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,12 @@ ja: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + other: "%{count} days" + hours: + other: "%{count} hours" + minutes: + other: "%{count} minutes" + seconds: + other: "%{count} seconds" diff --git a/config/locales/ka.yml b/config/locales/ka.yml index f96a8cd88..165935f99 100644 --- a/config/locales/ka.yml +++ b/config/locales/ka.yml @@ -31,6 +31,7 @@ ka: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ ka: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ ka: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 8602b9131..f62928f00 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -31,6 +31,7 @@ ko: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ ko: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,12 @@ ko: inbox_name: 받은 메시지함 inbox_type: Inbox Type button: Open conversation + time_units: + days: + other: "%{count} days" + hours: + other: "%{count} hours" + minutes: + other: "%{count} minutes" + seconds: + other: "%{count} seconds" diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 734116507..8fd1b342a 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -31,6 +31,7 @@ lt: disposable_email: Neleidžiame naudoti vienkartinių el. laiškų invalid_email: Įvedėte neteisingą el. pašto adresą email_already_exists: "Jūs jau užregistravote paskyrą su %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Prisijungimas nesėkmingas data_import: data_type: @@ -67,25 +68,25 @@ lt: utc_warning: Sugeneruota ataskaita yra UTC laiko juostoje agent_csv: agent_name: Agento Vardas - conversations_count: Pokalbių skaičius - avg_first_response_time: Vidutinis pirmojo reagavimo laikas (minutėmis) - avg_resolution_time: Vidutinis sprendimo laikas(Minutėmis) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Gautų laiškų aplanko pavadinimas inbox_type: Gautų laiškų aplanko tipas conversations_count: Pokalbių kiekis - avg_first_response_time: Vidutinis pirmojo reagavimo laikas (minutėmis) - avg_resolution_time: Vidutinis sprendimo laikas(Minutėmis) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Etiketė conversations_count: Pokalbių kiekis - avg_first_response_time: Vidutinis pirmojo reagavimo laikas (minutėmis) - avg_resolution_time: Vidutinis sprendimo laikas(Minutėmis) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Komandos pavadinimas conversations_count: Pokalbių skaičius - avg_first_response_time: Vidutinis pirmojo reagavimo laikas (minutėmis) - avg_resolution_time: Vidutinis sprendimo laikas(Minutėmis) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Laiko zona default_group_by: diena @@ -228,3 +229,24 @@ lt: inbox_name: Gautų laiškų aplankas inbox_type: Gautų laiškų aplanko tipas button: Atidaryti pokalbį + time_units: + days: + one: "%{count} day" + few: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/lv.yml b/config/locales/lv.yml index d3eb41db3..6cf50833d 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -31,6 +31,7 @@ lv: disposable_email: Mēs nepieļaujam vienreizējās lietošanas e-pasta adreses invalid_email: Jūs esat ievadījis nederīgu e-pasta adresi email_already_exists: "Jūs jau esat reģistrējis kontu ar %{email}" + invalid_params: 'Kļūda. Lūdzu, pārbaudiet pierakstīšanās parametrus un mēģiniet vēlreiz' failed: Reģistrēšanās neizdevās data_import: data_type: @@ -67,25 +68,25 @@ lv: utc_warning: Izveidotais pārskats atbilst UTC laika joslai agent_csv: agent_name: Aģenta vārds - conversations_count: Sarunu skaits - avg_first_response_time: Vidējais pirmās reakcijas laiks (Minūtes) - avg_resolution_time: Vidējais atrisināšanas laiks (Minūtes) + conversations_count: Piešķirtās sarunas + avg_first_response_time: Vidējais pirmās reakcijas laiks + avg_resolution_time: Vidējais atrisināšanas laiks inbox_csv: inbox_name: Iesūtnes nosaukums inbox_type: Iesūtnes tips conversations_count: Sarunu skaits - avg_first_response_time: Vidējais pirmās reakcijas laiks (Minūtes) - avg_resolution_time: Vidējais atrisināšanas laiks (Minūtes) + avg_first_response_time: Vidējais pirmās reakcijas laiks + avg_resolution_time: Vidējais atrisināšanas laiks label_csv: label_title: Etiķete conversations_count: Sarunu skaits - avg_first_response_time: Vidējais pirmās atbildes laiks (Minūtes) - avg_resolution_time: Vidējais atrisināšanas laiks (minūtes) + avg_first_response_time: Vidējais pirmās reakcijas laiks + avg_resolution_time: Vidējais atrisināšanas laiks team_csv: team_name: Komandas nosaukums conversations_count: Sarunu skaits - avg_first_response_time: Vidējais pirmās atbildes laiks (Minūtes) - avg_resolution_time: Vidējais atrisinājuma laiks (Minūtes) + avg_first_response_time: Vidējais pirmās reakcijas laiks + avg_resolution_time: Vidējais atrisināšanas laiks conversation_traffic_csv: timezone: Laika zona default_group_by: diena @@ -228,3 +229,20 @@ lv: inbox_name: Iesūtne inbox_type: Iesūtnes Veids button: Atvērt sarunu + time_units: + days: + zero: "%{count} days" + one: "%{count} day" + other: "%{count} dienas" + hours: + zero: "%{count} hours" + one: "%{count} hour" + other: "%{count} stundas" + minutes: + zero: "%{count} minutes" + one: "%{count} minute" + other: "%{count} minūtes" + seconds: + zero: "%{count} seconds" + one: "%{count} second" + other: "%{count} sekundes" diff --git a/config/locales/ml.yml b/config/locales/ml.yml index 6af05c4ba..07f715d30 100644 --- a/config/locales/ml.yml +++ b/config/locales/ml.yml @@ -31,6 +31,7 @@ ml: disposable_email: ഡിസ്പോസിബിൾ ഇമെയിലുകൾ ഞങ്ങൾ അനുവദിക്കുന്നില്ല invalid_email: നിങ്ങൾ ഒരു അസാധുവായ ഇമെയിൽ നൽകി email_already_exists: "നിങ്ങൾ ഇതിനകം ഈ %{email} ഉപയോഗിച്ചു ഒരു അക്കൗണ്ടിനായി സൈൻ അപ്പ് ചെയ്തു" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: സൈനപ്പ് പരാജയപ്പെട്ടു data_import: data_type: @@ -67,25 +68,25 @@ ml: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: ടീമിന്റെ പേര് conversations_count: സംഭാഷണങ്ങളുടെ എണ്ണം - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: ദിവസം @@ -228,3 +229,16 @@ ml: inbox_name: ഇൻബോക്സ് inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ms.yml b/config/locales/ms.yml index d433a2d73..d62ab48c9 100644 --- a/config/locales/ms.yml +++ b/config/locales/ms.yml @@ -31,6 +31,7 @@ ms: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ ms: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,12 @@ ms: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + other: "%{count} days" + hours: + other: "%{count} hours" + minutes: + other: "%{count} minutes" + seconds: + other: "%{count} seconds" diff --git a/config/locales/ne.yml b/config/locales/ne.yml index 55a34af63..a4df39498 100644 --- a/config/locales/ne.yml +++ b/config/locales/ne.yml @@ -31,6 +31,7 @@ ne: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ ne: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ ne: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 8a5f97c91..56bfe4d7d 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -31,6 +31,7 @@ nl: disposable_email: Wij staan geen verwijderbare e-mails toe invalid_email: Je hebt een ongeldig e-mailadres ingevoerd email_already_exists: "Je hebt je al aangemeld voor een account bij %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Aanmelden mislukt data_import: data_type: @@ -67,25 +68,25 @@ nl: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent naam - conversations_count: Aantal gesprekken - avg_first_response_time: Gem. eerste reactie (minuten) - avg_resolution_time: Gemiddelde tijd tot oplossing (minuten) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Naam postvak inbox_type: Inbox type conversations_count: Aantal conversaties - avg_first_response_time: Gem. eerste reactie (minuten) - avg_resolution_time: Gemiddelde tijd tot oplossing (minuten) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: Aantal conversaties - avg_first_response_time: Gem. eerste reactie (minuten) - avg_resolution_time: Gemiddelde tijd tot oplossing (minuten) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team Naam conversations_count: Aantal gesprekken - avg_first_response_time: Gem. eerste reactie (minuten) - avg_resolution_time: Gemiddelde tijd tot oplossing (minuten) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: dag @@ -228,3 +229,16 @@ nl: inbox_name: Postvak In inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/no.yml b/config/locales/no.yml index d25556f96..d5bb49b4f 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -31,6 +31,7 @@ disposable_email: Vi tillater ikke engangs e-poster invalid_email: Du har angitt en ugyldig e-post email_already_exists: "Du har allerede registrert en konto med %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Registrering mislyktes data_import: data_type: @@ -67,25 +68,25 @@ utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 29bf9c95d..fb9418d17 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -31,6 +31,7 @@ pl: disposable_email: Nie zezwalamy na jednorazowe konta e-mail invalid_email: Wprowadzono nieprawidłowy adres e-mail email_already_exists: "Już zarejestrowałeś się na konto %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Rejestracja nie powiodła się data_import: data_type: @@ -67,25 +68,25 @@ pl: utc_warning: Generowany raport jest w strefie czasowej UTC agent_csv: agent_name: Nazwa agenta - conversations_count: Liczba rozmów - avg_first_response_time: Średni czas pierwszej odpowiedzi (minuty) - avg_resolution_time: Średni czas do rozwiązania problemu (minuty) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Nazwa skrzynki odbiorczej inbox_type: Typ skrzynki odbiorczej conversations_count: Ilość rozmów - avg_first_response_time: Średni czas pierwszej odpowiedzi (minuty) - avg_resolution_time: Średni czas do rozwiązania problemu (minuty) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Etykieta conversations_count: Ilość rozmów - avg_first_response_time: Średni czas pierwszej odpowiedzi (minuty) - avg_resolution_time: Średni czas do rozwiązania problemu (minuty) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Nazwa zespołu conversations_count: Liczba rozmów - avg_first_response_time: Średni czas pierwszej odpowiedzi (minuty) - avg_resolution_time: Średni czas do rozwiązania problemu (minuty) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Strefa czasowa default_group_by: dnia @@ -221,10 +222,31 @@ pl: back_to_home: Go to home page slack_unfurl: fields: - name: Nazwa + name: Imię email: E-mail phone_number: Phone company_name: Firma inbox_name: Skrzynka odbiorcza inbox_type: Inbox Type button: Otwórz rozmowę + time_units: + days: + one: "%{count} day" + few: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 0f843a462..01f47fcf1 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -31,6 +31,7 @@ pt: disposable_email: Não permitimos e-mails descartáveis invalid_email: Você digitou um email inválido email_already_exists: "Você já se inscreveu para uma conta com %{email}" + invalid_params: 'Inválido, por favor, verifique os parâmetros de subscrição e tente novamente' failed: Falha na inscrição data_import: data_type: @@ -67,25 +68,25 @@ pt: utc_warning: O relatório gerado está no fuso horário UTC agent_csv: agent_name: Nome do agente - conversations_count: Número de conversas - avg_first_response_time: Média do tempo de resposta (minutos) - avg_resolution_time: Média do tempo de resolução (minutos) + conversations_count: Conversas atribuídas + avg_first_response_time: Média de tempo da primeira resposta + avg_resolution_time: Média de tempo de resolução inbox_csv: inbox_name: Nome da caixa de entrada inbox_type: Tipo de caixa de entrada conversations_count: Num de conversas - avg_first_response_time: Média do tempo de resposta (minutos) - avg_resolution_time: Média do tempo de resolução (minutos) + avg_first_response_time: Média de tempo da primeira resposta + avg_resolution_time: Média de tempo de resolução label_csv: label_title: Etiqueta conversations_count: Num de conversas - avg_first_response_time: Média do tempo de resposta (minutos) - avg_resolution_time: Média do tempo de resolução (minutos) + avg_first_response_time: Média de tempo da primeira resposta + avg_resolution_time: Média de tempo de resolução team_csv: team_name: Nome da equipa conversations_count: Número de conversas - avg_first_response_time: Média do tempo de resposta (minutos) - avg_resolution_time: Média do tempo de resolução (minutos) + avg_first_response_time: Média de tempo da primeira resposta + avg_resolution_time: Média de tempo de resolução conversation_traffic_csv: timezone: Fuso Horário default_group_by: dia @@ -228,3 +229,16 @@ pt: inbox_name: Caixa de Entrada inbox_type: Tipo de caixa de entrada button: Abrir conversa + time_units: + days: + one: "%{count} dia" + other: "%{count} dias" + hours: + one: "%{count} hora" + other: "%{count} horas" + minutes: + one: "%{count} minuto" + other: "%{count} minutos" + seconds: + one: "%{count} segundo" + other: "%{count} segundos" diff --git a/config/locales/pt_BR.yml b/config/locales/pt_BR.yml index 1960cc6db..f4d2e1c42 100644 --- a/config/locales/pt_BR.yml +++ b/config/locales/pt_BR.yml @@ -31,6 +31,7 @@ pt_BR: disposable_email: Não permitimos e-mails descartáveis invalid_email: Você digitou um email inválido email_already_exists: "Você já se cadastrou para uma conta com %{email}" + invalid_params: 'Inválido, por favor, verifique os parâmetros de inscrição e tente novamente' failed: Registro falhou data_import: data_type: @@ -67,25 +68,25 @@ pt_BR: utc_warning: O relatório gerado está em fuso horário UTC agent_csv: agent_name: Nome do Agente - conversations_count: Contagem de conversas - avg_first_response_time: Tempo médio de primeira resposta (minutos) - avg_resolution_time: Tempo médio de resolução (minutos) + conversations_count: Conversas atribuídas + avg_first_response_time: Tempo médio de primeira resposta (minutos + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Nome da Caixa de Entrada inbox_type: Tipo da Caixa de Entrada conversations_count: Nº de Conversas - avg_first_response_time: Média de tempo da primeira resposta (minutos) - avg_resolution_time: Tempo médio de resolução (minutos) + avg_first_response_time: Tempo médio de primeira resposta (minutos + avg_resolution_time: Avg resolution time label_csv: label_title: Nome do campo conversations_count: Nº de Conversas - avg_first_response_time: Tempo médio de primeira resposta (minutos) - avg_resolution_time: Tempo médio de resolução (minutos) + avg_first_response_time: Tempo médio de primeira resposta (minutos + avg_resolution_time: Avg resolution time team_csv: team_name: Nome do departamento conversations_count: Contagem de conversas - avg_first_response_time: Tempo médio de primeira resposta (minutos) - avg_resolution_time: Tempo médio de resolução (minutos) + avg_first_response_time: Tempo médio de primeira resposta (minutos + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: dia @@ -228,3 +229,16 @@ pt_BR: inbox_name: Caixa de Entrada inbox_type: Tipo de Caixa de Entrada button: Abrir conversa + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 6c799f89f..146224d66 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -31,6 +31,7 @@ ro: disposable_email: Nu permitem email-uri de unică folosință invalid_email: Ați introdus un e-mail invalid email_already_exists: "V-ați înregistrat deja cu un cont cu %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Înregistrare eșuată data_import: data_type: @@ -67,25 +68,25 @@ ro: utc_warning: Raportul generat este în fusul orar UTC agent_csv: agent_name: Nume agent - conversations_count: Conversațiile contează - avg_first_response_time: Avg primul timp de răspuns (minute) - avg_resolution_time: Timp de rezoluție AVG (proces-verbal) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Nume Inbox inbox_type: Tip inbox conversations_count: Conversații - avg_first_response_time: Avg primul timp de răspuns (minute) - avg_resolution_time: Timp de rezoluție AVG (proces-verbal) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Etichetă conversations_count: Conversații - avg_first_response_time: Avg primul timp de răspuns (minute) - avg_resolution_time: Timp de rezoluție AVG (proces-verbal) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Numele echipei conversations_count: Conversațiile contează - avg_first_response_time: Avg primul timp de răspuns (minute) - avg_resolution_time: Timp de rezoluție AVG (proces-verbal) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Fus orar default_group_by: zi @@ -228,3 +229,20 @@ ro: inbox_name: Inbox inbox_type: Inbox Type button: Deschiderea conversației + time_units: + days: + one: "%{count} day" + few: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 2d4f26706..d967b3621 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -31,6 +31,7 @@ ru: disposable_email: Мы не разрешаем одноразовые почтовые ящики invalid_email: Вы ввели неверный email email_already_exists: "Вы уже зарегистрировались для учётной записи с %{email}" + invalid_params: 'Неверно, проверьте параметры регистрации и повторите попытку' failed: Ошибка регистрации data_import: data_type: @@ -67,25 +68,25 @@ ru: utc_warning: Отчёт создан в часовом поясе UTC agent_csv: agent_name: Имя оператора - conversations_count: Количество бесед - avg_first_response_time: Среднее время первого ответа (в минутах) - avg_resolution_time: Среднее время решения (в минутах) + conversations_count: Назначенные диалоги + avg_first_response_time: Среднее время первого ответа + avg_resolution_time: Среднее время завершения inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Среднее время первого ответа (в минутах) - avg_resolution_time: Среднее время решения (в минутах) + avg_first_response_time: Среднее время первого ответа + avg_resolution_time: Среднее время завершения label_csv: label_title: Метка conversations_count: No. of conversations - avg_first_response_time: Среднее время первого ответа (в минутах) - avg_resolution_time: Среднее время решения (в минутах) + avg_first_response_time: Среднее время первого ответа + avg_resolution_time: Среднее время завершения team_csv: team_name: Название команды conversations_count: Количество бесед - avg_first_response_time: Среднее время первого ответа (в минутах) - avg_resolution_time: Среднее время решения (в минутах) + avg_first_response_time: Среднее время первого ответа + avg_resolution_time: Среднее время завершения conversation_traffic_csv: timezone: Часовой пояс default_group_by: день @@ -228,3 +229,24 @@ ru: inbox_name: Электронная почта inbox_type: Тип источника button: Открыть беседу + time_units: + days: + one: "%{count} день" + few: "%{count} дней" + many: "%{count} дней" + other: "%{count} дней" + hours: + one: "%{count} час" + few: "%{count} часов" + many: "%{count} часов" + other: "%{count} часов" + minutes: + one: "%{count} минут" + few: "%{count} минут" + many: "%{count} минут" + other: "%{count} минут" + seconds: + one: "%{count} секунд" + few: "%{count} секунд" + many: "%{count} секунд" + other: "%{count} секунд" diff --git a/config/locales/sh.yml b/config/locales/sh.yml index c190d8a3e..e01cb1183 100644 --- a/config/locales/sh.yml +++ b/config/locales/sh.yml @@ -31,6 +31,7 @@ sh: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ sh: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,24 @@ sh: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + few: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/sk.yml b/config/locales/sk.yml index f65c0cc66..2d0bcec31 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -31,6 +31,7 @@ sk: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ sk: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Názov tímu conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,24 @@ sk: inbox_name: Schránka inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + few: "%{count} days" + many: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + many: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + many: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + many: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 1e1bb9a6e..2842d1347 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -31,6 +31,7 @@ sl: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ sl: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,24 @@ sl: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + two: "%{count} days" + few: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + two: "%{count} hours" + few: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + two: "%{count} minutes" + few: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + two: "%{count} seconds" + few: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 2a8a926a5..ea8e9b19e 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -31,6 +31,7 @@ sq: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ sq: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ sq: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/sr.yml b/config/locales/sr.yml index d8ecf2af4..652b34f42 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -31,6 +31,7 @@ sr-Latn: disposable_email: Ne dozvoljavamo potrošne e-pošte invalid_email: Uneli ste neispravnu e-poštu email_already_exists: "Već ste registrovali nalog sa %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Registracija nije uspela data_import: data_type: @@ -67,25 +68,25 @@ sr-Latn: utc_warning: Generisani izveštaj je u UTC vremenskoj zoni agent_csv: agent_name: Naziv agenta - conversations_count: Broj razgovora - avg_first_response_time: Prosečno vreme prvog odgovora (minuti) - avg_resolution_time: Prosečno vreme rešavanja (minuti) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Naziv prijemnog sandučeta inbox_type: Vrsta prijemnog sandučeta conversations_count: Broj razgovora - avg_first_response_time: Prosečno vreme prvog odgovora (minuti) - avg_resolution_time: Prosečno vreme rešavanja (minuti) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Oznaka conversations_count: Broj razgovora - avg_first_response_time: Prosečno vreme prvog odgovora (minuti) - avg_resolution_time: Prosečno vreme rešavanja (minuti) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Naziv tima conversations_count: Broj razgovora - avg_first_response_time: Prosečno vreme prvog odgovora (minuti) - avg_resolution_time: Prosečno vreme rešavanja (minuti) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: dan @@ -228,3 +229,20 @@ sr-Latn: inbox_name: Prijemno sanduče inbox_type: Inbox Type button: Otvoren razgovor + time_units: + days: + one: "%{count} day" + few: "%{count} days" + other: "%{count} days" + hours: + one: "%{count} hour" + few: "%{count} hours" + other: "%{count} hours" + minutes: + one: "%{count} minute" + few: "%{count} minutes" + other: "%{count} minutes" + seconds: + one: "%{count} second" + few: "%{count} seconds" + other: "%{count} seconds" diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 7eaf9d36b..fe894551c 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -31,6 +31,7 @@ sv: disposable_email: Vi tillåter inte engångsadresser invalid_email: Du har angett en ogiltig e-postadress email_already_exists: "Du har redan registrerat dig för ett konto med %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Registrering misslyckades data_import: data_type: @@ -67,25 +68,25 @@ sv: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ sv: inbox_name: Inkorg inbox_type: Typ av inkorg button: Öppna konversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/ta.yml b/config/locales/ta.yml index 4daf08eef..c2185ea8b 100644 --- a/config/locales/ta.yml +++ b/config/locales/ta.yml @@ -31,6 +31,7 @@ ta: disposable_email: களைந்துவிடும் இமெயில்களை நாங்கள் அனுமதிக்க மாட்டோம் invalid_email: நீங்கள் தவறான ஈ-மெயிலை உள்ளிட்டுள்ளீர்கள் email_already_exists: "நீங்கள் ஏற்கனவே %{email} கொண்டு கணக்கிற்கு பதிவு செய்துள்ளீர்கள்" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: உள்நுழையும் முயறிசி தோல்வி அடைந்துள்ளது data_import: data_type: @@ -67,25 +68,25 @@ ta: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Label conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Team name conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,16 @@ ta: inbox_name: Inbox inbox_type: Inbox Type button: Open conversation + time_units: + days: + one: "%{count} day" + other: "%{count} days" + hours: + one: "%{count} hour" + other: "%{count} hours" + minutes: + one: "%{count} minute" + other: "%{count} minutes" + seconds: + one: "%{count} second" + other: "%{count} seconds" diff --git a/config/locales/th.yml b/config/locales/th.yml index b2a1b221c..92b4bd557 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -31,6 +31,7 @@ th: disposable_email: We do not allow disposable emails invalid_email: You have entered an invalid email email_already_exists: "You have already signed up for an account with %{email}" + invalid_params: 'Invalid, please check the signup paramters and try again' failed: Signup failed data_import: data_type: @@ -67,25 +68,25 @@ th: utc_warning: The report generated is in UTC timezone agent_csv: agent_name: Agent name - conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox name inbox_type: Inbox type conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: ป้ายกำกับ conversations_count: No. of conversations - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: ชื่อทีม conversations_count: Conversations count - avg_first_response_time: Avg first response time (Minutes) - avg_resolution_time: Avg resolution time (Minutes) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Timezone default_group_by: day @@ -228,3 +229,12 @@ th: inbox_name: กล่องข้อความ inbox_type: Inbox Type button: เปิดดูการสนทนา + time_units: + days: + other: "%{count} days" + hours: + other: "%{count} hours" + minutes: + other: "%{count} minutes" + seconds: + other: "%{count} seconds" diff --git a/config/locales/tr.yml b/config/locales/tr.yml index e965b7e60..907f02f56 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -21,7 +21,7 @@ tr: messages: reset_password_success: Parola sıfırlama isteği başarılı. Talimatlar için postanızı kontrol edin. reset_password_failure: Belirtilen e-postaya sahip herhangi bir kullanıcı bulamadık. - inbox_deletetion_response: Inbox silme isteğiniz bir süre sonra işleme alınacaktır. + inbox_deletetion_response: Gelen kutusu silme isteğiniz bir süre sonra işleme alınacaktır. errors: validations: presence: boş bırakılmamalı @@ -31,6 +31,7 @@ tr: disposable_email: Tek kullanımlık e-postalara izin vermiyoruz invalid_email: Geçersiz bir e-posta girdiniz email_already_exists: "%{email} ile zaten bir hesaba kaydoldunuz" + invalid_params: 'Hata, lütfen kayıt olma parametrelerini kontrol edin ve tekrar deneyin' failed: Kayıt başarısız oldu data_import: data_type: @@ -67,25 +68,25 @@ tr: utc_warning: Oluşturulan rapor UTC zaman dilimindedir. agent_csv: agent_name: Temsilci adı - conversations_count: Konuşma sayısı - avg_first_response_time: Ortalama cevap süresi(dakika) - avg_resolution_time: Ortalama çözüm süresi(dakika) + conversations_count: Assigned conversations + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time inbox_csv: inbox_name: Inbox adı inbox_type: Inbox türü conversations_count: Konuşmaların sayısı - avg_first_response_time: Ortalama cevap süresi(dakika) - avg_resolution_time: Ortalama çözüm süresi(dakika) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time label_csv: label_title: Etiket conversations_count: Konuşma sayısı - avg_first_response_time: Ortalama cevap süresi(dakika) - avg_resolution_time: Ortalama çözüm süresi(dakika) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time team_csv: team_name: Ekip adı conversations_count: Konuşma sayısı - avg_first_response_time: Ortalama cevap süresi(dakika) - avg_resolution_time: Ortalama çözüm süresi(dakika) + avg_first_response_time: Avg first response time + avg_resolution_time: Avg resolution time conversation_traffic_csv: timezone: Zaman dilimi default_group_by: gün @@ -146,13 +147,13 @@ tr: reply: email: header: - from_with_name: "%{assignee_name} from %{inbox_name} <%{from_email}>" - reply_with_name: "%{assignee_name} from %{inbox_name}