@sassoftware/va-report-components
Version:
The SAS Visual Analytics SDK is a set of JavaScript APIs and web components that enable SAS Visual Analytics report content to be easily embedded in a third-party application or web page.
541 lines (539 loc) • 43.8 kB
JavaScript
const t = {
"Alerts.noAlerts.txt": () => `לא הוגדרו התראות עבור דוח זה.`,
"BirdImage.image.txt": () => `תמונה`,
"BirdText.editable.tooltip.txt": () => `לחץ לחיצה כפולה כדי לערוך טקסט`,
"ComboBox.clearFilter.txt": () => `נקה מסנן`,
"ComboBox.defautValueNoData.fmt": ({categoryValue: t}) => `${t} (אין נתונים)`,
"ContextMenu.selectAll.txt": () => `בחר הכול`,
"ContextMenu.clearSelection.txt": () => `נקה בחירה`,
"ContextMenu.exportImage.txt": () => `יצא כתמונה`,
"ContextMenu.sortAscending.fmt": ({role: t}) => `${t}: סדר עולה`,
"ContextMenu.sortDescending.fmt": ({role: t}) => `${t}: סדר יורד`,
"ContextMenu.sortAddAscending.fmt": ({role: t}) => `${t}: הוסף סדר עולה`,
"ContextMenu.sortAddDescending.fmt": ({role: t}) => `${t}: הוסף סדר יורד`,
"ContextMenu.removeSortItem.fmt": ({role: t}) => `הסר את ${t} מהמיון`,
"ContextMenu.removeSortLevel.txt": () => `הסר רמת מיון`,
"ContextMenu.sort.txt": () => `מיין`,
"ContextMenu.selectShortestPath.txt": () => `בחר את הנתיב הקצר ביותר`,
"ContextMenu.explain.txt": () => `הסבר נתונים`,
"ContextMenu.explainRole.txt": ({role: t}) => `הסבר את ${t}...`,
"ContextMenu.manageColumns.txt": () => `נהל עמודות`,
"ContextMenu.includeMissingValues.txt": () => `כלול ערכים חסרים`,
"DrillableTooltip.drill.txt": () => `DRILL`,
"DrillableTooltip.tooltip.txt": () => `TOOLTIP`,
"DrillableTooltip.links.txt": () => `LINKS`,
"DrillableTooltip.section.link.fmt": ({page: t}) => `קישור דף אל ${t}`,
"DrillableTooltip.report.link.fmt": ({report: t}) => `קישור דוח אל ${t}`,
"DrillableTooltip.external.link.fmt": ({url: t}) => `קישור חיצוני אל ${t}`,
"DrillableTooltip.notAvailable.txt": () => `לא זמין`,
"Breadcrumb.all.fmt": ({label: t}) => `כל ${t}`,
"BrowserCheck.title.txt": () => `בדיקת WebGL`,
"BrowserCheck.msg.txt": () => `WebGL מושבת או שהדפדפן שלך לא תומך בו. \nלחץ על 'אישור' כדי לצפות בדוח בתצוגה הקלאסית.`,
"EmailUtil.subject.multiple.txt": () => `דוחות לסקירה`,
"EmailUtil.tooLongEmail.txt": () => `אירעה חריגה ממגבלת האורך של הדוא"ל. בחר מספר קטן יותר של דוחות לשליחה בדוא"ל.`,
"HiddenSectionDialog.close.txt": () => `סגור`,
"HiddenSectionDialog.export.txt": () => `ייצוא כתבנית PDF`,
"InfoPanel.information.txt": () => `מידע`,
"InfoPanel.comments.txt": () => `הערות`,
"InfoPanel.alerts.txt": () => `התראות`,
"IncomingFilters.promptbars.txt": () => `סרגלי הנחיות`,
"Information.title.txt": () => `כותרת`,
"Information.name.txt": () => `שם:`,
"Information.description.txt": () => `תיאור:`,
"Information.displayRules.txt": () => `כללי תצוגה:`,
"Information.graphLevel.txt": () => `רמת גרף`,
"Information.reportLevel.txt": () => `רמת דוח`,
"Information.legend.txt": () => `מקרא`,
"Information.incomingFilters.txt": () => `מסננים נכנסים:`,
"Information.noIncomingFilters.txt": () => `אין מסננים נכנסים`,
"Information.dataSourceFilters.txt": () => `מסנני מקור נתונים:`,
"Information.interactiveFilters.txt": () => `מסננים אינטראקטיביים:`,
"MobileContainer.mobileBIMessage.txt": () => `גישה אל דוחות SAS במכשיר הנייד.`,
"ObjectTypes.report.txt": () => `דוח`,
"ObjectTypes.Report.BI.txt": () => `דוח SAS (2G)`,
"ObjectTypes.Report.StoredProcess.txt": () => `Stored process report`,
"ObjectTypes.StoredProcess.txt": () => `תהליך שמור`,
"MissingValues.label.txt": () => `(ערכים חסרים)`,
"PromptContainer.apply.txt": () => `אישור`,
"PromptContainer.cancel.txt": () => `בטל`,
"PromptContainer.close.txt": () => `סגור`,
"TextFieldTypeAhead.validation.range.fmt": ({min: t, max: e}) => `הערך חייב להיות מספר בין ${t} ל-${e}, כולל.`,
"TextFieldTypeAhead.validation.numeric.txt": () => `ציין ערך מספרי תקף.`,
"TextFieldTypeAhead.validation.string.txt": () => `הערך אינו חוקי עבור הנתונים שהוקצו.`,
"TextFieldTypeAhead.categoryAndMeasureTooltip.fmt": ({categoryLabel: t, measureLabel: e}) => `הזן: ${t}, ${e}`,
"TextFieldTypeAhead.categoryTooltip.fmt": ({categoryLabel: t}) => `הזן: ${t}`,
"TextFieldTypeAhead.placeholder.fmt": ({placeholderLabel: t}) => `הזן ${t}...`,
"RangeSlider.tooltip.fmt": ({label: t, min: e, max: a}) => `${t}: ${e}–${a}`,
"Slider.missingValues.txt": () => `ערכים חסרים`,
"Slider.missingValues.tooltip.fmt": ({rangeLabel: t}) => `${t} כולל ערכים חסרים`,
"PromptElement.categoryLabelValueAndMeasureLabelValueTooltip.fmt": ({categoryLabel: t, categoryValue: e, measureLabel: a, measureValue: o}) => `${t}: ${e}, ${a}: ${o}`,
"PromptElement.categoryLabelValueTooltip.fmt": ({categoryLabel: t, categoryValue: e}) => `${t}: ${e}`,
"ReportContainer.back.txt": () => `חזור`,
"ReportContainer.reportCorrupted.txt": () => `הדוח פגום`,
"ReportContainer.themeLoadFailed.txt": () => `טעינת ערכת הנושא של הדוח נכשלה.`,
"ReportContainer.restoreButton.tip.txt": () => `שחזור דוח`,
"ReportContainer.restoreButtonAriaAnnounce.txt": () => `הדוח שוחזר`,
"ReportContainer.renderError.txt": () => `אירעה שגיאה. לא הייתה אפשרות להציג את הדוח.`,
"ReportContainer.component.renderError.txt": () => `אירעה שגיאה. לא הייתה אפשרות לעבד את הרכיב.`,
"ReportContentPage.open.txt": () => `פתח...`,
"ReportContentPage.refreshReport.txt": () => `רענן דוח`,
"ReportContentPage.editReport.txt": () => `ערוך דוח`,
"ReportContentPage.print.txt": () => `הדפס...`,
"ReportContentPage.email.txt": () => `דוא"ל...`,
"ReportContentPage.export.txt": () => `יצא אל Excel...`,
"ReportContentPage.reportProperties.txt": () => `מאפייני דוח`,
"ReportContentPage.shareReport.txt": () => `שתף דוח`,
"ReportContentPage.enableOverlays.txt": () => `אפשר הוספת שכבות לאובייקט`,
"ReportContentPage.disableOverlays.txt": () => `השבת הוספת שכבות לאובייקט`,
"ReportContentPage.link.txt": () => `קישור...`,
"ReportContentPage.settings.txt": () => `הגדרות...`,
"ReportContentPage.editPlayback.txt": () => `ערוך הפעלה`,
"ReportContentPage.playReport.txt": () => `הפעל דוח`,
"ReportContentPage.showFiltersButton.tip.txt": () => `הצג מסננים שדורשים קלט משתמש`,
"ReportContentPage.hideFiltersButton.tip.txt": () => `הסתר מסננים שדורשים קלט משתמש`,
"ReportContentPage.reportFilters.txt": () => `רמת דוח`,
"ReportContentPage.pageFilters.txt": () => `רמת דף`,
"ReportContentPage.refreshRequired.txt": () => `חובה לבצע ריענון דוח`,
"ReportContentPage.infoButton.tip.txt": () => `חלונית מידע`,
"ReportContentPage.backButton.tip.txt": () => `הצג את כל הדוחות`,
"ReportContentPage.overflowMenuButton.tip.txt": () => `אפשרויות נוספות`,
"ReportContentPage.itemGroupName.txt": () => `דוחות`,
"ReportContentPage.maximizeButton.tip.txt": () => `הגדל דוח`,
"ReportContentPage.closeButton.txt": () => `סגור דוח`,
"ReportContentPage.maximizeButtonAriaAnnounce.txt": () => `הדוח מוגדל`,
"ReportContentPage.resetReportState.txt": () => `שחזר את מצב ברירת המחדל של הדוח`,
"ReportContentPage.summary.txt": () => `הצג סיכום`,
"ReportManagerPage.objectMenu.open.txt": () => `פתח`,
"ReportManagerPage.objectMenu.edit.txt": () => `ערוך`,
"ReportManagerPage.objectMenu.summary.txt": () => `סיכום`,
"ReportManagerPage.objectMenu.properties.txt": () => `מאפיינים`,
"ReportManagerPage.objectMenu.email.txt": () => `דוא"ל...`,
"ReportManagerPage.objectMenu.print.txt": () => `הדפס`,
"ReportManagerPage.browseReportsButton.txt": () => `עיין בדוחות`,
"ReportManagerPage.newReportButton.txt": () => `דוח חדש`,
"ReportManagerPage.emptyView.message.txt": () => `לא נמצאו דוחות.`,
"ReportManagerPage.emptyView.browseReportsButton.txt": () => `דפדף וחפש דוחות`,
"ReportManagerPage.tableView.name.txt": () => `שם`,
"ReportManagerPage.tableView.author.txt": () => `מחבר`,
"ReportManagerPage.tableView.lastModified.txt": () => `שונה לאחרונה`,
"ReportManagerPage.openButton.tip.txt": () => `פתח דוח`,
"ReportManagerPage.emailButton.tip.txt": () => `דוח דוא"ל`,
"ReportManagerPage.printButton.tip.txt": () => `הדפס את הדוח כ-PDF`,
"ReportManagerPage.propertiesButton.tip.txt": () => `מאפייני דוח`,
"ReportObject.multipleReferences.error.txt": () => `לא ניתן להשתמש באובייקטים של דוח ביותר מהקשר אחד.`,
"ReportObject.notFound.error.txt": () => `לא ניתן למצוא את שם האובייקט בדוח שצוין.`,
"ReportObject.invalidPage.error.txt": () => `הדף שצוין אינו חוקי.`,
"ReportPropertiesDialog.open.txt": () => `פתח`,
"ReportPropertiesDialog.close.txt": () => `סגור`,
"ReportPropertiesDialog.name.txt": () => `שם:`,
"ReportPropertiesDialog.description.txt": () => `תיאור:`,
"ReportPropertiesDialog.keywords.txt": () => `מילות מפתח:`,
"ReportPropertiesDialog.type.txt": () => `סוג:`,
"ReportPropertiesDialog.location.txt": () => `מיקום:`,
"ReportPropertiesDialog.createdBy.txt": () => `נוצר על ידי:`,
"ReportPropertiesDialog.dateCreated.txt": () => `תאריך יצירה:`,
"ReportPropertiesDialog.modifiedBy.txt": () => `שונה על ידי:`,
"ReportPropertiesDialog.dateModified.txt": () => `תאריך שינוי:`,
"ReportSections.newPageButton.txt": () => `דף חדש`,
"ReportSections.closeTab.tooltip.txt": () => `מחק דף`,
"ReportSections.menuButton.tooltip.fmt": ({label: t}) => `תפריט ${t}`,
"ReportSummaryDialog.title.txt": () => `סיכום`,
"ReportSummaryDialog.open.txt": () => `פתח`,
"ReportSummaryDialog.cancel.txt": () => `ביטול`,
"ReportSummaryDialog.close.txt": () => `סגור`,
"ReportSummaryDialog.noSummary.txt": () => `אין סיכום זמין.`,
"ReportTileBody.modifiedBy.txt": () => `שונה על ידי:`,
"ReportTileBody.lastModified.txt": () => `שונה לאחרונה:`,
"VAViewerSettingsProvider.reportViewer.txt": () => `SAS Report Viewer`,
"VAViewerSettingsProvider.reportRefreshSettings.txt": () => `רענןן דוח`,
"VAViewerSettingsProvider.reportAutoRefresh.txt": () => `ריענון אוטומטי של דוח`,
"VAViewerSettingsProvider.reportRefreshFrequency.txt": () => `בדוק אם יש עדכונים אחרי מספר הדקות הבא:`,
"VAViewerSettingsProvider.alert.group.label.txt": () => `הודעות התראה`,
"VAViewerSettingsProvider.alert.field.label.txt": () => `בחר את הודעות ההתראה של ברירת המחדל:`,
"VAViewerSettingsProvider.alert.email.txt": () => `שלח הודעות "דוא"ל"`,
"VAViewerSettingsProvider.alert.sms.txt": () => `שלח הודעות טקסט ב-SMS`,
"VAViewerSettingsProvider.alert.system.txt": () => `ברירת המחדל של מנהל המערכת`,
"VAViewerSettingsProvider.generalSettings.txt": () => `ערכות נושא`,
"VAViewerSettingsProvider.enableHighContrast.txt": () => `בטל את ערכת הנושא של הדוח והשתמש בערכת הנושא של הדוח SAS High Contrast`,
"ViewerBusyDialog.openReport.txt": () => `פותח דוח...`,
"ViewerBusyDialog.prepareExport.txt": () => `מכין יצוא...`,
"ViewerBusyDialog.preparePrint.txt": () => `מכין הדפסה...`,
"PDFGeneration.printingReport.txt": () => `מפיק מסמך PDF של דוח. כאשר הוא יהיה מוכן הוא יורד.`,
"PDFGeneration.fileName.fmt": ({fileName: t, date: e}) => `${t} על ${e}`,
"VisualElementActionUtil.actionMenuLabel.txt": () => `בחר פעולה`,
"VisualElementActionUtil.hierarchyExhausted.txt": () => `הגעת לרמה הנמוכה ביותר של ההיררכיה.`,
"VisualElementActionUtil.hierarchiesExhausted.txt": () => `הגעת לרמה הנמוכה ביותר של כל ההיררכיות.`,
"VisualElementActionUtil.drillLabel.fmt": ({value: t}) => `הסתעף אל ${t}`,
"SaveImageUtil.snapshot.fmt": ({a0: t, a1: e, a2: a}) => `תמונה של ${t} ${e} ב-${a}`,
"ObjectToolbarIcon.SaveImageTooltip.txt": () => `שמור תמונה`,
"ObjectToolbarIcon.PrintObject.txt": () => `הדפס אובייקט...`,
"ObjectToolbarIcon.ShareObject.txt": () => `שתף אובייקט...`,
"ObjectToolbarIcon.OverflowButton.default.txt": () => `עוד`,
"ObjectToolbarIcon.OverflowButton.labeled.fmt": ({label: t}) => `תפריט אובייקטים עבור ${t}`,
"ObjectToolbarIcon.Accelerator.txt": () => `הצג בעזרת SAS® Graphics Accelerator`,
"ZoomControl.button.tip.txt": () => `שנה גודל תצוגה`,
"ZoomControl.button.zoomin.txt": () => `הגדל`,
"ZoomControl.button.zoomout.txt": () => `הקטן`,
"ZoomControl.button.display.txt": () => `פקדי שינוי גודל תצוגה`,
"ZoomControl.button.reset.txt": () => `אפס גודל תצוגה`,
"ExpandControl.button.expand.txt": () => `הגדל את התצוגה`,
"ExpandControl.button.restore.txt": () => `שחזר תצוגה`,
"ExpandControl.button.expand.tip.txt": () => `הגדל`,
"ExpandControl.button.restore.tip.txt": () => `שחזר`,
"ReportVisualContainer.sectionLink.notAllowed.maximize.txt": () => `לא ניתן לבצע קישורי דף כאשר אובייקט זה מוגדל.`,
"DragModeControl.button.pan.tip.txt": () => `הטה`,
"DragModeControl.button.circular.tip.txt": () => `בחירה מעגלית`,
"DragModeControl.button.freeform.tip.txt": () => `בחירת טופס חופשי`,
"DragModeControl.button.rectangular.tip.txt": () => `בחירה מלבנית`,
"DragModeControl.button.zoom.tip.txt": () => `שנה גודל תצוגה של מלבן`,
"ReportXMLDialog.title.txt": () => `XML של דוח`,
"ReportXMLDialog.closeButton.txt": () => `סגור`,
"ReportXMLDialog.copyButton.txt": () => `העתק ללוח`,
"ReportXMLDialog.error.txt": () => `שגיאה בטעינת XML של דוח`,
"ErrorDialog.error.txt": () => `אירעה שגיאה. פנה למנהל המערכת.`,
"Application.banner.txt": () => `SAS® Report Viewer`,
"Application.wip.banner.txt": () => `SAS® Visual Analytics - מציג דוחות`,
"Application.productName.txt": () => `SAS® Visual Analytics`,
"OpenReportDialog.title.txt": () => `פתח דוח`,
"OpenReportDialog.reports.txt": () => `דוחות:`,
"OpenReportDialog.cancel.txt": () => `בטל`,
"OpenReportDialog.ok.txt": () => `אישור`,
"AriaLive.numberOfObjectsUpdated.fmt": ({count: t}) => `${t} אובייקטים עודכנו`,
"AriaLive.oneObjectUpdated.txt": () => `אובייקט אחד עודכן`,
"AriaLive.reportOpened.txt": () => `הדוח נפתח`,
"AriaLive.reportClosed.txt": () => `הדוח נסגר`,
"ExportData.generating.txt": () => `יוצר ייצוא. כאשר הוא יהיה מוכן הוא יורד.`,
"ExportData.warning.txt": () => `שגיאה בהפקת נתונים`,
"ExportData.nodata.txt": () => `אין נתונים לייצוא`,
"ExportData.exportData.txt": () => `יצא נתונים...`,
"PlaybackAnimationDialog.saveButton.txt": () => `שמור`,
"PlaybackAnimationDialog.cancelButton.txt": () => `בטל`,
"PlaybackAnimationDialog.playButton.txt": () => `הפעל דוח`,
"PlaybackAnimationDialog.title.txt": () => `ערוך הפעלה`,
"PlaybackAnimationDialog.transitionUnit.label.txt": () => `יחידת מעבר:`,
"PlaybackAnimationDialog.transitionUnit.page.txt": () => `דף`,
"PlaybackAnimationDialog.transitionUnit.object.txt": () => `אובייקט`,
"PlaybackAnimationDialog.secondsPerUnit.label.txt": () => `שניות ליחידה:`,
"PlaybackAnimationDialog.showMaximized.label.txt": () => `הצג אובייקטים מוגדלים:`,
"PlaybackAnimationDialog.showCanvasOnly.label.txt": () => `הצג בד ציור בלבד:`,
"PlaybackAnimationDialog.showTimer.label.txt": () => `הצג קוצב זמן:`,
"PlaybackAnimationDialog.showNavigationControls.label.txt": () => `הצג בקרות ניווט לאחר לחיצה או נגיעה:`,
"PlaybackNavigationControls.previousPage.txt": () => `הדף הקודם`,
"PlaybackNavigationControls.nextPage.txt": () => `הדף הבא`,
"PlaybackNavigationControls.previousObject.txt": () => `האובייקט הקודם`,
"PlaybackNavigationControls.nextObject.txt": () => `האובייקט הבא`,
"TransportConnection.generateReportTimeout.txt": () => `טעינת הדוח אורכת זמן רב. האם ברצונך להמשיך?`,
"TransportConnection.openReport.txt": () => `פתח דוח`,
"ViewerContainer.reportNotFound.fmt": ({location: t}) => `הדוח שצוין, במיקום שלהלן, לא קיים: ${t}`,
"Hierarchy.expand.fmt": ({label: t}) => `הרחב את ${t}`,
"Hierarchy.collapse.fmt": ({label: t}) => `כווץ את ${t}`,
"GraphElementDecorator.overview.txt": () => `מבט כולל`,
"GraphElementDecorator.layers.txt": () => `הסתר או הצג שכבות`,
"CompositeGraphElementDecorator.hideOverview.txt": () => `הסתר מבט כולל`,
"CompositeGraphElementDecorator.showOverview.txt": () => `הצג מבט כולל`,
"TitleInfoButton.tooltip.txt": () => `מידע`,
"SectionSelectionBar.noSelections.txt": () => `אין בחירות`,
"SectionSelectionBar.title.txt": () => `מסננים:`,
"CheckboxList.selectAll.txt": () => `בחר הכול`,
"CheckboxList.clearSelection.txt": () => `נקה בחירה`,
"CheckboxList.clearSelection.fmt": ({count: t}) => `נקה בחירה (${t})`,
"ExplanationInfoDialog.title.fmt": ({label: t}) => `מסביר את ${t}`,
"ExplanationInfoDialog.loading.txt": () => `מכין הסבר...`,
"ExplanationInfoDialog.cancel.txt": () => `בטל`,
"ExplanationInfoDialog.close.txt": () => `סגור`,
"PromptHeader.emptyReport.txt": () => `גרור פריט נתונים או בקרה לכאן כדי ליצור הנחיית דוח.`,
"PromptHeader.emptyPage.txt": () => `גרור פריט נתונים או בקרה לכאן כדי ליצור הנחיה של דף.`,
"PromptHeader.collapsePageControlArea.txt": () => `כווץ את אזור פקדי הדף`,
"PromptHeader.expandPageControlArea.txt": () => `הרחב את אזור פקדי הדף`,
"PromptHeader.collapseReportControlArea.txt": () => `כווץ את אזור פקדי הדוח`,
"PromptHeader.expandReportControlArea.txt": () => `הרחב את אזור פקדי הדוח`,
"PromptHeader.collapseControlArea.txt": () => `כווץ את אזור הפקדים`,
"PromptHeader.expandControlArea.txt": () => `הרחב את אזור הפקדים`,
"PromptHeader.reportControlArea.txt": () => `אזור פקדי דוח`,
"PromptHeader.allControlAreas.txt": () => `כל אזורי הפקדים`,
"PromptHeader.pageControlArea.txt": () => `אזור פקדי דף`,
"ZeroState.editMode.txt": () => `גרור תבנית, פריט נתונים, או אובייקטים לכאן.`,
"ZeroState.viewMode.txt": () => `אין תוכן להצגה.`,
"ObjectStatus.assignData.txt": () => `הקצה נתונים`,
"ObjectStatus.selectImage.txt": () => `בחר תמונה`,
"ObjectStatus.selectJob.txt": () => `בחר עבודה`,
"ObjectStatus.cancelLoading.txt": () => `בטל טעינה`,
"ObjectStatus.loadingCanceled.txt": () => `טעינה בוטלה`,
"ObjectStatus.resumeLoading.txt": () => `חדש טעינה`,
"ObjectStatus.refresh.txt": () => `רענן`,
"ObjectStatus.setJobParameters.txt": () => `קבע ערכי פרמטרים`,
"ObjectSearch.title.txt": () => `חיפוש גיאוגרפי`,
"ObjectSearch.pin.txt": () => `נעץ`,
"ObjectSearch.unpin.txt": () => `בטל הצמדה`,
"MainSearchPanel.searchHints.txt": () => `רמזי חיפוש`,
"MainSearchPanel.searchResults.txt": () => `תוצאות חיפוש`,
"MainSearchPanel.features.txt": () => `תכונות`,
"MainSearchPanel.pin.txt": () => `נעץ חדש`,
"MainSearchPanel.pin.tooltip.txt": () => `נעץ חדש`,
"MainSearchPanel.route.txt": () => `נתיב חדש`,
"MainSearchPanel.route.tooltip.txt": () => `נתיב חדש`,
"MainSearchPanel.geographicArea.txt": () => `שטח גיאוגרפי חדש`,
"MainSearchPanel.geographicArea.tooltip.txt": () => `שטח גיאוגרפי חדש`,
"MainSearchPanel.newMyLocationPin.txt": () => `נעץ המיקום שלי`,
"MainSearchPanel.myLocationPin.txt": () => `המיקום שלי`,
"MainSearchPanel.show.txt": () => `הצג`,
"MainSearchPanel.show.all.txt": () => `הצג הכול`,
"MainSearchPanel.hide.txt": () => `הסתר`,
"MainSearchPanel.hide.all.txt": () => `הסתר הכול`,
"MainSearchPanel.delete.txt": () => `מחק`,
"MainSearchPanel.delete.all.txt": () => `מחק הכול`,
"MainSearchPanel.convert.txt": () => `המר תוצאות חיפוש לנעצים`,
"MainSearchPanel.convert.all.txt": () => `המר את כל תוצאות החיפוש לנעצים`,
"MainSearchPanel.showPinLabels.txt": () => `הצג תוויות נעצים`,
"MainSearchPanel.close.label.txt": () => `חיפוש גיאוגרפי`,
"MainSearchPanel.navigate.tooltip.txt": () => `הצג פרטים`,
"MainSearchPanel.demographics.tooltip.txt": () => `נתונים דמוגרפיים`,
"PanelHeader.back.tooltip.txt": () => `חזור`,
"GeographicAreaPanel.title.txt": () => `שטח גיאוגרפי`,
"GeographicAreaPanel.draw.txt": () => `שרטט שטח`,
"GeographicAreaPanel.update.txt": () => `עדכן אזור`,
"GeographicAreaPanel.label.txt": () => `תווית:`,
"GeographicAreaPanel.location.txt": () => `מיקום:`,
"GeographicAreaPanel.distance.miles.txt": () => `מרחק (מיל):`,
"GeographicAreaPanel.distance.kilometer.txt": () => `מרחק (ק"מ):`,
"GeographicAreaPanel.distance.add.txt": () => `הוסף מרחק`,
"GeographicAreaPanel.time.add.txt": () => `הוסף זמן`,
"GeographicAreaPanel.distance.delete.txt": () => `מחק מרחק`,
"GeographicAreaPanel.time.minutes.txt": () => `זמן (דקות):`,
"GeographicAreaPanel.duration.txt": () => `משך:`,
"GeographicAreaPanel.distanceUnits.miles.txt": () => `מיילים`,
"GeographicAreaPanel.distanceUnits.kilometers.txt": () => `קילומטרים`,
"GeographicAreaPanel.menu.clear.txt": () => `נקה שטח גיאוגרפי`,
"GeographicAreaPanel.menu.link.txt": () => `קשר כתובת למרכיבי נתונים ונעצים כברירת מחדל`,
"GeographicAreaPanel.menu.unlink.txt": () => `בטל קישור של כתובת שטח גיאוגרפי`,
"GeographicAreaPanel.menu.delete.txt": () => `מחק שטח גיאוגרפי`,
"GeographicAreaPanel.demographics.txt": () => `נתונים דמוגרפיים`,
"GeographicAreaPanel.demographics.set.txt": () => `הצג נתונים דמוגרפיים`,
"GeographicAreaPanel.demographics.menu.expand.txt": () => `הרחב תצוגה`,
"GeographicAreaPanel.demographics.menu.edit.txt": () => `ערוך נתונים דמוגרפיים`,
"GeographicAreaPanel.demographics.menu.delete.txt": () => `מחק נתונים דמוגרפיים`,
"GeographicAreaPanel.demographics.expired.txt": () => `יש לטעון מחדש נתונים דמוגרפיים`,
"GeographicAreaPanel.demographics.reload.txt": () => `טען מחדש נתונים דמוגרפיים`,
"GeographicAreaPanel.invalid.location.txt": () => `לשטח הגיאוגרפי אין מיקום תקף ולא ניתן ליצור אותו.`,
"TravelTypeField.dateselector.tooltip.txt": () => `בחר יום ושעה`,
"TravelTypeField.cancel.txt": () => `בטל`,
"TravelTypeField.ok.txt": () => `אישור`,
"TravelTypeField.button.tooltip.txt": () => `בחר יום ושעה`,
"TravelTypeField.day.txt": () => `יום:`,
"TravelTypeField.time.txt": () => `שעה:`,
"TravelTypeField.distanceTypes.direct.txt": () => `ישיר`,
"TravelTypeField.distanceTypes.distance.txt": () => `מרחק`,
"TravelTypeField.travelType.txt": () => `סוג נסיעה:`,
"TravelTypeField.traffic.txt": () => `כלול תנועה:`,
"TravelTypeField.traffic.offset.txt": () => `הפרש שעות תנועה:`,
"TravelTypeField.traffic.daytime.txt": () => `יום ושעת תנועה:`,
"TravelTypeField.distanceTypes.distance.unit.txt": () => `יחידת מרחק`,
"TravelTypeField.distanceTypes.driving.distance.txt": () => `מרחק נסיעה`,
"TravelTypeField.distanceTypes.driving.time.txt": () => `משך נסיעה`,
"TravelTypeField.distanceTypes.trucking.distance.txt": () => `מרחק הובלה`,
"TravelTypeField.distanceTypes.trucking.time.txt": () => `זמן הובלה`,
"TravelTypeField.distanceTypes.walking.distance.txt": () => `מרחק הליכה`,
"TravelTypeField.distanceTypes.walking.time.txt": () => `זמן הליכה`,
"TravelTypeField.driveTimeTrafficTypes.none.txt": () => `לא`,
"TravelTypeField.driveTimeTrafficTypes.live.txt": () => `תנועה נוכחית`,
"TravelTypeField.driveTimeTrafficTypes.historic.txt": () => `תנועה אופיינית`,
"TravelTypeField.driveTimeTraffic.offset.fmt": ({hour: t}) => `${t} שעות`,
"TravelTypeField.driveTimeTraffic.update.refresh.txt": () => `עדכן תנועה עבור תכונה זו`,
"TravelTypeField.driveTimeTraffic.update.refreshAll.txt": () => `עדכן תנועה עבור כל התכונות`,
"TravelTypeField.driveTimeTraffic.update.tooltip.txt": () => `עדכן את נתוני התנועה`,
"RoutePanel.title.txt": () => `נתיב`,
"RoutePanel.draw.txt": () => `שרטט נתיב`,
"RoutePanel.update.txt": () => `עדכן נתיב`,
"RoutePanel.label.txt": () => `תווית:`,
"RoutePanel.locations.txt": () => `מיקומים`,
"RoutePanel.menu.clear.txt": () => `נקה נתיב`,
"RoutePanel.menu.reverse.txt": () => `הפוך נתיב`,
"RoutePanel.menu.add.waypoint.txt": () => `הוסף מיקום נתיב`,
"RoutePanel.menu.delete.waypoint.txt": () => `מחק מיקום נתיב`,
"RoutePanel.menu.unlink.txt": () => `בטל קישור של מיקום נתיב`,
"RoutePanel.menu.arrows.txt": () => `חיצי נתיב`,
"RoutePanel.menu.arrows.hide.txt": () => `הסתר חיצי נתיב`,
"RoutePanel.menu.arrows.show.txt": () => `הצג חיצי נתיב`,
"RoutePanel.menu.arrows.oneway.txt": () => `כיוון אחד`,
"RoutePanel.menu.arrows.twoway.txt": () => `שני כיוונים`,
"RoutePanel.menu.delete.txt": () => `מחק נתיב`,
"RoutePanel.route.width.txt": () => `רוחב נתיב`,
"RoutePanel.distance.txt": () => `מרחק:`,
"RoutePanel.distance.miles.fmt": ({distance: t}) => `${t} מיל`,
"RoutePanel.distance.kilometers.fmt": ({distance: t}) => `${t} ק"מ`,
"RoutePanel.location.add.txt": () => `הוסף מיקום`,
"RoutePanel.location.delete.txt": () => `מחק מיקום`,
"RoutePanel.duration.txt": () => `שעה:`,
"RoutePanel.invalid.location.txt": () => `לנתיב זה אין מיקומים חוקיים ולא ניתן ליצור אותו.`,
"RoutePanel.accessibilityCellInfo.fmt": ({index: t, location: e}) => `מיקום ${t}, ${e}, קלט`,
"PinPanel.pinTitle.txt": () => `נעץ`,
"PinPanel.addDescription.txt": () => `הוסף תיאור`,
"PinPanel.deleteDescription.txt": () => `מחק תיאור`,
"PinPanel.newPin.txt": () => `נעץ חדש במיקום זה`,
"PinPanel.deletePin.txt": () => `מחק נעץ`,
"PinPanel.linkPins.txt": () => `קשר נעצים למרכיבי נתונים כברירת מחדל`,
"PinPanel.unlinkAllItems.txt": () => `בטל קישור של כל הפריטים`,
"PinPanel.unlinkItems.txt": () => `בטל קישור של פריטים`,
"PinPanel.label.txt": () => `תווית:`,
"PinPanel.location.txt": () => `מיקום:`,
"PinPanel.description.txt": () => `תיאור:`,
"PinPanel.linked.txt": () => `מקושר`,
"PinPanel.searchClickPlaceholder.txt": () => `חפש או בחר במפה`,
"PinPanel.searchPlaceholder.txt": () => `חפש`,
"PinPanel.addRoute.txt": () => `הוסף נתיב`,
"PinPanel.addRoute.tooltip.txt": () => `הוסף נתיב`,
"PinPanel.addArea.txt": () => `הוסף שטח גיאוגרפי`,
"PinPanel.addArea.tooltip.txt": () => `הוסף שטח גיאוגרפי`,
"PinPanel.addArea.title.txt": () => `הוסף שטח גיאוגרפי`,
"PinPanel.myLocationTitle.txt": () => `נעץ המיקום שלי`,
"PinPanel.deleteMyLocationPin.txt": () => `מחק נעץ המיקום שלי`,
"PinPanel.enableAutoUpdate.txt": () => `הפעל עדכון אוטומטי של המיקום שלי`,
"PinPanel.disableAutoUpdate.txt": () => `השבת עדכון אוטומטי של המיקום שלי`,
"PinPanel.editAutoRefreshInterval.txt": () => `ערוך מרווח רענון אוטומטי של המיקום שלי...`,
"PinPanel.linkToPin.txt": () => `קשר לנעץ`,
"PinPanel.useCurrentLocation.txt": () => `השתמש במיקום נוכחי של נעץ`,
"PinPanel.notDrawn.txt": () => `לא משורטט`,
"PinPanel.undetermined.txt": () => `לא מוגדר`,
"PinPanel.findMyLocation.txt": () => `חפש את המיקום שלי`,
"PinPanel.cannotDetermineLocation.txt": () => `ליישום אין אפשרות לקבוע את המיקום הנוכחי שלך. אם ברצונך לשתף את המיקום שלך, עיין בסעיף 'עזרה' עבור הדפדפן או ההתקן שלך.`,
"PinPanel.autoRefreshInterval.txt": () => `מרווח רענון אוטומטי של המיקום שלי`,
"PinPanel.interval.hours.txt": () => `שעות:`,
"PinPanel.interval.minutes.txt": () => `דקות:`,
"PinPanel.interval.seconds.txt": () => `שניות:`,
"PinPanel.invalid.location.txt": () => `לנעץ אין מיקום תקף ולא ניתן ליצור אותו.`,
"PinPanel.description.miles.1.fmt": ({value1: t}) => `${t} מיל`,
"PinPanel.description.miles.2.fmt": ({value1: t, value2: e}) => `${t}; ${e} מיל`,
"PinPanel.description.miles.3.fmt": ({value1: t, value2: e, value3: a}) => `${t}; ${e}; ${a} מיל`,
"PinPanel.description.kilometers.1.fmt": ({value1: t}) => `${t} ק"מ`,
"PinPanel.description.kilometers.2.fmt": ({value1: t, value2: e}) => `${t}; ${e} ק"מ`,
"PinPanel.description.kilometers.3.fmt": ({value1: t, value2: e, value3: a}) => `${t}; ${e}; ${a} ק"מ`,
"PinPanel.description.minutes.1.fmt": ({value1: t}) => `${t} דקות`,
"PinPanel.description.minutes.2.fmt": ({value1: t, value2: e}) => `${t}; ${e} דקות`,
"PinPanel.description.minutes.3.fmt": ({value1: t, value2: e, value3: a}) => `${t}; ${e}; ${a} דקות`,
"PinPanel.clearLocation.tooltip.txt": () => `נקה טקסט מיקום`,
"DiscardChangesDialog.title.area.txt": () => `שטח גיאוגרפי`,
"DiscardChangesDialog.title.route.txt": () => `נתב`,
"DiscardChangesDialog.text.area.txt": ({label: t}) => `ביצעת שינויים בשטח הגיאוגרפי אבל לא ציירת אותו מחדש.\n\nהאם ברצונך לבטל את השינויים שביצעת ב-${t}?`,
"DiscardChangesDialog.text.route.txt": ({label: t}) => `ביצעת שינויים בנתיב הגיאוגרפי אבל לא ציירת אותו מחדש.\n\nהאם ברצונך לבטל את השינויים שביצעת ב-${t}?`,
"DiscardChangesDialog.discard.txt": () => `בטל`,
"DiscardChangesDialog.cancel.txt": () => `בטל`,
"FeatureErrorDialog.title.area.txt": () => `שרטט שטח גיאוגרפי`,
"FeatureErrorDialog.title.route.txt": () => `שרטט נתיב`,
"FeatureErrorDialog.text.area.txt": () => `לא ניתן היה לשרטט את השטח הגיאוגרפי.\n\nTip: אם מיקום השטח לא מכיל תשתית דרכים כגון כבישים, ייתכן שלא יהיה אפשרי לחשב שטח גיאוגרפי. השתמש בנסיעה מסוג מרחק או העבר את השטח למיקום שיש לו תשתית דרכים.`,
"FeatureErrorDialog.text.route.txt": () => `לא ניתן היה לשרטט את הנתיב.\n\nTip: אם מיקום הנתיב לא מכיל תשתית דרכים כגון כבישים, ייתכן שלא יהיה אפשרי לחשב נתיב. השתמש בנסיעה מסוג מרחק או העבר את הנתיב למיקום שיש לו תשתית דרכים.`,
"FeatureErrorDialog.close.txt": () => `סגור`,
"DemographicsSelectorDialog.title.txt": () => `הצג נתונים דמוגרפיים`,
"DemographicsSelectorDialog.cancel.txt": () => `בטל`,
"DemographicsSelectorDialog.ok.txt": () => `אישור`,
"DemographicsSelectorDialog.country.txt": () => `ארץ/אזור`,
"DemographicsSelectorDialog.tab.basic.txt": () => `בסיסי`,
"DemographicsSelectorDialog.tab.advanced.txt": () => `מתקדם`,
"DemographicsSelectorDialog.tab.recent.txt": () => `אחרון`,
"DemographicsSelectorDialog.categories.txt": () => `קטגוריות`,
"DemographicsSelectorDialog.category.income.txt": () => `הכנסה`,
"DemographicsSelectorDialog.category.age.txt": () => `גיל`,
"DemographicsSelectorDialog.category.households.txt": () => `משקי בית`,
"DemographicsSelectorDialog.category.housing.txt": () => `דיור`,
"DemographicsSelectorDialog.category.maritalstatus.txt": () => `מצב משפחתי`,
"DemographicsSelectorDialog.category.population.txt": () => `אוכלוסיה`,
"DemographicsSelectorDialog.category.usergroup.txt": () => `קבוצת משתמשים`,
"DemographicsSelectorDialog.category.health.txt": () => `בריאות`,
"DemographicsSelectorDialog.category.education.txt": () => `חינוך`,
"DemographicsSelectorDialog.category.business.txt": () => `עסק`,
"DemographicsSelectorDialog.category.race.txt": () => `גזע`,
"DemographicsSelectorDialog.category.spending.txt": () => `הוצאות`,
"DemographicsSelectorDialog.category.behaviors.txt": () => `התנהגויות`,
"DemographicsSelectorDialog.category.jobs.txt": () => `עבודות`,
"DemographicsSelectorDialog.category.poverty.txt": () => `עוני`,
"DemographicsSelectorDialog.category.tapestry.txt": () => `שטיח קיר`,
"DemographicsSelectorDialog.category.atrisk.txt": () => `בסיכון`,
"DemographicsSelectorDialog.category.keyfacts.txt": () => `עובדות עיקריות`,
"DemographicsSelectorDialog.category.supplyanddemand.txt": () => `היצע וביקוש`,
"DemographicsSelectorDialog.category.policy.txt": () => `מדיניות`,
"DemographicsSelectorDialog.category.landscape.txt": () => `לרוחב`,
"DemographicsSelectorDialog.category.crime.txt": () => `פשע`,
"ManageColumns.title.txt": () => `נהל עמודות`,
"ManageColumns.ok.txt": () => `אישור`,
"ManageColumns.cancel.txt": () => `בטל`,
"ManageColumns.hiddenColumns.txt": () => `עמודות מוסתרות`,
"ManageColumns.displayedColumns.txt": () => `עמודות מוצגות`,
"SearchResultPanel.title.txt": () => `תוצאות החיפוש`,
"SearchResultPanel.menu.delete.txt": () => `מחק את תוצאות החיפוש`,
"SearchResultPanel.convert.txt": () => `המר לנעץ`,
"SearchResultPanel.convert.tooltip.txt": () => `המר לנעץ`,
"DemographicsResultsDialog.title.txt": () => `נתונים דמוגרפיים`,
"DemographicsResultsDialog.cancel.txt": () => `בטל`,
"DemographicsResultsDialog.close.txt": () => `סגור`,
"DemographicsResultsDialog.edit.txt": () => `ערוך`,
"DemographicsResultsDialog.layout.page.txt": () => `תצוגת קרוסלה`,
"DemographicsResultsDialog.layout.list.txt": () => `תצוגת עמודה יחידה`,
"DemographicsResultsDialog.layout.tile.txt": () => `תצוגה פרושה`,
"DemographicsResultsDialog.noData.txt": () => `אין נתונים התואמים לשטח גיאוגרפי הנוכחי.`,
"PinsAtSameLocationPanel.title.txt": () => `נעצים באותו המיקום`,
"PinsAtSameLocationPanel.searchResults.txt": () => `תוצאות החיפוש`,
"PinsAtSameLocationPanel.pins.txt": () => `נעצים`,
"PinsAtSameLocationPanel.showAll.txt": () => `הצג הכול`,
"PinsAtSameLocationPanel.hideAll.txt": () => `הסתר הכול`,
"PinsAtSameLocationPanel.deleteAll.txt": () => `מחק הכול`,
"PinsAtSameLocationPanel.show.txt": () => `הצג`,
"PinsAtSameLocationPanel.hide.txt": () => `הסתר`,
"PinsAtSameLocationPanel.delete.txt": () => `מחק`,
"LocationPopover.pin.title.txt": () => `מיקום נעץ`,
"LocationPopover.area.title.txt": () => `מיקום שטח גיאוגרפי`,
"LocationPopover.route.title.txt": ({label: t}) => `מיקום נתיב ${t}`,
"LocationPopover.name.txt": () => `שם`,
"LocationPopover.location.txt": () => `מיקום:`,
"LocationPopover.ok.txt": () => `קבע מיקום`,
"LocationPopover.cancel.txt": () => `צא ממצב בחירה`,
"LocationPopover.hint.txt": () => `לחץ על המפה שוב כדי לזהות מיקום אחר.`,
"TreeDualSelector.source.default.txt": () => `פריטים זמינים`,
"TreeDualSelector.target.default.txt": () => `פריטים שנבחרו`,
"TreeDualSelector.filtered.length.fmt": ({label: t, filteredLength: e, totalLength: a}) => `${t} (${e} מתוך ${a}):`,
"TreeDualSelector.item.length.fmt": ({label: t, length: e}) => `${t} (${e}):`,
"TreeDualSelector.emptymessage.txt": () => `אין פריטים`,
"TreeDualSelector.filter.placeholder.txt": () => `סנן`,
"TreeDualSelector.customItem.choiceIcon.tooltip.txt": () => `פריט מותאם אישית`,
"TreeDualSelector.afterAction.add.fmt": ({noOfSelectedRows: t}) => `${t} פריטים נוספו`,
"TreeDualSelector.afterAction.remove.fmt": ({noOfSelectedRows: t}) => `${t} פריטים הוסרו`,
"TreeDualSelector.afterAction.addAll.txt": () => `כל הפריטים נוספו`,
"TreeDualSelector.afterAction.removeAll.txt": () => `כל הפריטים הוסרו`,
"TreeDualSelector.afterAction.up.txt": () => `הועבר למעלה`,
"TreeDualSelector.afterAction.down.txt": () => `הועבר למטה`,
"TreeDualSelector.afterAction.top.txt": () => `הועבר לחלק העליון`,
"TreeDualSelector.afterAction.bottom.txt": () => `הועבר לחלק התחתון`,
"TreeDualSelector.afterAction.undo.add.txt": () => `פעולת הוספה הוחזרה למצב קודם`,
"TreeDualSelector.afterAction.undo.remove.txt": () => `פעולת הסרה הוחזרה למצב קודם`,
"TreeDualSelector.afterAction.customAdd.txt": () => `פריט מותאם אישית נוסף`,
"TreeDualSelector.customItemSelection.fmt": ({customItemSelected: t}) => `${t} פריט מותאם אישית נבחר`,
"TreeDualSelector.itemSelectionWithDescription.fmt": ({itemSelected: t, itemDescription: e}) => `${t} ${e} נבחר`,
"TreeDualSelector.itemSelection.fmt": ({itemSelected: t}) => `${t} נבחר`,
"TreeDualSelector.reorderButton.up.button.aria": ({targetListLabel: t}) => `העבר שורה אחת למעלה ב-${t}`,
"TreeDualSelector.reorderButton.down.button.aria": ({targetListLabel: t}) => `העבר שורה אחת למטה ב-${t}`,
"TreeDualSelector.reorderButton.top.button.aria": ({targetListLabel: t}) => `העבר לחלק העליון של ${t}`,
"TreeDualSelector.reorderButton.bottom.button.aria": ({targetListLabel: t}) => `העבר לחלק התחתון של ${t}`,
"TreeDualSelector.moveButton.add.button.aria": ({targetListLabel: t}) => `הוסף פריט אל ${t}`,
"TreeDualSelector.moveButton.addall.button.aria": ({targetListLabel: t}) => `הוסף את הכול ל-${t}`,
"TreeDualSelector.moveButton.remove.button.aria": ({targetListLabel: t}) => `הסר פריט מ-${t}`,
"TreeDualSelector.moveButton.removeall.button.aria": ({targetListLabel: t}) => `הסר הכול מ-${t}`,
"TreeDualSelector.moveButton.undoadd.button.aria": ({targetListLabel: t}) => `בטל את פעולת ההוספה של ${t}`,
"TreeDualSelector.moveButton.undoremove.button.aria": ({targetListLabel: t}) => `בטל את פעולת ההסרה של ${t}`,
"TreeDualSelector.searchField.aria": ({listLabel: t}) => `סנן ${t}`,
"TreeDualSelector.moveButton.removeButton.warningDialog.title": () => `הסר`,
"TreeDualSelector.moveButton.removeButton.warningDialog.txt": () => `כל הפריטים המותאמים אישית שבחרת להסרה יימחקו לצמיתות אם תמשיך.\n\n האם ברצונך להמשיך?`,
"TreeDualSelector.moveButton.removeAllButton.warningDialog.title": () => `הסר את כל הפריטים`,
"TreeDualSelector.moveButton.removeAllButton.warningDialog.txt": () => `הפריטים המותאמים אישית ברשימה זו יימחקו לצמיתות אם תמשיך.\n\n האם ברצונך להמשיך?`,
"LinkNavigator.backButton.label": () => `חזור`,
"LinkNavigator.rootOrReportLinkBreadcrumb.label": ({reportLabel: t, sectionLabel: e}) => `${t}: ${e}`,
"LinkNavigator.incomingFilters.title": () => `מסננים נכנסים`,
"LinkNavigator.reportLevel.label": () => `רמת דוח`,
"LinkNavigator.sectionLevel.label": () => `רמת דף`,
"ReportSectionZeroState.heading.label": () => `עצב דוח`,
"ReportSectionZeroState.description.label": () => `גרור אובייקטים או פריטי נתונים לדף או בחר אפשרות למטה.`,
"ReportSectionZeroState.hideAutoChartButton.description.label": () => `גרור אובייקטים או פריטי נתונים לתוך הדף או התחל מתוך תבנית דף.`,
"ReportSectionZeroState.autoChartButton.label": () => `צור אובייקט`,
"ReportSectionZeroState.selectTemplateButton.label": () => `בחר תבנית`,
"ReportSectionZeroState.exploreSuggestions.label": () => `גלה הצעות`,
"PromptContainerTooltip.noSelections.txt": () => `אין בחירות`,
"PromptContainerTooltip.selectedValues.txt": () => `ערכים שנבחרו`
};
export { t as default };