@ui5/webcomponents-fiori 1.1.1 → 1.2.1
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 +50 -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 +1 -1
- package/dist/MediaGalleryItem.js +4 -5
- 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 +25 -8
- package/dist/Wizard.js +2 -2
- package/dist/WizardStep.js +3 -3
- package/dist/WizardTab.js +5 -5
- package/dist/api.json +183 -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_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_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 +1 -1
- package/src/MediaGalleryItem.js +4 -5
- 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 +25 -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_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=Tidak dapat memuat data
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Periksa koneksi internet Anda. Jika tidak membantu, coba muat ulang. Jika tidak membantu juga, hubungi administrator Anda.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Tidak dapat memuat gambar
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Kami tidak dapat menemukan gambar di lokasi yang ditentukan, atau server tidak merespons.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Tidak dapat mengunggah data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Periksa koneksi internet Anda. Jika hal itu tidak membantu, periksa format file dan ukuran file. Atau hubungi administrator Anda.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Sepertinya ada ruang kosong
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Anda dapat menambahkan lebih banyak kolom dalam pengaturan tabel.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Anda belum menambahkan siapa pun ke kalender
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Apakah Anda ingin menambahkan seseorang sekarang?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Terima kasih!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Teruslah bekerja dengan baik!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Belum ada yang direncanakan
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Tidak ada aktivitas dalam kurun waktu ini.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Opsi filter tersedia
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filter membantu Anda fokus pada apa yang paling relevan bagi Anda.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Cobalah mengelompokkan item untuk gambaran ikhtisar yang lebih baik
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Anda dapat memilih mengelompokkan kategori dalam pengaturan grup.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Tidak ditemukan hasil
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Cobalah menyesuaikan kriteria filter Anda.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Maaf, kami tidak dapat menemukan halaman ini
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Silakan periksa URL yang Anda gunakan untuk mengunjungi aplikasi.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Pilih lebar kolom Anda sendiri
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Anda dapat mengubah ukuran kolom dengan menyeret batas kolom.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Tidak melihat item yang paling penting terlebih dulu?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Pilih kriteria urutan dalam pengaturan urutan.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bagus sekali!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Anda menyelesaikan semua tugas belajar Anda.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Jatuhkan file di sini
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Anda juga dapat mengunggah beberapa file sekaligus.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Konten Sisi
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Impossibile caricare i dati
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Controlla la tua connessione Internet; se la situazione non cambia, ripeti il caricamento. Se anche questo non aiuta, contatta l'amministratore.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Impossibile caricare l'immagine
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=L'immagine non è stata trovata nell'ubicazione indicata o il server non risponde.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Impossibile caricare dati
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Controlla la tua connessione Internet; se non si tratta di quello, controlla il formato e la dimensione del file, altrimenti contatta l'amministratore.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Sembra che ci sia spazio libero
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=È possibile aggiungere altre colonne nelle impostazioni tabella.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Non hai ancora aggiunto nessuno al calendario
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Aggiungere qualcuno adesso?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Sei stato apprezzato!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Continua a lavorare bene!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Non è stato ancora pianificato nulla
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Non esistono attività in questo periodo.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Opzioni filtro disponibili
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=I filtri permettono di restringere la scelta a ciò che ti interessa maggiormente.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Cerca di raggruppare le posizioni per ottenere un riepilogo più chiaro
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=È possibile selezionare le categorie di raggruppamento nelle impostazioni del gruppo.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Nessun risultato trovato
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Cerca di adattare i criteri di filtro.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Purtroppo non è possibile trovare questa pagina
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verifica l'URL che stai utilizzando per chiamare l'app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Seleziona l’ampiezza della tua colonna
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=È possibile ridimensionare le colonne trascinandone i bordi.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Non visualizzi prima le posizioni più importanti?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Seleziona i criteri di classificazione nelle relative impostazioni.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bene!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Hai completato le attribuzioni di apprendimento.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Trascina i file qui
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=È possibile caricare anche più file in una volta.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Contenuto secondario
|
|
@@ -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=בדוק את כתובת ה-URL שבה השתמשת כדי לקרוא ליישום.
|
|
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=インターネット接続を確認してください。それが原因ではない場合は、リロードを試みてください。これでも解決できない場合は、管理者に問い合わせてください。
|
|
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=アプリの呼出に使用している URL をチェックしてください。
|
|
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=Интернет қосылымын тексеріңіз. Болмаса қайта жүктеп көріңіз. Бұл да көмектеспесе, әкімшімен бірге тексеріңіз.
|
|
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=Қолданбаны шақыру үшін пайдаланылатын URL тексеріңіз.
|
|
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=인터넷 연결을 확인하십시오. 문제가 해결되지 않으면 다시 로드해 보십시오. 여전히 문제가 해결되지 않을 경우에는 관리자에게 문의하십시오.
|
|
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=앱 호출에 사용 중인 URL을 확인하십시오.
|
|
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=Nepavyko įkelti duomenų
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Patikrinkite savo interneto ryšį. Jei tai nepadės, pabandykite pakartotinai įkelti. Jei tai taip pat nepadės, kreipkitės į savo administratorių.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Nepavyko įkelti atvaizdo
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Nepavyko rasti atvaizdo nurodytoje vietoje arba serveris nereaguoja.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Nepavyko įkelti duomenų
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Patikrinkite savo interneto ryšį. Jei tai nepadės, patikrinkite failo formatą ir dydį. Prireikus, kreipkitės į savo administratorių.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Panašu, kad yra laisvos vietos
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Lentelės parametruose galite pridėti daugiau stulpelių.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Dar nieko nepridėjote prie kalendoriaus
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Ar norite dabar kažką pridėti?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Buvote įvertinti!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Ir toliau taip gerai dirbkite!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Dar niekas nesuplanuota
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Šiame laikotarpyje nėra veiklų.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Prieinamos filtro parinktys
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filtrai padeda sutelkti dėmesį į tai, kas jums svarbiausia.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Pabandykite grupuoti elementus, kad pagerintumėte apžvalgą
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Grupavimo kategorijas galite pasirinkti grupavimo parametruose.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Rezultatų nerasta
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Pabandykite koreguoti savo filtravimo kriterijus.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Apgailestaujame, šio puslapio rasti nepavyko
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Patikrinkite taikomajai programai iškviesti naudojamą URL.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Pasirinkite savo stulpelio plotį
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Galite pakeisti stulpelių dydį, tempdami stulpelių kraštines.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Pirmiausia rodomi ne jums svarbiausi elementai?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Pasirinkite rūšiavimo kriterijus rūšiavimo parametruose.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Puikiai padirbėta!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Užbaigėte visas savo mokymų užduotis.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Nuvilkti failus čia
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Vienu metu galite įkelti kelis failus.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Papildomas turinys
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Nevar ielādēt datus
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Pārbaudiet interneta savienojumu. Ja tas nepalīdz, mēģiniet ielādēt atkārtoti. Ja arī tas nepalīdz, sazinieties ar savu administratoru.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Nevar ielādēt attēlu
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Norādītajā atrašanās vietā nevarējām atrast attēlu, vai serveris nereaģē.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Nevar augšupielādēt datus
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Pārbaudiet interneta savienojumu. Ja tas nepalīdz, pārbaudiet faila formātu un faila lielumu. Ja arī tas nepalīdz, sazinieties ar savu administratoru.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Izskatās, ka tur ir brīva vieta.
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Tabulas iestatījumos varat pievienot vairāk kolonnu.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Kalendāram vēl nevienu neesat pievienojis
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Vai vēlaties tūlīt kādu pievienot?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Esat saņēmis novērtējumu!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Lieliski, tā turpināt!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nekas vēl nav ieplānots
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Šajā laika posmā nav nevienas aktivitātes.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Ir pieejamas filtra iespējas
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filtri palīdz pievērst uzmanību vissvarīgākajam.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Mēģiniet grupēt elementus, lai iegūtu labāku pārskatu
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Grupēšanas kategorijas varat izvēlēties grupas iestatījumos.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Nav atrasts neviens rezultāts
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Mēģiniet koriģēt filtra kritērijus.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Diemžēl šo lapu nevaram atrast
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Lūdzu, pārbaudiet URL, ko izmantojat šīs lietojumprogrammas izsaukšanai.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Izvēlieties savu kolonnas platumu
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Varat mainīt kolonnas izmērus, velkot kolonnas robežas.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Vai vissvarīgākās pozīcijas netiek rādītas kā pirmās?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Kārtošanas iestatījumos izvēlieties kārtošanas kritērijus.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Lieliski!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Esat pabeidzis visus piešķirtos mācību vienumus.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Nometiet failus šeit
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Vienlaikus varat arī augšupielādēt vairākus failus.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Blakussaturs
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Tidak boleh memuat data
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Semak sambungan Internet anda. Jika tidak membantu, cuba muat semula. Sekiranya ia tidak membantu juga, semak dengan pentadbir anda.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Tidak boleh memuat imej
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Kami tidak dapat mencari imej pada lokasi tertentu atau pelayan tidak bertindak balas.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Tidak boleh memuat naik data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Semak sambungan Internet anda. Jika tidak membantu, semak format fail dan saiz fail. Jika tidak, hubungi pentadbir anda.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Terdapat ruang kosong
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Anda boleh menambahkan lebih lajur dalam tetapan jadual.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Anda belum menambahkan mana-mana individu pada kalendar lagi
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Adakah anda mahu menambah seseorang sekarang?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Anda telah dihargai!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Teruskan kerja yang hebat!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Tiada apa-apa yang dirancang lagi
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Tiada aktiviti dalam jangka masa ini.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Pilihan penapis tersedia
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Penapis membantu anda fokus pada perkara paling berkaitan untuk anda.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Cuba kumpulkan item untuk paparan keseluruhan lebih baik
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Anda boleh pilih kategori kumpulan dalam tetapan kumpulan.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Tiada hasil ditemui
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Cuba melaraskan kriteria penapis anda.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Maaf, kami tidak dapat menemui halaman ini
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Sila semak URL yang anda gunakan untuk memanggil aplikasi.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Pilih lebar lajur anda sendiri
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Anda boleh mengubah saiz lajur dengan menyeret sempadan lajur.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Tidak melihat item yang paling penting dahulu?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Pilih kriteria isihan dalam tetapan isihan.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Dilakukan dengan baik!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Anda telah selesaikan semua umpukan pembelajaran anda.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Lepaskan fail di sini
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Anda juga boleh memuat naik beberapa fail sekaligus.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Kandungan Tepi
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Gegevens kunnen niet worden geladen
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Controleer uw internetverbinding. Als die goed werkt, probeer de gegevens dan opnieuw te laden. Als dat ook niet helpt, kunt u contact opnemen met de beheerder.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Afbeelding kan niet worden geladen
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Afbeelding is niet gevonden op de opgegeven locatie of de server reageert niet.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Er kunnen geen gegevens worden geüpload
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Controleer uw internetverbinding. Als die goed werkt, controleer dan de bestandsindeling en de bestandsgrootte. Als dat ook niet helpt, kunt u contact opnemen met de beheerder.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Het lijkt erop dat er vrije ruimte beschikbaar is
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=U kunt meer kolommen toevoegen in de tabelinstellingen.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=U hebt nog niemand aan de kalender toegevoegd
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Wilt u nu iemand toevoegen?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=U wordt gewaardeerd!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Ga zo door!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nog niets gepland
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Er zijn geen activiteiten in dit tijdvak.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Er zijn filteropties beschikbaar
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filters helpen u te focussen op wat het meest relevant voor u is.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Probeer elementen te groeperen voor een beter overzicht
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=U kunt groeperingscategorieën selecteren in de groepsinstellingen.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Geen resultaten gevonden
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Probeer uw filtercriteria aan te passen.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Deze pagina kan niet worden gevonden.
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Controleer de URL die u gebruikt om de app op te roepen.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Kies uw eigen kolombreedte.
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=U kunt de grootte van de kolommen aanpassen door de kolomranden te verslepen.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Worden de belangrijkste elementen niet als eerste weergegeven?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Selecteer de sorteercriteria in de sorteerinstellingen.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Goed gedaan!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=U hebt al uw trainingsopdrachten voltooid.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Bestanden hier neerzetten
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=U kunt ook meerdere bestanden tegelijk uploaden.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Neveninhoud
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Kan ikke laste data
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Kontroller Internett-forbindelsen. Hvis feilen ikke ligger der, kan du prøve å laste på nytt. Hvis heller ikke det hjelper, kontakter du administratoren.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Kan ikke laste bildet
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Vi finner ikke bildet på oppgitt lagringssted, eller serveren svarer ikke.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Kan ikke laste opp data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Kontroller Internett-forbindelsen. Hvis den fungerer, kan du kontrollere filformatet og filstørrelsen. Ellers kontakter du administratoren.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Ser ut som det er ledig plass
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Du kan legge til flere kolonner i tabellinnstillingene.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Du har ikke lagt til noen i kalenderen ennå
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Vil du legge til noen nå?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Noen har satt pris på innsatsen din.
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Bra jobbet, fortsett slik!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Ingenting planlagt ennå
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Det finnes ingen aktiviteter i denne tidsrammen.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Det finnes filteralternativer
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Ved hjelp av filtre kan du fokusere på det som er mest relevant for deg.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Du kan gruppere elementer for å få bedre oversikt
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Du kan velge grupperingskategorier i gruppeinnstillingene.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Finner ingen resultater
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Se om det hjelper å endre filterkriteriene.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Beklager, finner ikke denne siden
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Kontroller URL-adressen du bruker for å anrope appen.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Velg ønsket kolonnebredde
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Du kan endre størrelsen på kolonner ved å dra i kantlinjene til kolonnene.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Vises ikke de viktigste elementene først?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Velg sorteringskriterier i sorteringsinnstillingene.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bra jobbet!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Du har fullført alle opplæringsoppgavene.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Dra filer hit
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Du kan også laste opp flere filer samtidig.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Sideinnhold
|