@sapui5/sap.zen.dsh 1.93.2 → 1.97.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/zen/dsh/.library +4 -1
- package/src/sap/zen/dsh/InACard/Component.js +31 -3
- package/src/sap/zen/dsh/InACard/controller/InACard.controller.js +1 -25
- package/src/sap/zen/dsh/InACard/manifest.json +1 -1
- package/src/sap/zen/dsh/InATile.js +1 -1
- package/src/sap/zen/dsh/PivotTable.js +1 -1
- package/src/sap/zen/dsh/applications/0ANALYSIS/localization_cy.properties +156 -0
- package/src/sap/zen/dsh/applications/0ANALYSIS/localization_fr_CA.properties +156 -0
- package/src/sap/zen/dsh/applications/0ANALYSIS/localization_id.properties +156 -0
- package/src/sap/zen/dsh/applications/0ANALYSIS/localization_nl.properties +1 -1
- package/src/sap/zen/dsh/applications/0ANALYSIS/localization_pt_PT.properties +156 -0
- package/src/sap/zen/dsh/applications/0ANALYTIC_GRID/localization_cy.properties +17 -0
- package/src/sap/zen/dsh/applications/0ANALYTIC_GRID/localization_fr_CA.properties +17 -0
- package/src/sap/zen/dsh/applications/0ANALYTIC_GRID/localization_id.properties +17 -0
- package/src/sap/zen/dsh/applications/0ANALYTIC_GRID/localization_pt_PT.properties +17 -0
- package/src/sap/zen/dsh/controller/ContextMenu.controller.js +6 -6
- package/src/sap/zen/dsh/controller/Pivot.controller.js +30 -1
- package/src/sap/zen/dsh/dialogs/Component.js +1 -1
- package/src/sap/zen/dsh/dialogs/Condition.js +6 -18
- package/src/sap/zen/dsh/dialogs/Restriction.js +1 -1
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ar.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_bg.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ca.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_cs.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_cy.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_da.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_de.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_el.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_en.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_en_GB.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_en_US_sappsd.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_en_US_saptrc.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_es.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_es_MX.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_et.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_fi.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_fr.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_fr_CA.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_hi.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_hr.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_hu.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_id.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_it.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_iw.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ja.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_kk.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ko.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_lt.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_lv.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ms.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_nl.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_no.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_pl.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_pt.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_pt_PT.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ro.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_ru.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_sh.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_sk.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_sl.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_sv.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_th.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_tr.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_uk.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_vi.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_zh_CN.properties +4 -0
- package/src/sap/zen/dsh/dialogs/i18n/i18n_zh_TW.properties +4 -0
- package/src/sap/zen/dsh/firefly/ff0000.language.native.js +8 -6
- package/src/sap/zen/dsh/firefly/ff0005.language.ext.js +38 -4
- package/src/sap/zen/dsh/firefly/ff0020.core.native.js +5 -0
- package/src/sap/zen/dsh/firefly/ff0030.core.ext.js +298 -15
- package/src/sap/zen/dsh/firefly/ff0050.commons.native.js +25 -0
- package/src/sap/zen/dsh/firefly/ff0060.commons.ext.js +4283 -4493
- package/src/sap/zen/dsh/firefly/ff0070.structures.js +156 -41
- package/src/sap/zen/dsh/firefly/ff0200.io.js +443 -257
- package/src/sap/zen/dsh/firefly/ff0210.io.native.js +311 -136
- package/src/sap/zen/dsh/firefly/ff1000.kernel.api.js +90 -48
- package/src/sap/zen/dsh/firefly/ff1030.kernel.impl.js +8816 -7376
- package/src/sap/zen/dsh/firefly/ff1040.kernel.native.js +10 -2
- package/src/sap/zen/dsh/firefly/ff2010.binding.js +12 -6
- package/src/sap/zen/dsh/firefly/ff2040.shell.js +335 -95
- package/src/sap/zen/dsh/firefly/ff2100.runtime.js +62 -49
- package/src/sap/zen/dsh/firefly/ff2200.ui.js +10980 -10971
- package/src/sap/zen/dsh/firefly/ff2210.ui.native.js +2078 -2212
- package/src/sap/zen/dsh/firefly/ff2220.ui.program.js +583 -341
- package/src/sap/zen/dsh/firefly/ff2230.ui.remote.js +664 -357
- package/src/sap/zen/dsh/firefly/ff3100.system.ui.js +1818 -1983
- package/src/sap/zen/dsh/firefly/ff3500.sql.js +688 -0
- package/src/sap/zen/dsh/firefly/ff4000.protocol.ina.js +97 -21
- package/src/sap/zen/dsh/firefly/ff4200.olap.api.js +72 -90
- package/src/sap/zen/dsh/firefly/ff4205.olap.api.base.js +43 -2
- package/src/sap/zen/dsh/firefly/ff4250.olap.resultset.js +461 -142
- package/src/sap/zen/dsh/firefly/ff4305.olap.model.js +2088 -597
- package/src/sap/zen/dsh/firefly/ff4310.olap.impl.js +1745 -358
- package/src/sap/zen/dsh/firefly/ff4315.olap.ip.impl.js +40 -1
- package/src/sap/zen/dsh/firefly/ff4330.olap.catalog.impl.js +29 -6
- package/src/sap/zen/dsh/firefly/ff4340.olap.reference.js +3278 -2476
- package/src/sap/zen/dsh/firefly/ff4394.olap.serialization.js +609 -527
- package/src/sap/zen/dsh/firefly/ff4400.olap.providers.js +932 -268
- package/src/sap/zen/dsh/firefly/ff4410.olap.ip.providers.js +11 -4
- package/src/sap/zen/dsh/firefly/ff5500.story.js +26 -26
- package/src/sap/zen/dsh/firefly/ff8000.quasar.js +57 -45
- package/src/sap/zen/dsh/firefly/ff8010.olap.ui.js +27275 -19455
- package/src/sap/zen/dsh/firefly/ff8050.application.ui.js +9146 -2741
- package/src/sap/zen/dsh/firefly/ff8090.poseidon.js +39 -41
- package/src/sap/zen/dsh/firefly/ff8100.studio.js +189 -97
- package/src/sap/zen/dsh/firefly/ff8110.studio.ui.js +10041 -7434
- package/src/sap/zen/dsh/firefly/ff8300.zen.buddha.utils.native.js +55 -9
- package/src/sap/zen/dsh/firefly/ff8310.zen.buddha.js +11 -11
- package/src/sap/zen/dsh/fragment/ConditionDialog.fragment.xml +1 -1
- package/src/sap/zen/dsh/fragment/Open.fragment.xml +2 -2
- package/src/sap/zen/dsh/fragment/SelectPlanningFunction.fragment.xml +1 -1
- package/src/sap/zen/dsh/i18n/dragonfly/localization.properties +941 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ar.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_bg.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ca.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_cs.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_cy.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_da.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_de.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_el.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_en.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_en_GB.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_en_US_sappsd.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_en_US_saprigi.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_en_US_saptrc.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_es.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_es_MX.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_et.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_fi.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_fr.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_fr_CA.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_hi.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_hr.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_hu.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_id.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_it.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_iw.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ja.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_kk.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ko.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_lt.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_lv.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ms.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_nl.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_no.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_pl.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_pt.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_pt_PT.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ro.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_ru.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_sh.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_sk.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_sl.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_sv.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_th.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_tr.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_uk.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_vi.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_zh_CN.properties +717 -0
- package/src/sap/zen/dsh/i18n/dragonfly/localization_zh_TW.properties +717 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_ar.properties +2 -19
- package/src/sap/zen/dsh/i18n/dsb/localization_bg.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_ca.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_cs.properties +6 -23
- package/src/sap/zen/dsh/i18n/dsb/localization_cy.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_da.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_de.properties +3 -20
- package/src/sap/zen/dsh/i18n/dsb/localization_el.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_en.properties +1 -18
- package/src/sap/zen/dsh/i18n/dsb/localization_en_GB.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_en_US_sappsd.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_en_US_saptrc.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_es.properties +3 -20
- package/src/sap/zen/dsh/i18n/dsb/localization_es_MX.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_et.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_fi.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_fr.properties +8 -25
- package/src/sap/zen/dsh/i18n/dsb/localization_fr_CA.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_hi.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_hr.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_hu.properties +1 -18
- package/src/sap/zen/dsh/i18n/dsb/localization_id.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_it.properties +9 -26
- package/src/sap/zen/dsh/i18n/dsb/localization_iw.properties +1 -18
- package/src/sap/zen/dsh/i18n/dsb/localization_ja.properties +3 -20
- package/src/sap/zen/dsh/i18n/dsb/localization_kk.properties +2 -19
- package/src/sap/zen/dsh/i18n/dsb/localization_ko.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_lt.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_lv.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_ms.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_nl.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_no.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_pl.properties +3 -20
- package/src/sap/zen/dsh/i18n/dsb/localization_pt.properties +6 -23
- package/src/sap/zen/dsh/i18n/dsb/localization_pt_PT.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_ro.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_ru.properties +2 -19
- package/src/sap/zen/dsh/i18n/dsb/localization_sh.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_sk.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_sl.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_sv.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_th.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_tr.properties +10 -27
- package/src/sap/zen/dsh/i18n/dsb/localization_uk.properties +1 -18
- package/src/sap/zen/dsh/i18n/dsb/localization_vi.properties +34 -0
- package/src/sap/zen/dsh/i18n/dsb/localization_zh_CN.properties +1 -18
- package/src/sap/zen/dsh/i18n/dsb/localization_zh_TW.properties +34 -0
- package/src/sap/zen/dsh/i18n/langs/localization_ar.properties +0 -10
- package/src/sap/zen/dsh/i18n/langs/localization_bg.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_ca.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_cs.properties +7 -17
- package/src/sap/zen/dsh/i18n/langs/localization_cy.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_da.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_de.properties +4 -14
- package/src/sap/zen/dsh/i18n/langs/localization_el.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_en.properties +0 -10
- package/src/sap/zen/dsh/i18n/langs/localization_en_GB.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_en_US_sappsd.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_en_US_saptrc.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_es.properties +6 -16
- package/src/sap/zen/dsh/i18n/langs/localization_es_MX.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_et.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_fi.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_fr.properties +7 -17
- package/src/sap/zen/dsh/i18n/langs/localization_fr_CA.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_hi.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_hr.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_hu.properties +2 -12
- package/src/sap/zen/dsh/i18n/langs/localization_id.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_it.properties +7 -17
- package/src/sap/zen/dsh/i18n/langs/localization_iw.properties +0 -10
- package/src/sap/zen/dsh/i18n/langs/localization_ja.properties +6 -16
- package/src/sap/zen/dsh/i18n/langs/localization_kk.properties +1 -11
- package/src/sap/zen/dsh/i18n/langs/localization_ko.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_lt.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_lv.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_ms.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_nl.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_no.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_pl.properties +9 -19
- package/src/sap/zen/dsh/i18n/langs/localization_pt.properties +8 -18
- package/src/sap/zen/dsh/i18n/langs/localization_pt_PT.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_ro.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_ru.properties +6 -16
- package/src/sap/zen/dsh/i18n/langs/localization_sh.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_sk.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_sl.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_sv.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_th.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_tr.properties +10 -20
- package/src/sap/zen/dsh/i18n/langs/localization_uk.properties +1 -11
- package/src/sap/zen/dsh/i18n/langs/localization_vi.properties +20 -0
- package/src/sap/zen/dsh/i18n/langs/localization_zh_CN.properties +2 -12
- package/src/sap/zen/dsh/i18n/langs/localization_zh_TW.properties +20 -0
- package/src/sap/zen/dsh/i18n/localization/localization_ar.properties +125 -107
- package/src/sap/zen/dsh/i18n/localization/localization_bg.properties +455 -105
- package/src/sap/zen/dsh/i18n/localization/localization_ca.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_cs.properties +209 -191
- package/src/sap/zen/dsh/i18n/localization/localization_cy.properties +471 -0
- package/src/sap/zen/dsh/i18n/localization/localization_da.properties +455 -105
- package/src/sap/zen/dsh/i18n/localization/localization_de.properties +72 -54
- package/src/sap/zen/dsh/i18n/localization/localization_el.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_en.properties +42 -24
- package/src/sap/zen/dsh/i18n/localization/localization_en_GB.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_en_US_sappsd.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_en_US_saprigi.properties +471 -0
- package/src/sap/zen/dsh/i18n/localization/localization_en_US_saptrc.properties +471 -121
- package/src/sap/zen/dsh/i18n/localization/localization_es.properties +178 -160
- package/src/sap/zen/dsh/i18n/localization/localization_es_MX.properties +455 -105
- package/src/sap/zen/dsh/i18n/localization/localization_et.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_fi.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_fr.properties +170 -152
- package/src/sap/zen/dsh/i18n/localization/localization_fr_CA.properties +471 -0
- package/src/sap/zen/dsh/i18n/localization/localization_hi.properties +456 -106
- package/src/sap/zen/dsh/i18n/localization/localization_hr.properties +455 -105
- package/src/sap/zen/dsh/i18n/localization/localization_hu.properties +153 -135
- package/src/sap/zen/dsh/i18n/localization/localization_id.properties +471 -0
- package/src/sap/zen/dsh/i18n/localization/localization_it.properties +179 -161
- package/src/sap/zen/dsh/i18n/localization/localization_iw.properties +151 -133
- package/src/sap/zen/dsh/i18n/localization/localization_ja.properties +148 -130
- package/src/sap/zen/dsh/i18n/localization/localization_kk.properties +184 -166
- package/src/sap/zen/dsh/i18n/localization/localization_ko.properties +166 -98
- package/src/sap/zen/dsh/i18n/localization/localization_lt.properties +457 -107
- package/src/sap/zen/dsh/i18n/localization/localization_lv.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_ms.properties +455 -105
- package/src/sap/zen/dsh/i18n/localization/localization_nl.properties +456 -106
- package/src/sap/zen/dsh/i18n/localization/localization_no.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_pl.properties +151 -133
- package/src/sap/zen/dsh/i18n/localization/localization_pt.properties +168 -150
- package/src/sap/zen/dsh/i18n/localization/localization_pt_PT.properties +471 -0
- package/src/sap/zen/dsh/i18n/localization/localization_ro.properties +458 -108
- package/src/sap/zen/dsh/i18n/localization/localization_ru.properties +132 -114
- package/src/sap/zen/dsh/i18n/localization/localization_sh.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_sk.properties +454 -104
- package/src/sap/zen/dsh/i18n/localization/localization_sl.properties +458 -108
- package/src/sap/zen/dsh/i18n/localization/localization_sv.properties +171 -103
- package/src/sap/zen/dsh/i18n/localization/localization_th.properties +457 -107
- package/src/sap/zen/dsh/i18n/localization/localization_tr.properties +236 -218
- package/src/sap/zen/dsh/i18n/localization/localization_uk.properties +111 -93
- package/src/sap/zen/dsh/i18n/localization/localization_vi.properties +455 -105
- package/src/sap/zen/dsh/i18n/localization/localization_zh_CN.properties +94 -76
- package/src/sap/zen/dsh/i18n/localization/localization_zh_TW.properties +239 -171
- package/src/sap/zen/dsh/library.js +4 -3
- package/src/sap/zen/dsh/messagebundle.properties +3 -3
- package/src/sap/zen/dsh/olap/DataProvider.js +673 -513
- package/src/sap/zen/dsh/olap/OlapListBinding.js +1 -1
- package/src/sap/zen/dsh/olap/OlapListGridBinding.js +1 -1
- package/src/sap/zen/dsh/olap/OlapModel.js +208 -127
- package/src/sap/zen/dsh/olap/OlapPropertyBinding.js +3 -6
- package/src/sap/zen/dsh/rsrt/Component.js +1 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ar.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_bg.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ca.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_cs.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_cy.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_da.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_de.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_el.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_en.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_en_GB.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_en_US_sappsd.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_en_US_saprigi.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_en_US_saptrc.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_es.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_es_MX.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_et.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_fi.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_fr.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_fr_CA.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_hi.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_hr.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_hu.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_id.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_it.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_iw.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ja.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_kk.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ko.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_lt.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_lv.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ms.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_nl.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_no.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_pl.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_pt.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_pt_PT.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ro.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_ru.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_sh.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_sk.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_sl.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_sv.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_th.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_tr.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_uk.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_vi.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_zh_CN.properties +217 -0
- package/src/sap/zen/dsh/rsrt/i18n/i18n_zh_TW.properties +217 -0
- package/src/sap/zen/dsh/rsrt/utils/Utilities.js +2 -4
- package/src/sap/zen/dsh/rsrt/view/App.view.xml +23 -7
- package/src/sap/zen/dsh/rsrt/view/Layout.view.xml +72 -63
- package/src/sap/zen/dsh/utils/ApplicationHelper.js +3 -0
- package/src/sap/zen/dsh/utils/ResourceBundle.js +5 -1
- package/src/sap/zen/dsh/utils/ResourceModel.js +1 -1
- package/src/sap/zen/dsh/utils/ResultSetHelper.js +2 -5
- package/src/sap/zen/dsh/utils/bi_common.js +2 -1
- package/src/sap/zen/dsh/utils/bi_phx.js +1 -1
- package/src/sap/zen/dsh/utils/dispatcher.js +1 -0
- package/src/sap/zen/dsh/utils/jq.js +8 -8
- package/src/sap/zen/dsh/view/Condition.view.xml +2 -2
- package/src/sap/zen/dsh/view/ContextMenu.view.xml +3 -3
- package/src/sap/zen/dsh/view/Exception.view.xml +2 -2
- package/src/sap/zen/dsh/view/Formular.view.xml +2 -2
- package/src/sap/zen/dsh/view/Pivot.view.xml +1 -1
- package/src/sap/zen/dsh/widgets/fiorihelper_handler.js +1 -0
- package/ui5.yaml +2 -1
package/package.json
CHANGED
package/src/sap/zen/dsh/.library
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<vendor>SAP SE</vendor>
|
|
5
5
|
<copyright>SAPUI5
|
|
6
6
|
(c) Copyright 2009-2021 SAP SE. All rights reserved</copyright>
|
|
7
|
-
<version>1.
|
|
7
|
+
<version>1.97.0</version>
|
|
8
8
|
<documentation>Design Studio Runtime Library. Intended only to be used within S/4 HANA Fiori applications.</documentation>
|
|
9
9
|
<appData>
|
|
10
10
|
<jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
|
|
@@ -84,5 +84,8 @@
|
|
|
84
84
|
<dependency>
|
|
85
85
|
<libraryName>sap.ui.vbm</libraryName>
|
|
86
86
|
</dependency>
|
|
87
|
+
<dependency>
|
|
88
|
+
<libraryName>sap.sac.grid</libraryName>
|
|
89
|
+
</dependency>
|
|
87
90
|
</dependencies>
|
|
88
91
|
</library>
|
|
@@ -25,7 +25,7 @@ sap.ui.define(
|
|
|
25
25
|
* @extends sap.ui.core.UIComponent
|
|
26
26
|
* @abstract
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.97.0
|
|
29
29
|
* @alias sap.zen.dsh.InACard.Component
|
|
30
30
|
* @since 1.91
|
|
31
31
|
* @experimental
|
|
@@ -73,6 +73,18 @@ sap.ui.define(
|
|
|
73
73
|
init: function(){
|
|
74
74
|
var that = this;
|
|
75
75
|
Component.prototype.init.apply(that,arguments);
|
|
76
|
+
that.setModel( that.getComponentData().model, "om");
|
|
77
|
+
that.setModel( that.getComponentData().model, "$FlexVariants");
|
|
78
|
+
|
|
79
|
+
var oG = sap.ui.getCore().byId("mainView");
|
|
80
|
+
if(oG && !oG.getModel("$FlexVariants")){
|
|
81
|
+
oG.setModel(that.getModel("om"),"$FlexVariants");
|
|
82
|
+
}
|
|
83
|
+
var oCP = sap.ui.getCore().byId("viewPortContainer") && sap.ui.getCore().byId("viewPortContainer").getPages();
|
|
84
|
+
oCP = oCP && oCP[0].getComponentHandle && oCP[0].getComponentHandle() && oCP[0].getComponentHandle().getInstance();
|
|
85
|
+
if(oCP && !oCP.getModel("$FlexVariants")){
|
|
86
|
+
oCP.setModel(that.getModel("om"),"$FlexVariants");
|
|
87
|
+
}
|
|
76
88
|
var oDP;
|
|
77
89
|
that.getRootControl().setBusy(true);
|
|
78
90
|
that.rootControlLoaded(
|
|
@@ -82,8 +94,6 @@ sap.ui.define(
|
|
|
82
94
|
}
|
|
83
95
|
).then(
|
|
84
96
|
function(){
|
|
85
|
-
that.setModel( that.getComponentData().model, "om");
|
|
86
|
-
that.setModel( that.getComponentData().model, "$FlexVariants");
|
|
87
97
|
that.setDataProviderName(
|
|
88
98
|
that.getRootControl().getModel("ovpCardProperties").getProperty("/dataProviderName")
|
|
89
99
|
);
|
|
@@ -130,6 +140,24 @@ sap.ui.define(
|
|
|
130
140
|
)
|
|
131
141
|
);
|
|
132
142
|
});
|
|
143
|
+
var oView = that.getRootControl();
|
|
144
|
+
_.forEach(
|
|
145
|
+
oView.byId("flatDS").getDimensions(),
|
|
146
|
+
function (oD) {
|
|
147
|
+
oD.bindProperty("value", "om>" + oD.getIdentity());
|
|
148
|
+
}
|
|
149
|
+
);
|
|
150
|
+
_.forEach(
|
|
151
|
+
oView.byId("flatDS").getMeasures(),
|
|
152
|
+
function (oM) {
|
|
153
|
+
oM.bindProperty("value", "om>" + oM.getIdentity());
|
|
154
|
+
}
|
|
155
|
+
);
|
|
156
|
+
oView.byId("idVizFrame").setVizProperties(
|
|
157
|
+
_.clone(
|
|
158
|
+
oView.byId("idVizFrame").getVizProperties()
|
|
159
|
+
)
|
|
160
|
+
);
|
|
133
161
|
}
|
|
134
162
|
);
|
|
135
163
|
return that.getModel("om").synchronize();
|
|
@@ -16,31 +16,6 @@ sap.ui.define(
|
|
|
16
16
|
"use strict";
|
|
17
17
|
Controller.extend(
|
|
18
18
|
"sap.zen.dsh.InACard.controller.InACard", {
|
|
19
|
-
onInit: function(){
|
|
20
|
-
var that = this;
|
|
21
|
-
var oView = that.getView();
|
|
22
|
-
oView.getModel("om").attachRequestCompleted(
|
|
23
|
-
function(){
|
|
24
|
-
_.forEach(
|
|
25
|
-
oView.byId("flatDS").getDimensions(),
|
|
26
|
-
function (oD) {
|
|
27
|
-
oD.bindProperty("value", "om>" + oD.getIdentity());
|
|
28
|
-
}
|
|
29
|
-
);
|
|
30
|
-
_.forEach(
|
|
31
|
-
oView.byId("flatDS").getMeasures(),
|
|
32
|
-
function (oM) {
|
|
33
|
-
oM.bindProperty("value", "om>" + oM.getIdentity());
|
|
34
|
-
}
|
|
35
|
-
);
|
|
36
|
-
oView.byId("idVizFrame").setVizProperties(
|
|
37
|
-
_.clone(
|
|
38
|
-
oView.byId("idVizFrame").getVizProperties()
|
|
39
|
-
)
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
);
|
|
43
|
-
},
|
|
44
19
|
resizeCard: function(oSize){
|
|
45
20
|
var oView = this.getView();
|
|
46
21
|
var $OvpContent = jQuery(
|
|
@@ -48,6 +23,7 @@ sap.ui.define(
|
|
|
48
23
|
"ovpCardContentContainer"
|
|
49
24
|
).getDomRef()
|
|
50
25
|
);
|
|
26
|
+
$OvpContent.css("visibility", "visible");
|
|
51
27
|
if (oSize.showOnlyHeader) {
|
|
52
28
|
$OvpContent.addClass("sapOvpContentHidden");
|
|
53
29
|
} else {
|
|
@@ -42,7 +42,7 @@ sap.ui.define(
|
|
|
42
42
|
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
43
43
|
* @param {object} [mSettings] Initial settings for the new control
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.97.0
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
|
|
2
|
+
EXPORT_MESSAGE.TEXT=Mae canlyniad yr ymholiad yn fawr iawn ac fe allai achosi problemau o ran cof a pherfformiad wrth gael ei allforio. Rydyn ni\u2019n argymell eich bod chi\u2019n hidlo eich dewis ymhellach cyn parhau. Os byddwch chi\u2019n parhau i allgludo heb hidlo ymhellach, byddwch chi\u2019n gyfrifol am unrhyw broblemau o ran cof a pherfformiad.
|
|
3
|
+
|
|
4
|
+
ACTIONSHEET_FOOTER_ACTIONS.EMAIL=Anfon E-bost...
|
|
5
|
+
|
|
6
|
+
ACTIONSHEET_FOOTER_ACTIONS.EXPORT=Allgludo i MS Excel
|
|
7
|
+
|
|
8
|
+
ACTIONSHEET_FOOTER_ACTIONS.TILE=Cadw fel Teilsen
|
|
9
|
+
|
|
10
|
+
ACTIONSHEET_SETTINGS_ACTIONS.CHART_SETTINGS=Gosodiadau Siart
|
|
11
|
+
|
|
12
|
+
ACTIONSHEET_SETTINGS_ACTIONS.INFO=Gwybodaeth
|
|
13
|
+
|
|
14
|
+
ACTIONSHEET_SETTINGS_ACTIONS.SWAP_AXES=Cyfnewid Echelinau
|
|
15
|
+
|
|
16
|
+
ACTIONSHEET_SETTINGS_ACTIONS.TOTALS=Cyfanswm
|
|
17
|
+
|
|
18
|
+
BUTTON_ACTIONS.TOOLTIP=Gweithredoedd
|
|
19
|
+
|
|
20
|
+
BUTTON_FULLSCREEN.TOOLTIP=Sgrin Lawn
|
|
21
|
+
|
|
22
|
+
BUTTON_JUMP.TEXT=Neidio I
|
|
23
|
+
|
|
24
|
+
BUTTON_PAUSEREFRESH.TEXT=Aros
|
|
25
|
+
|
|
26
|
+
BUTTON_SETTINGS.TOOLTIP=Gosodiadau
|
|
27
|
+
|
|
28
|
+
BUTTON_SHOW_HIDE_NAV_PANEL.TOOLTIP=Cuddio Panel Llywio
|
|
29
|
+
|
|
30
|
+
CB_CHART_ENABLE_AXIS_SCALING.TEXT=Galluogi Graddio Echelinau
|
|
31
|
+
|
|
32
|
+
CB_CHART_SHOW_SCALING.TEXT=Dangos Ffactorau Graddio
|
|
33
|
+
|
|
34
|
+
DD_CHART_TYPE.HORIZONTAL_AREA=Arwynebedd
|
|
35
|
+
|
|
36
|
+
DD_CHART_TYPE.HORIZONTAL_BAR=Bar
|
|
37
|
+
|
|
38
|
+
DD_CHART_TYPE.HORIZONTAL_STACKED_BAR=Bar - Wedi\u2019i Bentyrru
|
|
39
|
+
|
|
40
|
+
DD_CHART_TYPE.LINE=Llinell
|
|
41
|
+
|
|
42
|
+
DD_CHART_TYPE.MULTIPIE=Cylch - Mwy nag un
|
|
43
|
+
|
|
44
|
+
DD_CHART_TYPE.PIE=Cylch
|
|
45
|
+
|
|
46
|
+
DD_CHART_TYPE.VERTICAL_BAR=Colofn
|
|
47
|
+
|
|
48
|
+
DD_CHART_TYPE.VERTICAL_STACKED_BAR=Colofn - Wedi\u2019i Bentyrru
|
|
49
|
+
|
|
50
|
+
DIALOG_CHART_SETTINGS.CLOSE=Cau
|
|
51
|
+
|
|
52
|
+
DIALOG_CHART_SETTINGS.DIALOGTITLE=Gosodiadau Siart
|
|
53
|
+
|
|
54
|
+
DIALOG_CHART_SETTINGS.OK=IAWN
|
|
55
|
+
|
|
56
|
+
DIALOG_INFORMATION.CLOSE=Cau
|
|
57
|
+
|
|
58
|
+
DIALOG_INFORMATION.DIALOGTITLE=Gwybodaeth
|
|
59
|
+
|
|
60
|
+
DIALOG_TOTALS.CANCEL=Canslo
|
|
61
|
+
|
|
62
|
+
DIALOG_TOTALS.DIALOGTITLE=Cyfanswm
|
|
63
|
+
|
|
64
|
+
DIALOG_TOTALS.OK=IAWN
|
|
65
|
+
|
|
66
|
+
GLOBAL_SCRIPT_ACTIONS.0ANALYSIS.GLOBAL_SCRIPT_ACTIONS.FUNCTIONS.FUNCTION.FUNCTION_DESC=Save the current application state.
|
|
67
|
+
|
|
68
|
+
GLOBAL_SCRIPT_ACTIONS.0ANALYSIS.GLOBAL_SCRIPT_ACTIONS.FUNCTIONS.FUNCTION.INPUT_PARAMETERS.INPUT_PARAMETER.PARAMETER_DESC=Whether to check the flag or not... for later as the flag doesn't exist yet
|
|
69
|
+
|
|
70
|
+
INFO_FILTERS_LABEL.TEXT=Hidlyddion
|
|
71
|
+
|
|
72
|
+
INFO_QUERY_NAME_LABEL.TEXT=Enw Ymholiad
|
|
73
|
+
|
|
74
|
+
INFO_INFOPROVIDER_NAME_LABEL.TEXT=Enw InfoProvider
|
|
75
|
+
|
|
76
|
+
INFO_INFOPROVIDER_LAST_DATA_UPDATE_LABEL.TEXT=Diweddariad Data Diwethaf
|
|
77
|
+
|
|
78
|
+
BUTTON_REFRESH_DATA.TOOLTIP=Adnewyddu Data
|
|
79
|
+
|
|
80
|
+
INFO_VARIABLE_LABEL.TEXT=Newidynnau
|
|
81
|
+
|
|
82
|
+
RADIO_SHOW_TOTALS.HIDE=Cuddio Pob Un
|
|
83
|
+
|
|
84
|
+
RADIO_SHOW_TOTALS.HIDE_IF_ONLY_ONE_MEMBER=Cuddio Pob Un gyda Dim ond Un Aelod
|
|
85
|
+
|
|
86
|
+
RADIO_SHOW_TOTALS.SHOW=Dangos Pob Un
|
|
87
|
+
|
|
88
|
+
RADIO_TOTAL_POSITION.AFTER=O dan
|
|
89
|
+
|
|
90
|
+
RADIO_TOTAL_POSITION.BEFORE=Uwchben
|
|
91
|
+
|
|
92
|
+
TEXT_CHART_AXIS_SCALING_MAX.TEXT=Mwyaf
|
|
93
|
+
|
|
94
|
+
TEXT_CHART_AXIS_SCALING_MIN.TEXT=Lleiaf
|
|
95
|
+
|
|
96
|
+
TEXT_CHART_TYPE.TEXT=Math o Siart
|
|
97
|
+
|
|
98
|
+
TEXT_POOL.0ANALYSIS.TEXT_POOL.TEXT_POOL_ENTRIES.TEXT_POOL_ENTRY.TEXT=Dangos Sbardunau
|
|
99
|
+
|
|
100
|
+
TEXT_POOL.Customized=Wedi\u2019i Bersonoli
|
|
101
|
+
|
|
102
|
+
TEXT_POOL.EnterTitle=Rhowch Enw
|
|
103
|
+
|
|
104
|
+
TEXT_POOL.ExitFullscreen=Gadael Sgrin Lawn
|
|
105
|
+
|
|
106
|
+
TEXT_POOL.FilteredBy=Wedi hidlo yn \u00F4l\: {0}
|
|
107
|
+
|
|
108
|
+
TEXT_POOL.Fullscreen=Sgrin Lawn
|
|
109
|
+
|
|
110
|
+
TEXT_POOL.NavPanelHide=Cuddio Panel Llywio
|
|
111
|
+
|
|
112
|
+
TEXT_POOL.NavPanelShow=Dangos Panel Llywio
|
|
113
|
+
|
|
114
|
+
TEXT_POOL.Pause=Aros
|
|
115
|
+
|
|
116
|
+
TEXT_POOL.Refresh=Adnewyddu
|
|
117
|
+
|
|
118
|
+
TEXT_POOL.ShowPrompts=Dangos Sbardunau
|
|
119
|
+
|
|
120
|
+
TEXT_POOL.InvalidInput=Mae\u2019r gwerth "{0}\u201D yn annilys. Rhowch werth dilys i "{1}".
|
|
121
|
+
|
|
122
|
+
TEXT_POOL.InvalidInput_LowHigh=Mae\u2019r gwerth "{0}\u201D yn fwy na\u2019r gwerth "{1}". Rhowch werthoedd dilys.
|
|
123
|
+
|
|
124
|
+
TEXT_SHOW_TOTALS.TEXT=Dangos Cyfanswm
|
|
125
|
+
|
|
126
|
+
TEXT_TOTAL_POSITION.TEXT=Cyfanswm Safle
|
|
127
|
+
|
|
128
|
+
DD_CHART_TYPE.INFO_COLUMN=Colofn
|
|
129
|
+
|
|
130
|
+
DD_CHART_TYPE.INFO_BAR=Bar
|
|
131
|
+
|
|
132
|
+
DD_CHART_TYPE.INFO_LINE=Llinell
|
|
133
|
+
|
|
134
|
+
DD_CHART_TYPE.INFO_PIE=Cylch
|
|
135
|
+
|
|
136
|
+
DD_CHART_TYPE.INFO_STACKED_COLUMN=Colofn - Wedi\u2019i Bentyrru
|
|
137
|
+
|
|
138
|
+
DD_CHART_TYPE.INFO_STACKED_BAR=Bar - Wedi\u2019i Bentyrru
|
|
139
|
+
|
|
140
|
+
DD_CHART_TYPE.INFO_AREA=Arwynebedd
|
|
141
|
+
|
|
142
|
+
DD_CHART_TYPE.INFO_HORIZONTAL_AREA=Arwynebedd Llorweddol
|
|
143
|
+
|
|
144
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.0.tooltip=Siart
|
|
145
|
+
|
|
146
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.1.tooltip=Siart a Thabl
|
|
147
|
+
|
|
148
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.2.tooltip=Tabl
|
|
149
|
+
|
|
150
|
+
TEXT_POOL.NoJumpTargets=Dim Targedau Neidio ar gael
|
|
151
|
+
|
|
152
|
+
BUTTON_EXPORT.TOOLTIP=Allgludo i MS Excel
|
|
153
|
+
|
|
154
|
+
ACTIONSHEET_EXPORT_ACTIONS.EXCEL_STANDARD=Allgludo i MS Excel
|
|
155
|
+
|
|
156
|
+
ACTIONSHEET_EXPORT_ACTIONS.EXCEL_BASIC=Allgludo i MS Excel (Sylfaenol)
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
|
|
2
|
+
EXPORT_MESSAGE.TEXT=Le r\u00E9sultat de la requ\u00EAte est tr\u00E8s volumineux et peut causer des probl\u00E8mes de m\u00E9moire et de performance lors de l'exportation. Nous vous recommandons d'affiner votre s\u00E9lection avant de continuer. Si vous continuez l'exportation sans filtrer, vous risquez d'entra\u00EEner des probl\u00E8mes de m\u00E9moire et de performances.
|
|
3
|
+
|
|
4
|
+
ACTIONSHEET_FOOTER_ACTIONS.EMAIL=Envoyer par courriel...
|
|
5
|
+
|
|
6
|
+
ACTIONSHEET_FOOTER_ACTIONS.EXPORT=Exporter dans Microsoft Excel
|
|
7
|
+
|
|
8
|
+
ACTIONSHEET_FOOTER_ACTIONS.TILE=Enregistrer en tant que vignette
|
|
9
|
+
|
|
10
|
+
ACTIONSHEET_SETTINGS_ACTIONS.CHART_SETTINGS=Param\u00E8tres du diagramme
|
|
11
|
+
|
|
12
|
+
ACTIONSHEET_SETTINGS_ACTIONS.INFO=Informations
|
|
13
|
+
|
|
14
|
+
ACTIONSHEET_SETTINGS_ACTIONS.SWAP_AXES=Permuter les axes
|
|
15
|
+
|
|
16
|
+
ACTIONSHEET_SETTINGS_ACTIONS.TOTALS=Totaux
|
|
17
|
+
|
|
18
|
+
BUTTON_ACTIONS.TOOLTIP=Actions
|
|
19
|
+
|
|
20
|
+
BUTTON_FULLSCREEN.TOOLTIP=Plein \u00E9cran
|
|
21
|
+
|
|
22
|
+
BUTTON_JUMP.TEXT=Acc\u00E9der \u00E0
|
|
23
|
+
|
|
24
|
+
BUTTON_PAUSEREFRESH.TEXT=Suspendre
|
|
25
|
+
|
|
26
|
+
BUTTON_SETTINGS.TOOLTIP=Param\u00E8tres
|
|
27
|
+
|
|
28
|
+
BUTTON_SHOW_HIDE_NAV_PANEL.TOOLTIP=Masquer le panneau de navigation
|
|
29
|
+
|
|
30
|
+
CB_CHART_ENABLE_AXIS_SCALING.TEXT=Activer la mise \u00E0 l'\u00E9chelle des axes
|
|
31
|
+
|
|
32
|
+
CB_CHART_SHOW_SCALING.TEXT=Afficher les facteurs d'\u00E9chelle
|
|
33
|
+
|
|
34
|
+
DD_CHART_TYPE.HORIZONTAL_AREA=Aire
|
|
35
|
+
|
|
36
|
+
DD_CHART_TYPE.HORIZONTAL_BAR=Barre
|
|
37
|
+
|
|
38
|
+
DD_CHART_TYPE.HORIZONTAL_STACKED_BAR=Barres - empil\u00E9es
|
|
39
|
+
|
|
40
|
+
DD_CHART_TYPE.LINE=Ligne
|
|
41
|
+
|
|
42
|
+
DD_CHART_TYPE.MULTIPIE=Secteurs - multiples
|
|
43
|
+
|
|
44
|
+
DD_CHART_TYPE.PIE=Secteur
|
|
45
|
+
|
|
46
|
+
DD_CHART_TYPE.VERTICAL_BAR=Colonne
|
|
47
|
+
|
|
48
|
+
DD_CHART_TYPE.VERTICAL_STACKED_BAR=Colonnes - empil\u00E9es
|
|
49
|
+
|
|
50
|
+
DIALOG_CHART_SETTINGS.CLOSE=Fermer
|
|
51
|
+
|
|
52
|
+
DIALOG_CHART_SETTINGS.DIALOGTITLE=Param\u00E8tres du diagramme
|
|
53
|
+
|
|
54
|
+
DIALOG_CHART_SETTINGS.OK=OK
|
|
55
|
+
|
|
56
|
+
DIALOG_INFORMATION.CLOSE=Fermer
|
|
57
|
+
|
|
58
|
+
DIALOG_INFORMATION.DIALOGTITLE=Informations
|
|
59
|
+
|
|
60
|
+
DIALOG_TOTALS.CANCEL=Annuler
|
|
61
|
+
|
|
62
|
+
DIALOG_TOTALS.DIALOGTITLE=Totaux
|
|
63
|
+
|
|
64
|
+
DIALOG_TOTALS.OK=OK
|
|
65
|
+
|
|
66
|
+
GLOBAL_SCRIPT_ACTIONS.0ANALYSIS.GLOBAL_SCRIPT_ACTIONS.FUNCTIONS.FUNCTION.FUNCTION_DESC=Save the current application state.
|
|
67
|
+
|
|
68
|
+
GLOBAL_SCRIPT_ACTIONS.0ANALYSIS.GLOBAL_SCRIPT_ACTIONS.FUNCTIONS.FUNCTION.INPUT_PARAMETERS.INPUT_PARAMETER.PARAMETER_DESC=Whether to check the flag or not... for later as the flag doesn't exist yet
|
|
69
|
+
|
|
70
|
+
INFO_FILTERS_LABEL.TEXT=Filtres
|
|
71
|
+
|
|
72
|
+
INFO_QUERY_NAME_LABEL.TEXT=Nom de la requ\u00EAte
|
|
73
|
+
|
|
74
|
+
INFO_INFOPROVIDER_NAME_LABEL.TEXT=Nom de l'InfoProvider
|
|
75
|
+
|
|
76
|
+
INFO_INFOPROVIDER_LAST_DATA_UPDATE_LABEL.TEXT=Derni\u00E8re mise \u00E0 jour des donn\u00E9es
|
|
77
|
+
|
|
78
|
+
BUTTON_REFRESH_DATA.TOOLTIP=Rafra\u00EEchir les donn\u00E9es
|
|
79
|
+
|
|
80
|
+
INFO_VARIABLE_LABEL.TEXT=Variables
|
|
81
|
+
|
|
82
|
+
RADIO_SHOW_TOTALS.HIDE=Masquer tout
|
|
83
|
+
|
|
84
|
+
RADIO_SHOW_TOTALS.HIDE_IF_ONLY_ONE_MEMBER=Masquer tout avec un seul \u00E9l\u00E9ment
|
|
85
|
+
|
|
86
|
+
RADIO_SHOW_TOTALS.SHOW=Afficher tout
|
|
87
|
+
|
|
88
|
+
RADIO_TOTAL_POSITION.AFTER=En dessous
|
|
89
|
+
|
|
90
|
+
RADIO_TOTAL_POSITION.BEFORE=Au-dessus
|
|
91
|
+
|
|
92
|
+
TEXT_CHART_AXIS_SCALING_MAX.TEXT=Maximum
|
|
93
|
+
|
|
94
|
+
TEXT_CHART_AXIS_SCALING_MIN.TEXT=Minimum
|
|
95
|
+
|
|
96
|
+
TEXT_CHART_TYPE.TEXT=Type de diagramme
|
|
97
|
+
|
|
98
|
+
TEXT_POOL.0ANALYSIS.TEXT_POOL.TEXT_POOL_ENTRIES.TEXT_POOL_ENTRY.TEXT=Afficher les invites
|
|
99
|
+
|
|
100
|
+
TEXT_POOL.Customized=Personnalis\u00E9
|
|
101
|
+
|
|
102
|
+
TEXT_POOL.EnterTitle=Saisir un nom
|
|
103
|
+
|
|
104
|
+
TEXT_POOL.ExitFullscreen=Quitter le mode plein \u00E9cran
|
|
105
|
+
|
|
106
|
+
TEXT_POOL.FilteredBy=Filtr\u00E9 par\: {0}
|
|
107
|
+
|
|
108
|
+
TEXT_POOL.Fullscreen=Plein \u00E9cran
|
|
109
|
+
|
|
110
|
+
TEXT_POOL.NavPanelHide=Masquer le panneau de navigation
|
|
111
|
+
|
|
112
|
+
TEXT_POOL.NavPanelShow=Afficher le panneau de navigation
|
|
113
|
+
|
|
114
|
+
TEXT_POOL.Pause=Suspendre
|
|
115
|
+
|
|
116
|
+
TEXT_POOL.Refresh=Rafra\u00EEchir
|
|
117
|
+
|
|
118
|
+
TEXT_POOL.ShowPrompts=Afficher les invites
|
|
119
|
+
|
|
120
|
+
TEXT_POOL.InvalidInput=Valeur "{0}" non valide. Veuillez fournir une valeur valide pour "{1}".
|
|
121
|
+
|
|
122
|
+
TEXT_POOL.InvalidInput_LowHigh=La valeur "{0}" est sup\u00E9rieure \u00E0 la valeur "{1}". Veuillez fournir des valeurs valides.
|
|
123
|
+
|
|
124
|
+
TEXT_SHOW_TOTALS.TEXT=Afficher les totaux
|
|
125
|
+
|
|
126
|
+
TEXT_TOTAL_POSITION.TEXT=Position du total
|
|
127
|
+
|
|
128
|
+
DD_CHART_TYPE.INFO_COLUMN=Colonne
|
|
129
|
+
|
|
130
|
+
DD_CHART_TYPE.INFO_BAR=Barre
|
|
131
|
+
|
|
132
|
+
DD_CHART_TYPE.INFO_LINE=Ligne
|
|
133
|
+
|
|
134
|
+
DD_CHART_TYPE.INFO_PIE=Secteur
|
|
135
|
+
|
|
136
|
+
DD_CHART_TYPE.INFO_STACKED_COLUMN=Colonnes - empil\u00E9es
|
|
137
|
+
|
|
138
|
+
DD_CHART_TYPE.INFO_STACKED_BAR=Barres - empil\u00E9es
|
|
139
|
+
|
|
140
|
+
DD_CHART_TYPE.INFO_AREA=Aire
|
|
141
|
+
|
|
142
|
+
DD_CHART_TYPE.INFO_HORIZONTAL_AREA=Aire horizontale
|
|
143
|
+
|
|
144
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.0.tooltip=Diagramme
|
|
145
|
+
|
|
146
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.1.tooltip=Diagramme et tableau
|
|
147
|
+
|
|
148
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.2.tooltip=Tableau
|
|
149
|
+
|
|
150
|
+
TEXT_POOL.NoJumpTargets=Aucune cible de saut disponible
|
|
151
|
+
|
|
152
|
+
BUTTON_EXPORT.TOOLTIP=Exporter dans Microsoft Excel
|
|
153
|
+
|
|
154
|
+
ACTIONSHEET_EXPORT_ACTIONS.EXCEL_STANDARD=Exporter dans Microsoft Excel
|
|
155
|
+
|
|
156
|
+
ACTIONSHEET_EXPORT_ACTIONS.EXCEL_BASIC=Exporter dans Microsoft Excel (basique)
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
|
|
2
|
+
EXPORT_MESSAGE.TEXT=Hasil kueri sangat besar dan dapat menyebabkan permasalahan memori dan kinerja selama ekspor. Kami menyarankan agar Anda memfilter pilihan Anda lebih jauh sebelum memproses. Jika Anda terus mengekspor tanpa pemfilteran lebih lanjut, setiap permasalahan memori dan kinerja yang mungkin terjadi akan menjadi risiko Anda sendiri.
|
|
3
|
+
|
|
4
|
+
ACTIONSHEET_FOOTER_ACTIONS.EMAIL=Kirim Email...
|
|
5
|
+
|
|
6
|
+
ACTIONSHEET_FOOTER_ACTIONS.EXPORT=Ekspor ke MS Excel
|
|
7
|
+
|
|
8
|
+
ACTIONSHEET_FOOTER_ACTIONS.TILE=Simpan sebagai Ubin
|
|
9
|
+
|
|
10
|
+
ACTIONSHEET_SETTINGS_ACTIONS.CHART_SETTINGS=Pengaturan Bagan
|
|
11
|
+
|
|
12
|
+
ACTIONSHEET_SETTINGS_ACTIONS.INFO=Informasi
|
|
13
|
+
|
|
14
|
+
ACTIONSHEET_SETTINGS_ACTIONS.SWAP_AXES=Tukar Sumbu
|
|
15
|
+
|
|
16
|
+
ACTIONSHEET_SETTINGS_ACTIONS.TOTALS=Total
|
|
17
|
+
|
|
18
|
+
BUTTON_ACTIONS.TOOLTIP=Tindakan
|
|
19
|
+
|
|
20
|
+
BUTTON_FULLSCREEN.TOOLTIP=Layar Penuh
|
|
21
|
+
|
|
22
|
+
BUTTON_JUMP.TEXT=Lompat ke
|
|
23
|
+
|
|
24
|
+
BUTTON_PAUSEREFRESH.TEXT=Jeda
|
|
25
|
+
|
|
26
|
+
BUTTON_SETTINGS.TOOLTIP=Pengaturan
|
|
27
|
+
|
|
28
|
+
BUTTON_SHOW_HIDE_NAV_PANEL.TOOLTIP=Sembunyikan Panel Navigasi
|
|
29
|
+
|
|
30
|
+
CB_CHART_ENABLE_AXIS_SCALING.TEXT=Aktifkan Penskalaan Sumbu
|
|
31
|
+
|
|
32
|
+
CB_CHART_SHOW_SCALING.TEXT=Tampilkan Faktor Penskalaan
|
|
33
|
+
|
|
34
|
+
DD_CHART_TYPE.HORIZONTAL_AREA=Area
|
|
35
|
+
|
|
36
|
+
DD_CHART_TYPE.HORIZONTAL_BAR=Batang
|
|
37
|
+
|
|
38
|
+
DD_CHART_TYPE.HORIZONTAL_STACKED_BAR=Batang - Bertumpuk
|
|
39
|
+
|
|
40
|
+
DD_CHART_TYPE.LINE=Baris
|
|
41
|
+
|
|
42
|
+
DD_CHART_TYPE.MULTIPIE=Lingkaran - Banyak
|
|
43
|
+
|
|
44
|
+
DD_CHART_TYPE.PIE=Lingkaran
|
|
45
|
+
|
|
46
|
+
DD_CHART_TYPE.VERTICAL_BAR=Kolom
|
|
47
|
+
|
|
48
|
+
DD_CHART_TYPE.VERTICAL_STACKED_BAR=Kolom - Bertumpuk
|
|
49
|
+
|
|
50
|
+
DIALOG_CHART_SETTINGS.CLOSE=Tutup
|
|
51
|
+
|
|
52
|
+
DIALOG_CHART_SETTINGS.DIALOGTITLE=Pengaturan Bagan
|
|
53
|
+
|
|
54
|
+
DIALOG_CHART_SETTINGS.OK=OKE
|
|
55
|
+
|
|
56
|
+
DIALOG_INFORMATION.CLOSE=Tutup
|
|
57
|
+
|
|
58
|
+
DIALOG_INFORMATION.DIALOGTITLE=Informasi
|
|
59
|
+
|
|
60
|
+
DIALOG_TOTALS.CANCEL=Batalkan
|
|
61
|
+
|
|
62
|
+
DIALOG_TOTALS.DIALOGTITLE=Total
|
|
63
|
+
|
|
64
|
+
DIALOG_TOTALS.OK=OKE
|
|
65
|
+
|
|
66
|
+
GLOBAL_SCRIPT_ACTIONS.0ANALYSIS.GLOBAL_SCRIPT_ACTIONS.FUNCTIONS.FUNCTION.FUNCTION_DESC=Save the current application state.
|
|
67
|
+
|
|
68
|
+
GLOBAL_SCRIPT_ACTIONS.0ANALYSIS.GLOBAL_SCRIPT_ACTIONS.FUNCTIONS.FUNCTION.INPUT_PARAMETERS.INPUT_PARAMETER.PARAMETER_DESC=Whether to check the flag or not... for later as the flag doesn't exist yet
|
|
69
|
+
|
|
70
|
+
INFO_FILTERS_LABEL.TEXT=Filter
|
|
71
|
+
|
|
72
|
+
INFO_QUERY_NAME_LABEL.TEXT=Nama Kueri
|
|
73
|
+
|
|
74
|
+
INFO_INFOPROVIDER_NAME_LABEL.TEXT=Nama InfoProvider
|
|
75
|
+
|
|
76
|
+
INFO_INFOPROVIDER_LAST_DATA_UPDATE_LABEL.TEXT=Pembaruan Data Terakhir
|
|
77
|
+
|
|
78
|
+
BUTTON_REFRESH_DATA.TOOLTIP=Segarkan Data
|
|
79
|
+
|
|
80
|
+
INFO_VARIABLE_LABEL.TEXT=Variabel
|
|
81
|
+
|
|
82
|
+
RADIO_SHOW_TOTALS.HIDE=Sembunyikan Semua
|
|
83
|
+
|
|
84
|
+
RADIO_SHOW_TOTALS.HIDE_IF_ONLY_ONE_MEMBER=Sembunyikan Semua dengan Hanya Satu Anggota
|
|
85
|
+
|
|
86
|
+
RADIO_SHOW_TOTALS.SHOW=Tampilkan Semua
|
|
87
|
+
|
|
88
|
+
RADIO_TOTAL_POSITION.AFTER=Di Bawah
|
|
89
|
+
|
|
90
|
+
RADIO_TOTAL_POSITION.BEFORE=Di Atas
|
|
91
|
+
|
|
92
|
+
TEXT_CHART_AXIS_SCALING_MAX.TEXT=Maksimum
|
|
93
|
+
|
|
94
|
+
TEXT_CHART_AXIS_SCALING_MIN.TEXT=Minimum
|
|
95
|
+
|
|
96
|
+
TEXT_CHART_TYPE.TEXT=Tipe Bagan
|
|
97
|
+
|
|
98
|
+
TEXT_POOL.0ANALYSIS.TEXT_POOL.TEXT_POOL_ENTRIES.TEXT_POOL_ENTRY.TEXT=Tampilkan Perintah
|
|
99
|
+
|
|
100
|
+
TEXT_POOL.Customized=Dikustomisasi
|
|
101
|
+
|
|
102
|
+
TEXT_POOL.EnterTitle=Masukkan Nama
|
|
103
|
+
|
|
104
|
+
TEXT_POOL.ExitFullscreen=Keluar dari Layar Penuh
|
|
105
|
+
|
|
106
|
+
TEXT_POOL.FilteredBy=Difilter Berdasarkan\: {0}
|
|
107
|
+
|
|
108
|
+
TEXT_POOL.Fullscreen=Layar Penuh
|
|
109
|
+
|
|
110
|
+
TEXT_POOL.NavPanelHide=Sembunyikan Panel Navigasi
|
|
111
|
+
|
|
112
|
+
TEXT_POOL.NavPanelShow=Tampilkan Panel Navigasi
|
|
113
|
+
|
|
114
|
+
TEXT_POOL.Pause=Jeda
|
|
115
|
+
|
|
116
|
+
TEXT_POOL.Refresh=Segarkan
|
|
117
|
+
|
|
118
|
+
TEXT_POOL.ShowPrompts=Tampilkan Perintah
|
|
119
|
+
|
|
120
|
+
TEXT_POOL.InvalidInput=Nilai "{0}" tidak valid. Silakan berikan nilai yang valid untuk "{1}".
|
|
121
|
+
|
|
122
|
+
TEXT_POOL.InvalidInput_LowHigh=Nilai "{0}" lebih besar daripada nilai "{1}". Silakan berikan nilai yang valid.
|
|
123
|
+
|
|
124
|
+
TEXT_SHOW_TOTALS.TEXT=Tampilkan Total
|
|
125
|
+
|
|
126
|
+
TEXT_TOTAL_POSITION.TEXT=Total Posisi
|
|
127
|
+
|
|
128
|
+
DD_CHART_TYPE.INFO_COLUMN=Kolom
|
|
129
|
+
|
|
130
|
+
DD_CHART_TYPE.INFO_BAR=Batang
|
|
131
|
+
|
|
132
|
+
DD_CHART_TYPE.INFO_LINE=Baris
|
|
133
|
+
|
|
134
|
+
DD_CHART_TYPE.INFO_PIE=Lingkaran
|
|
135
|
+
|
|
136
|
+
DD_CHART_TYPE.INFO_STACKED_COLUMN=Kolom - Bertumpuk
|
|
137
|
+
|
|
138
|
+
DD_CHART_TYPE.INFO_STACKED_BAR=Batang - Bertumpuk
|
|
139
|
+
|
|
140
|
+
DD_CHART_TYPE.INFO_AREA=Area
|
|
141
|
+
|
|
142
|
+
DD_CHART_TYPE.INFO_HORIZONTAL_AREA=Area Horizontal
|
|
143
|
+
|
|
144
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.0.tooltip=Bagan
|
|
145
|
+
|
|
146
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.1.tooltip=Bagan dan Tabel
|
|
147
|
+
|
|
148
|
+
BUTTON_CHART_TABLE_DISPLAY.ButtonItems.2.tooltip=Tabel
|
|
149
|
+
|
|
150
|
+
TEXT_POOL.NoJumpTargets=Tidak Tersedia Target Lompat
|
|
151
|
+
|
|
152
|
+
BUTTON_EXPORT.TOOLTIP=Ekspor ke MS Excel
|
|
153
|
+
|
|
154
|
+
ACTIONSHEET_EXPORT_ACTIONS.EXCEL_STANDARD=Ekspor ke MS Excel
|
|
155
|
+
|
|
156
|
+
ACTIONSHEET_EXPORT_ACTIONS.EXCEL_BASIC=Ekspor ke MS Excel (Dasar)
|