2021-06-15 16:45:18 +00:00
|
|
|
{
|
|
|
|
"PROFILE_SETTINGS": {
|
|
|
|
"LINK": "Profile Settings",
|
|
|
|
"TITLE": "Profile Settings",
|
|
|
|
"BTN_TEXT": "Update Profile",
|
2021-12-19 06:08:02 +00:00
|
|
|
"DELETE_AVATAR": "מחק אווטר",
|
|
|
|
"AVATAR_DELETE_SUCCESS": "Avatar has been deleted successfully",
|
|
|
|
"AVATAR_DELETE_FAILED": "There is an error while deleting avatar, please try again",
|
2021-06-15 16:45:18 +00:00
|
|
|
"UPDATE_SUCCESS": "Your profile has been updated successfully",
|
|
|
|
"PASSWORD_UPDATE_SUCCESS": "Your password has been changed successfully",
|
|
|
|
"AFTER_EMAIL_CHANGED": "Your profile has been updated successfully, please login again as your login credentials are changed",
|
|
|
|
"FORM": {
|
|
|
|
"AVATAR": "Profile Image",
|
2021-11-12 18:10:08 +00:00
|
|
|
"ERROR": "אנא תקן שגיאות בטופס",
|
2021-06-15 16:45:18 +00:00
|
|
|
"REMOVE_IMAGE": "Remove",
|
|
|
|
"UPLOAD_IMAGE": "Upload image",
|
|
|
|
"UPDATE_IMAGE": "Update image",
|
|
|
|
"PROFILE_SECTION": {
|
|
|
|
"TITLE": "Profile",
|
|
|
|
"NOTE": "Your email address is your identity and is used to log in."
|
|
|
|
},
|
|
|
|
"PASSWORD_SECTION": {
|
|
|
|
"TITLE": "סיסמה",
|
|
|
|
"NOTE": "Updating your password would reset your logins in multiple devices.",
|
|
|
|
"BTN_TEXT": "Change password"
|
|
|
|
},
|
|
|
|
"ACCESS_TOKEN": {
|
|
|
|
"TITLE": "Access Token",
|
|
|
|
"NOTE": "This token can be used if you are building an API based integration"
|
|
|
|
},
|
|
|
|
"AUDIO_NOTIFICATIONS_SECTION": {
|
|
|
|
"TITLE": "Audio Notifications",
|
|
|
|
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
2021-07-07 15:55:04 +00:00
|
|
|
"NONE": "None",
|
|
|
|
"ASSIGNED": "Assigned Conversations",
|
|
|
|
"ALL_CONVERSATIONS": "All Conversations"
|
2021-06-15 16:45:18 +00:00
|
|
|
},
|
|
|
|
"EMAIL_NOTIFICATIONS_SECTION": {
|
|
|
|
"TITLE": "Email Notifications",
|
|
|
|
"NOTE": "Update your email notification preferences here",
|
|
|
|
"CONVERSATION_ASSIGNMENT": "שלח התראה באימייל כאשר שיחה מוקצית עבורי",
|
|
|
|
"CONVERSATION_CREATION": "שלח התראה באימייל כאשר נפתחת שיחה חדשה",
|
|
|
|
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
|
|
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "שלח התראה באימייל כאשר יש הודעה חדשה בשיחה המוקצית עבורי"
|
|
|
|
},
|
|
|
|
"API": {
|
|
|
|
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
|
|
|
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
|
|
|
},
|
|
|
|
"PUSH_NOTIFICATIONS_SECTION": {
|
|
|
|
"TITLE": "Push Notifications",
|
|
|
|
"NOTE": "Update your push notification preferences here",
|
|
|
|
"CONVERSATION_ASSIGNMENT": "שלח התראת פוש כאשר שיחה מוקצית עבורי",
|
|
|
|
"CONVERSATION_CREATION": "שלח התראת פוש כאשר נפתחת שיחה חדשה",
|
|
|
|
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
|
|
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "שלח התראת פוש כאשר יש הודעה חדשה בשיחה המוקצית עבורי",
|
|
|
|
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
|
|
|
"REQUEST_PUSH": "Enable push notifications"
|
|
|
|
},
|
|
|
|
"PROFILE_IMAGE": {
|
|
|
|
"LABEL": "Profile Image"
|
|
|
|
},
|
|
|
|
"NAME": {
|
|
|
|
"LABEL": "Your full name",
|
|
|
|
"ERROR": "Please enter a valid full name",
|
2021-09-03 10:18:24 +00:00
|
|
|
"PLACEHOLDER": "הכנס שם מלא בבקשה"
|
2021-06-15 16:45:18 +00:00
|
|
|
},
|
|
|
|
"DISPLAY_NAME": {
|
|
|
|
"LABEL": "Display name",
|
|
|
|
"ERROR": "Please enter a valid display name",
|
|
|
|
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
|
|
|
|
},
|
|
|
|
"AVAILABILITY": {
|
|
|
|
"LABEL": "זמינות",
|
|
|
|
"STATUSES_LIST": [
|
|
|
|
"מחובר",
|
|
|
|
"עסוק",
|
|
|
|
"לא מחובר"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"EMAIL": {
|
|
|
|
"LABEL": "Your email address",
|
|
|
|
"ERROR": "Please enter a valid email address",
|
|
|
|
"PLACEHOLDER": "Please enter your email address, this would be displayed in conversations"
|
|
|
|
},
|
|
|
|
"CURRENT_PASSWORD": {
|
|
|
|
"LABEL": "Current password",
|
|
|
|
"ERROR": "Please enter the current password",
|
|
|
|
"PLACEHOLDER": "Please enter the current password"
|
|
|
|
},
|
|
|
|
"PASSWORD": {
|
|
|
|
"LABEL": "סיסמה",
|
|
|
|
"ERROR": "Please enter a password of length 6 or more",
|
|
|
|
"PLACEHOLDER": "Please enter a new password"
|
|
|
|
},
|
|
|
|
"PASSWORD_CONFIRMATION": {
|
|
|
|
"LABEL": "Confirm new password",
|
|
|
|
"ERROR": "Confirm password should match the password",
|
|
|
|
"PLACEHOLDER": "Please re-enter your password"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"SIDEBAR_ITEMS": {
|
|
|
|
"CHANGE_AVAILABILITY_STATUS": "Change",
|
|
|
|
"CHANGE_ACCOUNTS": "החלף חשבון",
|
2021-12-19 06:08:02 +00:00
|
|
|
"CONTACT_SUPPORT": "Contact Support",
|
2021-06-15 16:45:18 +00:00
|
|
|
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
|
|
|
"PROFILE_SETTINGS": "Profile Settings",
|
2021-09-03 10:18:24 +00:00
|
|
|
"KEYBOARD_SHORTCUTS": "Keyboard Shortcuts",
|
2021-06-15 16:45:18 +00:00
|
|
|
"LOGOUT": "התנתק"
|
|
|
|
},
|
|
|
|
"APP_GLOBAL": {
|
|
|
|
"TRIAL_MESSAGE": "days trial remaining.",
|
2021-10-26 17:31:52 +00:00
|
|
|
"TRAIL_BUTTON": "Buy Now",
|
|
|
|
"DELETED_USER": "Deleted User"
|
2021-06-15 16:45:18 +00:00
|
|
|
},
|
|
|
|
"COMPONENTS": {
|
|
|
|
"CODE": {
|
|
|
|
"BUTTON_TEXT": "Copy",
|
|
|
|
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
|
|
|
},
|
|
|
|
"FILE_BUBBLE": {
|
|
|
|
"DOWNLOAD": "הורד",
|
|
|
|
"UPLOADING": "מעלה..."
|
|
|
|
},
|
|
|
|
"FORM_BUBBLE": {
|
|
|
|
"SUBMIT": "שלח"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"CONFIRM_EMAIL": "Verifying...",
|
|
|
|
"SETTINGS": {
|
|
|
|
"INBOXES": {
|
|
|
|
"NEW_INBOX": "Add Inbox"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"SIDEBAR": {
|
|
|
|
"CONVERSATIONS": "שיחות",
|
2021-12-19 06:08:02 +00:00
|
|
|
"ALL_CONVERSATIONS": "All Conversations",
|
|
|
|
"MENTIONED_CONVERSATIONS": "Mentions",
|
2021-06-15 16:45:18 +00:00
|
|
|
"REPORTS": "Reports",
|
|
|
|
"SETTINGS": "הגדרות",
|
2021-11-12 18:10:08 +00:00
|
|
|
"CONTACTS": "איש קשר",
|
2021-06-15 16:45:18 +00:00
|
|
|
"HOME": "בית",
|
|
|
|
"AGENTS": "סוכנים",
|
2021-11-12 18:10:08 +00:00
|
|
|
"INBOXES": "תיבות דואר נכנס",
|
2021-06-15 16:45:18 +00:00
|
|
|
"NOTIFICATIONS": "התראות",
|
2021-11-12 18:10:08 +00:00
|
|
|
"CANNED_RESPONSES": "תגובות מוכנות",
|
|
|
|
"INTEGRATIONS": "אינטגרציות",
|
2021-12-19 06:08:02 +00:00
|
|
|
"PROFILE_SETTINGS": "Profile Settings",
|
2021-06-15 16:45:18 +00:00
|
|
|
"ACCOUNT_SETTINGS": "Account Settings",
|
2021-11-12 18:10:08 +00:00
|
|
|
"APPLICATIONS": "יישומים",
|
2021-06-15 16:45:18 +00:00
|
|
|
"LABELS": "Labels",
|
2021-11-12 18:10:08 +00:00
|
|
|
"CUSTOM_ATTRIBUTES": "מאפיינים בהתאמה אישית",
|
2021-12-19 06:08:02 +00:00
|
|
|
"AUTOMATION": "Automation",
|
2021-06-29 12:42:33 +00:00
|
|
|
"TEAMS": "Teams",
|
|
|
|
"ALL_CONTACTS": "All Contacts",
|
2021-07-15 18:34:09 +00:00
|
|
|
"TAGGED_WITH": "Tagged with",
|
2021-12-19 06:08:02 +00:00
|
|
|
"NEW_LABEL": "New label",
|
|
|
|
"NEW_TEAM": "New team",
|
|
|
|
"NEW_INBOX": "New inbox",
|
2021-07-15 18:34:09 +00:00
|
|
|
"REPORTS_OVERVIEW": "Overview",
|
2021-09-03 10:18:24 +00:00
|
|
|
"CSAT": "CSAT",
|
|
|
|
"CAMPAIGNS": "קמפיין",
|
|
|
|
"ONGOING": "Ongoing",
|
2021-10-14 08:02:15 +00:00
|
|
|
"ONE_OFF": "One off",
|
|
|
|
"REPORTS_AGENT": "סוכנים",
|
|
|
|
"REPORTS_LABEL": "Labels",
|
2021-11-12 18:10:08 +00:00
|
|
|
"REPORTS_INBOX": "תיבת הדואר הנכנס",
|
2021-12-19 06:08:02 +00:00
|
|
|
"REPORTS_TEAM": "Team",
|
|
|
|
"SET_AVAILABILITY_TITLE": "Set yourself as"
|
2021-06-15 16:45:18 +00:00
|
|
|
},
|
|
|
|
"CREATE_ACCOUNT": {
|
2021-09-03 10:18:24 +00:00
|
|
|
"NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.",
|
2021-06-15 16:45:18 +00:00
|
|
|
"NEW_ACCOUNT": "New Account",
|
|
|
|
"SELECTOR_SUBTITLE": "Create a new account",
|
|
|
|
"API": {
|
|
|
|
"SUCCESS_MESSAGE": "Account created successfully",
|
|
|
|
"EXIST_MESSAGE": "Account already exists",
|
|
|
|
"ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר"
|
|
|
|
},
|
|
|
|
"FORM": {
|
|
|
|
"NAME": {
|
|
|
|
"LABEL": "Account Name",
|
|
|
|
"PLACEHOLDER": "Wayne Enterprises"
|
|
|
|
},
|
|
|
|
"SUBMIT": "שלח"
|
|
|
|
}
|
2021-09-03 10:18:24 +00:00
|
|
|
},
|
|
|
|
"KEYBOARD_SHORTCUTS": {
|
|
|
|
"TITLE": {
|
|
|
|
"OPEN_CONVERSATION": "Open conversation",
|
|
|
|
"RESOLVE_AND_NEXT": "Resolve and move to next",
|
|
|
|
"NAVIGATE_DROPDOWN": "Navigate dropdown items",
|
|
|
|
"RESOLVE_CONVERSATION": "Resolve Conversation",
|
|
|
|
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
|
|
|
|
"ADD_ATTACHMENT": "Add Attachment",
|
|
|
|
"GO_TO_CONTACTS_DASHBOARD": "Go to Contacts Dashboard",
|
|
|
|
"TOGGLE_SIDEBAR": "Toggle Sidebar",
|
|
|
|
"GO_TO_REPORTS_SIDEBAR": "Go to Reports sidebar",
|
|
|
|
"MOVE_TO_NEXT_TAB": "Move to next tab in conversation list",
|
|
|
|
"GO_TO_SETTINGS": "Go to Settings",
|
|
|
|
"SWITCH_CONVERSATION_STATUS": "Switch to the next conversation status",
|
|
|
|
"SWITCH_TO_PRIVATE_NOTE": "Switch to Private Note",
|
|
|
|
"TOGGLE_RICH_CONTENT_EDITOR": "Toggle Rich Content editor",
|
|
|
|
"SWITCH_TO_REPLY": "Switch to Reply",
|
|
|
|
"TOGGLE_SNOOZE_DROPDOWN": "Toggle snooze dropdown"
|
|
|
|
},
|
|
|
|
"KEYS": {
|
|
|
|
"WINDOWS_KEY_AND_COMMAND_KEY": "Win / ⌘",
|
|
|
|
"ALT_OR_OPTION_KEY": "Alt / ⌥",
|
|
|
|
"FORWARD_SLASH_KEY": "/"
|
|
|
|
}
|
2021-06-15 16:45:18 +00:00
|
|
|
}
|
|
|
|
}
|