@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=Деректі жүктеу мүмкін емес
|
|
|
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
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Nie można wczytać danych
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Sprawdź połączenie z Internetem. Jeśli połączenie działa prawidłowo, spróbuj wczytać ponownie. Jeśli to nie pomoże, skontaktuj się z administratorem.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Nie można wczytać obrazu
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Nie można znaleźć obrazu w podanej lokalizacji lub serwer nie odpowiada.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Nie można przesłać danych
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Sprawdź połączenie z Internetem. Jeśli połączenie działa prawidłowo, sprawdź format i rozmiar pliku. Jeśli to nie pomoże, skontaktuj się z administratorem.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Wygląda na to, że dostępne jest wolne miejsce.
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Możesz dodać więcej kolumn w ustawieniach tabeli.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Nie dodano jeszcze nikogo do kalendarza
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Czy chcesz teraz kogoś dodać?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Brawo, świetna praca!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Trzymaj tak dalej!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Jeszcze niczego nie zaplanowano
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Brak działań w tym okresie.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Dostępne są opcje filtra
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filtry pomagają się skupić na najistotniejszych rzeczach.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Spróbuj pogrupować pozycje, aby uzyskać lepszy przegląd
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Typy grupowania możesz wybrać w ustawieniach grupy.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Nie znaleziono wyników
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Spróbuj dostosować kryteria filtrowania.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Przepraszamy, nie możemy znaleźć tej strony
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Sprawdź adres URL używany do wywołania aplikacji.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Wybierz własną szerokość kolumny
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Możesz zmieniać rozmiary kolumn, przeciągając ramki kolumn.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Najważniejsze pozycje nie są widoczne jako pierwsze?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Wybierz kryteria sortowania w ustawieniach sortowania.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Brawo!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Wszystkie przypisania szkoleniowe zostały zakończone.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Upuść pliki w tym miejscu
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Możesz również przesłać kilka plików naraz.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Treść boczna
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Não é possível carregar dados
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Verifique sua conexão de Internet. Se isso não ajudar, tente recarregar. Se isso ainda não ajudar, verifique com seu administrador.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Impossível carregar imagem
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Não foi possível encontrar a imagem na localização indicada ou o servidor não está respondendo.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Não é possível carregar dados
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Verifique a sua conexão de Internet. Se isso não ajudar, verifique o formato e o tamanho do file. Caso contrário, contate o seu administrador.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Parece que existe espaço livre
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Você pode adicionar mais colunas nas configurações da tabela.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Você ainda não adicionou ninguém ao calendário
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Você quer adicionar alguém agora?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Obrigado!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Mantenha o excelente trabalho!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Ainda nada planejado
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Não existem atividades neste período.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Estão disponíveis opções de filtro
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Os filtros ajudam você a se concentrar no que é mais importante.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Tente agrupar itens para uma síntese melhor
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Você pode optar por agrupar categorias nas configurações do grupo.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Nenhum resultado encontrado
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Tente ajustar seus critérios de filtragem.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Não foi possível encontrar essa página
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verifique o URL que está sendo utilizado para chamar o app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Escolha sua própria largura de coluna
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Você pode redimensionar as colunas, arrastando as bordas da coluna.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Não está vendo os itens mais importantes primeiro?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Escolha os critérios de ordenação nas configurações da ordenação.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Muito bem!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Você concluiu todas as suas atribuições de aprendizagem.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Soltar arquivos aqui
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Você também pode carregar vários arquivos de uma só vez.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Conteúdo secundário
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Impossível carregar dados
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Verifique a ligação à Internet. Se isso não ajudar, tente recarregar. Se isso também não ajudar, verifique com o administrador.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Impossível carregar imagem
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Não foi possível localizar a imagem na localização especificada ou o servidor não está a responder.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Impossível carregar dados
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Verifique a ligação à Internet. Se esse não for o problema, verifique o formato e o tamanho do ficheiro. Caso contrário, contacte o administrador.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Parece que existe espaço livre
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Pode adicionar mais colunas nas definições da tabela.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Ainda não adicionou ninguém ao calendário
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Quer adicionar alguém agora?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Obrigado!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Continue com o bom trabalho!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Ainda nada planeado
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Não existem atividades neste período.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Estão disponíveis opções de filtro
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Os filtros ajudam-no a se concentrar no que é mais importante para si.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Tente agrupar os itens para uma melhor descrição geral
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Pode optar por agrupar as categorias nas definições do grupo.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Não foram encontrados resultados
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Tente ajustar os seus critérios de filtragem.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Não conseguimos encontrar esta página
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verifique o URL que está a usar para chamar a aplicação.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Escolha a sua própria largura de coluna
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Pode redimensionar as colunas, arrastando os limites da coluna.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Não está a ver os itens mais importantes primeiro?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Escolha os critérios de ordenação nas definições da ordenação.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Bom trabalho!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Concluiu todas as suas atribuições de aprendizagem.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Arraste ficheiros para aqui
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Também pode carregar vários ficheiros de uma só vez.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Conteúdo secundário
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Imposibil de încărcat datele
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Verificați conexiunea dvs. la internet. Dacă acest lucru nu este util, încercați să reîncărcați. Dacă nici această acțiune nu ajută, consultați-vă cu administratorul.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Imposibil de încărcat imaginea
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=Nu am putut găsi imaginea în locația specificată sau serverul nu răspunde.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Imposibil de încărcat datele
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Verificați conexiunea dvs. la internet. Dacă acest lucru nu este util, verificați formatul de fișier și mărimea fișierului. Altfel, contactați administratorul.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Se pare că există spațiu liber
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=Acum puteți adăuga mai multe coloane în setările de tabel.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=Încă nu ați adăugat pe nimeni în calendar
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Doriți să adăugați pe cineva acum?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=Ați fost apreciat!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Continuați să faceți o muncă extraordinară!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Încă nu e nimic planificat
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Nu există activități în acest interval.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Opțiuni de filtrare sunt disponibile
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filtrele vă ajută să vă concentrați la ceea ce este mai relevant pentru dvs.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Încercați să grupați poziții pentru o imagine generală mai bună
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=Puteți alege categoriile de grupare din setările de grupare.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=Fără rezultate găsite
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Încercați să ajustați criteriile de filtrare.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Nu putem găsi această pagină
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Verificați URL-ul pe care îl utilizați pt.a apela aplicația.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Alegeți propria lățime de coloană
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=Puteți redimensiona coloanele trăgând marginile acestora.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Nu vedeți cele mai importante poziții mai întâi?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Alegeți criteriile de sortare în setările de sortare.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Ați făcut o treabă bună!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=Ați terminat toate alocările de învățare.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Drop fișiere aici
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=Puteți de asemenea încărca mai multe fișiere simultan.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Conținut lateral
|