@ui5/webcomponents-fiori 1.1.0 → 1.2.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/CHANGELOG.md +51 -0
- package/README.md +3 -0
- package/dist/Bar.js +3 -2
- package/dist/BarcodeScannerDialog.js +2 -2
- package/dist/DynamicSideContent.js +4 -5
- package/dist/FilterItem.js +2 -2
- package/dist/FilterItemOption.js +2 -2
- package/dist/FlexibleColumnLayout.js +31 -3
- package/dist/IllustratedMessage.js +7 -1
- package/dist/Interfaces.js +10 -0
- package/dist/MediaGallery.js +2 -1
- package/dist/MediaGalleryItem.js +9 -7
- package/dist/NotificationListItem.js +1 -2
- package/dist/Page.js +2 -2
- package/dist/ShellBar.js +13 -6
- package/dist/SideNavigation.js +5 -2
- package/dist/SortItem.js +2 -2
- package/dist/Timeline.js +16 -2
- package/dist/TimelineItem.js +1 -1
- package/dist/UploadCollection.js +1 -1
- package/dist/ViewSettingsDialog.js +27 -8
- package/dist/Wizard.js +2 -2
- package/dist/WizardStep.js +3 -3
- package/dist/WizardTab.js +5 -5
- package/dist/api.json +184 -29
- package/dist/css/themes/BarcodeScannerDialog.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +1 -1
- package/dist/generated/templates/FilterItemTemplate.lit.js +2 -2
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +3 -3
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/ShellBarTemplate.lit.js +6 -6
- package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +5 -5
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +3 -3
- package/dist/generated/templates/WizardPopoverTemplate.lit.js +1 -1
- package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/i18n/messagebundle_ar.properties +52 -0
- package/dist/i18n/messagebundle_bg.properties +52 -0
- package/dist/i18n/messagebundle_ca.properties +52 -0
- package/dist/i18n/messagebundle_cs.properties +52 -0
- package/dist/i18n/messagebundle_cy.properties +52 -0
- package/dist/i18n/messagebundle_da.properties +52 -0
- package/dist/i18n/messagebundle_de.properties +52 -0
- package/dist/i18n/messagebundle_el.properties +52 -0
- package/dist/i18n/messagebundle_en.properties +52 -0
- package/dist/i18n/messagebundle_en_GB.properties +52 -0
- package/dist/i18n/messagebundle_en_US_sappsd.properties +52 -0
- package/dist/i18n/messagebundle_en_US_saprigi.properties +52 -0
- package/dist/i18n/messagebundle_en_US_saptrc.properties +52 -0
- package/dist/i18n/messagebundle_es.properties +52 -0
- package/dist/i18n/messagebundle_es_MX.properties +52 -0
- package/dist/i18n/messagebundle_et.properties +52 -0
- package/dist/i18n/messagebundle_fi.properties +52 -0
- package/dist/i18n/messagebundle_fr.properties +52 -0
- package/dist/i18n/messagebundle_fr_CA.properties +52 -0
- package/dist/i18n/messagebundle_hi.properties +52 -0
- package/dist/i18n/messagebundle_hr.properties +52 -0
- package/dist/i18n/messagebundle_hu.properties +52 -0
- package/dist/i18n/messagebundle_id.properties +52 -0
- package/dist/i18n/messagebundle_it.properties +52 -0
- package/dist/i18n/messagebundle_iw.properties +52 -0
- package/dist/i18n/messagebundle_ja.properties +52 -0
- package/dist/i18n/messagebundle_kk.properties +52 -0
- package/dist/i18n/messagebundle_ko.properties +52 -0
- package/dist/i18n/messagebundle_lt.properties +52 -0
- package/dist/i18n/messagebundle_lv.properties +52 -0
- package/dist/i18n/messagebundle_ms.properties +52 -0
- package/dist/i18n/messagebundle_nl.properties +52 -0
- package/dist/i18n/messagebundle_no.properties +52 -0
- package/dist/i18n/messagebundle_pl.properties +52 -0
- package/dist/i18n/messagebundle_pt.properties +52 -0
- package/dist/i18n/messagebundle_pt_PT.properties +52 -0
- package/dist/i18n/messagebundle_ro.properties +52 -0
- package/dist/i18n/messagebundle_ru.properties +52 -0
- package/dist/i18n/messagebundle_sh.properties +52 -0
- package/dist/i18n/messagebundle_sk.properties +52 -0
- package/dist/i18n/messagebundle_sl.properties +52 -0
- package/dist/i18n/messagebundle_sv.properties +52 -0
- package/dist/i18n/messagebundle_th.properties +52 -0
- package/dist/i18n/messagebundle_tr.properties +52 -0
- package/dist/i18n/messagebundle_uk.properties +53 -1
- package/dist/i18n/messagebundle_vi.properties +52 -0
- package/dist/i18n/messagebundle_zh_CN.properties +52 -0
- package/dist/i18n/messagebundle_zh_TW.properties +52 -0
- package/dist/illustrations/tnt/ChartArea.js +20 -0
- package/dist/illustrations/tnt/ChartArea2.js +20 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +20 -0
- package/dist/illustrations/tnt/ChartBar.js +20 -0
- package/dist/illustrations/tnt/ChartBullet.js +20 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +20 -0
- package/dist/illustrations/tnt/ChartFlow.js +20 -0
- package/dist/illustrations/tnt/ChartGantt.js +20 -0
- package/dist/illustrations/tnt/ChartOrg.js +20 -0
- package/dist/illustrations/tnt/ChartPie.js +20 -0
- package/dist/illustrations/tnt/Components.js +20 -0
- package/dist/illustrations/tnt/Secrets.js +20 -0
- package/dist/illustrations/tnt/Systems.js +20 -0
- package/dist/illustrations/tnt/Teams.js +20 -0
- package/dist/illustrations/tnt/Tools.js +20 -0
- package/dist/illustrations/tnt/UnableToLoad.js +20 -0
- package/dist/illustrations/tnt/User2.js +20 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +5 -5
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +12 -12
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +10 -10
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +16 -16
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +11 -11
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +17 -17
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -11
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +14 -14
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +15 -15
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +10 -10
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +9 -9
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +9 -9
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +9 -9
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +11 -11
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +10 -10
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +8 -8
- package/dist/illustrations/tnt/tnt-Scene-Company.js +29 -29
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +13 -13
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +20 -20
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +34 -34
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +21 -21
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +18 -18
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +17 -17
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +19 -19
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -16
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +19 -19
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +16 -16
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +17 -17
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +16 -16
- package/dist/illustrations/tnt/tnt-Scene-Success.js +17 -17
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +19 -19
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +14 -14
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +21 -21
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +5 -5
- package/dist/illustrations/tnt/tnt-Spot-Company.js +12 -12
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +15 -15
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +9 -9
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +12 -12
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +16 -16
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -11
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -11
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +13 -13
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +13 -14
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-Success.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +8 -8
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +10 -10
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +9 -9
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/types/IllustrationMessageType.js +102 -0
- package/dist/types/MediaGalleryLayout.js +3 -3
- package/package.json +10 -8
- package/src/Bar.js +3 -2
- package/src/BarcodeScannerDialog.js +2 -2
- package/src/DynamicSideContent.js +4 -5
- package/src/FilterItem.js +2 -2
- package/src/FilterItemOption.js +2 -2
- package/src/FlexibleColumnLayout.hbs +8 -5
- package/src/FlexibleColumnLayout.js +31 -3
- package/src/IllustratedMessage.js +7 -1
- package/src/Interfaces.js +10 -0
- package/src/MediaGallery.js +2 -1
- package/src/MediaGalleryItem.js +9 -7
- package/src/NotificationListGroupItem.hbs +3 -3
- package/src/NotificationListItem.hbs +2 -2
- package/src/NotificationListItem.js +1 -2
- package/src/Page.js +2 -2
- package/src/ShellBar.hbs +8 -11
- package/src/ShellBar.js +13 -6
- package/src/SideNavigation.js +5 -2
- package/src/SortItem.js +2 -2
- package/src/Timeline.hbs +1 -1
- package/src/Timeline.js +16 -2
- package/src/TimelineItem.js +1 -1
- package/src/UploadCollection.js +1 -1
- package/src/UploadCollectionItem.hbs +3 -3
- package/src/ViewSettingsDialog.hbs +3 -3
- package/src/ViewSettingsDialog.js +27 -8
- package/src/Wizard.js +2 -2
- package/src/WizardPopover.hbs +0 -1
- package/src/WizardStep.js +3 -3
- package/src/WizardTab.js +5 -5
- package/src/i18n/messagebundle_ar.properties +52 -0
- package/src/i18n/messagebundle_bg.properties +52 -0
- package/src/i18n/messagebundle_ca.properties +52 -0
- package/src/i18n/messagebundle_cs.properties +52 -0
- package/src/i18n/messagebundle_cy.properties +52 -0
- package/src/i18n/messagebundle_da.properties +52 -0
- package/src/i18n/messagebundle_de.properties +52 -0
- package/src/i18n/messagebundle_el.properties +52 -0
- package/src/i18n/messagebundle_en.properties +52 -0
- package/src/i18n/messagebundle_en_GB.properties +52 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +52 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +52 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +52 -0
- package/src/i18n/messagebundle_es.properties +52 -0
- package/src/i18n/messagebundle_es_MX.properties +52 -0
- package/src/i18n/messagebundle_et.properties +52 -0
- package/src/i18n/messagebundle_fi.properties +52 -0
- package/src/i18n/messagebundle_fr.properties +52 -0
- package/src/i18n/messagebundle_fr_CA.properties +52 -0
- package/src/i18n/messagebundle_hi.properties +52 -0
- package/src/i18n/messagebundle_hr.properties +52 -0
- package/src/i18n/messagebundle_hu.properties +52 -0
- package/src/i18n/messagebundle_id.properties +52 -0
- package/src/i18n/messagebundle_it.properties +52 -0
- package/src/i18n/messagebundle_iw.properties +52 -0
- package/src/i18n/messagebundle_ja.properties +52 -0
- package/src/i18n/messagebundle_kk.properties +52 -0
- package/src/i18n/messagebundle_ko.properties +52 -0
- package/src/i18n/messagebundle_lt.properties +52 -0
- package/src/i18n/messagebundle_lv.properties +52 -0
- package/src/i18n/messagebundle_ms.properties +52 -0
- package/src/i18n/messagebundle_nl.properties +52 -0
- package/src/i18n/messagebundle_no.properties +52 -0
- package/src/i18n/messagebundle_pl.properties +52 -0
- package/src/i18n/messagebundle_pt.properties +52 -0
- package/src/i18n/messagebundle_pt_PT.properties +52 -0
- package/src/i18n/messagebundle_ro.properties +52 -0
- package/src/i18n/messagebundle_ru.properties +52 -0
- package/src/i18n/messagebundle_sh.properties +52 -0
- package/src/i18n/messagebundle_sk.properties +52 -0
- package/src/i18n/messagebundle_sl.properties +52 -0
- package/src/i18n/messagebundle_sv.properties +52 -0
- package/src/i18n/messagebundle_th.properties +52 -0
- package/src/i18n/messagebundle_tr.properties +52 -0
- package/src/i18n/messagebundle_uk.properties +53 -1
- package/src/i18n/messagebundle_vi.properties +52 -0
- package/src/i18n/messagebundle_zh_CN.properties +52 -0
- package/src/i18n/messagebundle_zh_TW.properties +52 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +5 -5
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +12 -12
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +10 -10
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +16 -16
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +11 -11
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +17 -17
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -11
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +14 -14
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +15 -15
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +10 -10
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +9 -9
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +9 -9
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +9 -9
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +11 -11
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +10 -10
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +8 -8
- package/src/illustrations/tnt/tnt-Scene-Company.svg +29 -29
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +13 -13
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +20 -20
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +34 -34
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +21 -21
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +18 -18
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -17
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +19 -19
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -16
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +19 -19
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +16 -16
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +17 -17
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +16 -16
- package/src/illustrations/tnt/tnt-Scene-Success.svg +17 -17
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +19 -19
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +14 -14
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +21 -21
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +5 -5
- package/src/illustrations/tnt/tnt-Spot-Company.svg +12 -12
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +15 -15
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +9 -9
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +12 -12
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +16 -16
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -11
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -11
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +13 -13
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +13 -14
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-Success.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +8 -8
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +10 -10
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +9 -9
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/themes/BarcodeScannerDialog.css +0 -5
- package/src/themes/ViewSettingsDialog.css +11 -0
- package/src/themes/Wizard.css +1 -1
- package/src/themes/WizardPopover.css +1 -1
- package/src/types/IllustrationMessageType.js +102 -0
- package/src/types/MediaGalleryLayout.js +3 -3
- package/dist/illustrations/NewMail.js +0 -28
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +0 -22
- package/dist/illustrations/sapIllus-Scene-NewMail.js +0 -55
- package/dist/illustrations/sapIllus-Spot-NewMail.js +0 -19
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +0 -21
- package/src/illustrations/sapIllus-Scene-NewMail.svg +0 -54
- package/src/illustrations/sapIllus-Spot-NewMail.svg +0 -18
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Unable to load data
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn't find the image at the specified location, or the server isn't responding.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise, contact your administrator.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Looks like there's free space
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=You've not added anyone to the calendar yet
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=You've been appreciated!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Keep up the great work!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Filter options are available
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filters help you focus on what's most relevant for you.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Try grouping items for a better overview
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No results found
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Sorry, we can't find this page
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Choose your own column width
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Nicely done!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Drop files here
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files all at once.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Side Content
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=[[[Ůŋąƃĺē ţŏ ĺŏąƌ ƌąţą∙∙∙∙∙]]]
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ţŗŷ ŗēĺŏąƌįŋğ. Ĭƒ ţĥąţ şţįĺĺ ƌŏēşŋ''ţ ĥēĺρ, ċĥēċķ ŵįţĥ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=[[[Ůŋąƃĺē ţŏ ĺŏąƌ įɱąğē∙∙∙∙]]]
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=[[[Ŵē ċŏűĺƌŋ''ţ ƒįŋƌ ţĥē įɱąğē ąţ ţĥē şρēċįƒįēƌ ĺŏċąţįŏŋ, ŏŗ ţĥē şēŗʋēŗ įşŋ''ţ ŗēşρŏŋƌįŋğ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=[[[Ůŋąƃĺē ţŏ űρĺŏąƌ ƌąţą∙∙∙∙∙]]]
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ċĥēċķ ţĥē ƒįĺē ƒŏŗɱąţ ąŋƌ ƒįĺē şįžē. Ŏţĥēŗŵįşē, ċŏŋţąċţ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=[[[Ļŏŏķş ĺįķē ţĥēŗē''ş ƒŗēē şρąċē∙∙∙∙∙∙∙∙∙]]]
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=[[[Ŷŏű ċąŋ ąƌƌ ɱŏŗē ċŏĺűɱŋş įŋ ţĥē ţąƃĺē şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷŏŋē ţŏ ţĥē ċąĺēŋƌąŗ ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=[[[Ďŏ ŷŏű ŵąŋţ ţŏ ąƌƌ şŏɱēŏŋē ŋŏŵ?∙∙∙∙∙∙∙∙∙∙]]]
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=[[[Ŷŏű''ʋē ƃēēŋ ąρρŗēċįąţēƌ!∙∙∙∙∙∙∙]]]
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=[[[Ķēēρ űρ ţĥē ğŗēąţ ŵŏŗķ!∙∙∙∙∙∙]]]
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=[[[Ńŏţĥįŋğ ρĺąŋŋēƌ ŷēţ∙∙∙∙∙]]]
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=[[[Ţĥēŗē ąŗē ŋŏ ąċţįʋįţįēş įŋ ţĥįş ţįɱē ƒŗąɱē.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=[[[Ƒįĺţēŗ ŏρţįŏŋş ąŗē ąʋąįĺąƃĺē∙∙∙∙∙∙∙∙]]]
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=[[[Ƒįĺţēŗş ĥēĺρ ŷŏű ƒŏċűş ŏŋ ŵĥąţ''ş ɱŏşţ ŗēĺēʋąŋţ ƒŏŗ ŷŏű.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=[[[Ţŗŷ ğŗŏűρįŋğ įţēɱş ƒŏŗ ą ƃēţţēŗ ŏʋēŗʋįēŵ∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=[[[Ŷŏű ċąŋ ċĥŏŏşē ğŗŏűρįŋğ ċąţēğŏŗįēş įŋ ţĥē ğŗŏűρ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=[[[Ńŏ ŗēşűĺţş ƒŏűŋƌ∙∙∙∙∙∙∙∙]]]
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=[[[Ţŗŷ ąƌĵűşţįŋğ ŷŏűŗ ƒįĺţēŗ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=[[[Ŝŏŗŗŷ, ŵē ċąŋ''ţ ƒįŋƌ ţĥįş ρąğē∙∙∙∙∙∙∙∙∙∙]]]
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=[[[Ƥĺēąşē ċĥēċķ ţĥē ŮŘĻ ŷŏű ąŗē űşįŋğ ţŏ ċąĺĺ ţĥē ąρρ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=[[[Ĉĥŏŏşē ŷŏűŗ ŏŵŋ ċŏĺűɱŋ ŵįƌţĥ∙∙∙∙∙∙∙∙]]]
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=[[[Ŷŏű ċąŋ ŗēşįžē ċŏĺűɱŋş ƃŷ ƌŗąğğįŋğ ţĥē ċŏĺűɱŋ ƃŏŗƌēŗş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=[[[Ńŏţ şēēįŋğ ţĥē ɱŏşţ įɱρŏŗţąŋţ įţēɱş ƒįŗşţ?∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=[[[Ĉĥŏŏşē ţĥē şŏŗţ ċŗįţēŗįą įŋ ţĥē şŏŗţ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=[[[Ńįċēĺŷ ƌŏŋē!∙∙∙∙∙∙∙]]]
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=[[[Ŷŏű ċŏɱρĺēţēƌ ąĺĺ ŷŏűŗ ĺēąŗŋįŋğ ąşşįğŋɱēŋţş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=[[[Ďŗŏρ ƒįĺēş ĥēŗē∙∙∙∙]]]
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=[[[Ŷŏű ċąŋ ąĺşŏ űρĺŏąƌ şēʋēŗąĺ ƒįĺēş ąţ ŏŋċē.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=[[[Ŝįƌē Ĉŏŋţēŋţ∙∙∙∙∙∙∙]]]
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Check your internet connection. If that's not it, try reloading. If that still doesn't help, check with your administrator.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn't find the image at the specified location, or the server isn't responding.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your internet connection. If that's not it, check the file format and file size. Otherwise, contact your administrator.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Looks like there's free space
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=You've not added anyone to the calendar yet
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=You've been appreciated!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Keep up the great work!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Filter options are available
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filters help you focus on what's most relevant for you.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Try grouping items for a better overview
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No results found
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Sorry, we can't find this page
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Choose your own column width
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Nicely done!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Drop files here
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files at once.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Side Content
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=UvVlraLgNa4TFudtvPyMmA_Unable to load data
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=R3kDRBJh4OI+x3fyHaJNMA_Check your internet connection. If that''s not it, try reloading. If that still doesn''t help, check with your administrator.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=fEWQ6pyT+ZDkXSQs0qtpMA_Unable to load image
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=V1whdvb+Nmy57RtFZiuQNg_We couldn''t find the image at the specified location, or the server isn''t responding.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=gA6pM1xjgxUTXINn1jw9gA_Unable to upload data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=ZpXvsKv+/jz7Ivqx1/LSwg_Check your internet connection. If that''s not it, check the file format and file size. Otherwise, contact your administrator.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=SK55Z9qZ6Yw44wZVNcO5ZA_Looks like there''s free space
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=6DuzYCtwAptfaFZ6OgeU0Q_You can add more columns in the table settings.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=EF+wOMTvvoK2YNaK657QLQ_You''ve not added anyone to the calendar yet
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=qQMrv5kf/4VTnPFUFGlG/Q_Do you want to add someone now?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=hPKzC2N/rdBWCvGro8Mm4g_You''ve been appreciated!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=vxJjBTyzOI+AJShoEKBEpw_Keep up the great work!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=1E5vFh9eclqaj7+GXcJ0kQ_Nothing planned yet
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=baIwE8BkDrp/kx63NZUlKg_There are no activities in this time frame.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=kueRcVNtB20rf1HDfRz8cg_Filter options are available
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=1EK2HVOGeSVbHEM3zdv8Lg_Filters help you focus on what''s most relevant for you.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=/kD9DW/QmsdHUBzZK7vcaw_Try grouping items for a better overview
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=rB9jpoXq7n95arVsExue4A_You can choose grouping categories in the group settings.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=VC7ZqCjZDi1X8YgAYyeKZg_No results found
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=k+48KvZ7N/Iy5qSWw0XfZw_Try adjusting your filter criteria.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=EQYYsqi9Ji5o2Ur3LftZcA_Sorry, we can''t find this page
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=m06XO6SxVRu0T0dA7cGzXA_Please check the URL you are using to call the app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=vJJWauqmm5htLWDp4gHYgg_Choose your own column width
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=ITpnE8rrZiyVvXEud0XfHA_You can resize columns by dragging the column borders.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=IHvcxKODfoE7Pv2Zbxjffg_Not seeing the most important items first?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=37935bht314oLWsAgQgo5Q_Choose the sort criteria in the sort settings.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=qR35MTmrSCqXLiIySsd5xQ_Nicely done!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=OpnsMkEZAcyX9/LkQlnTmA_You completed all your learning assignments.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=zJkGLPUTjwxa2iiuRsvnow_Drop files here
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=GMaoG/b3Urvd/58WH+y2Yw_You can also upload several files at once.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=F1A6Bpd+ilJ3ddK1as9mxQ_Side Content
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=No se pueden cargar datos
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Compruebe su conexión a internet. Si esto no funciona, intente volver a cargar la página. Si esto tampoco funciona, verifique con su administrador.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=No se puede cargar la imagen
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=No se ha podido encontrar la imagen en la ubicación especificada o el servidor no responde.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=No se pueden cargar datos
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Compruebe su conexión a internet. Si esto no funciona, compruebe el formato de fichero y el tamaño de fichero. De lo contrario, póngase en contacto con su administrador.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Parece que hay espacio libre
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Puede añadir más columnas en las opciones de tabla.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Aún no ha añadido a nadie al calendario
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=¿Desea añadir a alguien ahora?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Se le valora.
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Siga trabajando tan bien.
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Aún no hay nada planificado
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=No hay actividades en este intervalo de tiempo
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Hay opciones de filtro disponibles
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Los filtros le ayudan a concentrarse en lo que considera más relevante.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Intente agrupar elementos para obtener un mejor resumen
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Puede optar por agrupar categorías en las opciones de grupo.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No existen resultados
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Intente ajustar sus criterio de filtro.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Lo sentimos, la página no existe
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verifique el URL que está utilizando para llamar la aplicación.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Seleccione su propio ancho de columna
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Puede ajustar columnas arrastrando los bordes de la columna.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=¿No ve primero los elementos más importantes?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Seleccione los criterios de clasificación en las opciones de clasificación.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bien hecho.
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Ha completado todas sus asignaciones de aprendizaje.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Suelte aquí los archivos
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=También puede cargar varios archivos a la vez.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Contenido lateral
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=No se pueden cargar los datos
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Verifique su conexión a Internet. Si no lo resuelve, intente volver a cargar. Si eso tampoco funciona, consulte con su administrador.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=No se puede cargar la imagen
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=No pudimos encontrar la imagen en la ubicación especificada o el servidor no responde.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=No se pueden cargar los datos
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Verifique su conexión a Internet. Si no lo resuelve, verifique el formato de archivo y el tamaño de archivo. De lo contrario, comuníquese con su administrador.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Parece haber espacio libre
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Puede agregar más columnas en la configuración de tabla.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=No agregó a nadie en el calendario aún
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=¿Desea agregar a alguien ahora?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Se le agradece.
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Siga con el buen trabajo.
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nada planificado aún
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=No hay actividades en este marco temporal.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Hay opciones de filtro disponibles
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Los filtros le ayudan a centrarse en lo que es más relevante para usted.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Pruebe agrupar elementos para una mejor vista general
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Puede elegir agrupar categorías en la configuración de grupo.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No se encontraron resultados
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Pruebe ajustar los criterios de filtro.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Disculpe. No podemos encontrar esta página
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verifique la URL que utiliza para llamar a la aplicación.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Elija su propio ancho de columna
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Para cambiar el tamaño de las columnas, arrastre los bordes de estas.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=¿No ve los elementos importantes en primer lugar?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Elija los criterios de orden en la configuración de orden.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Buen trabajo.
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Completó todas las asignaciones de aprendizaje.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Soltar los archivos aquí
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=También puede cargar todos los archivos a la vez.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Contenido lateral
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Andmeid ei saa laadida
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Kontrollige Interneti-ühendust. Kui see ei aita, proovige uuesti laadida. Kui ka see ei aita, pöörduge administraatori poole.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Pilti ei saa laadida
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Me ei leidnud pilti määratud asukohast või server ei vasta.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Andmeid ei saa üles laadida
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Kontrollige Interneti-ühendust. Kui see ei aita, kontrollige failivormingut ja failimahtu. Vastasel korral pöörduge administraatori poole.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Näib, et siin on vaba ruumi
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Tabelisätetes saate lisada veel veerge.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Te pole kalendrisse kedagi veel lisanud
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Kas soovite kellegi kohe lisada?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Teid on tunnustatud!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Jätkake head tööd!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Midagi pole veel plaanitud
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Selles ajavahemikus pole tegevusi.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Saadaval on filtrivalikud
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filtrid aitavad keskenduda teie jaoks kõige olulisemale.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Parema ülevaate saamiseks proovige kirjeid grupeerida
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Grupeerimiskategooriad leiate grupisätetest.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Tulemeid ei leitud
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Proovige filtrikriteeriume kohandada.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Me ei leia kahjuks seda lehte
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Kontrollige URL-i, mille abil te rakenduse kutsusite.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Valige oma veerulaius
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Veergude suurust saate muuta, kui lohistate veergude ääriseid.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Kas teile ei kuvata kõige olulisemaid kirjeid esimesena?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Valige sortimiskriteeriumid sortimissätetes.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Hästi tehtud!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Olete täitnud kõik oma õppeülesanded.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Kukutage failid siia
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Saate ka mitu faili korraga üles laadida.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Külgsisu
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Tietoja ei voida ladata.
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Tarkista Internet-yhteytesi. Jos tämä ei auta, yritä ladata uudelleen. Jos sekään ei auta, ota yhteys pääkäyttäjään.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Kuvaa ei voi ladata
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Kuvaa ei löydy määritetystä sijainnista tai palvelin ei vastaa.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Tietoja ei voida ladata.
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Tarkista Internet-yhteytesi. Jos tämä ei auta, tarkista tiedostomuoto ja tiedoston koko. Jos sekään ei auta, ota yhteys pääkäyttäjään.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Vapaata tilaa näyttää olevan
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Voit lisätä sarakkeita taulukon asetuksissa.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Et ole vielä lisännyt ketään kalenteriin.
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Haluatko lisätä jonkun nyt?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Olet saanut kiitosta!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Jatka hyvää työtä!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Ei vielä suunnitelmia
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Tällä aikavälillä ei ole toimintoja.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Suodatusvaihtoehtoja on käytettävissä
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Suodattimet auttavat keskittymään tärkeimpiin asioihin
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Kokeile kohteiden ryhmittelyä paremman yleiskatsauksen saamiseksi
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Voit valita ryhmittelyluokkia ryhmäasetuksissa.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Tuloksia ei löytynyt
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Yritä säätää suodatusperusteita.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Sivua ei valitettavasti löytynyt
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Tarkista URL, jota käytät sovelluksen kutsumiseen.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Valitse oma sarakeleveys
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Voit muuttaa sarakkeiden kokoa vetämällä sarakkeen reunaa.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Etkö näe kaikkein tärkeimpiä asioita ensimmäisinä?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Valitse lajitteluperusteet lajitteluasetuksissa.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Hienoa!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Suoritit kaikki oppimistehtäväsi loppuun.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Pudota tiedostot tähän
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Voit ladata myös useita tiedostoja kerralla.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Sivusisältö
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Impossible de charger les données
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Vérifiez votre connexion Internet. Sinon, essayez de recharger les données. Si le problème persiste, contactez votre administrateur.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Impossible de charger l'image
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=L'image n'a pas été trouvée à l'emplacement indiqué ou le serveur est inactif.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Impossible de charger les données
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Vérifiez votre connexion Internet. Si le problème persiste, vérifiez le format et la taille du fichier. Sinon, contactez votre administrateur.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Il semble y avoir de l'espace libre.
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Vous pouvez ajouter plus de colonnes dans les options de table.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Vous n'avez ajouté personne dans le calendrier pour le moment.
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Voulez-vous ajouter quelqu'un ?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Vous êtes apprécié(e) !
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Continuez votre excellent travail !
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Aucune activité planifiée pour le moment
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Aucune activité pour cette période
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Options de filtrage disponibles
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Les filtres vous permettent de vous concentrer sur ce qui est le plus pertinent pour vous.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Regroupez les éléments pour une meilleure synthèse.
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Vous pouvez opter pour le regroupement des catégories dans les options de groupe.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Aucun résultat trouvé
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Ajustez vos critères de filtre.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Désolé, la page est introuvable.
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Vérifiez l'URL utilisé pour appeler l'application.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Sélectionnez la largeur de vos colonnes.
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Vous pouvez redimensionner les colonnes en faisant glisser les bordures de colonnes.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Les éléments les plus importants ne sont pas affichés en premier ?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Sélectionnez les critères de tri dans les options de tri.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bien joué !
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Vous avez terminé toutes vos tâches d'apprentissage.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Déplacez les fichiers ici.
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Vous pouvez également charger plusieurs fichiers en même temps.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Contenu secondaire
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Impossible de charger les données
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Vérifiez votre connexion Internet. Sinon, essayez de recharger les données. Si le problème persiste, contactez l'administrateur.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Impossible de charger l'imae
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Nous n'avons pas trouvé l'image à l'emplacement spécifié, ou bien le serveur ne répond pas.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Impossible de téléverser les données
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Vérifiez votre connexion Internet. Si le problème persiste, vérifiez le format et la taille du fichier. Sinon, contactez votre administrateur.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Il semble y avoir de l'espace libre.
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Vous pouvez ajouter plus de colonnes dans les paramètres de table.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Vous n'avez ajouté personne dans le calendrier pour le moment.
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Voulez-vous ajouter quelqu'un?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Vous êtes apprécié(e)!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Continuez votre excellent travail!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Aucune activité planifiée pour le moment.
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Aucune activité pour cette période.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Options de filtrage disponibles
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Les filtres vous permettent de vous concentrer sur ce qui est le plus pertinent pour vous.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Regroupez les éléments pour une meilleure synthèse.
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Vous pouvez opter pour le regroupement des catégories dans les paramètres de groupe.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Aucun résultat trouvé
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Ajustez vos critères de filtre.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Désolé, la page est introuvable.
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Vérifiez l'URL utilisé pour appeler l'application.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Sélectionnez la largeur de vos colonnes.
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Vous pouvez redimensionner les colonnes en faisant glisser les bordures de colonnes.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Les éléments les plus importants ne sont pas affichés en premier?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Sélectionnez les critères de tri dans les paramètres de tri.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bien joué!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Vous avez terminé toutes vos tâches d'apprentissage.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Déplacez les fichiers ici.
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Vous pouvez également téléverser plusieurs fichiers en même temps.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Contenu latéral
|