blob: f018fda3573682e20457bbb9b0f80e9711c5b725 [file] [log] [blame]
{
"common.title": "Log Search",
"common.serviceLogs": "Service Logs",
"common.auditLogs": "Audit Logs",
"common.summary": "Summary",
"common.logs": "Logs",
"common.name": "Name",
"common.value": "Value",
"common.settings": "Settings",
"common.loading": "Loading...",
"common.notAvailable": "N/A",
"common.form.errors.required": "This field is required",
"dropdown.selection": "Selected ({{total}})",
"dropdown.selection.clear": "(Clear)",
"dropdown.selection.clearToDefault": "(Set defaults)",
"dropdown.selection.all": "All {{listName}} ({{total}})",
"modal.submit": "OK",
"modal.cancel": "Cancel",
"modal.apply": "Apply",
"modal.close": "Close",
"modal.save": "Save",
"authorization.logout": "Logout",
"authorization.name": "Username",
"authorization.password": "Password",
"authorization.signIn": "Sign In",
"authorization.checkingAuthorization": "Checking authorization...",
"authorization.authorized": "Successful authorization.",
"authorization.loggedOut": "Successfuly logged out.",
"authorization.error.authorizationError": "Error during authorization. Maybe your session expired.",
"authorization.error.unauthorized": "Unable to sign in. Invalid username/password combination.",
"authorization.error.forbidden": "Access forbidden.",
"authorization.error.authorizationTimeout": "Authorization timeout.",
"login.title": "Login",
"topMenu.undo": "Undo",
"topMenu.redo": "Redo",
"topMenu.refresh": "Refresh",
"topMenu.history": "History",
"topMenu.filter": "Filter",
"topMenu.shipperConfiguration": "Configuration Editor",
"filter.all": "All",
"filter.clusters": "Clusters",
"filter.components": "Components",
"filter.repos": "Audit Source",
"filter.levels": "Levels",
"filter.include": "Include",
"filter.exclude": "Exclude",
"filter.hosts": "Hosts",
"filter.users": "Users",
"filter.capture": "Capture",
"filter.captureSnapshot": "Snapshot",
"filter.refreshingLogListIn": "Please wait while the logs for your capture period are indexed...",
"filter.capture.min": "Min",
"filter.capture.sec": "Sec",
"filter.capture.triggeringRefresh": "Triggering auto-refresh in {{remainingSeconds}} sec",
"filter.youAreInSnapshotView": "You are in snapshot view",
"filter.closeSnapshotView": "Close snapshot view",
"filters.clear": "Clear",
"filter.timeRange": "Time Range",
"filter.timeRange.quick": "Quick Ranges",
"filter.timeRange.7d": "Last 7 days",
"filter.timeRange.30d": "Last 30 days",
"filter.timeRange.60d": "Last 60 days",
"filter.timeRange.90d": "Last 90 days",
"filter.timeRange.6m": "Last 6 months",
"filter.timeRange.1y": "Last 1 year",
"filter.timeRange.2y": "Last 2 years",
"filter.timeRange.5y": "Last 5 years",
"filter.timeRange.yesterday": "Yesterday",
"filter.timeRange.beforeYesterday": "Day before yesterday",
"filter.timeRange.thisDayLastWeek": "This day last week",
"filter.timeRange.previousWeek": "Previous week",
"filter.timeRange.previousMonth": "Previous month",
"filter.timeRange.previousYear": "Previous year",
"filter.timeRange.today": "Today",
"filter.timeRange.todaySoFar": "Today so far",
"filter.timeRange.thisWeek": "This week",
"filter.timeRange.thisWeekSoFar": "This week so far",
"filter.timeRange.thisMonth": "This month",
"filter.timeRange.thisYear": "This year",
"filter.timeRange.5min": "Last 5 minutes",
"filter.timeRange.15min": "Last 15 minutes",
"filter.timeRange.30min": "Last 30 minutes",
"filter.timeRange.1hr": "Last 1 hour",
"filter.timeRange.3hr": "Last 3 hours",
"filter.timeRange.6hr": "Last 6 hours",
"filter.timeRange.12hr": "Last 12 hours",
"filter.timeRange.24hr": "Last 24 hours",
"filter.timeRange.custom": "Custom",
"filter.timeRange.from": "from",
"filter.timeRange.to": "to",
"filter.toggleTo.exclude": "Toggle to exclude",
"filter.toggleTo.include": "Toggle to include",
"filter.timeRange.error.tooShort": "The selected time range is too short.",
"filterHistory": {
"initialState": "Initial filter values",
"paramNames": {
"clusters": "Cluster",
"timeRange": "Time Range",
"components": "Component",
"levels": "Level",
"hosts": "Host",
"auditLogsSorting": "Sort by",
"serviceLogsSorting": "Sort by",
"pageSize": "Result Per Page",
"page": "Page Number",
"query": "Query",
"users": "User",
"sortingType": "Sorting Direction",
"sortingKey": "Sorting Field"
},
"single": {
"actionLabel": {
"change": "changed"
},
"changeLabel": {
"change": "{{fieldLabel}}: {{valueLabel}}"
}
},
"multiple": {
"actionLabel": {
"add": "selected",
"change": "changed",
"remove": "unselected",
"clear": "selection cleared"
},
"changeLabel": {
"add": "{{fieldLabel}}: {{valueLabel}}",
"change": "{{fieldLabel}}: {{valueLabel}}",
"remove": "{{fieldLabel}}: {{valueLabel}}",
"clear": "{{fieldLabel}}: {{valueLabel}}"
}
},
"query": {
"type": {
"include": "include",
"exclude": "exclude"
},
"changeLabel": {
"add": "{{queryType}} query added: {{fieldLabel}} - {{valueLabel}}",
"remove": "{{queryType}} query removed: {{fieldLabel}} - {{valueLabel}}",
"clear": "Query cleared"
}
},
"timeRange": {
"type": {
"last": "last",
"past": "previous",
"current": "this",
"today": "today",
"custom": ""
},
"unit": {
"d": ["day", "days"],
"M": ["month", "months"],
"y": ["year", "years"],
"w": ["week", "weeks"],
"m": ["minute", "minutes"],
"h": ["hour", "hours"]
},
"valueLabel": {
"last": "{{typeLabel}} {{value}} {{unitLabel}}",
"past": "{{typeLabel}} {{value}} {{unitLabel}}",
"yesterday": "yesterday",
"current": "{{typeLabel}} {{value}} {{unitLabel}}",
"today": "today",
"custom": "`{{valueStart}} - {{valueEnd}}`"
},
"changeLabel": "{{fieldLabel}}: {{valueLabel}}",
"dateTimeFormat": "YYYY-MM-DD hh:mm A zz"
}
},
"levels.fatal": "Fatal",
"levels.error": "Error",
"levels.warn": "Warn",
"levels.info": "Info",
"levels.debug": "Debug",
"levels.trace": "Trace",
"levels.unknown": "Unknown",
"sorting.title": "Sort By",
"sorting.time.asc": "Ascending Time",
"sorting.time.desc": "Descending Time",
"pagination.title": "Rows per page:",
"pagination.numbers": "{{startIndex}}-{{endIndex}} of {{totalCount}}",
"logs.title": "Logs",
"logs.serviceLogs.title": "Service Logs",
"logs.auditLogs.title": "Audit Logs",
"logs.columns": "Columns",
"logs.status": "Status",
"logs.details": "Details",
"logs.message": "Message",
"logs.bundleId": "Bundle Id",
"logs.caseId": "Case Id",
"logs.cluster": "Cluster",
"logs.eventCount": "Event Count",
"logs.file": "File",
"logs.host": "Host",
"logs.id": "Id",
"logs.ip": "Ip",
"logs.level": "Level",
"logs.lineNumber": "Line Number",
"logs.logType": "Log Type",
"logs.logfileLineNumber": "Logfile Line Number",
"logs.loggerName": "Logger Name",
"logs.method": "Method",
"logs.path": "Path",
"logs.rowType": "Row Type",
"logs.threadName": "Thread",
"logs.type": "Type",
"logs.enforcer": "Access Enforcer",
"logs.accessType": "Access Type",
"logs.action": "Action",
"logs.agent": "Agent",
"logs.agentHost": "Agent Host",
"logs.authType": "Auth Type",
"logs.clientIp": "Client Ip",
"logs.clientType": "Client Type",
"logs.dst": "DST",
"logs.eventTime": "Event Time",
"logs.logMessage": "Log Message",
"logs.logTime": "Log Time",
"logs.perm": "Perm",
"logs.policy": "Policy",
"logs.proxyUsers": "Proxy Users",
"logs.reason": "Reason",
"logs.repo": "Audit Source",
"logs.repoType": "Audit Source Type",
"logs.reqCallerId": "Req Caller Id",
"logs.reqContext": "Req Context",
"logs.reqData": "Req Data",
"logs.reqSelfId": "Req Self Id",
"logs.resType": "Res Type",
"logs.resource": "Resource",
"logs.result": "Result",
"logs.session": "Session",
"logs.text": "Text",
"logs.ugi": "UGI",
"logs.user": "User",
"logs.baseUrl": "Base URL",
"logs.command": "Command",
"logs.component": "Component",
"logs.displayName": "Display Name",
"logs.os": "OS",
"logs.repoId": "Repo Id",
"logs.repoVersion": "Repo Version",
"logs.repositories": "Repositories",
"logs.requestId": "Request Id",
"logs.resultStatus": "Result Status",
"logs.roles": "Roles",
"logs.stackVersion": "Stack Version",
"logs.stack": "Stack",
"logs.taskId": "Task Id",
"logs.versionNote": "Version Note",
"logs.versionNumber": "Version Number",
"logs.addToQuery": "Add to Query",
"logs.excludeFromQuery": "Exclude from Query",
"logs.copy": "Copy",
"logs.copy.title": "Copy",
"logs.copy.success": "The log has been copied to the clipboard.",
"logs.copy.failed": "Error at copying the log into the clipboard.",
"logs.copy.notSupported": "This function is not supported in this browser.",
"logs.open": "Open Log",
"logs.context": "Context",
"logs.loadMore": "Load more",
"logs.oneEventFound": "1 event found",
"logs.totalEventFound": "{{totalCount}} events found",
"logs.noEventFound": "No event found",
"logs.hideGraph": "Hide Graph",
"logs.showGraph": "Show Graph",
"logs.topUsers": "Top {{number}} Users",
"logs.topResources": "Top {{number}} Resources",
"logs.brokenListLayoutMessage": "Some information may not be visible.",
"logs.brokenListLayoutTooltip": "It seems that your screen is too narrow to display this number of columns.",
"logs.tableLayoutBtnTooltip": "Table layout. Optimal when you want to display only few columns.",
"logs.flexLayoutBtnTooltip": "Flexible layout. Optimal when your screen is narrow or you want to display more columns.",
"logs.toggleLabels": "Turn on/off the labels.",
"logs.duration": "Duration",
"histogram.gap": "gap",
"histogram.gaps": "gaps",
"histogram.gap.second": "second",
"histogram.gap.seconds": "seconds",
"histogram.gap.minute": "minute",
"histogram.gap.minutes": "minutes",
"histogram.gap.hour": "hour",
"histogram.gap.hours": "hours",
"histogram.gap.day": "day",
"histogram.gap.days": "days",
"histogram.gap.week": "week",
"histogram.gap.weeks": "weeks",
"logIndexFilter.title": "Log Index Filter",
"logIndexFilter.caption": "For each cluster, choose the components, hosts and log levels that will be indexed in the log feeder",
"logIndexFilter.select": "Select",
"logIndexFilter.selectCluster": "Select Cluster",
"logIndexFilter.override": "Override Hosts",
"logIndexFilter.addHosts": "Add Hosts",
"logIndexFilter.hostname": "Hostname",
"logIndexFilter.expiryDate": "Expiry Date",
"logIndexFilter.update.title": "Log Index Filter Update",
"logIndexFilter.update.success": "Log Index Filter for cluster <span class='cluster-name'>{{cluster}}</span> has been successfully updated.",
"logIndexFilter.update.error": "Error at updating Log Index Filter for cluster <span class='cluster-name'>{{cluster}}</span>. {{message}}",
"shipperConfiguration.title": "All Configuration",
"shipperConfiguration.add": "Add",
"shipperConfiguration.edit": "Edit",
"shipperConfiguration.addConfigurationBtn": "Add Configuration",
"shipperConfiguration.breadcrumbs.title": "Log Feeder",
"shipperConfiguration.breadcrumbs.add": "Add Configuration",
"shipperConfiguration.breadcrumbs.update": "Edit Configuration",
"shipperConfiguration.form.titleAdd": "Add Configuration",
"shipperConfiguration.form.titleEdit": "Edit Configuration",
"shipperConfiguration.form.serviceLabel": "Service Name",
"shipperConfiguration.form.configurationJSONLabel": "Configuration JSON",
"shipperConfiguration.form.saveBtn.label": "Save",
"shipperConfiguration.form.cancelBtn.label": "Cancel",
"shipperConfiguration.form.testBtn.label": "Test",
"shipperConfiguration.form.errors.configuration.invalidJSON": "Invalid JSON!",
"shipperConfiguration.form.errors.serviceName.exists": "This service name already exists.",
"shipperConfiguration.form.errors.componentNameField.serviceNameDoesNotExistInConfiguration": "This component is not in the configuration.",
"shipperConfiguration.form.leavingDirty.title": "You have unsaved changes",
"shipperConfiguration.form.leavingDirty.message": "Are you sure that you cancel the changes?",
"shipperConfiguration.validator.title": "Validator",
"shipperConfiguration.validator.componentNameLabel": "Component Name",
"shipperConfiguration.validator.sampleDataLabel": "Sample Data",
"shipperConfiguration.validator.filters": "Filters",
"shipperConfiguration.validator.result": "Validation result",
"shipperConfiguration.navigation.title": "Shipper Configuration",
"shipperConfiguration.navigation.invalidCluster": "The selected cluster name is invalid: <strong>{{cluster}}</strong>",
"shipperConfiguration.navigation.invalidService": "The selected service (<strong>{{service}}</strong>) is not on the selected cluster (<strong>{{cluster}}</strong>).",
"shipperConfiguration.action.add.title": "New Configuration",
"shipperConfiguration.action.add.success.message": "New configuration has been added successfully.",
"shipperConfiguration.action.add.error.message": "Error at adding new configuration.<div class='cluster-name'>Cluster: {{cluster}}</div><div class='service-name'>Service: {{service}}</div>",
"shipperConfiguration.action.update.title": "Update Configuration",
"shipperConfiguration.action.update.success.message": "The configuration has been updated successfully.<div class='cluster-name'>Cluster: {{cluster}}</div><div class='service-name'>Service: {{service}}</div>",
"shipperConfiguration.action.update.error.message": "Error at updating the configuration.<div class='cluster-name'>Cluster: {{cluster}}</div><div class='service-name'>Service: {{service}}</div>",
"shipperConfiguration.action.validate.title": "Validate Configuration",
"shipperConfiguration.action.validate.success.message": "The configuration is valid.",
"shipperConfiguration.action.validate.error.message": "The configuration is not valid.<div class='cluster-name'>Cluster: {{clusterName}}</div><div class='service-name'>Service: {{componentName}}</div><div class='error-message'>{{errorMessage}}</div>",
"dataAvaibilityState.clustersDataState.label": "Loading clusters",
"dataAvaibilityState.hostsDataState.label": "Loading hosts",
"dataAvaibilityState.componentsDataState.label": "Loading components",
"dataAvaibilityState.logFieldsDataState.label": "Loading fields definitions",
"dataAvaibilityState.hasError.message": "We were not able to load the data. Please check your internet connection and reload the page!",
"urlParamsLabels": {
"clusters": "Clusters",
"timeRange": "Time range",
"components": "Components",
"levels": "Levels",
"hosts": "Hosts",
"auditLogsSorting": "Sort by",
"serviceLogsSorting": "Sort by",
"pageSize": "# of logs",
"page": "Page",
"query": "Query",
"users": "Users"
},
"userSettings": {
"modalTitle": "User Settings",
"displayShortHostName": {
"description": "Choose the way Hostname will be displayed throughout Log Search",
"valueFalse": "Full hostname",
"valueTrue": "Short hostname"
},
"timeZone": {
"description": "Choose the time zone will be used throughout Log Search"
},
"saveAction": {
"success": "The user settings has been saved.",
"error": "Some error happened saving the user settings."
}
},
"apiFeatures": {
"loadFailed": "We were not able to explore the available features from the server. Some of the features maybe not disabled in the client but disabled on the server.",
"disabled": "This feature is disabled on the server."
},
"timezoneMapInput" : {
"modal": {
"title": "Set Timezone"
},
"dropdown": {
"label": "Select your timezone"
}
}
}