@testgorilla/tgo-ui 2.5.2 → 2.5.3
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/README.md +7 -0
- package/components/empty-state/empty-state.component.d.ts +1 -1
- package/components/table/table.component.d.ts +2 -2
- package/esm2022/components/accordion/accordion.component.mjs +1 -1
- package/esm2022/components/accordion/accordion.component.module.mjs +1 -1
- package/esm2022/components/accordion/accordion.model.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.component.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.component.module.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.model.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.component.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.component.module.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.model.mjs +1 -1
- package/esm2022/components/autocomplete/includes.pipe.mjs +1 -1
- package/esm2022/components/autocomplete/transform-Item.pipe.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.module.mjs +1 -1
- package/esm2022/components/avatar/avatar.model.mjs +1 -1
- package/esm2022/components/badge/badge.component.mjs +1 -1
- package/esm2022/components/badge/badge.component.module.mjs +1 -1
- package/esm2022/components/badge/badge.model.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +1 -1
- package/esm2022/components/button/button.component.module.mjs +1 -1
- package/esm2022/components/button/button.model.mjs +1 -1
- package/esm2022/components/card/card.component.mjs +1 -1
- package/esm2022/components/card/card.component.module.mjs +1 -1
- package/esm2022/components/card/card.model.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.module.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.module.mjs +1 -1
- package/esm2022/components/datepicker/no-date-format.directive.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.component.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.model.mjs +1 -1
- package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +1 -1
- package/esm2022/components/deprecated-table/pipes/data-property-getter.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.module.mjs +1 -1
- package/esm2022/components/dialog/dialog.service.mjs +1 -1
- package/esm2022/components/divider/divider.component.mjs +1 -1
- package/esm2022/components/divider/divider.component.module.mjs +1 -1
- package/esm2022/components/divider/divider.model.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.module.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.model.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.component.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.component.module.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.model.mjs +1 -1
- package/esm2022/components/field/field.component.mjs +1 -1
- package/esm2022/components/field/field.component.module.mjs +1 -1
- package/esm2022/components/field/field.model.mjs +1 -1
- package/esm2022/components/file-upload/file-upload.component.mjs +1 -1
- package/esm2022/components/file-upload/file-upload.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.component.mjs +1 -1
- package/esm2022/components/icon/icon.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.config.mjs +1 -1
- package/esm2022/components/icon/icon.model.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.component.mjs +1 -1
- package/esm2022/components/logo/logo.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.model.mjs +1 -1
- package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +1 -1
- package/esm2022/components/navbar/navbar.component.mjs +1 -1
- package/esm2022/components/navbar/navbar.component.module.mjs +1 -1
- package/esm2022/components/navbar/navbar.model.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.model.mjs +1 -1
- package/esm2022/components/page-header/page-header.component.mjs +1 -1
- package/esm2022/components/page-header/page-header.component.module.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.module.mjs +1 -1
- package/esm2022/components/password-criteria/password.component.mjs +1 -1
- package/esm2022/components/password-criteria/password.component.module.mjs +1 -1
- package/esm2022/components/phone-input/join-strings.pipe.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.component.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.component.module.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.model.mjs +1 -1
- package/esm2022/components/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/components/progress-bar/progress-bar.component.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.component.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.component.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.model.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.component.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.component.module.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.model.mjs +1 -1
- package/esm2022/components/rating/half-star.pipe.mjs +1 -1
- package/esm2022/components/rating/rating.component.mjs +1 -1
- package/esm2022/components/rating/rating.component.module.mjs +1 -1
- package/esm2022/components/scale/scale.component.mjs +1 -1
- package/esm2022/components/scale/scale.component.module.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.model.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.component.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.component.module.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.model.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.component.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.component.module.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.model.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.service.mjs +1 -1
- package/esm2022/components/skeleton/skeleton.component.mjs +1 -1
- package/esm2022/components/skeleton/skeleton.model.mjs +1 -1
- package/esm2022/components/slider/slider.component.mjs +1 -1
- package/esm2022/components/slider/slider.component.module.mjs +1 -1
- package/esm2022/components/slider/slider.model.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.component.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.component.module.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.model.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.service.mjs +1 -1
- package/esm2022/components/spinner/spinner.component.mjs +1 -1
- package/esm2022/components/spinner/spinner.model.mjs +1 -1
- package/esm2022/components/spinner/spinner.module.mjs +1 -1
- package/esm2022/components/step/step.component.mjs +1 -1
- package/esm2022/components/step/step.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.model.mjs +1 -1
- package/esm2022/components/table/sentence-case.pipe.mjs +1 -1
- package/esm2022/components/table/table.component.mjs +5 -5
- package/esm2022/components/table/table.component.module.mjs +1 -1
- package/esm2022/components/table/table.model.mjs +1 -1
- package/esm2022/components/tabs/tab.directive.mjs +1 -1
- package/esm2022/components/tabs/tabs.component.mjs +1 -1
- package/esm2022/components/tabs/tabs.component.module.mjs +1 -1
- package/esm2022/components/tabs/tabs.model.mjs +1 -1
- package/esm2022/components/tag/tag.component.mjs +1 -1
- package/esm2022/components/tag/tag.component.module.mjs +1 -1
- package/esm2022/components/tag/tag.model.mjs +1 -1
- package/esm2022/components/toggle/toggle.component.mjs +1 -1
- package/esm2022/components/toggle/toggle.component.module.mjs +1 -1
- package/esm2022/components/toggle/toggle.model.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.module.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.model.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.component.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.model.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.module.mjs +1 -1
- package/esm2022/directives/digits-only.directive.mjs +1 -1
- package/esm2022/directives/drag-drop.directive.mjs +1 -1
- package/esm2022/directives/ellipse-text.directive.mjs +1 -1
- package/esm2022/directives/select-text.directive.mjs +1 -1
- package/esm2022/directives/step-line-width.directive.mjs +1 -1
- package/esm2022/models/application-theme.model.mjs +1 -1
- package/esm2022/models/screen-breakpoints.model.mjs +1 -1
- package/esm2022/pipes/has-validation-error.pipe.mjs +1 -1
- package/esm2022/pipes/name-initials.pipe.mjs +1 -1
- package/esm2022/pipes/ui-translate.pipe.mjs +1 -1
- package/esm2022/providers/is-mobile.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/testgorilla-tgo-ui.mjs +1 -1
- package/esm2022/utils/alert-bar.model.mjs +1 -1
- package/esm2022/utils/alert-bars.utils.mjs +1 -1
- package/esm2022/utils/autocomplete-utils.mjs +1 -1
- package/esm2022/utils/color-contrast.mjs +1 -1
- package/esm2022/utils/localization/language.model.mjs +1 -1
- package/esm2022/utils/localization/language.service.mjs +1 -1
- package/esm2022/utils/table.utils.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/i18n/da-dk.json +0 -77
- package/src/assets/i18n/de.json +0 -77
- package/src/assets/i18n/en.json +0 -97
- package/src/assets/i18n/es.json +0 -77
- package/src/assets/i18n/fr.json +0 -77
- package/src/assets/i18n/it-it.json +0 -77
- package/src/assets/i18n/ja-jp.json +0 -77
- package/src/assets/i18n/nb-no.json +0 -77
- package/src/assets/i18n/nl.json +0 -77
- package/src/assets/i18n/pl-pl.json +0 -77
- package/src/assets/i18n/pt-br.json +0 -77
- package/src/assets/i18n/src/assets/i18n/da-dk.json +0 -26
- package/src/assets/i18n/src/assets/i18n/de.json +0 -26
- package/src/assets/i18n/src/assets/i18n/es.json +0 -26
- package/src/assets/i18n/src/assets/i18n/fr.json +0 -26
- package/src/assets/i18n/src/assets/i18n/it-it.json +0 -26
- package/src/assets/i18n/src/assets/i18n/ja-jp.json +0 -26
- package/src/assets/i18n/src/assets/i18n/nb-no.json +0 -26
- package/src/assets/i18n/src/assets/i18n/nl.json +0 -26
- package/src/assets/i18n/src/assets/i18n/pl-pl.json +0 -26
- package/src/assets/i18n/src/assets/i18n/pt-br.json +0 -26
- package/src/assets/i18n/src/assets/i18n/sv-se.json +0 -26
- package/src/assets/i18n/sv-se.json +0 -77
- package/src/assets/icons/Add.svg +0 -3
- package/src/assets/icons/Archive.svg +0 -3
- package/src/assets/icons/Arrow_down.svg +0 -3
- package/src/assets/icons/Arrow_left.svg +0 -3
- package/src/assets/icons/Arrow_right.svg +0 -3
- package/src/assets/icons/Arrow_up.svg +0 -3
- package/src/assets/icons/Assessment.svg +0 -3
- package/src/assets/icons/Attempts.svg +0 -3
- package/src/assets/icons/Book.svg +0 -3
- package/src/assets/icons/Calendar.svg +0 -3
- package/src/assets/icons/Candidates.svg +0 -8
- package/src/assets/icons/Chat-notifications.svg +0 -4
- package/src/assets/icons/Chat.svg +0 -3
- package/src/assets/icons/Check.svg +0 -3
- package/src/assets/icons/Clone.svg +0 -3
- package/src/assets/icons/Close.svg +0 -3
- package/src/assets/icons/Code.svg +0 -3
- package/src/assets/icons/Company.svg +0 -3
- package/src/assets/icons/Copy.svg +0 -3
- package/src/assets/icons/Custom-questions.svg +0 -3
- package/src/assets/icons/Delete.svg +0 -3
- package/src/assets/icons/Devices.svg +0 -3
- package/src/assets/icons/Document.svg +0 -3
- package/src/assets/icons/Download.svg +0 -3
- package/src/assets/icons/Edit.svg +0 -3
- package/src/assets/icons/Email-message.svg +0 -3
- package/src/assets/icons/Employee.svg +0 -13
- package/src/assets/icons/Empty-placeholder.svg +0 -3
- package/src/assets/icons/Error.svg +0 -3
- package/src/assets/icons/Essay.svg +0 -3
- package/src/assets/icons/Eye-hide.svg +0 -3
- package/src/assets/icons/Eye-view.svg +0 -3
- package/src/assets/icons/Feedback-1.svg +0 -3
- package/src/assets/icons/Feedback-2.svg +0 -3
- package/src/assets/icons/Feedback-3.svg +0 -6
- package/src/assets/icons/Feedback-4.svg +0 -3
- package/src/assets/icons/Feedback-5.svg +0 -3
- package/src/assets/icons/File-attach.svg +0 -3
- package/src/assets/icons/File-upload.svg +0 -3
- package/src/assets/icons/Filter.svg +0 -3
- package/src/assets/icons/Fire.svg +0 -10
- package/src/assets/icons/Folder.svg +0 -3
- package/src/assets/icons/Format-add-file.svg +0 -3
- package/src/assets/icons/Format-add-table.svg +0 -3
- package/src/assets/icons/Format-align-L.svg +0 -3
- package/src/assets/icons/Format-align-R.svg +0 -3
- package/src/assets/icons/Format-align-center.svg +0 -3
- package/src/assets/icons/Format-align-justify.svg +0 -3
- package/src/assets/icons/Format-bold.svg +0 -3
- package/src/assets/icons/Format-code-active.svg +0 -3
- package/src/assets/icons/Format-code-block.svg +0 -3
- package/src/assets/icons/Format-edit-table.svg +0 -3
- package/src/assets/icons/Format-format.svg +0 -3
- package/src/assets/icons/Format-function.svg +0 -3
- package/src/assets/icons/Format-italics.svg +0 -3
- package/src/assets/icons/Format-list-bulleted.svg +0 -3
- package/src/assets/icons/Format-list-numbered.svg +0 -3
- package/src/assets/icons/Format-picker.svg +0 -3
- package/src/assets/icons/Format-quote.svg +0 -3
- package/src/assets/icons/Format-subscript.svg +0 -3
- package/src/assets/icons/Format-superscript.svg +0 -3
- package/src/assets/icons/Format-text-direction-L.svg +0 -3
- package/src/assets/icons/Format-text-direction-R.svg +0 -3
- package/src/assets/icons/Format-text-size.svg +0 -3
- package/src/assets/icons/Format-underline.svg +0 -3
- package/src/assets/icons/Format-variable.svg +0 -3
- package/src/assets/icons/Full-screen.svg +0 -3
- package/src/assets/icons/Gender-female.svg +0 -3
- package/src/assets/icons/Gender-male.svg +0 -3
- package/src/assets/icons/Gift.svg +0 -7
- package/src/assets/icons/Google.svg +0 -6
- package/src/assets/icons/Grab.svg +0 -3
- package/src/assets/icons/Help-2.svg +0 -3
- package/src/assets/icons/Help.svg +0 -3
- package/src/assets/icons/Image.svg +0 -3
- package/src/assets/icons/Info.svg +0 -3
- package/src/assets/icons/Integration.svg +0 -3
- package/src/assets/icons/Language.svg +0 -3
- package/src/assets/icons/Layout.svg +0 -3
- package/src/assets/icons/Learn.svg +0 -3
- package/src/assets/icons/Level.svg +0 -3
- package/src/assets/icons/Light-bulb.svg +0 -3
- package/src/assets/icons/Link.svg +0 -3
- package/src/assets/icons/Loading-spinner.svg +0 -10
- package/src/assets/icons/Localisation.svg +0 -3
- package/src/assets/icons/Location.svg +0 -3
- package/src/assets/icons/Lock.svg +0 -3
- package/src/assets/icons/Log-out.svg +0 -3
- package/src/assets/icons/Menu-burger.svg +0 -3
- package/src/assets/icons/Menu-ellipsis.svg +0 -3
- package/src/assets/icons/Microphone.svg +0 -3
- package/src/assets/icons/Minimize.svg +0 -3
- package/src/assets/icons/Minus.svg +0 -3
- package/src/assets/icons/Money-bag.svg +0 -10
- package/src/assets/icons/Mouse-cursor.svg +0 -3
- package/src/assets/icons/Mouse-grab-cursor.svg +0 -3
- package/src/assets/icons/Mouse.svg +0 -3
- package/src/assets/icons/Multi-choice.svg +0 -3
- package/src/assets/icons/Notifications.svg +0 -3
- package/src/assets/icons/Password.svg +0 -4
- package/src/assets/icons/Path.svg +0 -3
- package/src/assets/icons/Plan-billing.svg +0 -3
- package/src/assets/icons/Plus.svg +0 -3
- package/src/assets/icons/Premium.svg +0 -4
- package/src/assets/icons/Promotion.svg +0 -3
- package/src/assets/icons/Question-count.svg +0 -3
- package/src/assets/icons/Refer.svg +0 -3
- package/src/assets/icons/Reset.svg +0 -3
- package/src/assets/icons/Review.svg +0 -3
- package/src/assets/icons/Round-check-filled.svg +0 -3
- package/src/assets/icons/Round-check.svg +0 -3
- package/src/assets/icons/Search.svg +0 -3
- package/src/assets/icons/Secure-checkout.svg +0 -3
- package/src/assets/icons/Send.svg +0 -3
- package/src/assets/icons/Settings.svg +0 -8
- package/src/assets/icons/Share.svg +0 -3
- package/src/assets/icons/Social-facebook.svg +0 -3
- package/src/assets/icons/Social-instagram.svg +0 -3
- package/src/assets/icons/Social-linkedin.svg +0 -3
- package/src/assets/icons/Sorting-down-1.svg +0 -3
- package/src/assets/icons/Sorting-down.svg +0 -3
- package/src/assets/icons/Sparkles.svg +0 -18
- package/src/assets/icons/Speedometer.svg +0 -3
- package/src/assets/icons/Star-filled.svg +0 -3
- package/src/assets/icons/Star-half.svg +0 -3
- package/src/assets/icons/Star-outline.svg +0 -3
- package/src/assets/icons/Suitcase.svg +0 -11
- package/src/assets/icons/Support.svg +0 -3
- package/src/assets/icons/Sync.svg +0 -3
- package/src/assets/icons/Team.svg +0 -3
- package/src/assets/icons/Test.svg +0 -3
- package/src/assets/icons/Thunder.svg +0 -3
- package/src/assets/icons/Timer.svg +0 -3
- package/src/assets/icons/Type.svg +0 -3
- package/src/assets/icons/Unarchive.svg +0 -3
- package/src/assets/icons/Unlock.svg +0 -3
- package/src/assets/icons/Upgrade.svg +0 -3
- package/src/assets/icons/Upload.svg +0 -3
- package/src/assets/icons/User-access.svg +0 -3
- package/src/assets/icons/User-add.svg +0 -3
- package/src/assets/icons/User-invite.svg +0 -3
- package/src/assets/icons/User-profile.svg +0 -3
- package/src/assets/icons/User-reject.svg +0 -4
- package/src/assets/icons/User-switch.svg +0 -3
- package/src/assets/icons/Video-pause.svg +0 -3
- package/src/assets/icons/Video-play.svg +0 -3
- package/src/assets/icons/Video-record.svg +0 -3
- package/src/assets/icons/Video-stop.svg +0 -3
- package/src/assets/icons/Video.svg +0 -3
- package/src/assets/icons/Volume.svg +0 -3
- package/src/assets/icons/Warning.svg +0 -3
- package/src/assets/icons/Zoom-in.svg +0 -6
- package/src/assets/icons/Zoom-out.svg +0 -5
- package/src/assets/icons/rating-icons/Star-filled-disabled.svg +0 -3
- package/src/assets/icons/rating-icons/Star-filled.svg +0 -3
- package/src/assets/icons/rating-icons/Star-half.svg +0 -3
- package/src/assets/icons/rating-icons/Star-outline.svg +0 -3
- package/src/assets/icons/rebrand/Add-filled.svg +0 -3
- package/src/assets/icons/rebrand/Add-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Archive-filled.svg +0 -3
- package/src/assets/icons/rebrand/Archive-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-down-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-down-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-left-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-left-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-right-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-right-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-up-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-up-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-down-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-down-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-up-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-up-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Assessment-filled.svg +0 -3
- package/src/assets/icons/rebrand/Assessment-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Attach-filled.svg +0 -3
- package/src/assets/icons/rebrand/Attach-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Attempts-filled.svg +0 -3
- package/src/assets/icons/rebrand/Attempts-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Book-filled.svg +0 -3
- package/src/assets/icons/rebrand/Book-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Calendar-filled.svg +0 -3
- package/src/assets/icons/rebrand/Calendar-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Candidates-filled.svg +0 -3
- package/src/assets/icons/rebrand/Candidates-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Chat-filled.svg +0 -3
- package/src/assets/icons/rebrand/Chat-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Check-filled.svg +0 -3
- package/src/assets/icons/rebrand/Check-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Check-round-filled.svg +0 -3
- package/src/assets/icons/rebrand/Check-round-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Clone-filled.svg +0 -3
- package/src/assets/icons/rebrand/Clone-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Close-filled.svg +0 -3
- package/src/assets/icons/rebrand/Close-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Code-filled.svg +0 -3
- package/src/assets/icons/rebrand/Code-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Company-filled.svg +0 -3
- package/src/assets/icons/rebrand/Company-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Copy-filled.svg +0 -3
- package/src/assets/icons/rebrand/Copy-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Delete-filled.svg +0 -3
- package/src/assets/icons/rebrand/Delete-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Devices-filled.svg +0 -3
- package/src/assets/icons/rebrand/Devices-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Disconnected-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Document-filled.svg +0 -3
- package/src/assets/icons/rebrand/Document-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Download-filled.svg +0 -3
- package/src/assets/icons/rebrand/Download-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Edit-filled.svg +0 -3
- package/src/assets/icons/rebrand/Edit-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Edit-text-filled.svg +0 -3
- package/src/assets/icons/rebrand/Edit-text-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Employee-filled.svg +0 -3
- package/src/assets/icons/rebrand/Employee-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Empty-search-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Error-filled.svg +0 -3
- package/src/assets/icons/rebrand/Error-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Essay-filled.svg +0 -3
- package/src/assets/icons/rebrand/Essay-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Experience-filled.svg +0 -3
- package/src/assets/icons/rebrand/Experience-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Facebook-filled.svg +0 -3
- package/src/assets/icons/rebrand/Facebook-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Filter-filled.svg +0 -3
- package/src/assets/icons/rebrand/Filter-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Fire-filled.svg +0 -3
- package/src/assets/icons/rebrand/Fire-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Folder-filled.svg +0 -3
- package/src/assets/icons/rebrand/Folder-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Full-screen-filled.svg +0 -3
- package/src/assets/icons/rebrand/Full-screen-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gender-female-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gender-female-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gender-male-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gender-male-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gift-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gift-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Google-filled.svg +0 -6
- package/src/assets/icons/rebrand/Google-in-line.svg +0 -6
- package/src/assets/icons/rebrand/Grab-filled.svg +0 -3
- package/src/assets/icons/rebrand/Grab-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Help-filled.svg +0 -3
- package/src/assets/icons/rebrand/Help-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Hide-filled.svg +0 -3
- package/src/assets/icons/rebrand/Hide-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Image-filled.svg +0 -3
- package/src/assets/icons/rebrand/Image-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Info-filled.svg +0 -3
- package/src/assets/icons/rebrand/Info-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Instagram-filled.svg +0 -3
- package/src/assets/icons/rebrand/Instagram-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Integration-filled.svg +0 -3
- package/src/assets/icons/rebrand/Integration-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Invite-filled.svg +0 -3
- package/src/assets/icons/rebrand/Invite-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Language-filled.svg +0 -3
- package/src/assets/icons/rebrand/Language-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Layout-filled.svg +0 -3
- package/src/assets/icons/rebrand/Layout-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Learn-filled.svg +0 -3
- package/src/assets/icons/rebrand/Learn-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Level-filled.svg +0 -3
- package/src/assets/icons/rebrand/Level-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Light-bulb-filled.svg +0 -3
- package/src/assets/icons/rebrand/Light-bulb-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Link-filled.svg +0 -3
- package/src/assets/icons/rebrand/Link-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Linkedin-filled.svg +0 -3
- package/src/assets/icons/rebrand/Linkedin-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Localization-filled.svg +0 -3
- package/src/assets/icons/rebrand/Localization-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Location-filled.svg +0 -3
- package/src/assets/icons/rebrand/Location-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Lock-filled.svg +0 -3
- package/src/assets/icons/rebrand/Lock-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Logout-filled.svg +0 -3
- package/src/assets/icons/rebrand/Logout-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Lost-found-404-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Menu-burger-filled.svg +0 -3
- package/src/assets/icons/rebrand/Menu-burger-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Menu-ellipsis-filled.svg +0 -3
- package/src/assets/icons/rebrand/Menu-ellipsis-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Mic-filled.svg +0 -3
- package/src/assets/icons/rebrand/Mic-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Minimize-filled.svg +0 -3
- package/src/assets/icons/rebrand/Minimize-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Minus-filled.svg +0 -3
- package/src/assets/icons/rebrand/Minus-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Mouse-filled.svg +0 -3
- package/src/assets/icons/rebrand/Mouse-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Multi-choice-filled.svg +0 -3
- package/src/assets/icons/rebrand/Multi-choice-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Notification-bell-filled.svg +0 -3
- package/src/assets/icons/rebrand/Notification-bell-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Password-filled.svg +0 -3
- package/src/assets/icons/rebrand/Password-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Path-filled.svg +0 -3
- package/src/assets/icons/rebrand/Path-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Pause-filled.svg +0 -3
- package/src/assets/icons/rebrand/Pause-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Plan-billing-filled.svg +0 -3
- package/src/assets/icons/rebrand/Plan-billing-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Play-filled.svg +0 -3
- package/src/assets/icons/rebrand/Play-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Plus-filled.svg +0 -3
- package/src/assets/icons/rebrand/Plus-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Premium-circle-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Premium-filled.svg +0 -3
- package/src/assets/icons/rebrand/Premium-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Question-count-filled.svg +0 -3
- package/src/assets/icons/rebrand/Question-count-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Question-filled.svg +0 -3
- package/src/assets/icons/rebrand/Question-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Record-filled.svg +0 -3
- package/src/assets/icons/rebrand/Record-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Reject-filled.svg +0 -3
- package/src/assets/icons/rebrand/Reject-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Reset-filled.svg +0 -3
- package/src/assets/icons/rebrand/Reset-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-1-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-1-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-2-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-2-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-3-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-3-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-4-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-4-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-5-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-5-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-half-star-filled.svg +0 -5
- package/src/assets/icons/rebrand/Review-half-star-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Review-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-star-filled-disabled.svg +0 -5
- package/src/assets/icons/rebrand/Review-star-filled.svg +0 -5
- package/src/assets/icons/rebrand/Review-star-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Round-check-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Search-filled.svg +0 -3
- package/src/assets/icons/rebrand/Search-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Secure-filled.svg +0 -3
- package/src/assets/icons/rebrand/Secure-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Send-filled.svg +0 -3
- package/src/assets/icons/rebrand/Send-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Settings-filled.svg +0 -3
- package/src/assets/icons/rebrand/Settings-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Share-filled.svg +0 -3
- package/src/assets/icons/rebrand/Share-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Sparkle-filled.svg +0 -3
- package/src/assets/icons/rebrand/Sparkle-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Speedometer-filled.svg +0 -3
- package/src/assets/icons/rebrand/Speedometer-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Stop-filled.svg +0 -3
- package/src/assets/icons/rebrand/Stop-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Switch-filled.svg +0 -3
- package/src/assets/icons/rebrand/Switch-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Sync-filled.svg +0 -3
- package/src/assets/icons/rebrand/Sync-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Team-filled.svg +0 -3
- package/src/assets/icons/rebrand/Team-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Test-filled.svg +0 -3
- package/src/assets/icons/rebrand/Test-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Timer-filled.svg +0 -3
- package/src/assets/icons/rebrand/Timer-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Type-filled.svg +0 -3
- package/src/assets/icons/rebrand/Type-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Unarchive-filled.svg +0 -3
- package/src/assets/icons/rebrand/Unarchive-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Unlock-filled.svg +0 -3
- package/src/assets/icons/rebrand/Unlock-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Upgrade-filled.svg +0 -3
- package/src/assets/icons/rebrand/Upgrade-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Upload-filled.svg +0 -3
- package/src/assets/icons/rebrand/Upload-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-access-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-access-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-add-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-add-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-profile-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-profile-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Video-filled.svg +0 -3
- package/src/assets/icons/rebrand/Video-in-line.svg +0 -3
- package/src/assets/icons/rebrand/View-filled.svg +0 -3
- package/src/assets/icons/rebrand/View-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Volume-filled.svg +0 -3
- package/src/assets/icons/rebrand/Volume-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Warning-filled.svg +0 -3
- package/src/assets/icons/rebrand/Warning-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-in-filled.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-in-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-out-filled.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-out-in-line.svg +0 -3
- package/src/assets/images/Avatar.png +0 -0
- package/src/assets/images/empty-state-default.svg +0 -9
- package/src/assets/images/poweredbyTG.svg +0 -37
- package/src/assets/images/premium.png +0 -0
- package/src/assets/images/rebrand-last-step-icon-black.svg +0 -3
- package/src/assets/images/rebrand-last-step-icon-light.svg +0 -3
- package/src/assets/images/rebrand-logo/powered-by.svg +0 -22
- package/src/assets/images/rebrand-logo/primary_brandmark_pink.svg +0 -10
- package/src/assets/images/rebrand-logo/primary_lockup_pink.svg +0 -22
- package/src/assets/images/rebrand-logo/primary_wordmark_pink.svg +0 -21
- package/src/assets/images/rebrand-logo/secondary_brandmark_black.svg +0 -11
- package/src/assets/images/rebrand-logo/secondary_brandmark_cream.svg +0 -11
- package/src/assets/images/rebrand-logo/secondary_lockup_black.svg +0 -23
- package/src/assets/images/rebrand-logo/secondary_lockup_cream.svg +0 -23
- package/src/assets/images/rebrand-logo/secondary_wordmark_black.svg +0 -21
- package/src/assets/images/rebrand-logo/secondary_wordmark_cream.svg +0 -21
- package/src/assets/images/reverseTG.svg +0 -84
- package/src/assets/images/step-finish.svg +0 -6
- package/src/assets/images/testgorilla.svg +0 -76
- package/src/theme/_alert-bars.scss +0 -106
- package/src/theme/_breakpoints-mixin.scss +0 -12
- package/src/theme/_core.scss +0 -19
- package/src/theme/_font.scss +0 -95
- package/src/theme/_input.scss +0 -429
- package/src/theme/_lib-styles.scss +0 -35
- package/src/theme/_mat-paginator.scss +0 -59
- package/src/theme/_palette.scss +0 -108
- package/src/theme/_tooltip.scss +0 -149
- package/src/theme/_typography.scss +0 -261
- package/src/theme/_variables.scss +0 -151
- package/src/theme/fonts/ModernGothic-Black.otf +0 -0
- package/src/theme/fonts/ModernGothic-BlackItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Bold.otf +0 -0
- package/src/theme/fonts/ModernGothic-BoldItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Italic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Light.otf +0 -0
- package/src/theme/fonts/ModernGothic-LightItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Medium.otf +0 -0
- package/src/theme/fonts/ModernGothic-MediumItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Regular.otf +0 -0
- package/src/theme/fonts/ModernGothic-Thin.otf +0 -0
- package/src/theme/fonts/ModernGothic-ThinItalic.otf +0 -0
- package/src/theme/theme.scss +0 -50
package/src/assets/i18n/nl.json
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Negeren"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Geselecteerd ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Geselecteerd",
|
|
8
|
-
"SUGGESTED": "Aanbevolen",
|
|
9
|
-
"ALL_ITEMS": "Alle artikelen",
|
|
10
|
-
"NO_RESULTS_FOUND": "Geen resultaten gevonden."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Laatste stap"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Max. waarde ({{max}}) kan niet lager zijn dan de huidige min. waarde ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Min. waarde ({{min}}) kan niet meer zijn dan huidige max. waarde ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Startdatum",
|
|
21
|
-
"END_DATE": "Einddatum"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Toepassen",
|
|
25
|
-
"VALIDATE": "Controleren",
|
|
26
|
-
"YES": "Ja",
|
|
27
|
-
"NO": "Nee",
|
|
28
|
-
"CONTINUE": "Ga verder",
|
|
29
|
-
"NEXT": "Volgende",
|
|
30
|
-
"CLOSE": "Sluiten",
|
|
31
|
-
"THANK_YOU": "Hartelijk dank",
|
|
32
|
-
"CANCEL": "Annuleren",
|
|
33
|
-
"CONFIRM": "Bevestig",
|
|
34
|
-
"SUBMIT": "Indienen",
|
|
35
|
-
"EMAIL": "E-mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Verwijder",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Misschien",
|
|
40
|
-
"BACK": "Terug",
|
|
41
|
-
"SAVE": "Opslaan",
|
|
42
|
-
"SAVING": "Aan het opslaan",
|
|
43
|
-
"DELETE": "Verwijder",
|
|
44
|
-
"SELECT": "Selecteer",
|
|
45
|
-
"SEND": "Sturen",
|
|
46
|
-
"N\/A": "N.V.T.",
|
|
47
|
-
"EDIT": "Bewerken",
|
|
48
|
-
"SKIP": "Overslaan",
|
|
49
|
-
"SEARCH": "Zoeken",
|
|
50
|
-
"ROLE": "Rol",
|
|
51
|
-
"ALL": "Alle",
|
|
52
|
-
"OR_DIVIDER": "of",
|
|
53
|
-
"ADD": "Toevoegen",
|
|
54
|
-
"NO_RESULTS": "Geen resultaten",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Opschonen"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Dialoog sluiten"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Bekijk wachtwoord"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Slepen en neerzetten of",
|
|
67
|
-
"BROWSE": "Blader door",
|
|
68
|
-
"YOUR_FILES": "Uw bestanden",
|
|
69
|
-
"MAX_SIZE": "MB maximale bestandsgrootte.",
|
|
70
|
-
"UPLOADING": "Uploaden",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Ondersteunde bestandstypen:",
|
|
72
|
-
"CHANGE": "Veranderen"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Uitloggen"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Odrzuć"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Wybrano ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Wybrano",
|
|
8
|
-
"SUGGESTED": "Sugerowane",
|
|
9
|
-
"ALL_ITEMS": "Wszystkie",
|
|
10
|
-
"NO_RESULTS_FOUND": "Nie znaleziono żadnych wyników."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Ostatni krok"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Wartość maksymalna ({{max}}) nie może być mniejsza niż wartość minimalna ({{min}}).",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Wartość minimalna ({{min}}) nie może być większa niż wartość maksymalna ({{max}})."
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Data rozpoczęcia",
|
|
21
|
-
"END_DATE": "Data zakończenia"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Zastosuj",
|
|
25
|
-
"VALIDATE": "Zatwierdź",
|
|
26
|
-
"YES": "Tak",
|
|
27
|
-
"NO": "Nie",
|
|
28
|
-
"CONTINUE": "Kontynuuj",
|
|
29
|
-
"NEXT": "Następny",
|
|
30
|
-
"CLOSE": "Zamknij",
|
|
31
|
-
"THANK_YOU": "Dziękujemy",
|
|
32
|
-
"CANCEL": "Anuluj",
|
|
33
|
-
"CONFIRM": "Potwierdź",
|
|
34
|
-
"SUBMIT": "Prześlij",
|
|
35
|
-
"EMAIL": "E-mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Usuń",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Być może",
|
|
40
|
-
"BACK": "Powrót",
|
|
41
|
-
"SAVE": "Zapisz",
|
|
42
|
-
"SAVING": "Zapisywanie",
|
|
43
|
-
"DELETE": "Usuń",
|
|
44
|
-
"SELECT": "Wybierz",
|
|
45
|
-
"SEND": "Wyślij",
|
|
46
|
-
"N\/A": "Nie dotyczy",
|
|
47
|
-
"EDIT": "Edytuj",
|
|
48
|
-
"SKIP": "Pomiń",
|
|
49
|
-
"SEARCH": "Szukaj",
|
|
50
|
-
"ROLE": "Stanowisko",
|
|
51
|
-
"ALL": "Wszystkie",
|
|
52
|
-
"OR_DIVIDER": "lub",
|
|
53
|
-
"ADD": "Dodaj",
|
|
54
|
-
"NO_RESULTS": "Brak wyników",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Wyczyść"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Zamknij okno dialogowe"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Wyświetl hasło"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Przeciągnij i upuść lub",
|
|
67
|
-
"BROWSE": "Przeglądaj",
|
|
68
|
-
"YOUR_FILES": "Twoje pliki",
|
|
69
|
-
"MAX_SIZE": "Maksymalny rozmiar pliku w MB.",
|
|
70
|
-
"UPLOADING": "Przesyłanie",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Obsługiwane formaty plików:",
|
|
72
|
-
"CHANGE": "Zmień"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Wyloguj się"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Dispensar"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "({{numberSelected}}) selecionado(s)",
|
|
7
|
-
"SELECTED": "Selecionado",
|
|
8
|
-
"SUGGESTED": "Sugerido",
|
|
9
|
-
"ALL_ITEMS": "Todos os itens",
|
|
10
|
-
"NO_RESULTS_FOUND": "Não foram encontrados resultados."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Etapa final"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "O valor máximo ({{max}}) não pode ser inferior ao valor mínimo atual ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "O valor mínimo ({{min}}) não pode ser maior que o valor máximo atual ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Data de início",
|
|
21
|
-
"END_DATE": "Data final"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Aplicar",
|
|
25
|
-
"VALIDATE": "Validar",
|
|
26
|
-
"YES": "Sim",
|
|
27
|
-
"NO": "Não",
|
|
28
|
-
"CONTINUE": "Continuar",
|
|
29
|
-
"NEXT": "Próximo",
|
|
30
|
-
"CLOSE": "Fechar",
|
|
31
|
-
"THANK_YOU": "Obrigado(a)",
|
|
32
|
-
"CANCEL": "Cancelar",
|
|
33
|
-
"CONFIRM": "Confirmar",
|
|
34
|
-
"SUBMIT": "Enviar",
|
|
35
|
-
"EMAIL": "E-mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Remover",
|
|
38
|
-
"TEST": "teste",
|
|
39
|
-
"MAYBE": "Talvez",
|
|
40
|
-
"BACK": "Voltar",
|
|
41
|
-
"SAVE": "Salvar",
|
|
42
|
-
"SAVING": "Salvando",
|
|
43
|
-
"DELETE": "Excluir",
|
|
44
|
-
"SELECT": "Selecionar",
|
|
45
|
-
"SEND": "Enviar",
|
|
46
|
-
"N\/A": "N\/D",
|
|
47
|
-
"EDIT": "Editar",
|
|
48
|
-
"SKIP": "Pular",
|
|
49
|
-
"SEARCH": "Pesquisar",
|
|
50
|
-
"ROLE": "Cargo",
|
|
51
|
-
"ALL": "Tudo",
|
|
52
|
-
"OR_DIVIDER": "ou",
|
|
53
|
-
"ADD": "Adicionar",
|
|
54
|
-
"NO_RESULTS": "Nenhum resultado",
|
|
55
|
-
"MAX": "Máx.",
|
|
56
|
-
"MIN": "Mín.",
|
|
57
|
-
"CLEAR": "Limpar"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Fechar diálogo"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Exibir senha"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Arrastar e soltar ou",
|
|
67
|
-
"BROWSE": "Navegar",
|
|
68
|
-
"YOUR_FILES": "Seus arquivos",
|
|
69
|
-
"MAX_SIZE": "Tamanho máx. do arquivo em MB.",
|
|
70
|
-
"UPLOADING": "Enviando",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Tipos de arquivo suportados:",
|
|
72
|
-
"CHANGE": "Alterar"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Fazer logout"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Træk og slip filen her, eller klik for at uploade",
|
|
4
|
-
"MIN_SIZE": "MB min. filstørrelse",
|
|
5
|
-
"MIN_SIZE_ERROR": "Upload en fil, der er større end ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Indeholder mindst et lille bogstav",
|
|
9
|
-
"UPPERCASE": "Indeholder mindst et stort bogstav",
|
|
10
|
-
"NUMBER": "Indeholder mindst ét tal",
|
|
11
|
-
"SPECIAL_CHARACTER": "Indeholder mindst ét specialtegn",
|
|
12
|
-
"CHARACTERS": "Indeholder mindst 12 tegn",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Adgangskode"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Telefonnummer"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Dette felt er obligatorisk",
|
|
20
|
-
"REQUIRED_FIELD": "Dette felt er påkrævet - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Indtast venligst en værdi med en maksimal længde på ({{maxlength}}) tegn.",
|
|
22
|
-
"MIN_LENGTH": "Indtast venligst en værdi med en minimumslængde på ({{maxlength}}) tegn.",
|
|
23
|
-
"MAX": "Indtast venligst en værdi med en maksimal værdi på ({{max}})",
|
|
24
|
-
"MIN": "Indtast venligst en værdi med en minimumsværdi på ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Ziehen Sie die Datei hierher oder klicken Sie zum Hochladen",
|
|
4
|
-
"MIN_SIZE": "MB minimale Dateigröße",
|
|
5
|
-
"MIN_SIZE_ERROR": "Laden Sie eine Datei hoch, die größer ist als ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Enthält mindestens einen Kleinbuchstaben",
|
|
9
|
-
"UPPERCASE": "Enthält mindestens einen Großbuchstaben",
|
|
10
|
-
"NUMBER": "Enthält mindestens eine Zahl",
|
|
11
|
-
"SPECIAL_CHARACTER": "Enthält mindestens ein Sonderzeichen",
|
|
12
|
-
"CHARACTERS": "Enthält mindestens 12 Zeichen",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Passwort"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Telefonnummer"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Dieses Feld wird benötigt",
|
|
20
|
-
"REQUIRED_FIELD": "Dieses Feld ist erforderlich - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Bitte geben Sie einen Wert mit einer maximalen Länge von ({{maxlength}}) Zeichen ein.",
|
|
22
|
-
"MIN_LENGTH": "Bitte geben Sie einen Wert mit einer Mindestlänge von ({{maxlength}}) Zeichen ein.",
|
|
23
|
-
"MAX": "Bitte geben Sie einen Wert mit einem Höchstwert von ({{max}}) ein",
|
|
24
|
-
"MIN": "Bitte geben Sie einen Wert mit einem Mindestwert von ({{min}}) ein"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Arrastre y suelte el archivo aquí o haga clic para subirlo",
|
|
4
|
-
"MIN_SIZE": "Tamaño mínimo del archivo en MB",
|
|
5
|
-
"MIN_SIZE_ERROR": "Sube un archivo con un tamaño mayor a ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Contiene al menos una letra minúscula",
|
|
9
|
-
"UPPERCASE": "Contiene al menos una letra mayúscula",
|
|
10
|
-
"NUMBER": "Contiene al menos un número",
|
|
11
|
-
"SPECIAL_CHARACTER": "Contiene al menos un carácter especial.",
|
|
12
|
-
"CHARACTERS": "Contiene al menos 12 caracteres",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Contraseña"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Número de teléfono"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Este campo es obligatorio",
|
|
20
|
-
"REQUIRED_FIELD": "Este campo es obligatorio - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Por favor, introduce un valor con un máximo de ({{maxlength}}) caracteres",
|
|
22
|
-
"MIN_LENGTH": "Introduce un valor con un mínimo de ({{maxlength}}) caracteres",
|
|
23
|
-
"MAX": "Por favor, introduce un valor con un valor máximo de ({{max}})",
|
|
24
|
-
"MIN": "Por favor, introduce un valor con un valor mínimo de ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Glissez-déposez le fichier ici ou cliquez pour le télécharger",
|
|
4
|
-
"MIN_SIZE": "Taille minimale du fichier en Mo",
|
|
5
|
-
"MIN_SIZE_ERROR": "Téléchargez un fichier d'une taille supérieure à ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Contient au moins une minuscule",
|
|
9
|
-
"UPPERCASE": "Contient au moins une majuscule",
|
|
10
|
-
"NUMBER": "Contient au moins un chiffre",
|
|
11
|
-
"SPECIAL_CHARACTER": "Contient au moins un caractère spécial",
|
|
12
|
-
"CHARACTERS": "Contient au moins 12 caractères",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Mot de passe"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Numéro de téléphone"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Ce champ est obligatoire",
|
|
20
|
-
"REQUIRED_FIELD": "Ce champ est obligatoire - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Veuillez saisir un maximum de ({{maxlength}}) caractères.",
|
|
22
|
-
"MIN_LENGTH": "Veuillez saisir un minimum de ({{maxlength}}) caractères.",
|
|
23
|
-
"MAX": "Veuillez saisir une valeur maximum de ({{max}})",
|
|
24
|
-
"MIN": "Veuillez saisir une valeur minimum de ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Trascina e rilascia il file qui o clicca per caricarlo",
|
|
4
|
-
"MIN_SIZE": "Dimensione minima del file in MB",
|
|
5
|
-
"MIN_SIZE_ERROR": "Carica un file di dimensioni superiori a ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Contiene almeno una lettera minuscola",
|
|
9
|
-
"UPPERCASE": "Contiene almeno una lettera maiuscola",
|
|
10
|
-
"NUMBER": "Contiene almeno un numero",
|
|
11
|
-
"SPECIAL_CHARACTER": "Contiene almeno un carattere speciale",
|
|
12
|
-
"CHARACTERS": "Contiene almeno 12 caratteri",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Password"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Numero di telefono"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Questo campo è obbligatorio",
|
|
20
|
-
"REQUIRED_FIELD": "Questo campo è obbligatorio - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Inserisci un valore con una lunghezza massima di ({{maxlength}}) caratteri",
|
|
22
|
-
"MIN_LENGTH": "Inserisci un valore con una lunghezza minima di ({{maxlength}}) caratteri",
|
|
23
|
-
"MAX": "Inserisci un valore con un valore massimo di ({{max}})",
|
|
24
|
-
"MIN": "Inserisci un valore con un valore minimo di ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "こちらにファイルをドラッグ・アンド・ドロップするか、クリックしてアップロードしてください",
|
|
4
|
-
"MIN_SIZE": "MB以上のファイルサイズ",
|
|
5
|
-
"MIN_SIZE_ERROR": "({{min}}MB) より大きなファイルをアップロードしてください"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "少なくとも1つの小文字を含む",
|
|
9
|
-
"UPPERCASE": "少なくとも1つの大文字を含む",
|
|
10
|
-
"NUMBER": "少なくとも1つの数字を含む",
|
|
11
|
-
"SPECIAL_CHARACTER": "少なくとも1つの特殊文字を含む",
|
|
12
|
-
"CHARACTERS": "最低12文字以上である",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "パスワード"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "電話番号"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "このフィールドは必須です",
|
|
20
|
-
"REQUIRED_FIELD": "この欄は入力必須です - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "最大({{maxlength}})文字の値を入力してください",
|
|
22
|
-
"MIN_LENGTH": "最低({{maxlength}})文字の値を入力してください",
|
|
23
|
-
"MAX": "最大値({{max}})の値を入力してください",
|
|
24
|
-
"MIN": "最小値({{min}})の値を入力してください"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Dra og slipp filen her eller klikk for å laste den opp",
|
|
4
|
-
"MIN_SIZE": "MB minimum filstørrelse",
|
|
5
|
-
"MIN_SIZE_ERROR": "Last opp en fil som er større enn ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Inneholder minst én liten bokstav",
|
|
9
|
-
"UPPERCASE": "Inneholder minst én stor bokstav",
|
|
10
|
-
"NUMBER": "Inneholder minst ett tall",
|
|
11
|
-
"SPECIAL_CHARACTER": "Inneholder minst ett spesialtegn",
|
|
12
|
-
"CHARACTERS": "Inneholder minst 12 tegn",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Passord"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Telefonnummer"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Dette feltet er obligatorisk",
|
|
20
|
-
"REQUIRED_FIELD": "Dette feltet er obligatorisk - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Vennligst skriv inn en verdi med en maksimal lengde på ({{maxlength}}) tegn.",
|
|
22
|
-
"MIN_LENGTH": "Vennligst skriv inn en verdi med en minimumslengde på ({{maxlength}}) tegn.",
|
|
23
|
-
"MAX": "Vennligst skriv inn en verdi med en maksimumsverdi på ({{max}}).",
|
|
24
|
-
"MIN": "Vennligst skriv inn en verdi med en minimumsverdi på ({{min}})."
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Sleep het bestand hierheen of klik om te uploaden",
|
|
4
|
-
"MIN_SIZE": "MB min. bestandsgrootte",
|
|
5
|
-
"MIN_SIZE_ERROR": "Upload een bestand dat groter is dan ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Bevat ten minste één kleine letter",
|
|
9
|
-
"UPPERCASE": "Bevat ten minste één hoofdletter",
|
|
10
|
-
"NUMBER": "Bevat minstens één nummer",
|
|
11
|
-
"SPECIAL_CHARACTER": "Bevat minstens één speciaal teken",
|
|
12
|
-
"CHARACTERS": "Bevat ten minste 12 tekens",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Wachtwoord"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Telefoonnummer"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Dit veld is verplicht",
|
|
20
|
-
"REQUIRED_FIELD": "Dit veld is verplicht - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Voer een waarde in met een maximale lengte van ({{maxlength}}) tekens",
|
|
22
|
-
"MIN_LENGTH": "Voer een waarde in met een minimale lengte van ({{maxlength}}) tekens",
|
|
23
|
-
"MAX": "Voer een waarde in met een maximumwaarde van ({{max}})",
|
|
24
|
-
"MIN": "Voer een waarde in met een minimumwaarde van ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Przeciągnij i upuść tutaj plik lub kliknij, aby go przesłać",
|
|
4
|
-
"MIN_SIZE": "Minimalny rozmiar pliku w MB",
|
|
5
|
-
"MIN_SIZE_ERROR": "Prześlij plik większy niż ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Zawiera co najmniej jedną małą literę",
|
|
9
|
-
"UPPERCASE": "Zawiera co najmniej jedną wielką literę",
|
|
10
|
-
"NUMBER": "Zawiera co najmniej jedną cyfrę",
|
|
11
|
-
"SPECIAL_CHARACTER": "Zawiera co najmniej jeden znak specjalny",
|
|
12
|
-
"CHARACTERS": "Zawiera co najmniej 12 znaków",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Hasło"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Numer telefonu"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Wymagane jest wypełnienie tego pola.",
|
|
20
|
-
"REQUIRED_FIELD": "To pole jest wymagane - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Wprowadź wartość o maksymalnej długości ({{maxlength}}) znaków",
|
|
22
|
-
"MIN_LENGTH": "Wprowadź wartość o minimalnej długości ({{maxlength}}) znaków",
|
|
23
|
-
"MAX": "Wprowadź wartość równą lub nieprzekraczającą maksimum: ({{max}})",
|
|
24
|
-
"MIN": "Wprowadź wartość równą lub przekraczającą minimum: ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Arraste e solte o arquivo aqui ou clique para fazer upload",
|
|
4
|
-
"MIN_SIZE": "Tamanho mínimo do arquivo em MB",
|
|
5
|
-
"MIN_SIZE_ERROR": "Faça upload de um arquivo maior que ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Contém pelo menos uma letra minúscula",
|
|
9
|
-
"UPPERCASE": "Contém pelo menos uma letra maiúscula",
|
|
10
|
-
"NUMBER": "Contém pelo menos um número",
|
|
11
|
-
"SPECIAL_CHARACTER": "Contém pelo menos um caractere especial",
|
|
12
|
-
"CHARACTERS": "Contém pelo menos 12 caracteres",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Senha"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Telefone"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Este campo é obrigatório",
|
|
20
|
-
"REQUIRED_FIELD": "Este campo é obrigatório - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Digite um valor com no máximo ({{maxlength}}) caracteres",
|
|
22
|
-
"MIN_LENGTH": "Digite um valor com no mínimo ({{maxlength}}) caracteres",
|
|
23
|
-
"MAX": "Digite um valor com um valor máximo de ({{max}})",
|
|
24
|
-
"MIN": "Digite um valor com um valor mínimo de ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"FILE_UPLOAD": {
|
|
3
|
-
"DRAG_AND_DROP": "Dra och släpp filen här eller klicka för att ladda upp",
|
|
4
|
-
"MIN_SIZE": "MB minimum filstorlek",
|
|
5
|
-
"MIN_SIZE_ERROR": "Ladda upp en fil som är större än ({{min}} MB)"
|
|
6
|
-
},
|
|
7
|
-
"PASSWORD": {
|
|
8
|
-
"LOWERCASE": "Innehåller minst en gemen bokstav",
|
|
9
|
-
"UPPERCASE": "Innehåller minst en versal",
|
|
10
|
-
"NUMBER": "Innehåller minst ett nummer",
|
|
11
|
-
"SPECIAL_CHARACTER": "Innehåller minst ett specialtecken",
|
|
12
|
-
"CHARACTERS": "Innehåller minst 12 tecken",
|
|
13
|
-
"PASSWORD_PLACEHOLDER": "Lösenord"
|
|
14
|
-
},
|
|
15
|
-
"COMMON": {
|
|
16
|
-
"PHONE_NUMBER": "Telefonnummer"
|
|
17
|
-
},
|
|
18
|
-
"ERRORS": {
|
|
19
|
-
"REQUIRED": "Detta fält är obligatoriskt",
|
|
20
|
-
"REQUIRED_FIELD": "Detta fält är obligatoriskt - ({{label}})",
|
|
21
|
-
"MAX_LENGTH": "Ange ett värde med en maximal längd på ({{maxlength}}) tecken",
|
|
22
|
-
"MIN_LENGTH": "Ange ett värde med en minsta längd på ({{maxlength}}) tecken",
|
|
23
|
-
"MAX": "Ange ett värde med ett maximalt värde på ({{max}})",
|
|
24
|
-
"MIN": "Vänligen ange ett värde med ett minimivärde på ({{min}})"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Avfärda"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Valda ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Utvalda",
|
|
8
|
-
"SUGGESTED": "Föreslagna",
|
|
9
|
-
"ALL_ITEMS": "Alla föremål",
|
|
10
|
-
"NO_RESULTS_FOUND": "Inga resultat hittades."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Sista steget"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Maxvärde ({{max}}) kan inte vara mindre än aktuellt minvärde ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Minvärde ({{min}}) kan inte vara mer än aktuellt maxvärde ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Startdatum",
|
|
21
|
-
"END_DATE": "Slutdatum"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Tillämpa",
|
|
25
|
-
"VALIDATE": "Validera",
|
|
26
|
-
"YES": "Ja",
|
|
27
|
-
"NO": "Nej",
|
|
28
|
-
"CONTINUE": "Fortsätt",
|
|
29
|
-
"NEXT": "Nästa",
|
|
30
|
-
"CLOSE": "Nära",
|
|
31
|
-
"THANK_YOU": "Tack",
|
|
32
|
-
"CANCEL": "Avbryt",
|
|
33
|
-
"CONFIRM": "Bekräfta",
|
|
34
|
-
"SUBMIT": "Skicka in",
|
|
35
|
-
"EMAIL": "E-post",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Ta bort",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Kanske",
|
|
40
|
-
"BACK": "Tillbaka",
|
|
41
|
-
"SAVE": "Spara",
|
|
42
|
-
"SAVING": "Sparar",
|
|
43
|
-
"DELETE": "Radera",
|
|
44
|
-
"SELECT": "Välj",
|
|
45
|
-
"SEND": "Skicka",
|
|
46
|
-
"N\/A": "N\/A",
|
|
47
|
-
"EDIT": "Redigera",
|
|
48
|
-
"SKIP": "Hoppa över",
|
|
49
|
-
"SEARCH": "Sök",
|
|
50
|
-
"ROLE": "Roll",
|
|
51
|
-
"ALL": "Alla",
|
|
52
|
-
"OR_DIVIDER": "eller",
|
|
53
|
-
"ADD": "Lägg till",
|
|
54
|
-
"NO_RESULTS": "Inga resultat",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Rensa"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Stäng dialogrutan"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Visa lösenord"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Dra och släpp eller",
|
|
67
|
-
"BROWSE": "Bläddra",
|
|
68
|
-
"YOUR_FILES": "Dina filer",
|
|
69
|
-
"MAX_SIZE": "MB maximal filstorlek.",
|
|
70
|
-
"UPLOADING": "Uppladdning",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Filtyper som stöds:",
|
|
72
|
-
"CHANGE": "Förändring"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Logga ut"
|
|
76
|
-
}
|
|
77
|
-
}
|
package/src/assets/icons/Add.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8C2.5 4.96214 4.96214 2.5 8 2.5C11.0379 2.5 13.5 4.96214 13.5 8C13.5 11.0379 11.0379 13.5 8 13.5C4.96214 13.5 2.5 11.0379 2.5 8ZM8 1.5C4.40986 1.5 1.5 4.40986 1.5 8C1.5 11.5901 4.40986 14.5 8 14.5C11.5901 14.5 14.5 11.5901 14.5 8C14.5 4.40986 11.5901 1.5 8 1.5ZM8 4.83333C8.27614 4.83333 8.5 5.05719 8.5 5.33333V7.5H10.6667C10.9428 7.5 11.1667 7.72386 11.1667 8C11.1667 8.27614 10.9428 8.5 10.6667 8.5H8.5V10.6667C8.5 10.9428 8.27614 11.1667 8 11.1667C7.72386 11.1667 7.5 10.9428 7.5 10.6667V8.5H5.33333C5.05719 8.5 4.83333 8.27614 4.83333 8C4.83333 7.72386 5.05719 7.5 5.33333 7.5H7.5V5.33333C7.5 5.05719 7.72386 4.83333 8 4.83333Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.00016 2.5C1.90831 2.5 1.8335 2.57481 1.8335 2.66667V4C1.8335 4.09186 1.90831 4.16667 2.00016 4.16667H2.22167C2.22184 4.16667 2.222 4.16667 2.22217 4.16667C2.22233 4.16667 2.2225 4.16667 2.22266 4.16667H13.7777C13.7778 4.16667 13.778 4.16667 13.7782 4.16667C13.7783 4.16667 13.7785 4.16667 13.7787 4.16667H14.0002C14.092 4.16667 14.1668 4.09186 14.1668 4V2.66667C14.1668 2.57481 14.092 2.5 14.0002 2.5H2.00016ZM14.2782 5.13331C14.7882 5.00856 15.1668 4.54834 15.1668 4V2.66667C15.1668 2.02252 14.6443 1.5 14.0002 1.5H2.00016C1.35602 1.5 0.833496 2.02252 0.833496 2.66667V4C0.833496 4.54835 1.21216 5.00856 1.72217 5.13332V12.6667C1.72217 13.6795 2.54269 14.5 3.5555 14.5H12.4448C13.4576 14.5 14.2782 13.6795 14.2782 12.6667V5.13331ZM13.2782 5.16667H2.72217V12.6667C2.72217 13.1272 3.09498 13.5 3.5555 13.5H12.4448C12.9054 13.5 13.2782 13.1272 13.2782 12.6667V5.16667ZM5.50016 7.33333C5.50016 7.05719 5.72402 6.83333 6.00016 6.83333H10.0002C10.2763 6.83333 10.5002 7.05719 10.5002 7.33333C10.5002 7.60948 10.2763 7.83333 10.0002 7.83333H6.00016C5.72402 7.83333 5.50016 7.60948 5.50016 7.33333Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.35388 9.68688C8.15862 9.88214 7.84203 9.88214 7.64677 9.68688L4.98011 7.02021C4.78484 6.82495 4.78484 6.50837 4.98011 6.31311C5.17537 6.11785 5.49195 6.11785 5.68721 6.31311L8.00033 8.62622L10.3134 6.31311C10.5087 6.11785 10.8253 6.11785 11.0205 6.31311C11.2158 6.50837 11.2158 6.82495 11.0205 7.02022L8.35388 9.68688Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.31344 8.35356C6.11818 8.1583 6.11818 7.84171 6.31344 7.64645L8.98011 4.97978C9.17537 4.78452 9.49195 4.78452 9.68721 4.97978C9.88247 5.17505 9.88247 5.49163 9.68721 5.68689L7.3741 8L9.68721 10.3131C9.88247 10.5084 9.88247 10.825 9.68721 11.0202C9.49195 11.2155 9.17537 11.2155 8.98011 11.0202L6.31344 8.35356Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.68705 7.64646C9.88231 7.84172 9.88231 8.1583 9.68705 8.35356L7.02038 11.0202C6.82512 11.2155 6.50854 11.2155 6.31328 11.0202C6.11801 10.825 6.11801 10.5084 6.31328 10.3131L8.62639 8.00001L6.31328 5.6869C6.11801 5.49163 6.11801 5.17505 6.31328 4.97979C6.50854 4.78453 6.82512 4.78453 7.02038 4.97979L9.68705 7.64646Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.64661 6.31311C7.84187 6.11785 8.15845 6.11785 8.35372 6.31311L11.0204 8.97978C11.2156 9.17504 11.2156 9.49162 11.0204 9.68689C10.8251 9.88215 10.5085 9.88215 10.3133 9.68689L8.00016 7.37377L5.68705 9.68689C5.49179 9.88215 5.1752 9.88215 4.97994 9.68689C4.78468 9.49162 4.78468 9.17504 4.97994 8.97978L7.64661 6.31311Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.5C3.61929 1.5 2.5 2.61929 2.5 4V12C2.5 13.3807 3.61929 14.5 5 14.5H11C12.3807 14.5 13.5 13.3807 13.5 12V4C13.5 2.61929 12.3807 1.5 11 1.5H5ZM3.5 4C3.5 3.17157 4.17157 2.5 5 2.5H11C11.8284 2.5 12.5 3.17157 12.5 4V12C12.5 12.8284 11.8284 13.5 11 13.5H5C4.17157 13.5 3.5 12.8284 3.5 12V4ZM7.50004 7.70711L10.3536 4.85356L9.64648 4.14645L7.50004 6.2929L6.35359 5.14645L5.64648 5.85356L7.50004 7.70711ZM11 10H5V9H11V10ZM5 12H11V11H5V12Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|