@bigbinary/neeto-commons-frontend 2.0.101 → 2.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress-utils.cjs.js +18 -3
- package/cypress-utils.cjs.js.map +1 -1
- package/cypress-utils.js +18 -3
- package/cypress-utils.js.map +1 -1
- package/initializers.cjs.js +0 -243
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +0 -243
- package/initializers.js.map +1 -1
- package/package.json +1 -1
- package/utils.d.ts +2 -2
package/initializers.cjs.js
CHANGED
|
@@ -1955,60 +1955,12 @@ var github = {
|
|
|
1955
1955
|
}
|
|
1956
1956
|
};
|
|
1957
1957
|
var neetoCommons = {
|
|
1958
|
-
errorPage: {
|
|
1959
|
-
cantBeFound: "The page you're looking for <br /> can't be found.",
|
|
1960
|
-
unauthorized: "You don't have permissions <br /> to access this page.",
|
|
1961
|
-
internalServerError: "The server encountered an error and <br /> could not complete your request.",
|
|
1962
|
-
backToHome: "Back to home",
|
|
1963
|
-
title: {
|
|
1964
|
-
cantBeFound: "Page not found",
|
|
1965
|
-
unauthorized: "Unauthorized",
|
|
1966
|
-
internalServerError: "Internal server error"
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
1958
|
fallbackComponent: {
|
|
1970
1959
|
somethingWentWrong: "Sorry, something went wrong.",
|
|
1971
1960
|
description: "Please try <reloading></reloading> the page.<br> If the problem persists, <contactus></contactus>.",
|
|
1972
1961
|
reloadingButtonLabel: "reloading",
|
|
1973
1962
|
contactusButtonLabel: "contact us"
|
|
1974
1963
|
},
|
|
1975
|
-
sidebar: {
|
|
1976
|
-
myProfile: "My profile",
|
|
1977
|
-
myOrganization: "My organization",
|
|
1978
|
-
logout: "Log out",
|
|
1979
|
-
help: "Help",
|
|
1980
|
-
livechat: "Live chat",
|
|
1981
|
-
keyboardShortcuts: "Keyboard shortcuts"
|
|
1982
|
-
},
|
|
1983
|
-
common: {
|
|
1984
|
-
actions: {
|
|
1985
|
-
cancel: "Cancel",
|
|
1986
|
-
save: "Save",
|
|
1987
|
-
edit: "Edit",
|
|
1988
|
-
"delete": "Delete",
|
|
1989
|
-
add: "Add {{entity}}",
|
|
1990
|
-
editTitle: "Edit {{entity}}",
|
|
1991
|
-
addNew: "Add new {{entity}}",
|
|
1992
|
-
reset: "Reset",
|
|
1993
|
-
saveChanges: "Save changes",
|
|
1994
|
-
publish: "Publish",
|
|
1995
|
-
draft: "Draft"
|
|
1996
|
-
},
|
|
1997
|
-
andSentence: "{{first}} {{and}} {{last}}",
|
|
1998
|
-
and: "and",
|
|
1999
|
-
name: "name",
|
|
2000
|
-
value: "value",
|
|
2001
|
-
search: "Search {{entity}}",
|
|
2002
|
-
notFound: {
|
|
2003
|
-
title: "There are no {{entity}} to show."
|
|
2004
|
-
},
|
|
2005
|
-
status: "status",
|
|
2006
|
-
deleteAlert: {
|
|
2007
|
-
title: "Delete {{entity}}?",
|
|
2008
|
-
yes: "Yes, delete",
|
|
2009
|
-
no: "No, cancel"
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
1964
|
toastr: {
|
|
2013
1965
|
success: {
|
|
2014
1966
|
copiedToClipboard: "Copied to clipboard!"
|
|
@@ -2019,201 +1971,6 @@ var neetoCommons = {
|
|
|
2019
1971
|
},
|
|
2020
1972
|
notice: {
|
|
2021
1973
|
errorOccurred: "Some error occurred."
|
|
2022
|
-
},
|
|
2023
|
-
widget: {
|
|
2024
|
-
installation: {
|
|
2025
|
-
snippet: {
|
|
2026
|
-
copied: "Copied to clipboard!",
|
|
2027
|
-
copy: "Copy",
|
|
2028
|
-
sendViaEmail: "Send via email",
|
|
2029
|
-
disabledError: "Please enable atleast 1 widget."
|
|
2030
|
-
},
|
|
2031
|
-
instructions: {
|
|
2032
|
-
placement: "Place the embed code in your HTML file. This will embed <fontBold>{{selectedWidgets}}</fontBold> in your website.",
|
|
2033
|
-
userIdentity: "Specify user identity information. This information is used to classify neetoChat conversations and neetoReplay sessions.",
|
|
2034
|
-
sessionContext: "Save contextual data for the neetoReplay sessions. Sessions can be filtered by this data."
|
|
2035
|
-
}
|
|
2036
|
-
},
|
|
2037
|
-
email: {
|
|
2038
|
-
title: "Widget installation instructions",
|
|
2039
|
-
fields: {
|
|
2040
|
-
emails: {
|
|
2041
|
-
label: "Emails",
|
|
2042
|
-
placeholder: "Enter recipient email",
|
|
2043
|
-
invalidError: "Please enter valid email addresses."
|
|
2044
|
-
},
|
|
2045
|
-
subject: {
|
|
2046
|
-
label: "Subject",
|
|
2047
|
-
values: {
|
|
2048
|
-
embedCode: "Widget installation instructions",
|
|
2049
|
-
userIdentity: "neetoWidget user identity object to specify user details",
|
|
2050
|
-
sessionContext: "neetoReplay session context object to save contextual information"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
body: {
|
|
2055
|
-
values: {
|
|
2056
|
-
embedCode: "<p>Hi,</p> <p>We are going to use {{selectedWidgets}}.</p> <p>Please find the code snippet for the installation of the {{selectedWidgets}} widget.</p> <p>You can find the documentation regarding this at <configureLink>{{neetoKbUrl}}</configureLink>.</p> <p>If you still need help then send an email to <mail>{{helpEmail}}</mail>.</p>",
|
|
2057
|
-
userIdentity: "<p>Hi,</p> <p>This is the object structure that you can use to specify the user identity for neetoWidget.</p> <p>You can find the documentation at <configureLink>{{userIdentityKbUrl}}</configureLink>.</p>",
|
|
2058
|
-
sessionContext: "<p>Hi,</p> <p>This is the object structure that you can use to specify the contextual values for neetoReplay sessions.</p> <p>You can find the documentation at <configureLink>{{sessionContextKbUrl}}</configureLink>.</p>"
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
|
-
actions: {
|
|
2062
|
-
send: "Send",
|
|
2063
|
-
cancel: "Cancel"
|
|
2064
|
-
}
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
customDomain: {
|
|
2068
|
-
customDomain_one: "Custom domain",
|
|
2069
|
-
customDomain_other: "Custom domains",
|
|
2070
|
-
customDomainWithCount_one: "{{count}} custom domain",
|
|
2071
|
-
customDomainWithCount_other: "{{count}} custom domains",
|
|
2072
|
-
placeholder: "Type domain here...",
|
|
2073
|
-
label: "Enter custom domain",
|
|
2074
|
-
validation: {
|
|
2075
|
-
buttonLabel: {
|
|
2076
|
-
txt: "Validate TXT record entries",
|
|
2077
|
-
cnameAdded: "I’ve added CNAME records",
|
|
2078
|
-
cnameCheck: "Validate CNAME record"
|
|
2079
|
-
},
|
|
2080
|
-
desc: "Please add following {{record}} record in your domain’s DNS dashboard and then request for {{record}} validation.",
|
|
2081
|
-
record: "{{record}} record {{type}}"
|
|
2082
|
-
},
|
|
2083
|
-
status: {
|
|
2084
|
-
txt: {
|
|
2085
|
-
active: "TXT record validated",
|
|
2086
|
-
pendingCnameValidation: "TXT record validated",
|
|
2087
|
-
pendingTxtValidation: "TXT record validation pending"
|
|
2088
|
-
},
|
|
2089
|
-
cname: {
|
|
2090
|
-
active: "CNAME record validated",
|
|
2091
|
-
pendingCnameValidation: "CNAME record validation pending"
|
|
2092
|
-
},
|
|
2093
|
-
failed: "Failed"
|
|
2094
|
-
},
|
|
2095
|
-
messageBlock: {
|
|
2096
|
-
dnsStatus: "<p>Typically, it will take 2 hours to 24 hours for the new custom domain to start working.</p><br><p> An email will be sent when the custom domain starts working.</p><br>If, after 24 hours, your custom domain is still not working, then please send an email to ",
|
|
2097
|
-
cnameAddedTime: " You added CNAME records {{time}}"
|
|
2098
|
-
},
|
|
2099
|
-
alertMessage: "You're about to delete the custom domain <strong>{{hostname}}</strong>. This action will permanently delete the domain and <strong>{{hostname}}</strong> will no longer point to your default domain.",
|
|
2100
|
-
formikValidation: {
|
|
2101
|
-
required: "Custom domain is required",
|
|
2102
|
-
valid: "Please add valid custom domain"
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
schedule: {
|
|
2106
|
-
weeklyHours: "Weekly hours",
|
|
2107
|
-
unavailable: "Unavailable",
|
|
2108
|
-
startTime: "Start time",
|
|
2109
|
-
endTime: "End time",
|
|
2110
|
-
copySchedule: "Copy schedule to..",
|
|
2111
|
-
copyScheduleTooltip: "Copy this schedule to another day",
|
|
2112
|
-
addNewPeriod: "Add new period",
|
|
2113
|
-
days: {
|
|
2114
|
-
monday: "Monday",
|
|
2115
|
-
tuesday: "Tuesday",
|
|
2116
|
-
wednesday: "Wednesday",
|
|
2117
|
-
thursday: "Thursday",
|
|
2118
|
-
friday: "Friday",
|
|
2119
|
-
saturday: "Saturday",
|
|
2120
|
-
sunday: "Sunday"
|
|
2121
|
-
},
|
|
2122
|
-
errors: {
|
|
2123
|
-
period: {
|
|
2124
|
-
startTime: "Start time is required",
|
|
2125
|
-
endTime: "End time is required",
|
|
2126
|
-
isBehind: "Period's end time must not be before the start time",
|
|
2127
|
-
overlap: "This period is overlapping with ({{ start }}-{{ end }})",
|
|
2128
|
-
sameTime: "Periods start and end time cannot be same"
|
|
2129
|
-
}
|
|
2130
|
-
}
|
|
2131
|
-
},
|
|
2132
|
-
dateRangeFilter: {
|
|
2133
|
-
timePeriodOptions: {
|
|
2134
|
-
last7Days: "Last 7 days",
|
|
2135
|
-
last30Days: "Last 30 days",
|
|
2136
|
-
last24Hours: "Last 24 hours",
|
|
2137
|
-
thisMonth: "This month",
|
|
2138
|
-
lastMonth: "Last month",
|
|
2139
|
-
thisYear: "This year",
|
|
2140
|
-
lastYear: "Last year",
|
|
2141
|
-
thisQuarter: "This quarter",
|
|
2142
|
-
lastQuarter: "Last quarter",
|
|
2143
|
-
thisWeek: "This week",
|
|
2144
|
-
lastWeek: "Last week",
|
|
2145
|
-
allTime: "All time",
|
|
2146
|
-
customDuration: "Custom duration"
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
browserSupport: {
|
|
2150
|
-
unsupportedBrowserVersion: "You are using {{browserName}} {{browserVersion}}. neeto requires {{browserName}} {{requiredMinBrowserVersion}} or later to perform reliably. <downloadLink></downloadLink><contactUs></contactUs>",
|
|
2151
|
-
unsupportedBrowser: "You are using {{browserName}} {{browserVersion}}. neeto requires a modern browser to perform reliably. <contactUs></contactUs>",
|
|
2152
|
-
downloadLink: {
|
|
2153
|
-
main: "Please <button></button> the latest browser.",
|
|
2154
|
-
buttonLabel: "download and install"
|
|
2155
|
-
},
|
|
2156
|
-
contactUs: {
|
|
2157
|
-
main: "<button></button> if you need any help.",
|
|
2158
|
-
buttonLabel: "Contact us"
|
|
2159
|
-
},
|
|
2160
|
-
unknownBrowserMsg: "an unknown browser"
|
|
2161
|
-
},
|
|
2162
|
-
ipRestriction: {
|
|
2163
|
-
switchLabel: "Enable IP restriction",
|
|
2164
|
-
description: "Restrict access to only trusted locations and networks by defining the range of allowed IP addresses",
|
|
2165
|
-
allowedIpRangeTitle: "Allowed IP range",
|
|
2166
|
-
ipStart: "IP start",
|
|
2167
|
-
ipEnd: "IP end",
|
|
2168
|
-
actions: "Actions",
|
|
2169
|
-
allowedIpRangeConfirmation: "This can't be undone. Confirm deletion of IP range {{ipStart}} to {{ipEnd}}",
|
|
2170
|
-
validations: {
|
|
2171
|
-
invalidIp: "Invalid IPv4 address format",
|
|
2172
|
-
ipEndGreaterThanIpStart: "IP end should be greater than or equal to IP start"
|
|
2173
|
-
},
|
|
2174
|
-
currentIpTitle: "Your current IP is",
|
|
2175
|
-
currentIpDescription: "Your current IP will be added to the allowed IP range by default. You will not be able to save the IP settings without your current IP address on the list"
|
|
2176
|
-
},
|
|
2177
|
-
publishBlock: {
|
|
2178
|
-
viewDraftVersion: "View draft version",
|
|
2179
|
-
deleteDraftVersion: "Delete draft version. It'll not impact the published version",
|
|
2180
|
-
viewPublishedVersion: "View published version"
|
|
2181
|
-
},
|
|
2182
|
-
shareViaLink: {
|
|
2183
|
-
title: "Share via link",
|
|
2184
|
-
description: "Your {{entity}} is securely published and ready to use at this address.",
|
|
2185
|
-
copyLink: "Copy link",
|
|
2186
|
-
open: "Open {{entity}}",
|
|
2187
|
-
regenerateUrl: {
|
|
2188
|
-
title: "Regenerate URL",
|
|
2189
|
-
inputLabel: "Your current URL is given below",
|
|
2190
|
-
description: "Once a new URL is generated then the current URL will stop working. You will see the new URL once you click on the 'Yes, regenerate' button.",
|
|
2191
|
-
confirmation: "Are you sure that you want to generate a new URL?",
|
|
2192
|
-
submitButtonLabel: "Yes, regenerate",
|
|
2193
|
-
cancelButtonLabel: "No, cancel"
|
|
2194
|
-
},
|
|
2195
|
-
socialMediaShare: {
|
|
2196
|
-
title: "Share via social media",
|
|
2197
|
-
qrCode: "QR code",
|
|
2198
|
-
qrCodeDownload: "Download QR code",
|
|
2199
|
-
qrCodeInfo: "Scan the QR code to open your {{entity}}. You can use the QR code anywhere after downloading it."
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
|
-
keyboardShortcuts: {
|
|
2203
|
-
title: "Keyboard shortcuts",
|
|
2204
|
-
viewFullListOfShortcuts: "View full list of shortcuts",
|
|
2205
|
-
global: {
|
|
2206
|
-
categoryName: "GLOBAL",
|
|
2207
|
-
openKeyboardShortcutsPane: "Open the keyboard shortcuts pane",
|
|
2208
|
-
close: "Close modals, panes"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
emailPreview: {
|
|
2212
|
-
to: "To",
|
|
2213
|
-
from: "From",
|
|
2214
|
-
subject: "Subject",
|
|
2215
|
-
poweredBy: "Powered by neeto",
|
|
2216
|
-
logoAltText: "Logo"
|
|
2217
1974
|
}
|
|
2218
1975
|
};
|
|
2219
1976
|
var commonsEn = {
|