mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
chore: Update translations (#8983)
This commit is contained in:
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Enter custom attribute key",
|
"PLACEHOLDER": "Enter custom attribute key",
|
||||||
"ERROR": "Key is required",
|
"ERROR": "Key is required",
|
||||||
"IN_VALID": "Invalid key"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "There are no custom attributes created",
|
"404": "There are no custom attributes created",
|
||||||
"NOT_FOUND": "There are no custom attributes configured"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Merge contact",
|
"MERGE_CONTACT": "Merge contact",
|
||||||
"CONTACT_ACTIONS": "Contact actions",
|
"CONTACT_ACTIONS": "Contact actions",
|
||||||
"MUTE_CONTACT": "Mute Conversation",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Unmute Conversation",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "This conversation is unmuted",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Send Transcript",
|
"SEND_TRANSCRIPT": "Send Transcript",
|
||||||
"EDIT_LABEL": "Edit",
|
"EDIT_LABEL": "Edit",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Valid value is required",
|
"REQUIRED": "Valid value is required",
|
||||||
"INVALID_URL": "Invalid URL"
|
"INVALID_URL": "Invalid URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Remove label from the conversation",
|
"REMOVE_LABEL": "Remove label from the conversation",
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Settings",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Last edited"
|
"LAST_EDITED": "Last edited"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "by"
|
"BY": "by",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/am/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/am/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Update business hours settings",
|
"UPDATE": "Update business hours settings",
|
||||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Enable availability for this day",
|
"ENABLE": "Enable availability for this day",
|
||||||
"UNAVAILABLE": "Unavailable",
|
"UNAVAILABLE": "Unavailable",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "days trial remaining.",
|
"TRIAL_MESSAGE": "days trial remaining.",
|
||||||
"TRAIL_BUTTON": "Buy Now",
|
"TRAIL_BUTTON": "Buy Now",
|
||||||
"DELETED_USER": "Deleted User",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Account Suspended",
|
"TITLE": "Account Suspended",
|
||||||
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
||||||
"SWITCH": "Switch",
|
"SWITCH": "Switch",
|
||||||
"CONVERSATIONS": "Conversations",
|
"CONVERSATIONS": "Conversations",
|
||||||
|
"INBOX": "Inbox",
|
||||||
"ALL_CONVERSATIONS": "All Conversations",
|
"ALL_CONVERSATIONS": "All Conversations",
|
||||||
"MENTIONED_CONVERSATIONS": "Mentions",
|
"MENTIONED_CONVERSATIONS": "Mentions",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Inbox",
|
"REPORTS_INBOX": "Inbox",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/am/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/am/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "أدخل مفتاح السمة المخصصة",
|
"PLACEHOLDER": "أدخل مفتاح السمة المخصصة",
|
||||||
"ERROR": "المفتاح مطلوب",
|
"ERROR": "المفتاح مطلوب",
|
||||||
"IN_VALID": "مفتاح غير صالح"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "لا توجد سمات مخصصة تم إنشاؤها",
|
"404": "لا توجد سمات مخصصة تم إنشاؤها",
|
||||||
"NOT_FOUND": "لا توجد سمات مخصصة تم تكوينها"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "دمج جهة الاتصال",
|
"MERGE_CONTACT": "دمج جهة الاتصال",
|
||||||
"CONTACT_ACTIONS": "إجراءات جهات الاتصال",
|
"CONTACT_ACTIONS": "إجراءات جهات الاتصال",
|
||||||
"MUTE_CONTACT": "كتم المحادثة",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "إلغاء كتم المحادثة",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "تم كتم هذه المحادثة لمدة 6 ساعات",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "تم إلغاء كتم هذه المحادثة",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "إرسال النص",
|
"SEND_TRANSCRIPT": "إرسال النص",
|
||||||
"EDIT_LABEL": "تعديل",
|
"EDIT_LABEL": "تعديل",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "القيمة الصالحة مطلوبة",
|
"REQUIRED": "القيمة الصالحة مطلوبة",
|
||||||
"INVALID_URL": "عنوان URL غير صالح"
|
"INVALID_URL": "عنوان URL غير صالح",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "إزالة التسمية من المحادثة",
|
"REMOVE_LABEL": "إزالة التسمية من المحادثة",
|
||||||
"SETTINGS": "الإعدادات",
|
"SETTINGS": "الإعدادات",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "الذهاب إلى لوحة المحادثة",
|
"GO_TO_CONVERSATION_DASHBOARD": "الذهاب إلى لوحة المحادثة",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "آخر تعديل"
|
"LAST_EDITED": "آخر تعديل"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "بواسطة"
|
"BY": "بواسطة",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/ar/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/ar/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "تحديث إعدادات ساعات العمل",
|
"UPDATE": "تحديث إعدادات ساعات العمل",
|
||||||
"TOGGLE_AVAILABILITY": "تمكين توافر العمل لهذا البريد الوارد",
|
"TOGGLE_AVAILABILITY": "تمكين توافر العمل لهذا البريد الوارد",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "رسالة غير متاح للزائرين",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "تمكين التوفر لهذا اليوم",
|
"ENABLE": "تمكين التوفر لهذا اليوم",
|
||||||
"UNAVAILABLE": "غير متوفر",
|
"UNAVAILABLE": "غير متوفر",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "أيام متبقية من الفترة التجريبية.",
|
"TRIAL_MESSAGE": "أيام متبقية من الفترة التجريبية.",
|
||||||
"TRAIL_BUTTON": "اشترك الآن",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "تم تعليق الحساب",
|
"TITLE": "تم تعليق الحساب",
|
||||||
"MESSAGE": "تم تعليق حسابك. يرجى الاتصال بفريق الدعم للمزيد من المعلومات."
|
"MESSAGE": "تم تعليق حسابك. يرجى الاتصال بفريق الدعم للمزيد من المعلومات."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "مشاهدة حاليا:",
|
"CURRENTLY_VIEWING_ACCOUNT": "مشاهدة حاليا:",
|
||||||
"SWITCH": "تبديل",
|
"SWITCH": "تبديل",
|
||||||
"CONVERSATIONS": "المحادثات",
|
"CONVERSATIONS": "المحادثات",
|
||||||
|
"INBOX": "صندوق الوارد",
|
||||||
"ALL_CONVERSATIONS": "كل المحادثات",
|
"ALL_CONVERSATIONS": "كل المحادثات",
|
||||||
"MENTIONED_CONVERSATIONS": "الإشارات",
|
"MENTIONED_CONVERSATIONS": "الإشارات",
|
||||||
"PARTICIPATING_CONVERSATIONS": "شارك",
|
"PARTICIPATING_CONVERSATIONS": "شارك",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "صندوق الوارد",
|
"REPORTS_INBOX": "صندوق الوارد",
|
||||||
"REPORTS_TEAM": "الفريق",
|
"REPORTS_TEAM": "الفريق",
|
||||||
"SET_AVAILABILITY_TITLE": "تعيين نفسك كـ",
|
"SET_AVAILABILITY_TITLE": "تعيين نفسك كـ",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "تجريبي",
|
"BETA": "تجريبي",
|
||||||
"REPORTS_OVERVIEW": "نظرة عامة",
|
"REPORTS_OVERVIEW": "نظرة عامة",
|
||||||
"FACEBOOK_REAUTHORIZE": "انتهت صلاحية اتصال الفيسبوك الخاص بك، يرجى إعادة الاتصال بصفحة الفيسبوك الخاصة بك لمواصلة الخدمات",
|
"FACEBOOK_REAUTHORIZE": "انتهت صلاحية اتصال الفيسبوك الخاص بك، يرجى إعادة الاتصال بصفحة الفيسبوك الخاصة بك لمواصلة الخدمات",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/ar/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/ar/sla.json
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"SLA": {
|
||||||
|
"HEADER": "SLA",
|
||||||
|
"HEADER_BTN_TXT": "Add SLA",
|
||||||
|
"LOADING": "Fetching SLAs",
|
||||||
|
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
||||||
|
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"الاسم",
|
||||||
|
"الوصف",
|
||||||
|
"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": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"WHATSAPP_TEMPLATES": {
|
"WHATSAPP_TEMPLATES": {
|
||||||
"MODAL": {
|
"MODAL": {
|
||||||
"TITLE": "قوالب Whatsapp",
|
"TITLE": "قوالب Whatsapp",
|
||||||
"SUBTITLE": "حدد قالب ما تريد إرساله",
|
"SUBTITLE": "حدد القالب الذي تريد إرساله",
|
||||||
"TEMPLATE_SELECTED_SUBTITLE": "معالجة %{templateName}"
|
"TEMPLATE_SELECTED_SUBTITLE": "معالجة %{templateName}"
|
||||||
},
|
},
|
||||||
"PICKER": {
|
"PICKER": {
|
||||||
|
|||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Enter custom attribute key",
|
"PLACEHOLDER": "Enter custom attribute key",
|
||||||
"ERROR": "Key is required",
|
"ERROR": "Key is required",
|
||||||
"IN_VALID": "Невалиден ключ"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "Няма създадени персонализирани атрибути",
|
"404": "Няма създадени персонализирани атрибути",
|
||||||
"NOT_FOUND": "Няма настроени персонализирани атрибути"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Обединяване на контакти",
|
"MERGE_CONTACT": "Обединяване на контакти",
|
||||||
"CONTACT_ACTIONS": "Действия за контакта",
|
"CONTACT_ACTIONS": "Действия за контакта",
|
||||||
"MUTE_CONTACT": "Заглушаване на разговора",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Пускане звука на разговора",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Този разговор е заглушен за 6 часа",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Този разговор е с пуснат звук",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Изпрати копие",
|
"SEND_TRANSCRIPT": "Изпрати копие",
|
||||||
"EDIT_LABEL": "Редактирай",
|
"EDIT_LABEL": "Редактирай",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Необходима е валидна стойност",
|
"REQUIRED": "Необходима е валидна стойност",
|
||||||
"INVALID_URL": "Невалиден URL"
|
"INVALID_URL": "Невалиден URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Remove label from the conversation",
|
"REMOVE_LABEL": "Remove label from the conversation",
|
||||||
"SETTINGS": "Settings",
|
"SETTINGS": "Settings",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Last edited"
|
"LAST_EDITED": "Last edited"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "by"
|
"BY": "by",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/bg/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/bg/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Update business hours settings",
|
"UPDATE": "Update business hours settings",
|
||||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Enable availability for this day",
|
"ENABLE": "Enable availability for this day",
|
||||||
"UNAVAILABLE": "Unavailable",
|
"UNAVAILABLE": "Unavailable",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "days trial remaining.",
|
"TRIAL_MESSAGE": "days trial remaining.",
|
||||||
"TRAIL_BUTTON": "Buy Now",
|
"TRAIL_BUTTON": "Buy Now",
|
||||||
"DELETED_USER": "Deleted User",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Account Suspended",
|
"TITLE": "Account Suspended",
|
||||||
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
||||||
"SWITCH": "Switch",
|
"SWITCH": "Switch",
|
||||||
"CONVERSATIONS": "Разговори",
|
"CONVERSATIONS": "Разговори",
|
||||||
|
"INBOX": "Входяща кутия",
|
||||||
"ALL_CONVERSATIONS": "All Conversations",
|
"ALL_CONVERSATIONS": "All Conversations",
|
||||||
"MENTIONED_CONVERSATIONS": "Споменавания",
|
"MENTIONED_CONVERSATIONS": "Споменавания",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Входяща кутия",
|
"REPORTS_INBOX": "Входяща кутия",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/bg/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/bg/sla.json
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"SLA": {
|
||||||
|
"HEADER": "SLA",
|
||||||
|
"HEADER_BTN_TXT": "Add SLA",
|
||||||
|
"LOADING": "Fetching SLAs",
|
||||||
|
"SEARCH_404": "Няма резултати отговарящи на тази заявка",
|
||||||
|
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"Име",
|
||||||
|
"Описание",
|
||||||
|
"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": "Възникна грешка, моля опитайте отново"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Enter custom attribute key",
|
"PLACEHOLDER": "Enter custom attribute key",
|
||||||
"ERROR": "Key is required",
|
"ERROR": "Key is required",
|
||||||
"IN_VALID": "Invalid key"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "There are no custom attributes created",
|
"404": "There are no custom attributes created",
|
||||||
"NOT_FOUND": "There are no custom attributes configured"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Reagrupa contacte",
|
"MERGE_CONTACT": "Reagrupa contacte",
|
||||||
"CONTACT_ACTIONS": "Accions de contacte",
|
"CONTACT_ACTIONS": "Accions de contacte",
|
||||||
"MUTE_CONTACT": "Silencia la conversa",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Desactiva el silenci de la conversa",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Aquesta conversa s'ha silenciat durant 6 hores",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "La conversa te desactivat el silenci",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Envia la transcripció",
|
"SEND_TRANSCRIPT": "Envia la transcripció",
|
||||||
"EDIT_LABEL": "Edita",
|
"EDIT_LABEL": "Edita",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Valid value is required",
|
"REQUIRED": "Valid value is required",
|
||||||
"INVALID_URL": "Invalid URL"
|
"INVALID_URL": "Invalid URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Remove label from the conversation",
|
"REMOVE_LABEL": "Remove label from the conversation",
|
||||||
"SETTINGS": "Configuracions",
|
"SETTINGS": "Configuracions",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Last edited"
|
"LAST_EDITED": "Last edited"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "by"
|
"BY": "by",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/ca/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/ca/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Update business hours settings",
|
"UPDATE": "Update business hours settings",
|
||||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Enable availability for this day",
|
"ENABLE": "Enable availability for this day",
|
||||||
"UNAVAILABLE": "Unavailable",
|
"UNAVAILABLE": "Unavailable",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "dies de prova restants.",
|
"TRIAL_MESSAGE": "dies de prova restants.",
|
||||||
"TRAIL_BUTTON": "Compra ara",
|
"TRAIL_BUTTON": "Compra ara",
|
||||||
"DELETED_USER": "Deleted User",
|
"DELETED_USER": "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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Account Suspended",
|
"TITLE": "Account Suspended",
|
||||||
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
||||||
"SWITCH": "Switch",
|
"SWITCH": "Switch",
|
||||||
"CONVERSATIONS": "Converses",
|
"CONVERSATIONS": "Converses",
|
||||||
|
"INBOX": "Inbox",
|
||||||
"ALL_CONVERSATIONS": "All Conversations",
|
"ALL_CONVERSATIONS": "All Conversations",
|
||||||
"MENTIONED_CONVERSATIONS": "Mencions",
|
"MENTIONED_CONVERSATIONS": "Mencions",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Inbox",
|
"REPORTS_INBOX": "Inbox",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"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",
|
"FACEBOOK_REAUTHORIZE": "La teva connexió a Facebook ha caducat, torna a connectar la vostra pàgina de Facebook per continuar els serveis",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/ca/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/ca/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Enter custom attribute key",
|
"PLACEHOLDER": "Enter custom attribute key",
|
||||||
"ERROR": "Key is required",
|
"ERROR": "Key is required",
|
||||||
"IN_VALID": "Invalid key"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "There are no custom attributes created",
|
"404": "There are no custom attributes created",
|
||||||
"NOT_FOUND": "There are no custom attributes configured"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Merge contact",
|
"MERGE_CONTACT": "Merge contact",
|
||||||
"CONTACT_ACTIONS": "Contact actions",
|
"CONTACT_ACTIONS": "Contact actions",
|
||||||
"MUTE_CONTACT": "Ztlumit konverzaci",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Zrušit ztlumení konverzace",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Tato konverzace je ztlumena na 6 hodin",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Tato konverzace je odtlumena",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Poslat přepis",
|
"SEND_TRANSCRIPT": "Poslat přepis",
|
||||||
"EDIT_LABEL": "Upravit",
|
"EDIT_LABEL": "Upravit",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Valid value is required",
|
"REQUIRED": "Valid value is required",
|
||||||
"INVALID_URL": "Invalid URL"
|
"INVALID_URL": "Invalid URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Remove label from the conversation",
|
"REMOVE_LABEL": "Remove label from the conversation",
|
||||||
"SETTINGS": "Nastavení",
|
"SETTINGS": "Nastavení",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Last edited"
|
"LAST_EDITED": "Last edited"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "by"
|
"BY": "by",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/cs/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/cs/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Update business hours settings",
|
"UPDATE": "Update business hours settings",
|
||||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Enable availability for this day",
|
"ENABLE": "Enable availability for this day",
|
||||||
"UNAVAILABLE": "Nedostupný",
|
"UNAVAILABLE": "Nedostupný",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "dní zbývá zkušební verze.",
|
"TRIAL_MESSAGE": "dní zbývá zkušební verze.",
|
||||||
"TRAIL_BUTTON": "Koupit nyní",
|
"TRAIL_BUTTON": "Koupit nyní",
|
||||||
"DELETED_USER": "Deleted User",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Account Suspended",
|
"TITLE": "Account Suspended",
|
||||||
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
||||||
"SWITCH": "Switch",
|
"SWITCH": "Switch",
|
||||||
"CONVERSATIONS": "Konverzace",
|
"CONVERSATIONS": "Konverzace",
|
||||||
|
"INBOX": "Inbox",
|
||||||
"ALL_CONVERSATIONS": "All Conversations",
|
"ALL_CONVERSATIONS": "All Conversations",
|
||||||
"MENTIONED_CONVERSATIONS": "Zmínky",
|
"MENTIONED_CONVERSATIONS": "Zmínky",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Inbox",
|
"REPORTS_INBOX": "Inbox",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
"FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/cs/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/cs/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Angiv brugerdefineret attributnøgle",
|
"PLACEHOLDER": "Angiv brugerdefineret attributnøgle",
|
||||||
"ERROR": "Nøgle er påkrævet",
|
"ERROR": "Nøgle er påkrævet",
|
||||||
"IN_VALID": "Ugyldig nøgle"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "Der er ingen brugerdefinerede attributter oprettet",
|
"404": "Der er ingen brugerdefinerede attributter oprettet",
|
||||||
"NOT_FOUND": "Der er ingen brugerdefinerede attributter konfigureret"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Sammenflet kontakt",
|
"MERGE_CONTACT": "Sammenflet kontakt",
|
||||||
"CONTACT_ACTIONS": "Kontakt handlinger",
|
"CONTACT_ACTIONS": "Kontakt handlinger",
|
||||||
"MUTE_CONTACT": "Gør Samtale Lydløs",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Fjern Lydløs",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Denne samtale er gjort tavs i 6 timer",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Denne samtale er genaktiveret",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Send Udskrift",
|
"SEND_TRANSCRIPT": "Send Udskrift",
|
||||||
"EDIT_LABEL": "Rediger",
|
"EDIT_LABEL": "Rediger",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Gyldig værdi er påkrævet",
|
"REQUIRED": "Gyldig værdi er påkrævet",
|
||||||
"INVALID_URL": "Ugyldig URL"
|
"INVALID_URL": "Ugyldig URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Fjern etiket fra samtalen",
|
"REMOVE_LABEL": "Fjern etiket fra samtalen",
|
||||||
"SETTINGS": "Indstillinger",
|
"SETTINGS": "Indstillinger",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Gå til Konversationspanel",
|
"GO_TO_CONVERSATION_DASHBOARD": "Gå til Konversationspanel",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Sidst redigeret"
|
"LAST_EDITED": "Sidst redigeret"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "af"
|
"BY": "af",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/da/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/da/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Opdater indstillinger for åbningstider",
|
"UPDATE": "Opdater indstillinger for åbningstider",
|
||||||
"TOGGLE_AVAILABILITY": "Aktiver forretningstilgængelighed for denne indbakke",
|
"TOGGLE_AVAILABILITY": "Aktiver forretningstilgængelighed for denne indbakke",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Utilgængelig besked til besøgende",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Aktiver tilgængelighed for denne dag",
|
"ENABLE": "Aktiver tilgængelighed for denne dag",
|
||||||
"UNAVAILABLE": "Unavailable",
|
"UNAVAILABLE": "Unavailable",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "dage prøveperiode tilbage.",
|
"TRIAL_MESSAGE": "dage prøveperiode tilbage.",
|
||||||
"TRAIL_BUTTON": "Køb Nu",
|
"TRAIL_BUTTON": "Køb Nu",
|
||||||
"DELETED_USER": "Slettet Bruger",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Konto Suspenderet",
|
"TITLE": "Konto Suspenderet",
|
||||||
"MESSAGE": "Din konto er suspenderet. Gå ud til supportteamet for mere information."
|
"MESSAGE": "Din konto er suspenderet. Gå ud til supportteamet for mere information."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Vises nu:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Vises nu:",
|
||||||
"SWITCH": "Skift",
|
"SWITCH": "Skift",
|
||||||
"CONVERSATIONS": "Samtaler",
|
"CONVERSATIONS": "Samtaler",
|
||||||
|
"INBOX": "Indbakke",
|
||||||
"ALL_CONVERSATIONS": "Alle Samtaler",
|
"ALL_CONVERSATIONS": "Alle Samtaler",
|
||||||
"MENTIONED_CONVERSATIONS": "Omtaler",
|
"MENTIONED_CONVERSATIONS": "Omtaler",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Indbakke",
|
"REPORTS_INBOX": "Indbakke",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Sæt dig selv som",
|
"SET_AVAILABILITY_TITLE": "Sæt dig selv som",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Oversigt",
|
"REPORTS_OVERVIEW": "Oversigt",
|
||||||
"FACEBOOK_REAUTHORIZE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne",
|
"FACEBOOK_REAUTHORIZE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/da/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/da/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Benutzerdefinierten Attributschlüssel eingeben",
|
"PLACEHOLDER": "Benutzerdefinierten Attributschlüssel eingeben",
|
||||||
"ERROR": "Schlüssel ist erforderlich",
|
"ERROR": "Schlüssel ist erforderlich",
|
||||||
"IN_VALID": "Ungültiger Schlüssel"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "Es wurden keine benutzerdefinierten Attribute erstellt",
|
"404": "Es wurden keine benutzerdefinierten Attribute erstellt",
|
||||||
"NOT_FOUND": "Es sind keine benutzerdefinierten Attribute konfiguriert"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Kontakte zusammenführen",
|
"MERGE_CONTACT": "Kontakte zusammenführen",
|
||||||
"CONTACT_ACTIONS": "Kontakt-Aktionen",
|
"CONTACT_ACTIONS": "Kontakt-Aktionen",
|
||||||
"MUTE_CONTACT": "Unterhaltung stummschalten",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Unterhaltung entstummen",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Diese Unterhaltung ist für 6 Stunden auf stumm schalten",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Diese Unterhaltung ist nicht mehr stumm geschaltet",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Transkript senden",
|
"SEND_TRANSCRIPT": "Transkript senden",
|
||||||
"EDIT_LABEL": "Bearbeiten",
|
"EDIT_LABEL": "Bearbeiten",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Kontakte exportieren",
|
"TITLE": "Kontakte exportieren",
|
||||||
"DESC": "Kontakte als CSV 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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Gültiger Wert ist erforderlich",
|
"REQUIRED": "Gültiger Wert ist erforderlich",
|
||||||
"INVALID_URL": "Ungültige URL"
|
"INVALID_URL": "Ungültige URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Label aus der Konversation entfernen",
|
"REMOVE_LABEL": "Label aus der Konversation entfernen",
|
||||||
"SETTINGS": "Einstellungen",
|
"SETTINGS": "Einstellungen",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Zur Konversationsübersicht",
|
"GO_TO_CONVERSATION_DASHBOARD": "Zur Konversationsübersicht",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Zuletzt bearbeitet"
|
"LAST_EDITED": "Zuletzt bearbeitet"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "von"
|
"BY": "von",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/de/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/de/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Einstellungen für Geschäftszeiten aktualisieren",
|
"UPDATE": "Einstellungen für Geschäftszeiten aktualisieren",
|
||||||
"TOGGLE_AVAILABILITY": "Geschäftszeiten für diesen Posteingang aktivieren",
|
"TOGGLE_AVAILABILITY": "Geschäftszeiten für diesen Posteingang aktivieren",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Nachricht für Besucher außerhalb Geschäftszeiten",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Verfügbarkeit für diesen Tag aktivieren",
|
"ENABLE": "Verfügbarkeit für diesen Tag aktivieren",
|
||||||
"UNAVAILABLE": "Nicht verfügbar",
|
"UNAVAILABLE": "Nicht verfügbar",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "Tage der Testversion verbleibend.",
|
"TRIAL_MESSAGE": "Tage der Testversion verbleibend.",
|
||||||
"TRAIL_BUTTON": "Jetzt kaufen",
|
"TRAIL_BUTTON": "Jetzt kaufen",
|
||||||
"DELETED_USER": "Gelöschter Benutzer",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Konto gesperrt",
|
"TITLE": "Konto gesperrt",
|
||||||
"MESSAGE": "Ihr Account wurde gesperrt. Wenden Sie sich für weitere Informationen bitte an das Support-Team."
|
"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:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Wird gerade angezeigt:",
|
||||||
"SWITCH": "Wechseln",
|
"SWITCH": "Wechseln",
|
||||||
"CONVERSATIONS": "Gespräche",
|
"CONVERSATIONS": "Gespräche",
|
||||||
|
"INBOX": "Posteingang",
|
||||||
"ALL_CONVERSATIONS": "Alle Konversationen",
|
"ALL_CONVERSATIONS": "Alle Konversationen",
|
||||||
"MENTIONED_CONVERSATIONS": "Erwähnungen",
|
"MENTIONED_CONVERSATIONS": "Erwähnungen",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Beteiligt",
|
"PARTICIPATING_CONVERSATIONS": "Beteiligt",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Posteingang",
|
"REPORTS_INBOX": "Posteingang",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Setzen Sie sich als",
|
"SET_AVAILABILITY_TITLE": "Setzen Sie sich als",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Übersicht",
|
"REPORTS_OVERVIEW": "Übersicht",
|
||||||
"FACEBOOK_REAUTHORIZE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich erneut.",
|
"FACEBOOK_REAUTHORIZE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich erneut.",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/de/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/de/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Εισάγετε τον κωδικό της ιδιότητας",
|
"PLACEHOLDER": "Εισάγετε τον κωδικό της ιδιότητας",
|
||||||
"ERROR": "Ο Κωδικός απαιτείται",
|
"ERROR": "Ο Κωδικός απαιτείται",
|
||||||
"IN_VALID": "Μη έγκυρο κλειδί"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "Δεν δημιουργήθηκαν προσαρμοζόμενες ιδιότητες",
|
"404": "Δεν δημιουργήθηκαν προσαρμοζόμενες ιδιότητες",
|
||||||
"NOT_FOUND": "Δεν έχουν ρυθμιστεί προσαρμοζόμενες ιδιότητες"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Συγχώνευση επαφής",
|
"MERGE_CONTACT": "Συγχώνευση επαφής",
|
||||||
"CONTACT_ACTIONS": "Ενέργειες επαφής",
|
"CONTACT_ACTIONS": "Ενέργειες επαφής",
|
||||||
"MUTE_CONTACT": "Σίγαση Συνομιλίας",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Επαναφορά Συνομιλίας",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Η συνομιλία είναι σε σίγαση (mute) για 6 ώρες",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Έγινε επαναφορά της συνομιλίας",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Αποστολή μεταγραφής",
|
"SEND_TRANSCRIPT": "Αποστολή μεταγραφής",
|
||||||
"EDIT_LABEL": "Επεξεργασία",
|
"EDIT_LABEL": "Επεξεργασία",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Απαιτείται έγκυρη τιμή",
|
"REQUIRED": "Απαιτείται έγκυρη τιμή",
|
||||||
"INVALID_URL": "Μη Έγκυρο URL"
|
"INVALID_URL": "Μη Έγκυρο URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Αφαίρεση ετικέτας από την συνομιλία",
|
"REMOVE_LABEL": "Αφαίρεση ετικέτας από την συνομιλία",
|
||||||
"SETTINGS": "Ρυθμίσεις",
|
"SETTINGS": "Ρυθμίσεις",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Μεταβείτε στον Πίνακα Συνομιλίων",
|
"GO_TO_CONVERSATION_DASHBOARD": "Μεταβείτε στον Πίνακα Συνομιλίων",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Τελευταία επεξεργασία"
|
"LAST_EDITED": "Τελευταία επεξεργασία"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "από"
|
"BY": "από",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/el/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/el/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Ενημέρωση ρυθμίσεων ωραρίου",
|
"UPDATE": "Ενημέρωση ρυθμίσεων ωραρίου",
|
||||||
"TOGGLE_AVAILABILITY": "Ενεργοποίηση διαθεσιμότητας ωραρίου για αυτό το κιβώτιο εισερχομένων",
|
"TOGGLE_AVAILABILITY": "Ενεργοποίηση διαθεσιμότητας ωραρίου για αυτό το κιβώτιο εισερχομένων",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Μήνυμα μη διαθεσιμότητας για τους επισκέπτες",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Ενεργοποιήσετε τη διαθεσιμότητα για αυτήν την ημέρα",
|
"ENABLE": "Ενεργοποιήσετε τη διαθεσιμότητα για αυτήν την ημέρα",
|
||||||
"UNAVAILABLE": "Μη διαθέσιμος",
|
"UNAVAILABLE": "Μη διαθέσιμος",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "ημέρες δοκιμαστικής περιόδου απομένουν.",
|
"TRIAL_MESSAGE": "ημέρες δοκιμαστικής περιόδου απομένουν.",
|
||||||
"TRAIL_BUTTON": "Αγόρασε τώρα",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Αναστολή Λογαριασμού",
|
"TITLE": "Αναστολή Λογαριασμού",
|
||||||
"MESSAGE": "Ο λογαριασμός σας έχει ανασταλεί. Επικοινωνήστε με την ομάδα υποστήριξης για περισσότερες πληροφορίες."
|
"MESSAGE": "Ο λογαριασμός σας έχει ανασταλεί. Επικοινωνήστε με την ομάδα υποστήριξης για περισσότερες πληροφορίες."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Τρέχουσα προβολή:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Τρέχουσα προβολή:",
|
||||||
"SWITCH": "Εναλλαγή",
|
"SWITCH": "Εναλλαγή",
|
||||||
"CONVERSATIONS": "Συζητήσεις",
|
"CONVERSATIONS": "Συζητήσεις",
|
||||||
|
"INBOX": "Εισερχόμενα",
|
||||||
"ALL_CONVERSATIONS": "Όλες Οι Συνομιλίες",
|
"ALL_CONVERSATIONS": "Όλες Οι Συνομιλίες",
|
||||||
"MENTIONED_CONVERSATIONS": "Αναφορές",
|
"MENTIONED_CONVERSATIONS": "Αναφορές",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Εισερχόμενα",
|
"REPORTS_INBOX": "Εισερχόμενα",
|
||||||
"REPORTS_TEAM": "Ομάδα",
|
"REPORTS_TEAM": "Ομάδα",
|
||||||
"SET_AVAILABILITY_TITLE": "Ορίστε τον εαυτό σας ως",
|
"SET_AVAILABILITY_TITLE": "Ορίστε τον εαυτό σας ως",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Επισκόπηση",
|
"REPORTS_OVERVIEW": "Επισκόπηση",
|
||||||
"FACEBOOK_REAUTHORIZE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε",
|
"FACEBOOK_REAUTHORIZE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/el/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/el/sla.json
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"SLA": {
|
||||||
|
"HEADER": "SLA",
|
||||||
|
"HEADER_BTN_TXT": "Add SLA",
|
||||||
|
"LOADING": "Fetching SLAs",
|
||||||
|
"SEARCH_404": "Δεν υπάρχουν δεδομένα που να ταιριάζουν με αυτό το ερώτημα",
|
||||||
|
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"Όνομα",
|
||||||
|
"Περιγραφή",
|
||||||
|
"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": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Introducir clave de atributo personalizado",
|
"PLACEHOLDER": "Introducir clave de atributo personalizado",
|
||||||
"ERROR": "Clave es requerida",
|
"ERROR": "Clave es requerida",
|
||||||
"IN_VALID": "Llave Invalida"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "No hay atributos personalizados creados",
|
"404": "No hay atributos personalizados creados",
|
||||||
"NOT_FOUND": "No hay atributos personalizados configurados"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Combinar contacto",
|
"MERGE_CONTACT": "Combinar contacto",
|
||||||
"CONTACT_ACTIONS": "Acciones de contacto",
|
"CONTACT_ACTIONS": "Acciones de contacto",
|
||||||
"MUTE_CONTACT": "Silenciar Conversación",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Dessilenciar conversación",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Ésta conversación está silenciada por 6 horas",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Ésta conversación ya no está silenciada",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Enviar Transcripción",
|
"SEND_TRANSCRIPT": "Enviar Transcripción",
|
||||||
"EDIT_LABEL": "Editar",
|
"EDIT_LABEL": "Editar",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Exportar contactos",
|
"TITLE": "Exportar contactos",
|
||||||
"DESC": "Exportar contactos a un archivo CSV.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Se requiere un valor válido",
|
"REQUIRED": "Se requiere un valor válido",
|
||||||
"INVALID_URL": "URL inválida"
|
"INVALID_URL": "URL inválida",
|
||||||
|
"INVALID_INPUT": "Ingreso inválido"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Eliminar etiqueta de la conversación",
|
"REMOVE_LABEL": "Eliminar etiqueta de la conversación",
|
||||||
"SETTINGS": "Ajustes",
|
"SETTINGS": "Ajustes",
|
||||||
"AI_ASSIST": "Asistencia AI",
|
"AI_ASSIST": "Asistencia AI",
|
||||||
"APPEARANCE": "Apariencia"
|
"APPEARANCE": "Apariencia",
|
||||||
|
"SNOOZE_NOTIFICATION": "Posponer notificación"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Ir al panel de conversaciones",
|
"GO_TO_CONVERSATION_DASHBOARD": "Ir al panel de conversaciones",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Cambiar apariencia",
|
"CHANGE_APPEARANCE": "Cambiar apariencia",
|
||||||
"LIGHT_MODE": "Claro",
|
"LIGHT_MODE": "Claro",
|
||||||
"DARK_MODE": "Oscuro",
|
"DARK_MODE": "Oscuro",
|
||||||
"SYSTEM_MODE": "Sistema"
|
"SYSTEM_MODE": "Sistema",
|
||||||
|
"SNOOZE_NOTIFICATION": "Posponer notificación"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Última edición"
|
"LAST_EDITED": "Última edición"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "por"
|
"BY": "por",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "El autor no está disponible"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/es/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/es/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "días de prueba restantes.",
|
"TRIAL_MESSAGE": "días de prueba restantes.",
|
||||||
"TRAIL_BUTTON": "Comprar ahora",
|
"TRAIL_BUTTON": "Comprar ahora",
|
||||||
"DELETED_USER": "Usuario eliminado",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Cuenta suspendida",
|
"TITLE": "Cuenta suspendida",
|
||||||
"MESSAGE": "Tu cuenta está suspendida. Comuníquese con el equipo de soporte para obtener más información."
|
"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:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Visualizando:",
|
||||||
"SWITCH": "Cambiar",
|
"SWITCH": "Cambiar",
|
||||||
"CONVERSATIONS": "Conversaciones",
|
"CONVERSATIONS": "Conversaciones",
|
||||||
|
"INBOX": "Bandeja de entrada",
|
||||||
"ALL_CONVERSATIONS": "Todas las conversaciones",
|
"ALL_CONVERSATIONS": "Todas las conversaciones",
|
||||||
"MENTIONED_CONVERSATIONS": "Menciones",
|
"MENTIONED_CONVERSATIONS": "Menciones",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participar",
|
"PARTICIPATING_CONVERSATIONS": "Participar",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Bandeja de entrada",
|
"REPORTS_INBOX": "Bandeja de entrada",
|
||||||
"REPORTS_TEAM": "Equipo",
|
"REPORTS_TEAM": "Equipo",
|
||||||
"SET_AVAILABILITY_TITLE": "Ponte como",
|
"SET_AVAILABILITY_TITLE": "Ponte como",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Resumen",
|
"REPORTS_OVERVIEW": "Resumen",
|
||||||
"FACEBOOK_REAUTHORIZE": "Su conexión de Facebook expiró, por favor reconecte si página de Facebook para continuar con el servicio",
|
"FACEBOOK_REAUTHORIZE": "Su conexión de Facebook expiró, por favor reconecte si página de Facebook para continuar con el servicio",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/es/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/es/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "کلید ویژگی سفارشی را وارد کنید",
|
"PLACEHOLDER": "کلید ویژگی سفارشی را وارد کنید",
|
||||||
"ERROR": "کلید الزامی است",
|
"ERROR": "کلید الزامی است",
|
||||||
"IN_VALID": "کلید نامعتبر"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "هیچ ویژگی سفارشی ایجاد نشده است",
|
"404": "هیچ ویژگی سفارشی ایجاد نشده است",
|
||||||
"NOT_FOUND": "هیچ ویژگی سفارشی پیکربندی نشده است"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "ادغام مخاطبین",
|
"MERGE_CONTACT": "ادغام مخاطبین",
|
||||||
"CONTACT_ACTIONS": "اقدامات مخاطب",
|
"CONTACT_ACTIONS": "اقدامات مخاطب",
|
||||||
"MUTE_CONTACT": "بیصدا کردن گفتگو",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "خارج کردن از حالت بی صدا",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "این گفتگو به مدت ۶ ساعت بیصدا است",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "این گفتگو از حالت بی صدا خارج شده است",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "ارسال رونوشت",
|
"SEND_TRANSCRIPT": "ارسال رونوشت",
|
||||||
"EDIT_LABEL": "ویرایش",
|
"EDIT_LABEL": "ویرایش",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "خروجی گرفتن مخاطب ها",
|
"TITLE": "خروجی گرفتن مخاطب ها",
|
||||||
"DESC": "خروجی گرفتن مخاطب ها از طریق CSV",
|
"DESC": "خروجی گرفتن مخاطب ها از طریق CSV",
|
||||||
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "مقدار معتبر مورد نیاز است",
|
"REQUIRED": "مقدار معتبر مورد نیاز است",
|
||||||
"INVALID_URL": "URL نامعتبر"
|
"INVALID_URL": "URL نامعتبر",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "برچسب را از مکالمه حذف کنید",
|
"REMOVE_LABEL": "برچسب را از مکالمه حذف کنید",
|
||||||
"SETTINGS": "تنظیمات",
|
"SETTINGS": "تنظیمات",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "ظاهری"
|
"APPEARANCE": "ظاهری",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "به داشبورد مکالمه بروید",
|
"GO_TO_CONVERSATION_DASHBOARD": "به داشبورد مکالمه بروید",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "تغییر ظاهر",
|
"CHANGE_APPEARANCE": "تغییر ظاهر",
|
||||||
"LIGHT_MODE": "روشن",
|
"LIGHT_MODE": "روشن",
|
||||||
"DARK_MODE": "تیره",
|
"DARK_MODE": "تیره",
|
||||||
"SYSTEM_MODE": "سیستم"
|
"SYSTEM_MODE": "سیستم",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "آخرین ویرایش"
|
"LAST_EDITED": "آخرین ویرایش"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "توسط"
|
"BY": "توسط",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/fa/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/fa/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "تنظیمات ساعات کاری را به روز کنید",
|
"UPDATE": "تنظیمات ساعات کاری را به روز کنید",
|
||||||
"TOGGLE_AVAILABILITY": "دسترس بودن کسب و کار را برای این صندوق فعال کردن",
|
"TOGGLE_AVAILABILITY": "دسترس بودن کسب و کار را برای این صندوق فعال کردن",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "پیامی برای بازدیدکنندگان در دسترس نیست",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "در دسترس بودن را برای این روز فعال کنید",
|
"ENABLE": "در دسترس بودن را برای این روز فعال کنید",
|
||||||
"UNAVAILABLE": "غیر قابل دسترسی",
|
"UNAVAILABLE": "غیر قابل دسترسی",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "روز تا اتمام دوره آزمایشی باقی است.",
|
"TRIAL_MESSAGE": "روز تا اتمام دوره آزمایشی باقی است.",
|
||||||
"TRAIL_BUTTON": "الان بخرید",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "حسابکاربری معلق شده است",
|
"TITLE": "حسابکاربری معلق شده است",
|
||||||
"MESSAGE": "حسابکاربری شما به حالت تعلیق درآمده. لطفا برای اطلاعات بیشتر با تیم پشتیبانی تماس بگیرید."
|
"MESSAGE": "حسابکاربری شما به حالت تعلیق درآمده. لطفا برای اطلاعات بیشتر با تیم پشتیبانی تماس بگیرید."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "در حال مشاهده:",
|
"CURRENTLY_VIEWING_ACCOUNT": "در حال مشاهده:",
|
||||||
"SWITCH": "تعویض",
|
"SWITCH": "تعویض",
|
||||||
"CONVERSATIONS": "گفتگوها",
|
"CONVERSATIONS": "گفتگوها",
|
||||||
|
"INBOX": "صندوق ورودی",
|
||||||
"ALL_CONVERSATIONS": "همه گفتگوها",
|
"ALL_CONVERSATIONS": "همه گفتگوها",
|
||||||
"MENTIONED_CONVERSATIONS": "اشاره",
|
"MENTIONED_CONVERSATIONS": "اشاره",
|
||||||
"PARTICIPATING_CONVERSATIONS": "شرکت کننده",
|
"PARTICIPATING_CONVERSATIONS": "شرکت کننده",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "صندوق ورودی",
|
"REPORTS_INBOX": "صندوق ورودی",
|
||||||
"REPORTS_TEAM": "تیم",
|
"REPORTS_TEAM": "تیم",
|
||||||
"SET_AVAILABILITY_TITLE": "خود را به عنوان",
|
"SET_AVAILABILITY_TITLE": "خود را به عنوان",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "آزمایشی",
|
"BETA": "آزمایشی",
|
||||||
"REPORTS_OVERVIEW": "بررسی اجمالی",
|
"REPORTS_OVERVIEW": "بررسی اجمالی",
|
||||||
"FACEBOOK_REAUTHORIZE": "اتصال فیس بوک شما منقضی شده است ، لطفاً برای ادامه خدمات دوباره صفحه فیس بوک خود را متصل کنید",
|
"FACEBOOK_REAUTHORIZE": "اتصال فیس بوک شما منقضی شده است ، لطفاً برای ادامه خدمات دوباره صفحه فیس بوک خود را متصل کنید",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/fa/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/fa/sla.json
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"SLA": {
|
||||||
|
"HEADER": "SLA",
|
||||||
|
"HEADER_BTN_TXT": "Add SLA",
|
||||||
|
"LOADING": "Fetching SLAs",
|
||||||
|
"SEARCH_404": "هیچ گزینهای با این شرایط پیدا نشد",
|
||||||
|
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"نام",
|
||||||
|
"توضیحات",
|
||||||
|
"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": "خطایی پیش آمد. لطفا دوباره امتحان کنید"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Enter custom attribute key",
|
"PLACEHOLDER": "Enter custom attribute key",
|
||||||
"ERROR": "Key is required",
|
"ERROR": "Key is required",
|
||||||
"IN_VALID": "Invalid key"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "There are no custom attributes created",
|
"404": "There are no custom attributes created",
|
||||||
"NOT_FOUND": "There are no custom attributes configured"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Yhdistä yhteystieto",
|
"MERGE_CONTACT": "Yhdistä yhteystieto",
|
||||||
"CONTACT_ACTIONS": "Contact actions",
|
"CONTACT_ACTIONS": "Contact actions",
|
||||||
"MUTE_CONTACT": "Mykistä Keskustelu",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Poista keskustelun mykistys",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Tämä keskustelu on mykistetty 6 tunniksi",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Tätä keskustelua ei ole hiljennetty",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Lähetä keskustelu",
|
"SEND_TRANSCRIPT": "Lähetä keskustelu",
|
||||||
"EDIT_LABEL": "Muokkaa",
|
"EDIT_LABEL": "Muokkaa",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Kelvollinen arvo vaaditaan",
|
"REQUIRED": "Kelvollinen arvo vaaditaan",
|
||||||
"INVALID_URL": "Virheellinen URL"
|
"INVALID_URL": "Virheellinen URL",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Remove label from the conversation",
|
"REMOVE_LABEL": "Remove label from the conversation",
|
||||||
"SETTINGS": "Asetukset",
|
"SETTINGS": "Asetukset",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Last edited"
|
"LAST_EDITED": "Last edited"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "by"
|
"BY": "by",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/fi/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/fi/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Update business hours settings",
|
"UPDATE": "Update business hours settings",
|
||||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Enable availability for this day",
|
"ENABLE": "Enable availability for this day",
|
||||||
"UNAVAILABLE": "Unavailable",
|
"UNAVAILABLE": "Unavailable",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "päivää jäljellä.",
|
"TRIAL_MESSAGE": "päivää jäljellä.",
|
||||||
"TRAIL_BUTTON": "Osta nyt",
|
"TRAIL_BUTTON": "Osta nyt",
|
||||||
"DELETED_USER": "Deleted User",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Account Suspended",
|
"TITLE": "Account Suspended",
|
||||||
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
|
||||||
"SWITCH": "Switch",
|
"SWITCH": "Switch",
|
||||||
"CONVERSATIONS": "Keskustelut",
|
"CONVERSATIONS": "Keskustelut",
|
||||||
|
"INBOX": "Inbox",
|
||||||
"ALL_CONVERSATIONS": "All Conversations",
|
"ALL_CONVERSATIONS": "All Conversations",
|
||||||
"MENTIONED_CONVERSATIONS": "Mentions",
|
"MENTIONED_CONVERSATIONS": "Mentions",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Inbox",
|
"REPORTS_INBOX": "Inbox",
|
||||||
"REPORTS_TEAM": "Team",
|
"REPORTS_TEAM": "Team",
|
||||||
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
"SET_AVAILABILITY_TITLE": "Set yourself as",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Beta",
|
"BETA": "Beta",
|
||||||
"REPORTS_OVERVIEW": "Overview",
|
"REPORTS_OVERVIEW": "Overview",
|
||||||
"FACEBOOK_REAUTHORIZE": "Facebook-yhteytesi on vanhentunut, ole hyvä ja yhdistä uudelleen Facebook-sivusi jatkaaksesi palveluita",
|
"FACEBOOK_REAUTHORIZE": "Facebook-yhteytesi on vanhentunut, ole hyvä ja yhdistä uudelleen Facebook-sivusi jatkaaksesi palveluita",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/fi/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/fi/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "Entrez une clé d'attribut personnalisée",
|
"PLACEHOLDER": "Entrez une clé d'attribut personnalisée",
|
||||||
"ERROR": "La clé est requise",
|
"ERROR": "La clé est requise",
|
||||||
"IN_VALID": "Clé invalide"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "Aucun attribut personnalisé créé",
|
"404": "Aucun attribut personnalisé créé",
|
||||||
"NOT_FOUND": "Il n’y a aucun attribut personnalisé configuré"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "Fusionner le contact",
|
"MERGE_CONTACT": "Fusionner le contact",
|
||||||
"CONTACT_ACTIONS": "Actions du contact",
|
"CONTACT_ACTIONS": "Actions du contact",
|
||||||
"MUTE_CONTACT": "Mettre la conversation en sourdine",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "Réactiver le son de conversation",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "Cette conversation est mise en sourdine pendant 6 heures",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "Cette conversation n'est plus muette",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "Envoyer la transcription",
|
"SEND_TRANSCRIPT": "Envoyer la transcription",
|
||||||
"EDIT_LABEL": "Modifier",
|
"EDIT_LABEL": "Modifier",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Exporter les contacts",
|
"TITLE": "Exporter les contacts",
|
||||||
"DESC": "Exporter les contacts vers un fichier CSV.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "Une valeur valide est requise",
|
"REQUIRED": "Une valeur valide est requise",
|
||||||
"INVALID_URL": "URL invalide"
|
"INVALID_URL": "URL invalide",
|
||||||
|
"INVALID_INPUT": "Entrée invalide"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "Supprimer l'étiquette de la conversation",
|
"REMOVE_LABEL": "Supprimer l'étiquette de la conversation",
|
||||||
"SETTINGS": "Paramètres",
|
"SETTINGS": "Paramètres",
|
||||||
"AI_ASSIST": "Assistance IA",
|
"AI_ASSIST": "Assistance IA",
|
||||||
"APPEARANCE": "Apparence"
|
"APPEARANCE": "Apparence",
|
||||||
|
"SNOOZE_NOTIFICATION": "Mettre la notification en veille"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "Aller au tableau de bord des conversations",
|
"GO_TO_CONVERSATION_DASHBOARD": "Aller au tableau de bord des conversations",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Changer l'apparence",
|
"CHANGE_APPEARANCE": "Changer l'apparence",
|
||||||
"LIGHT_MODE": "Clair",
|
"LIGHT_MODE": "Clair",
|
||||||
"DARK_MODE": "Sombre",
|
"DARK_MODE": "Sombre",
|
||||||
"SYSTEM_MODE": "Système"
|
"SYSTEM_MODE": "Système",
|
||||||
|
"SNOOZE_NOTIFICATION": "Mettre la notification en veille"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "Dernière modification"
|
"LAST_EDITED": "Dernière modification"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "par"
|
"BY": "par",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "L'auteur n'est pas disponible"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
60
app/javascript/dashboard/i18n/locale/fr/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/fr/inbox.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
"UPDATE": "Mettre à jour les paramètres des heures de bureau",
|
"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",
|
"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",
|
"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": {
|
"DAY": {
|
||||||
"ENABLE": "Activer la disponibilité pour ce jour",
|
"ENABLE": "Activer la disponibilité pour ce jour",
|
||||||
"UNAVAILABLE": "Non disponible",
|
"UNAVAILABLE": "Non disponible",
|
||||||
|
|||||||
@@ -160,6 +160,9 @@
|
|||||||
"TRIAL_MESSAGE": "jours d'essai restants.",
|
"TRIAL_MESSAGE": "jours d'essai restants.",
|
||||||
"TRAIL_BUTTON": "Acheter Maintenant",
|
"TRAIL_BUTTON": "Acheter Maintenant",
|
||||||
"DELETED_USER": "Utilisateur supprimé",
|
"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": {
|
"ACCOUNT_SUSPENDED": {
|
||||||
"TITLE": "Compte Suspendu",
|
"TITLE": "Compte Suspendu",
|
||||||
"MESSAGE": "Votre compte est suspendu. Veuillez contacter le support pour plus d'informations."
|
"MESSAGE": "Votre compte est suspendu. Veuillez contacter le support pour plus d'informations."
|
||||||
@@ -197,6 +200,7 @@
|
|||||||
"CURRENTLY_VIEWING_ACCOUNT": "En cours de visualisation:",
|
"CURRENTLY_VIEWING_ACCOUNT": "En cours de visualisation:",
|
||||||
"SWITCH": "Commuter",
|
"SWITCH": "Commuter",
|
||||||
"CONVERSATIONS": "Conversations",
|
"CONVERSATIONS": "Conversations",
|
||||||
|
"INBOX": "Boîte de réception",
|
||||||
"ALL_CONVERSATIONS": "Toutes les conversations",
|
"ALL_CONVERSATIONS": "Toutes les conversations",
|
||||||
"MENTIONED_CONVERSATIONS": "Mentions",
|
"MENTIONED_CONVERSATIONS": "Mentions",
|
||||||
"PARTICIPATING_CONVERSATIONS": "Conversations assignées",
|
"PARTICIPATING_CONVERSATIONS": "Conversations assignées",
|
||||||
@@ -238,6 +242,7 @@
|
|||||||
"REPORTS_INBOX": "Boîte de réception",
|
"REPORTS_INBOX": "Boîte de réception",
|
||||||
"REPORTS_TEAM": "Équipes",
|
"REPORTS_TEAM": "Équipes",
|
||||||
"SET_AVAILABILITY_TITLE": "Se définir comme",
|
"SET_AVAILABILITY_TITLE": "Se définir comme",
|
||||||
|
"SLA": "SLA",
|
||||||
"BETA": "Bêta",
|
"BETA": "Bêta",
|
||||||
"REPORTS_OVERVIEW": "Vue d'ensemble",
|
"REPORTS_OVERVIEW": "Vue d'ensemble",
|
||||||
"FACEBOOK_REAUTHORIZE": "Votre connexion Facebook a expiré, veuillez reconnecter votre page Facebook pour continuer les services",
|
"FACEBOOK_REAUTHORIZE": "Votre connexion Facebook a expiré, veuillez reconnecter votre page Facebook pour continuer les services",
|
||||||
|
|||||||
70
app/javascript/dashboard/i18n/locale/fr/sla.json
Normal file
70
app/javascript/dashboard/i18n/locale/fr/sla.json
Normal file
@@ -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": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
|
||||||
|
"LIST": {
|
||||||
|
"404": "There are no SLAs available in this account.",
|
||||||
|
"TITLE": "Manage SLA",
|
||||||
|
"DESC": "SLAs: Friendly promises for great service!",
|
||||||
|
"TABLE_HEADER": [
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,6 +39,17 @@
|
|||||||
"PLACEHOLDER": "הכנס מפתח ייחודי לשדה המותאם",
|
"PLACEHOLDER": "הכנס מפתח ייחודי לשדה המותאם",
|
||||||
"ERROR": "מפתח הוא שדה חובה",
|
"ERROR": "מפתח הוא שדה חובה",
|
||||||
"IN_VALID": "מפתח אינו חוקי"
|
"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": {
|
"API": {
|
||||||
@@ -93,6 +104,17 @@
|
|||||||
"EMPTY_RESULT": {
|
"EMPTY_RESULT": {
|
||||||
"404": "לא קיימים שדות מותאמים",
|
"404": "לא קיימים שדות מותאמים",
|
||||||
"NOT_FOUND": "לא קיימים שדות מותאמים"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,10 +39,10 @@
|
|||||||
},
|
},
|
||||||
"MERGE_CONTACT": "מזג אנשי קשר",
|
"MERGE_CONTACT": "מזג אנשי קשר",
|
||||||
"CONTACT_ACTIONS": "פעולות אנשי קשר",
|
"CONTACT_ACTIONS": "פעולות אנשי קשר",
|
||||||
"MUTE_CONTACT": "השתק שיחה",
|
"MUTE_CONTACT": "Block Contact",
|
||||||
"UNMUTE_CONTACT": "בטל השתקת שיחה",
|
"UNMUTE_CONTACT": "Unblock Contact",
|
||||||
"MUTED_SUCCESS": "שיחה זו מושתקת למשך 6 שעות",
|
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||||||
"UNMUTED_SUCCESS": "השיחה זו אינה מושתקת",
|
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||||||
"SEND_TRANSCRIPT": "שלח תמלול",
|
"SEND_TRANSCRIPT": "שלח תמלול",
|
||||||
"EDIT_LABEL": "ערוך",
|
"EDIT_LABEL": "ערוך",
|
||||||
"SIDEBAR_SECTIONS": {
|
"SIDEBAR_SECTIONS": {
|
||||||
@@ -79,7 +79,13 @@
|
|||||||
"TITLE": "Export Contacts",
|
"TITLE": "Export Contacts",
|
||||||
"DESC": "Export contacts to a CSV file.",
|
"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.",
|
"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": {
|
"DELETE_NOTE": {
|
||||||
"CONFIRM": {
|
"CONFIRM": {
|
||||||
@@ -339,7 +345,8 @@
|
|||||||
},
|
},
|
||||||
"VALIDATIONS": {
|
"VALIDATIONS": {
|
||||||
"REQUIRED": "נדרש ערך חוקי",
|
"REQUIRED": "נדרש ערך חוקי",
|
||||||
"INVALID_URL": "כתובת אתר לא חוקית"
|
"INVALID_URL": "כתובת אתר לא חוקית",
|
||||||
|
"INVALID_INPUT": "Invalid Input"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MERGE_CONTACTS": {
|
"MERGE_CONTACTS": {
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
"REMOVE_LABEL": "הסר תווית מהשיחה",
|
"REMOVE_LABEL": "הסר תווית מהשיחה",
|
||||||
"SETTINGS": "הגדרות",
|
"SETTINGS": "הגדרות",
|
||||||
"AI_ASSIST": "AI Assist",
|
"AI_ASSIST": "AI Assist",
|
||||||
"APPEARANCE": "Appearance"
|
"APPEARANCE": "Appearance",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
},
|
},
|
||||||
"COMMANDS": {
|
"COMMANDS": {
|
||||||
"GO_TO_CONVERSATION_DASHBOARD": "עבור ללוח המחוונים לשיחה",
|
"GO_TO_CONVERSATION_DASHBOARD": "עבור ללוח המחוונים לשיחה",
|
||||||
@@ -153,7 +154,8 @@
|
|||||||
"CHANGE_APPEARANCE": "Change Appearance",
|
"CHANGE_APPEARANCE": "Change Appearance",
|
||||||
"LIGHT_MODE": "Light",
|
"LIGHT_MODE": "Light",
|
||||||
"DARK_MODE": "Dark",
|
"DARK_MODE": "Dark",
|
||||||
"SYSTEM_MODE": "System"
|
"SYSTEM_MODE": "System",
|
||||||
|
"SNOOZE_NOTIFICATION": "Snooze Notification"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DASHBOARD_APPS": {
|
"DASHBOARD_APPS": {
|
||||||
|
|||||||
@@ -324,7 +324,8 @@
|
|||||||
"LAST_EDITED": "עריכה אחרונה"
|
"LAST_EDITED": "עריכה אחרונה"
|
||||||
},
|
},
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
"BY": "על ידי"
|
"BY": "על ידי",
|
||||||
|
"AUTHOR_NOT_AVAILABLE": "Author is not available"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EDIT_ARTICLE": {
|
"EDIT_ARTICLE": {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user