@sapui5/sap.suite.ui.generic.template 1.131.1 → 1.132.0
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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartFilterBarExt.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +37 -11
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +19 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +46 -15
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +42 -17
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +13 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saptrc.properties +105 -105
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +17 -6
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +44 -22
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +18 -2
- package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +1 -4
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saptrc.properties +58 -58
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -4
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/BreakoutActionButtons.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +1 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +107 -23
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +34 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +46 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +21 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +29 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saptrc.properties +95 -95
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Footer.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_US_saptrc.properties +14 -14
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en_US_saptrc.properties +2 -2
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +142 -194
- package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +204 -0
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +236 -0
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +36 -9
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +67 -23
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en_US_saptrc.properties +6 -6
- package/src/sap/suite/ui/generic/template/fragments/BreakoutActions.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/DeterminingActions.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +0 -6
- package/src/sap/suite/ui/generic/template/fragments/GlobalActions.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderAddress.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderContactWithDetailsPopover.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +12 -5
- package/src/sap/suite/ui/generic/template/fragments/HeaderPlainText.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +5 -7
- package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/fragments/SmartMicroChart.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +2 -5
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +7 -5
- package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +2 -5
- package/src/sap/suite/ui/generic/template/fragments/ToolbarButton.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +10 -9
- package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +70 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/polyFill.js +14 -0
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +53 -12
- package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +25 -13
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +16 -225
- package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +11 -4
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +37 -12
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +3 -3
- package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +39 -23
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +13 -5
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHelper.js +168 -0
- package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/ShellPersonalizationService.js +137 -0
- package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +56 -1
- package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +24 -4
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +91 -36
- package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +30 -35
- package/src/sap/suite/ui/generic/template/lib/deletionHelper.js +10 -2
- package/src/sap/suite/ui/generic/template/lib/filterHelper.js +7 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +6 -15
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +2 -10
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_sappsd.properties +0 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +174 -149
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +3 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +3 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +59 -38
- package/src/sap/suite/ui/generic/template/library.js +7 -3
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/ChartActions.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en_US_saptrc.properties +1 -1
- package/src/sap/suite/ui/generic/template/manifestMerger/ChangePageConfiguration.js +1 -1
- package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/DiagnosticsTool.js +15 -3
- package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/view/DiagnosticsTool.view.xml +0 -24
- package/src/sap/suite/ui/generic/template/support/lib/CommonChecks.js +11 -19
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroup.fragment.xml +0 -36
- package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +0 -28
- package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +0 -26
|
@@ -1,316 +1,341 @@
|
|
|
1
1
|
|
|
2
|
-
ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=
|
|
2
|
+
ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=yGoXzjaX30m7ID/A/q7Jxw_Changes discarded.
|
|
3
3
|
|
|
4
|
-
ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=
|
|
4
|
+
ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=0mLsRSlsAC/Oe6G4MGLi/g_Draft discarded.
|
|
5
5
|
|
|
6
|
-
ST_GENERIC_UNKNOWN_NAVIGATION_TARGET=
|
|
6
|
+
ST_GENERIC_UNKNOWN_NAVIGATION_TARGET=2pykM0rmEKhnQjqifMlP+w_Target was not found.
|
|
7
7
|
|
|
8
|
-
ST_GENERIC_ERROR_LOAD_DATA_TEXT=
|
|
8
|
+
ST_GENERIC_ERROR_LOAD_DATA_TEXT=zN1NnKwsVhJUxveXLpvscg_The requested data was not found.
|
|
9
9
|
|
|
10
|
-
ST_GENERIC_NO_ITEM_SELECTED=
|
|
10
|
+
ST_GENERIC_NO_ITEM_SELECTED=6My1U0ixDMptXJWm32jPqw_Select an item.
|
|
11
11
|
|
|
12
|
-
ST_GENERIC_MULTIPLE_ITEMS_SELECTED
|
|
12
|
+
ST_GENERIC_MULTIPLE_ITEMS_SELECTED=/LRWkqtkkk1f5gVSPr0N7w_Select one item only.
|
|
13
13
|
|
|
14
|
-
ST_DATA_LOSS_TECHNICAL_ERROR_DISCARD=
|
|
14
|
+
ST_DATA_LOSS_TECHNICAL_ERROR_DISCARD=TSlf1q4M7eEi6KBbL4r0HA_The changes could not be applied due to a technical issue. Do you want to discard changes and return to the previous page?
|
|
15
15
|
|
|
16
|
-
ST_DATA_LOSS_TECHNICAL_ERROR_GENERAL=
|
|
16
|
+
ST_DATA_LOSS_TECHNICAL_ERROR_GENERAL=pfBMWwE+RseOw3P4mCC0HA_The changes could not be applied due to a technical issue.
|
|
17
17
|
|
|
18
|
-
BACK=
|
|
18
|
+
BACK=S3TeLLT++EDyKBhFKgqQkQ_Back
|
|
19
19
|
|
|
20
|
-
CANCEL=
|
|
20
|
+
CANCEL=T1ZZUdiS3U3YnjVJCweRvg_Cancel
|
|
21
21
|
|
|
22
|
-
ST_ERROR=
|
|
22
|
+
ST_ERROR=wKJ5PrmB3Nt3CuezDxj5+Q_Error
|
|
23
23
|
|
|
24
|
-
ST_SUCCESS
|
|
24
|
+
ST_SUCCESS=+JcDCk4Eq0o3gPiaw7wLnQ_Success
|
|
25
25
|
|
|
26
|
-
ST_CHANGES_APPLIED
|
|
26
|
+
ST_CHANGES_APPLIED=KbE64SfX9eJ/2RC0t+iYQg_Your changes have been applied.
|
|
27
27
|
|
|
28
|
-
DATA_LOSS_MESSAGE=
|
|
28
|
+
DATA_LOSS_MESSAGE=bOzFhwXy6h8qbsHCZy/V5w_Your entries will be lost when you leave this page.
|
|
29
29
|
|
|
30
|
-
DATA_LOSS_GENERAL_MESSAGE=
|
|
30
|
+
DATA_LOSS_GENERAL_MESSAGE=Yx+8Oe2a3iHfcmGff/a0XQ_Your entries will be lost if you continue.
|
|
31
31
|
|
|
32
|
-
PROCEED=
|
|
32
|
+
PROCEED=SmtXUjyPkuVrVpqpH8e8Bw_Continue
|
|
33
33
|
|
|
34
|
-
DATA_LOSS_LEAVE_BTN=
|
|
34
|
+
DATA_LOSS_LEAVE_BTN=rE8fh5H1yoKNFiFK2YZUqQ_Leave Page
|
|
35
35
|
|
|
36
|
-
DATA_LOSS_DISCARD_CHANGES
|
|
36
|
+
DATA_LOSS_DISCARD_CHANGES=/EhYfqedXtx5aYmi7XOQnQ_Discard Changes
|
|
37
37
|
|
|
38
|
-
ST_KEEP_DRAFT_BTN=
|
|
38
|
+
ST_KEEP_DRAFT_BTN=rhzwk9VQd6Lntgb2g14hKA_Keep Draft
|
|
39
39
|
|
|
40
|
-
ST_DISCARD_DRAFT_BTN=
|
|
40
|
+
ST_DISCARD_DRAFT_BTN=T1SEDCYUDgfARAGjOL8vIw_Discard Draft
|
|
41
41
|
|
|
42
|
-
ST_UNSAVED_CHANGES_TITLE=
|
|
42
|
+
ST_UNSAVED_CHANGES_TITLE=qEytJf86tLo7y6vgVnDSXQ_Unsaved Changes
|
|
43
43
|
|
|
44
|
-
ST_STREAM_OPEN_FILE
|
|
44
|
+
ST_STREAM_OPEN_FILE=+ea/2mKdLHjuJ7FvaBdjTw_Open File
|
|
45
45
|
|
|
46
|
-
ST_STREAM_FILE_UNREADABLE=
|
|
46
|
+
ST_STREAM_FILE_UNREADABLE=pdVmip8eX6hq7zCUVZ6kdw_The file cannot be read. It may have changed.
|
|
47
47
|
|
|
48
|
-
ST_STREAM_TYPE_MISMATCH
|
|
48
|
+
ST_STREAM_TYPE_MISMATCH=5MPPGHz1MRBFo+fzh1l1aA_The selected file type is not supported.
|
|
49
49
|
|
|
50
|
-
ST_DRAFT_OWNER=
|
|
50
|
+
ST_DRAFT_OWNER=dKnKNVUpfPLQZOh6iKV/aQ_by {0}
|
|
51
51
|
|
|
52
|
-
ST_DRAFT_ANOTHER_USER=
|
|
52
|
+
ST_DRAFT_ANOTHER_USER=Dh7xvqtG5uv8l9ts6gJc9A_by another user
|
|
53
53
|
|
|
54
|
-
DATA_PASTE_ERROR_MESSAGE=
|
|
54
|
+
DATA_PASTE_ERROR_MESSAGE=9Ml/yGLau1jSb1LveyJefA_Pasting not possible. {0} items contain invalid data.
|
|
55
55
|
|
|
56
|
-
DATA_PASTE_ERROR_CORRECTION_MESSAGE=
|
|
56
|
+
DATA_PASTE_ERROR_CORRECTION_MESSAGE=JuxweO6WDl59aMxq/U9Ykw_Please correct the values mentioned below in your source file.
|
|
57
57
|
|
|
58
|
-
DATA_PASTE_ERROR_CORRECTION_NOTE=
|
|
58
|
+
DATA_PASTE_ERROR_CORRECTION_NOTE=vv/G4+GLdrctqXRQf6Zu2g_(Note\: Row/column refers to the position in the dataset you copied.)
|
|
59
59
|
|
|
60
|
-
DATA_PASTE_UNSUPPORTED_FORMAT_MESSAGE=
|
|
60
|
+
DATA_PASTE_UNSUPPORTED_FORMAT_MESSAGE=mgcSVhqygv4L/RuVqg9/0Q_Pasting is not available for this table.
|
|
61
61
|
|
|
62
|
-
SEG_BUTTON_TEXT
|
|
62
|
+
SEG_BUTTON_TEXT=+RZGpCira3MXiIzzG6b9GQ_{0} ({1})
|
|
63
63
|
|
|
64
|
-
SEG_BUTTON_ERROR=
|
|
64
|
+
SEG_BUTTON_ERROR=XaZPKgNNnmzPgeJ+HACs9A_{0} -
|
|
65
65
|
|
|
66
|
-
ST_SHARE_TO_MICROSOFT_TEAMS=
|
|
66
|
+
ST_SHARE_TO_MICROSOFT_TEAMS=pxsKAAlnxZobZXdk4MGiKg_Share to Microsoft Teams
|
|
67
67
|
|
|
68
|
-
ST_ADD_CARDS_TO_INSIGHTS=
|
|
68
|
+
ST_ADD_CARDS_TO_INSIGHTS=nhYtDAhIZNBozfnEsFfJXg_Add Card to Insights
|
|
69
69
|
|
|
70
|
-
COPY=
|
|
70
|
+
COPY=1hCn8wcbZc4Nro1qYXwEoA_Copy
|
|
71
71
|
|
|
72
|
-
ST_SEND_CARD_TO_CHAT
|
|
72
|
+
ST_SEND_CARD_TO_CHAT=+UjG0U/4W0jUyvTfoQ4DWw_Send
|
|
73
73
|
|
|
74
|
-
ST_OPEN_NEW_TAB_OR_WINDOW=
|
|
74
|
+
ST_OPEN_NEW_TAB_OR_WINDOW=fEYBqJqraE7f2ru6orVnTw_Open in New Tab or Window
|
|
75
75
|
|
|
76
|
-
ST_MESSAGES_DIALOG_TITLE_WARNING=
|
|
76
|
+
ST_MESSAGES_DIALOG_TITLE_WARNING=OMZ3Mseqgg5dunk9ulTEGg_Warning
|
|
77
77
|
|
|
78
|
-
ST_MESSAGES_DIALOG_TITLE_ERROR=
|
|
78
|
+
ST_MESSAGES_DIALOG_TITLE_ERROR=1DLVwEpumcVYncgKjAUXtw_Error
|
|
79
79
|
|
|
80
|
-
ST_MESSAGES_DIALOG_TITLE_INFORMATION=
|
|
80
|
+
ST_MESSAGES_DIALOG_TITLE_INFORMATION=2X9p5InReOj+8EJYM024ng_Information
|
|
81
81
|
|
|
82
|
-
ST_MESSAGES_DIALOG_TITLE_SUCCESS_PLURAL=
|
|
82
|
+
ST_MESSAGES_DIALOG_TITLE_SUCCESS_PLURAL=cOE3+Z3HppOXo9T41G9hTg_Successes
|
|
83
83
|
|
|
84
|
-
ST_MESSAGES_DIALOG_TITLE_WARNING_PLURAL=
|
|
84
|
+
ST_MESSAGES_DIALOG_TITLE_WARNING_PLURAL=T4kQb6VQhIEB+fPh99bUxA_Warnings
|
|
85
85
|
|
|
86
|
-
ST_MESSAGES_DIALOG_TITLE_ERROR_PLURAL=
|
|
86
|
+
ST_MESSAGES_DIALOG_TITLE_ERROR_PLURAL=2pDZobHJzcaALXFW1hxxrA_Errors
|
|
87
87
|
|
|
88
|
-
ST_MESSAGE_GENERAL_TITLE=
|
|
88
|
+
ST_MESSAGE_GENERAL_TITLE=ICaEGEjruRzUJhvRZ8V0Tg_General
|
|
89
89
|
|
|
90
|
-
LOCKED_OBJECT_POPOVER_TITLE=
|
|
90
|
+
LOCKED_OBJECT_POPOVER_TITLE=FYZeMS/xEjOB9C8y1qE9Cw_Locked
|
|
91
91
|
|
|
92
|
-
PARAMETER_COMBINATION_NOT_SUPPORTED=
|
|
92
|
+
PARAMETER_COMBINATION_NOT_SUPPORTED=tF27SyoTpcVXnQ32+QUZsQ_Parameter combination not supported\:\n Mode\: {0}\n preferredMode\: {1}
|
|
93
93
|
|
|
94
|
-
ST_NAV_ERROR_TARGET_ENTITYSET_IS_MISSING=
|
|
94
|
+
ST_NAV_ERROR_TARGET_ENTITYSET_IS_MISSING=qQ6Pjo0DJn+CtdDA0wy1CQ_Target entity set {0} is missing.
|
|
95
95
|
|
|
96
|
-
ETAG_REFRESH_BUTTON=
|
|
96
|
+
ETAG_REFRESH_BUTTON=RAXW3S0sbqcCeZu6wX5QpQ_Refresh
|
|
97
97
|
|
|
98
|
-
ETAG_MESSAGE=
|
|
98
|
+
ETAG_MESSAGE=k8JMqbfwskPxEpwUnWAa7w_Your changes could not be saved. A more recent version is available. To make changes to the latest version, please refresh the data.
|
|
99
99
|
|
|
100
|
-
WARNING=
|
|
100
|
+
WARNING=IiBA2H2M67h+U3ScXnhizA_Warning
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
ST_GENERIC_ERROR_TITLE=
|
|
103
|
+
ST_GENERIC_ERROR_TITLE=0bt2qRekgP7BYYZdmaLWpg_Error
|
|
104
104
|
|
|
105
|
-
ST_GENERIC_DELETE_TITLE=
|
|
105
|
+
ST_GENERIC_DELETE_TITLE=6ctC27C/2lO4/oZ+Acg25Q_Delete
|
|
106
106
|
|
|
107
|
-
ST_GENERIC_DELETE_TITLE_WITH_COUNT=
|
|
107
|
+
ST_GENERIC_DELETE_TITLE_WITH_COUNT=EwzWa1YIz3DpAfynLONN3w_Delete ({0})
|
|
108
108
|
|
|
109
109
|
|
|
110
|
-
ST_GENERIC_LIST_TITLE=
|
|
110
|
+
ST_GENERIC_LIST_TITLE=Az5+Opqhyqqxtx8sW0XZrQ_Items
|
|
111
111
|
|
|
112
|
-
ST_GENERIC_WARNING_TEXT
|
|
112
|
+
ST_GENERIC_WARNING_TEXT=/s0hb4+i+BXN2TzPdpx+eQ_{0} of the selected items will not be processed.
|
|
113
113
|
|
|
114
|
-
ST_GENERIC_DIALOG_CONTINUE_BUT=
|
|
114
|
+
ST_GENERIC_DIALOG_CONTINUE_BUT=dfwbekKz07P45Q486vbBMQ_Continue anyway
|
|
115
115
|
|
|
116
|
-
ST_GENERIC_DIALOG_CLOSE_BUT=
|
|
116
|
+
ST_GENERIC_DIALOG_CLOSE_BUT=iz1rmdzZkTKS1+JNKVr1Tw_Close
|
|
117
117
|
|
|
118
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_PERCENT=
|
|
118
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_PERCENT=x9ZdHtDMYb0Y7kPV3gw96w_{0} %
|
|
119
119
|
|
|
120
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_NO_UOM=
|
|
120
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_NO_UOM=aM0jybj18z2Nh3ID5aTK/Q_{0} of {1}
|
|
121
121
|
|
|
122
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT=
|
|
122
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT=McJzhzy469P6FQRZ0Ehuog_{0} of {1} {2}
|
|
123
123
|
|
|
124
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT_NO_TARGET_VALUE=
|
|
124
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT_NO_TARGET_VALUE=uVhCkgs5Yr4jMDIEyiaSzA_{0} {1}
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
RATING_INDICATOR_SUBTITLE_LABEL=
|
|
128
|
+
RATING_INDICATOR_SUBTITLE_LABEL=ustWTB3VWBRjvX9spbEx6Q_rating
|
|
129
129
|
|
|
130
|
-
RATING_INDICATOR_SUBTITLE_LABEL_PLURAL=
|
|
130
|
+
RATING_INDICATOR_SUBTITLE_LABEL_PLURAL=ebLh+/GxkoDq+NwBO/fSUA_ratings
|
|
131
131
|
|
|
132
|
-
RATING_INDICATOR_SUBTITLE=
|
|
132
|
+
RATING_INDICATOR_SUBTITLE=fZF1hfrMSysSZ87eu2ZPMA_{0} {1}
|
|
133
133
|
|
|
134
|
-
RATING_INDICATOR_FOOTER=
|
|
134
|
+
RATING_INDICATOR_FOOTER=cOEBszsGohrWRSeFGcFvJg_{0} out of {1}
|
|
135
135
|
|
|
136
|
-
RATING_INDICATOR_AGGREGATE_COUNT=
|
|
136
|
+
RATING_INDICATOR_AGGREGATE_COUNT=tLsIeiUPW90w+74Gt6addA_({0})
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
ST_GENERIC_BAD_REQUEST=
|
|
140
|
+
ST_GENERIC_BAD_REQUEST=gleDUrutybovqywSRAK3Aw_No data found.
|
|
141
141
|
|
|
142
|
-
ST_GENERIC_ERROR_AUTHENTICATED_FAILED=
|
|
142
|
+
ST_GENERIC_ERROR_AUTHENTICATED_FAILED=ayMpKAdJ9VvqjuR6NjVizA_Authentication failed.
|
|
143
143
|
|
|
144
|
-
ST_GENERIC_ERROR_AUTHENTICATED_FAILED_DESC=
|
|
144
|
+
ST_GENERIC_ERROR_AUTHENTICATED_FAILED_DESC=RsV83T0ux2eYi8ubNYEwNQ_The credentials you used to sign in are invalid.
|
|
145
145
|
|
|
146
|
-
ST_GENERIC_ERROR_NOT_AUTORIZED=
|
|
146
|
+
ST_GENERIC_ERROR_NOT_AUTORIZED=RmKFpcqDd8UHwd9nVtZtdQ_No authorization.
|
|
147
147
|
|
|
148
|
-
ST_GENERIC_ERROR_NOT_AUTORIZED_DESC=
|
|
148
|
+
ST_GENERIC_ERROR_NOT_AUTORIZED_DESC=10ls1lvIfR3VRw6JtxRRHQ_You don't have authorization to view this data.
|
|
149
149
|
|
|
150
|
-
ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE=
|
|
150
|
+
ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE=IpVdfedWK8YWn8U3D2ymVw_Unable to load the data.
|
|
151
151
|
|
|
152
|
-
ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_DESC=
|
|
152
|
+
ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_DESC=68coqZSqki830I5pl+H33Q_This can happen if you are not connected to the Internet, or if an underlying system or component is not available.
|
|
153
153
|
|
|
154
|
-
ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=
|
|
154
|
+
ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=1zVXynaj7vpb98qYySWjyA_Unable to perform this action.
|
|
155
155
|
|
|
156
|
-
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=
|
|
156
|
+
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=o89YtiPg2VMqojxxC6mBFw_You don't have authorization to create.
|
|
157
157
|
|
|
158
|
-
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=
|
|
158
|
+
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=tWZQI13UfgZu3E0KHA3/Aw_You can only open {0} items at the same time.
|
|
159
159
|
|
|
160
|
-
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=
|
|
160
|
+
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=yAzJ04YPz3ie+XkoMU20dw_You don't have authorization for this action.
|
|
161
161
|
|
|
162
|
-
ST_GENERIC_ERROR_NOT_AUTORIZED_DELETE=
|
|
162
|
+
ST_GENERIC_ERROR_NOT_AUTORIZED_DELETE=BH8edHmpruc9RhL4SF0jRQ_You don't have authorization to delete.
|
|
163
163
|
|
|
164
|
-
ST_GENERIC_ERROR_NOT_AUTORIZED_EDIT=
|
|
164
|
+
ST_GENERIC_ERROR_NOT_AUTORIZED_EDIT=z7NNrv4PZPUm+y0cwr5mQA_You don't have edit authorization.
|
|
165
165
|
|
|
166
|
-
ST_GENERIC_BAD_REQUEST_ACTION=
|
|
166
|
+
ST_GENERIC_BAD_REQUEST_ACTION=3HjQbXJygFeo82yWO4qHhg_This action cannot be performed for the selected object.
|
|
167
167
|
|
|
168
|
-
ST_GENERIC_BAD_REQUEST_DELETE=
|
|
168
|
+
ST_GENERIC_BAD_REQUEST_DELETE=156S5xiYKO4GjKwxLTM3UQ_The selected object can't be deleted.
|
|
169
169
|
|
|
170
|
-
ST_GENERIC_BAD_REQUEST_EDIT
|
|
170
|
+
ST_GENERIC_BAD_REQUEST_EDIT=+u9eg6Tr5a7KEt2qP6wvGg_The selected object can't be edited.
|
|
171
171
|
|
|
172
|
-
ST_GENERIC_ERROR_IN_NAVIGATION=
|
|
172
|
+
ST_GENERIC_ERROR_IN_NAVIGATION=QYcjFdqzO5EJsguEgWlmvg_Navigation does not work as expected.
|
|
173
173
|
|
|
174
|
-
ST_GENERIC_ERROR_IN_NAVIGATION_PROPERTY_MISSING=
|
|
174
|
+
ST_GENERIC_ERROR_IN_NAVIGATION_PROPERTY_MISSING=nRhGJxMlBInNlLidV60IWA_Enter a navigation property in annotation {0}.
|
|
175
175
|
|
|
176
|
-
ST_GENERIC_ERROR_NAVIGATION_PROPERTY_NOT_CORRECT=
|
|
176
|
+
ST_GENERIC_ERROR_NAVIGATION_PROPERTY_NOT_CORRECT=iiP5m+VMcFKQ69VcRY2CKg_The navigation property {0} in annotation {1} is incorrect.
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
ST_GENERIC_FCL_FULLSCREEN=
|
|
179
|
+
ST_GENERIC_FCL_FULLSCREEN=OmlAhMajxoKa0jAzUbHBbA_Full Screen
|
|
180
180
|
|
|
181
|
-
ST_GENERIC_FCL_EXIT_FULLSCREEN=
|
|
181
|
+
ST_GENERIC_FCL_EXIT_FULLSCREEN=U+syE3f6V/UBFix/nfTv7g_Exit Full Screen
|
|
182
182
|
|
|
183
|
-
ST_GENERIC_FCL_CLOSE_COLUMN=
|
|
183
|
+
ST_GENERIC_FCL_CLOSE_COLUMN=1NircBwef8G9eA2qLKrb7w_Close
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
|
|
187
|
-
ST_CARD_CREATION_FAILURE=
|
|
187
|
+
ST_CARD_CREATION_FAILURE=y2tSOK4eYKA7A1maWK2u/A_Card creation isn't possible.
|
|
188
188
|
|
|
189
|
-
ST_CARD_CREATION_FAILURE_INFO=
|
|
189
|
+
ST_CARD_CREATION_FAILURE_INFO=gLTZHhyYwRrhDpDivVwidg_Please retry after ensuring the following\:
|
|
190
190
|
|
|
191
|
-
ST_CARD_FAILURE_REASON_SEMANTIC_DATE_FILTERS=
|
|
191
|
+
ST_CARD_FAILURE_REASON_SEMANTIC_DATE_FILTERS=yCykaHqh2ocQvzUrsGiiRA_- No relative date filters (like "Yesterday") are used.
|
|
192
192
|
|
|
193
|
-
ST_CARD_FAILURE_TABLE_REASON_UNSUPPORTED_COLUMNS=
|
|
193
|
+
ST_CARD_FAILURE_TABLE_REASON_UNSUPPORTED_COLUMNS=wB49Xaus3agRoBvIlhbcFw_- At least one text-based column with a single value is displayed in the table.
|
|
194
194
|
|
|
195
|
-
ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS
|
|
195
|
+
ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=/yqFKx0YduSltz/ZlUboAQ_Card creation isn't possible. Please retry after ensuring no relative date filters (like "Yesterday") are used.
|
|
196
196
|
|
|
197
|
-
ST_CARD_NAVIGATION_FAILURE_INFO=
|
|
197
|
+
ST_CARD_NAVIGATION_FAILURE_INFO=N7emcqRJXGJWY2CFPUajVw_Direct navigation to the object details isn't possible from this insights card.
|
|
198
198
|
|
|
199
|
+
ST_AI_EE_BUTTON_LABEL=nmPQq/O6X+iMceN10aFxug_Generate Explanation
|
|
199
200
|
|
|
200
201
|
|
|
201
|
-
ST_EASY_FILTER_PROMPT_INFO=cZMNdMaprV3ZQjHKVd5x1Q_Prompt-based filtering creates completely new filter criteria. Generated content may not always be accurate. Consider verifying it.
|
|
202
202
|
|
|
203
|
-
|
|
203
|
+
ST_GENERIC_DRAFT_LOCKED_BY_USER=A1p3iAH1wIQRSoMX0zTciA_Another user edited this object without saving the changes\: \n{1} \nIf you take over, any changes will be lost.
|
|
204
204
|
|
|
205
|
-
ST_EASY_FILTER_GO_BUTTON_TEXT=Db1Jj2UJrk1JU1p/MvNq5Q_Go
|
|
206
205
|
|
|
206
|
+
ST_GENERIC_UNSAVED_CHANGES_CHECKBOX=wmpp9bLjT0oZyfEIks1MgA_Also delete objects with unsaved changes.
|
|
207
207
|
|
|
208
|
+
ST_GENERIC_DELETE_SELECTED_PLURAL=E+Y1J1w5AFp6yzqPX7Pwgw_Delete the selected objects?
|
|
208
209
|
|
|
210
|
+
ST_GENERIC_DELETE_UNSAVED_CHANGES=ah1JzFgjDjNuDgp/kDP7gA_Another user edited this object without saving the changes\: \n{1} \n\nDelete anyway?
|
|
209
211
|
|
|
210
|
-
|
|
212
|
+
ST_GENERIC_DELETE_UNSAVED_CHANGES_PLURAL=VkIEVB2qf1hzyNzxXMSr/w_Other users have edited the selected objects without saving the changes. \n\nDelete them anyway?
|
|
211
213
|
|
|
214
|
+
ST_GENERIC_DELETE_LOCKED=hIHmbs3qsbJWGKltantJOA_This object cannot be deleted. It is currently locked by {1}.
|
|
212
215
|
|
|
213
|
-
|
|
216
|
+
ST_GENERIC_NOT_DELETABLE=Y/fq2OVGDsvUZ5vRDwPoyQ_This object cannot be deleted.
|
|
214
217
|
|
|
215
|
-
|
|
218
|
+
ST_GENERIC_DELETE_LOCKED_PLURAL=ac1z60jJKZ5hlYAEOKKf5g_The selected objects are currently locked by other users and cannot be deleted.
|
|
216
219
|
|
|
217
|
-
|
|
220
|
+
ST_GENERIC_DELETE_UNDELETABLE=IbxBeWqF/nOSv9/AIV8Wsw_{0} of {1} objects cannot be deleted.
|
|
218
221
|
|
|
219
|
-
|
|
222
|
+
ST_GENERIC_CURRENTLY_LOCKED=M9n7adwPcNXSkk6NMBpopQ_1 of {0} objects is currently locked.
|
|
220
223
|
|
|
221
|
-
|
|
224
|
+
ST_GENERIC_CURRENTLY_LOCKED_PLURAL=MCQv5KGcsphE5zkHXBb5+g_{0} of {1} objects are currently locked by other users and cannot be deleted.
|
|
222
225
|
|
|
223
|
-
|
|
226
|
+
ST_GENERIC_DELETE_REMAINING=ckVBxE88qtToIU+RY/Copg_Do you still want to delete the remaining object?
|
|
224
227
|
|
|
225
|
-
|
|
228
|
+
ST_GENERIC_DELETE_REMAINING_PLURAL=LMBH/odPYoU/KhdQewrrAg_Do you still want to delete the remaining {0} objects?
|
|
226
229
|
|
|
227
|
-
|
|
230
|
+
ST_GENERIC_DELETE_REMAINING_UNSAVED_CHANGES=N9JSRXqodVa0ycoSEF1msg_The remaining object has unsaved changes. \n\nDo you still want to delete it?
|
|
228
231
|
|
|
229
|
-
|
|
232
|
+
ST_GENERIC_DELETE_REMAINING_UNSAVED_CHANGES_PLURAL=1JJbGn+/tBmPdxCCIZ/DQg_The remaining objects have unsaved changes by other users. \n\nDo you still want to delete them?
|
|
230
233
|
|
|
231
|
-
|
|
234
|
+
ST_GENERIC_DELETE_SUCCESS_PLURAL=YlPtGl56zMEdbUM5pA+LqQ_Objects were deleted.
|
|
232
235
|
|
|
233
|
-
|
|
236
|
+
ST_GENERIC_DELETE_ERROR=ob1H/HTiPpYXlRZLtuLxmQ_The selected object cannot be deleted.
|
|
234
237
|
|
|
235
|
-
ST_GENERIC_DELETE_REMAINING_PLURAL=dcMJjyB4cym8Q3mkilmfNQ_Do you still want to delete the remaining {0} objects?
|
|
236
238
|
|
|
237
|
-
|
|
239
|
+
ST_GENERIC_DELETE_SELECTED=TkyssVm70szHrgk+aNje7A_Delete this object?
|
|
238
240
|
|
|
239
|
-
|
|
241
|
+
DELETE_WITH_OBJECTINFO=JPEptOzh0W16vNpiR0c//A_Delete this object ({1} {2})?
|
|
240
242
|
|
|
241
|
-
|
|
243
|
+
DELETE_WITH_OBJECTTITLE=7prQUnPISmPl8M+TSIPAXg_Delete object {0}?
|
|
242
244
|
|
|
243
|
-
|
|
245
|
+
ST_GENERIC_OBJECT_DELETED=WV1Blj7j77f0jzoQ14GiAQ_Object was deleted.
|
|
244
246
|
|
|
245
247
|
|
|
246
|
-
|
|
248
|
+
ST_GENERIC_LOCKED_OBJECT_POPOVER_TEXT=Zu6dhKqvMZEmXbQdGrdneg_You cannot edit this object at the moment.\nIt is locked by {0}.
|
|
247
249
|
|
|
248
|
-
|
|
250
|
+
ST_GENERIC_UNSAVED_OBJECT_POPOVER_TEXT=fpvT0Z4BRR9thAyPk2tCvQ_This object has unsaved changes by {0}.
|
|
249
251
|
|
|
250
|
-
|
|
252
|
+
DRAFT_LOCK_EXPIRED=/SQWEbOflugw5Rs5R7UbZw_Another user edited this object without saving the changes\:\n\n {0} \n\n If you take over, any changes will be lost.
|
|
251
253
|
|
|
252
|
-
|
|
254
|
+
ST_NAV_ERROR_NOT_AUTHORIZED_DESC=XtZqVLbyCQiA1Y6XrIub4A_Navigation to this application is not supported.
|
|
253
255
|
|
|
256
|
+
NEW_OBJECT=Pw5VFnxAHoFRm7ZsdJViXQ_Unnamed Object
|
|
254
257
|
|
|
255
|
-
|
|
258
|
+
NOITEMS_SMARTTABLE=BIIHGLFaf/ZuK7xL8GHWIg_No items available.
|
|
256
259
|
|
|
257
|
-
|
|
260
|
+
NOITEMS_SMARTTABLE_WITH_FILTER=ilYl0lXViPsodn9o62uulQ_No items available. Try adjusting the search or filter parameters.
|
|
258
261
|
|
|
259
|
-
|
|
262
|
+
NOITEMS_SMARTTABLE_WITH_FILTER_FOR_SEGMENTEDBUTTON=/9ulIBE5gsOoHHMUmaFFXg_There are no items for the selected filter criteria and table view.
|
|
260
263
|
|
|
261
|
-
|
|
264
|
+
NOITEMS_SMARTCHART=xFVcYoN3kcIZQlh/gy7jOg_No data found.
|
|
262
265
|
|
|
263
|
-
|
|
266
|
+
NOITEMS_LR_SMARTCHART=4Iz40ueiMty6x7sooRKTCg_There is no data for the selected filter criteria and chart view.
|
|
264
267
|
|
|
265
|
-
|
|
268
|
+
NOITEMS_SMARTCHART_WITH_FILTER=LH3C+qAF5XvIBuP9eEIa3Q_No data found. Try adjusting the filter parameters.
|
|
266
269
|
|
|
267
|
-
|
|
270
|
+
SMARTCHART_INITIAL_NODATA=rn5t1RHOJOB0mqUHuRm9ng_To start, set the relevant filters and choose "Go".
|
|
268
271
|
|
|
269
|
-
|
|
272
|
+
NOITEMS_LR_SMARTTABLE=rwrGeSTyllaReA7xicRgig_No data found.
|
|
270
273
|
|
|
271
|
-
|
|
274
|
+
NOITEMS_LR_SMARTTABLE_WITH_FILTER=E0eVppXCTDKhxENRGOnivg_No data found. Try adjusting the search or filter criteria.
|
|
272
275
|
|
|
273
|
-
|
|
276
|
+
NOITEMS_MULTIVIEW_LR_SMARTTABLE_WITH_FILTER=aX7oGl/hM4GDHTE6W7bdPg_There is no data for the selected filter criteria and table view.
|
|
274
277
|
|
|
275
|
-
|
|
278
|
+
ST_GENERIC_DELETE_WITH_WARNING_SUGGESTION_SINGULAR=of+LOzOl9a/9SfBxZzuVdg_Hint\: To ignore warnings, delete the object individually.
|
|
276
279
|
|
|
277
|
-
|
|
280
|
+
ST_GENERIC_DELETE_WITH_WARNING_SUGGESTION_PLURAL=umsKx/BM0aJ770i2wKszNQ_Hint\: To ignore warnings, delete the objects individually.
|
|
278
281
|
|
|
279
|
-
|
|
282
|
+
ST_GENERIC_NOT_DELETED_RECORDS=aT6eS1RTCenHH2/rii0xeA_{0} of {1} objects can''t be deleted.
|
|
280
283
|
|
|
281
|
-
|
|
284
|
+
ST_GENERIC_DELETE_ERROR_PLURAL=KoWvnrqBYrg7pttR7QXO1w_Some of the items you selected can't be deleted. Try deleting the items individually instead.
|
|
282
285
|
|
|
283
|
-
|
|
286
|
+
ST_GENERIC_NOT_PROCESSED_RECORDS=vHt4WxCQ6F6sEp1qjGJ4Kw_{0} of {1} objects can''t be processed.
|
|
284
287
|
|
|
285
|
-
|
|
288
|
+
ST_GENERIC_NOT_PROCESSED_RECORDS_PLURAL=B7GgglXfPp7WGzunU9p6Gg_The selected objects can't be processed.
|
|
286
289
|
|
|
287
|
-
|
|
290
|
+
ST_GENERIC_ACTION_WITH_WARNING_SUGGESTION_SINGULAR=REwUePIQUp5appiDX8JddQ_Hint\: To ignore warnings, process the object individually.
|
|
288
291
|
|
|
289
|
-
|
|
292
|
+
ST_GENERIC_ACTION_WITH_WARNING_SUGGESTION_PLURAL=nOJgokM305bVwRq/uSpZdQ_Hint\: To ignore warnings, process the objects individually.
|
|
290
293
|
|
|
291
|
-
|
|
294
|
+
MESSAGE_SINGLE_VALUE_L_FORM=QWyUO7m9GYEgdObqVycS/w_The filter "{0}" isn''t relevant for the "{1}\u201D tab. Setting this filter has no effect on the results.
|
|
292
295
|
|
|
293
|
-
|
|
296
|
+
MESSAGE_SINGLE_VALUE_S_FORM=1Xji2QMWAjZYPO5lblxDTQ_You can''t filter by "{0}" on the "{1}" tab.
|
|
294
297
|
|
|
295
|
-
|
|
298
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=Bfx3vK43G5y6M+e4OgO+kw_Some of the filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
|
|
296
299
|
|
|
297
|
-
|
|
300
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM=P5r4c7+GQoggve8yXl48fg_You cannot use the following filters on the "{1}" tab\: "{0}".
|
|
298
301
|
|
|
299
|
-
|
|
302
|
+
ST_KEEP_DRAFT_MESSAGE_EDIT=72B8bQd3ClfODeNubtKMzw_You've made changes to this object.\nWhat would you like to do?
|
|
300
303
|
|
|
301
|
-
|
|
304
|
+
ST_KEEP_DRAFT_MESSAGE_CREATE=6x4gBUzd6whBfXNoqCppqw_You haven't created this object yet.\nWhat would you like to do?
|
|
302
305
|
|
|
303
|
-
|
|
306
|
+
DIALOG_TITLE_NEW_ACTION_FOR_CREATE=IusW7tva4bak1SfNaBuZmg_Create Object
|
|
304
307
|
|
|
305
|
-
|
|
308
|
+
DIALOG_ACTION_BUTTON_NEW_ACTION_FOR_CREATE=69hKVgH35PWh6DuOkz878Q_Continue
|
|
306
309
|
|
|
307
|
-
|
|
310
|
+
CONTENT_SWITCH=iSQEWLGhnYFgAWUK8fC3wQ_Content Switch
|
|
308
311
|
|
|
309
|
-
ST_KEEP_DRAFT_MESSAGE_EDIT=OYCucI/W5nhQbIM6EN8idQ_You've made changes to this object.\nWhat would you like to do?
|
|
310
312
|
|
|
311
|
-
|
|
313
|
+
ST_GENERIC_503_SERVICE_UNAVAILABLE=kBBbdLmJmj+DDfjuGw4hQA_Sorry, this service is temporarily unavailable.
|
|
312
314
|
|
|
313
|
-
|
|
315
|
+
ST_GENERIC_503_AUTO_RETRY_MSG=U6z+FFoCVXpwB7MN7GOt7A_Automatic retry in {0} seconds.
|
|
314
316
|
|
|
315
|
-
|
|
317
|
+
ST_GENERIC_503_CANCEL_RETRY=JVZmeGdCdV1o3qe+9L9k/Q_Sorry, this service is still unavailable. Do you want to retry or cancel the action?
|
|
318
|
+
|
|
319
|
+
RETRY=VJSfsRbwSBMIhmDuy9lfAA_Retry
|
|
320
|
+
|
|
321
|
+
ST_GENERIC_503_RETRY_MSG_SAME_DAY=iyUMEWMN/7vu6RVWkkIMbw_We expect it to be available again at {0}.
|
|
322
|
+
|
|
323
|
+
ST_GENERIC_503_RETRY_MSG_OTHER_DAY=Yqj1MP8flNhQnXn/rAUzXg_We expect it to be available again on {0} at {1}.
|
|
324
|
+
|
|
325
|
+
ST_GENERIC_503_RETRY_MSG_TIME_UNKNOWN=/CJ3co0fPJzLiSwt9wmqrw_Please try again later.
|
|
326
|
+
|
|
327
|
+
ST_GENERIC_503_SOURCE_MESSAGE=3s7HoA9IlNSqnMkMW6s7Lg_Source message\:
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
RTA_CONFIGURATION_TITLE_TABLE=j7aGgYslxv1zZJiLGblL3w_Configure Table
|
|
332
|
+
|
|
333
|
+
RTA_CONFIGURATION_TITLE_LIST_REPORT=8S2lc2SGqm27TlZ92RtbDg_Configure List Report
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
RTA_CONFIGURATION_INFO_MESSAGE=qVK4R2BpVCKvUUbUrlHezA_Some settings can only be applied to certain table types. Changes will only be visible after the application reloads.
|
|
337
|
+
|
|
338
|
+
RTA_CONFIGURATION_CANCEL=+8I3VrLPrtClQwRAZUYnaQ_Cancel
|
|
339
|
+
|
|
340
|
+
RTA_CONFIGURATION_APPLY=5WyqDFk5ZWk9ovi8Iv0iMw_Apply
|
|
316
341
|
|
|
@@ -25,7 +25,7 @@ ST_SUCCESS=Con \u00E9xito
|
|
|
25
25
|
|
|
26
26
|
ST_CHANGES_APPLIED=Se han aplicado las modificaciones
|
|
27
27
|
|
|
28
|
-
DATA_LOSS_MESSAGE=Sus entradas se perder\u00E1n al abandonar esta p\u00E1gina
|
|
28
|
+
DATA_LOSS_MESSAGE=Sus entradas se perder\u00E1n al abandonar esta p\u00E1gina.
|
|
29
29
|
|
|
30
30
|
DATA_LOSS_GENERAL_MESSAGE=Si contin\u00FAa se perder\u00E1n sus entradas
|
|
31
31
|
|
|
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=No se puede crear la tarje
|
|
|
196
196
|
|
|
197
197
|
ST_CARD_NAVIGATION_FAILURE_INFO=No es posible la navegaci\u00F3n directa a los detalles de objeto desde la tarjeta de informaci\u00F3n.
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
ST_EASY_FILTER_PROMPT_INFO=El filtrado basado en solicitudes crea criterios de filtro nuevos. Es posible que el contenido generado no siempre sea preciso. Considere verificarlo.
|
|
202
|
-
|
|
203
|
-
ST_EASY_FILTER_INPUT_PLACEHOLDER=Introduzca su consulta en idioma natural para filtrar la lista.
|
|
204
|
-
|
|
205
|
-
ST_EASY_FILTER_GO_BUTTON_TEXT=Ir
|
|
206
|
-
|
|
207
|
-
|
|
208
199
|
ST_AI_EE_BUTTON_LABEL=Generar explicaci\u00F3n
|
|
209
200
|
|
|
210
201
|
|
|
@@ -331,7 +322,7 @@ ST_GENERIC_503_RETRY_MSG_SAME_DAY=Esperamos que vuelva a estar disponible a las
|
|
|
331
322
|
|
|
332
323
|
ST_GENERIC_503_RETRY_MSG_OTHER_DAY=Esperamos que vuelva a estar disponible el {0} a las {1}.
|
|
333
324
|
|
|
334
|
-
ST_GENERIC_503_RETRY_MSG_TIME_UNKNOWN=
|
|
325
|
+
ST_GENERIC_503_RETRY_MSG_TIME_UNKNOWN=Int\u00E9ntelo de nuevo m\u00E1s tarde.
|
|
335
326
|
|
|
336
327
|
ST_GENERIC_503_SOURCE_MESSAGE=Mensaje de origen\:
|
|
337
328
|
|
|
@@ -341,6 +332,7 @@ RTA_CONFIGURATION_TITLE_TABLE=Configurar tabla
|
|
|
341
332
|
|
|
342
333
|
RTA_CONFIGURATION_TITLE_LIST_REPORT=Configurar informe de lista
|
|
343
334
|
|
|
335
|
+
RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar barra de filtro
|
|
344
336
|
|
|
345
337
|
RTA_CONFIGURATION_INFO_MESSAGE=Algunas opciones solo pueden aplicarse a determinados tipos de tabla. Las modificaciones solo ser\u00E1n visibles al volver a cargar la aplicaci\u00F3n.
|
|
346
338
|
|
|
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=No es posible la creaci\u0
|
|
|
196
196
|
|
|
197
197
|
ST_CARD_NAVIGATION_FAILURE_INFO=No es posible la navegaci\u00F3n directa a los detalles del objeto desde esta tarjeta de informaci\u00F3n.
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
ST_EASY_FILTER_PROMPT_INFO=El filtrado basado en solicitudes crea criterios de filtro nuevos. Es posible que el contenido generado no siempre sea preciso. Considere verificarlo.
|
|
202
|
-
|
|
203
|
-
ST_EASY_FILTER_INPUT_PLACEHOLDER=Ingrese su consulta en lenguaje natural para filtrar la lista.
|
|
204
|
-
|
|
205
|
-
ST_EASY_FILTER_GO_BUTTON_TEXT=Ir
|
|
206
|
-
|
|
207
|
-
|
|
208
199
|
ST_AI_EE_BUTTON_LABEL=Generar explicaci\u00F3n
|
|
209
200
|
|
|
210
201
|
|
|
@@ -341,6 +332,7 @@ RTA_CONFIGURATION_TITLE_TABLE=Configurar tabla
|
|
|
341
332
|
|
|
342
333
|
RTA_CONFIGURATION_TITLE_LIST_REPORT=Configurar informe de lista
|
|
343
334
|
|
|
335
|
+
RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar barra de filtros
|
|
344
336
|
|
|
345
337
|
RTA_CONFIGURATION_INFO_MESSAGE=Algunas opciones solo se pueden aplicar a ciertos tipos de tablas. Los cambios solo estar\u00E1n visibles luego de que se vuelva a cargar la aplicaci\u00F3n.
|
|
346
338
|
|
|
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kaardi loomine pole v\u00F
|
|
|
196
196
|
|
|
197
197
|
ST_CARD_NAVIGATION_FAILURE_INFO=Selle \u00FClevaatekaardi kaudu ei saa otse objekti \u00FCksikasjadele liikuda.
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
ST_EASY_FILTER_PROMPT_INFO=Juhisep\u00F5hine filtreerimine loob t\u00E4iesti uued filtrikriteeriumid. Genereeritud sisu ei pruugi alati olla t\u00E4pne. Kaaluge selle kontrollimist.
|
|
202
|
-
|
|
203
|
-
ST_EASY_FILTER_INPUT_PLACEHOLDER=Loendi filtreerimiseks sisestage p\u00E4ring loomulikus keeles.
|
|
204
|
-
|
|
205
|
-
ST_EASY_FILTER_GO_BUTTON_TEXT=Mine
|
|
206
|
-
|
|
207
|
-
|
|
208
199
|
ST_AI_EE_BUTTON_LABEL=Genereeri selgitus
|
|
209
200
|
|
|
210
201
|
|
|
@@ -341,6 +332,7 @@ RTA_CONFIGURATION_TITLE_TABLE=Tabeli konfigureerimine
|
|
|
341
332
|
|
|
342
333
|
RTA_CONFIGURATION_TITLE_LIST_REPORT=Loendiaruande konfigureerimine
|
|
343
334
|
|
|
335
|
+
RTA_CONFIGURATION_TITLE_FILTER_BAR=Filtririba konfigureerimine
|
|
344
336
|
|
|
345
337
|
RTA_CONFIGURATION_INFO_MESSAGE=M\u00F5ne s\u00E4tte saab rakendada ainult teatud tabelit\u00FC\u00FCpidele. Muudatused on n\u00E4htavad alles p\u00E4rast rakenduse uuesti laadimist.
|
|
346
338
|
|
|
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kortin luonti ei mahdollis
|
|
|
196
196
|
|
|
197
197
|
ST_CARD_NAVIGATION_FAILURE_INFO=Suora navigointi objektin lis\u00E4tietoihin ei ole mahdollista t\u00E4st\u00E4 tiet\u00E4mysten kortista.
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
ST_EASY_FILTER_PROMPT_INFO=Kehoteperusteinen suodatus luo kokonaan uusia suodatusperusteita. Luotu sis\u00E4lt\u00F6 ei v\u00E4ltt\u00E4m\u00E4tt\u00E4 ole aina tarkkaa. Harkitse sen tarkistamista.
|
|
202
|
-
|
|
203
|
-
ST_EASY_FILTER_INPUT_PLACEHOLDER=Sy\u00F6t\u00E4 kyselysi luonnollisella kielell\u00E4 luettelon suodattamiseksi.
|
|
204
|
-
|
|
205
|
-
ST_EASY_FILTER_GO_BUTTON_TEXT=Aloita
|
|
206
|
-
|
|
207
|
-
|
|
208
199
|
ST_AI_EE_BUTTON_LABEL=Generoi selitys
|
|
209
200
|
|
|
210
201
|
|
|
@@ -341,6 +332,7 @@ RTA_CONFIGURATION_TITLE_TABLE=Konfiguroi taulu
|
|
|
341
332
|
|
|
342
333
|
RTA_CONFIGURATION_TITLE_LIST_REPORT=Konfiguroi luetteloraportti
|
|
343
334
|
|
|
335
|
+
RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfiguroi suodatinpalkki
|
|
344
336
|
|
|
345
337
|
RTA_CONFIGURATION_INFO_MESSAGE=Joitain asetuksia voidaan k\u00E4ytt\u00E4\u00E4 vain tietyill\u00E4 taulutyypeill\u00E4. Muutokset n\u00E4kyv\u00E4t vasta sovelluksen uudelleenlatauksen j\u00E4lkeen.
|
|
346
338
|
|