@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/package.json
CHANGED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Afvis"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Valgte ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Valgte",
|
|
8
|
-
"SUGGESTED": "Foreslået",
|
|
9
|
-
"ALL_ITEMS": "Alle genstande",
|
|
10
|
-
"NO_RESULTS_FOUND": "Ingen resultater fundet."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Sidste trin"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Maksimumværdien ({{max}}) kan ikke være mindre end den aktuelle mindsteværdi ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Mindsteværdien ({{min}}) kan ikke være større end den aktuelle maksimumværdi ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Startdato",
|
|
21
|
-
"END_DATE": "Slutdato"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Anvend",
|
|
25
|
-
"VALIDATE": "Valider",
|
|
26
|
-
"YES": "Ja",
|
|
27
|
-
"NO": "Nej",
|
|
28
|
-
"CONTINUE": "Fortsæt",
|
|
29
|
-
"NEXT": "Næste",
|
|
30
|
-
"CLOSE": "Luk",
|
|
31
|
-
"THANK_YOU": "Tak",
|
|
32
|
-
"CANCEL": "Annuller",
|
|
33
|
-
"CONFIRM": "Bekræft",
|
|
34
|
-
"SUBMIT": "Indsend",
|
|
35
|
-
"EMAIL": "E-mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Fjern",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Måske",
|
|
40
|
-
"BACK": "Tilbage",
|
|
41
|
-
"SAVE": "Gem",
|
|
42
|
-
"SAVING": "Gemmer",
|
|
43
|
-
"DELETE": "Slet",
|
|
44
|
-
"SELECT": "Vælg",
|
|
45
|
-
"SEND": "Send",
|
|
46
|
-
"N\/A": "N\/A",
|
|
47
|
-
"EDIT": "Rediger",
|
|
48
|
-
"SKIP": "Spring over",
|
|
49
|
-
"SEARCH": "Søg",
|
|
50
|
-
"ROLE": "Rolle",
|
|
51
|
-
"ALL": "Alle",
|
|
52
|
-
"OR_DIVIDER": "eller",
|
|
53
|
-
"ADD": "Tilføj",
|
|
54
|
-
"NO_RESULTS": "Ingen resultater",
|
|
55
|
-
"MAX": "Maks",
|
|
56
|
-
"MIN": "Mindst",
|
|
57
|
-
"CLEAR": "Ryd"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Luk dialogboks"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Se adgangskode"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Træk og slip eller",
|
|
67
|
-
"BROWSE": "Gennemse",
|
|
68
|
-
"YOUR_FILES": "Dine filer",
|
|
69
|
-
"MAX_SIZE": "MB maksimal filstørrelse.",
|
|
70
|
-
"UPLOADING": "Uploader",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Understøttede filtyper:",
|
|
72
|
-
"CHANGE": "Ændre"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Log ud"
|
|
76
|
-
}
|
|
77
|
-
}
|
package/src/assets/i18n/de.json
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Verwerfen"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Ausgewählt ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Ausgewählt",
|
|
8
|
-
"SUGGESTED": "Empfohlen",
|
|
9
|
-
"ALL_ITEMS": "Alle Artikel",
|
|
10
|
-
"NO_RESULTS_FOUND": "Keine Ergebnisse gefunden."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Letzter Schritt"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Der Maximalwert ({{max}}) kann nicht kleiner sein als der aktuelle Minimalwert ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Der Minimalwert ({{min}}) kann nicht größer sein als der aktuelle Maximalwert ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Startdatum",
|
|
21
|
-
"END_DATE": "Enddatum"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Anwenden",
|
|
25
|
-
"VALIDATE": "Validieren",
|
|
26
|
-
"YES": "Ja",
|
|
27
|
-
"NO": "Nein",
|
|
28
|
-
"CONTINUE": "Weiter",
|
|
29
|
-
"NEXT": "Weiter",
|
|
30
|
-
"CLOSE": "Schließen",
|
|
31
|
-
"THANK_YOU": "Dankeschön",
|
|
32
|
-
"CANCEL": "Abbrechen",
|
|
33
|
-
"CONFIRM": "Bestätigen",
|
|
34
|
-
"SUBMIT": "Einreichen",
|
|
35
|
-
"EMAIL": "E-Mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Entfernen",
|
|
38
|
-
"TEST": "Test",
|
|
39
|
-
"MAYBE": "Vielleicht",
|
|
40
|
-
"BACK": "Zurück",
|
|
41
|
-
"SAVE": "Speichern",
|
|
42
|
-
"SAVING": "Wird gespeichert",
|
|
43
|
-
"DELETE": "Löschen",
|
|
44
|
-
"SELECT": "Wählen",
|
|
45
|
-
"SEND": "Senden",
|
|
46
|
-
"N\/A": "K.A.",
|
|
47
|
-
"EDIT": "Bearbeiten",
|
|
48
|
-
"SKIP": "Überspringen",
|
|
49
|
-
"SEARCH": "Suchen",
|
|
50
|
-
"ROLE": "Rolle",
|
|
51
|
-
"ALL": "Alle",
|
|
52
|
-
"OR_DIVIDER": "oder",
|
|
53
|
-
"ADD": "Hinzufügen",
|
|
54
|
-
"NO_RESULTS": "Keine Ergebnisse",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Löschen"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Dialog schließen"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Passwort anzeigen"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Drag-and-Drop oder",
|
|
67
|
-
"BROWSE": "Durchsuchen",
|
|
68
|
-
"YOUR_FILES": "Ihre Dateien",
|
|
69
|
-
"MAX_SIZE": "MB maximale Dateigröße.",
|
|
70
|
-
"UPLOADING": "Upload wird ausgeführt",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Unterstützte Dateitypen:",
|
|
72
|
-
"CHANGE": "Ändern"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Abmelden"
|
|
76
|
-
}
|
|
77
|
-
}
|
package/src/assets/i18n/en.json
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Dismiss"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Selected ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Selected",
|
|
8
|
-
"SUGGESTED": "Suggested",
|
|
9
|
-
"ALL_ITEMS": "All items",
|
|
10
|
-
"NO_RESULTS_FOUND": "No results found."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Final step"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Max value ({{max}}) cannot be less then current min value ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Min value ({{min}}) cannot be more then current max value ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Start date",
|
|
21
|
-
"END_DATE": "End date"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Apply",
|
|
25
|
-
"VALIDATE": "Validate",
|
|
26
|
-
"YES": "Yes",
|
|
27
|
-
"NO": "No",
|
|
28
|
-
"CONTINUE": "Continue",
|
|
29
|
-
"NEXT": "Next",
|
|
30
|
-
"CLOSE": "Close",
|
|
31
|
-
"THANK_YOU": "Thank you",
|
|
32
|
-
"CANCEL": "Cancel",
|
|
33
|
-
"CONFIRM": "Confirm",
|
|
34
|
-
"SUBMIT": "Submit",
|
|
35
|
-
"EMAIL": "Email",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Remove",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Maybe",
|
|
40
|
-
"BACK": "Back",
|
|
41
|
-
"SAVE": "Save",
|
|
42
|
-
"SAVING": "Saving",
|
|
43
|
-
"DELETE": "Delete",
|
|
44
|
-
"SELECT": "Select",
|
|
45
|
-
"SEND": "Send",
|
|
46
|
-
"N/A": "N/A",
|
|
47
|
-
"EDIT": "Edit",
|
|
48
|
-
"SKIP": "Skip",
|
|
49
|
-
"SEARCH": "Search",
|
|
50
|
-
"ROLE": "Role",
|
|
51
|
-
"ALL": "All",
|
|
52
|
-
"OR_DIVIDER": "or",
|
|
53
|
-
"ADD": "Add",
|
|
54
|
-
"NO_RESULTS": "No results",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Clear",
|
|
58
|
-
"PHONE_NUMBER": "Phone number"
|
|
59
|
-
},
|
|
60
|
-
"DIALOG": {
|
|
61
|
-
"CLOSE_LABEL": "Close dialog"
|
|
62
|
-
},
|
|
63
|
-
"FIELD": {
|
|
64
|
-
"VIEW_PASSWORD": "View password"
|
|
65
|
-
},
|
|
66
|
-
"FILE_UPLOAD": {
|
|
67
|
-
"DRAG_AND_DROP": "Drag and drop file here or click to upload",
|
|
68
|
-
"DRAG_AND_DROP_OR": "Drag and drop or",
|
|
69
|
-
"BROWSE": "Browse",
|
|
70
|
-
"YOUR_FILES": "your files",
|
|
71
|
-
"MAX_SIZE": "MB max file size.",
|
|
72
|
-
"MIN_SIZE": "MB min file size",
|
|
73
|
-
"MIN_SIZE_ERROR": "Upload a file larger than ({{min}} MB)",
|
|
74
|
-
"UPLOADING": "Uploading",
|
|
75
|
-
"SUPPORTED_FILE_TYPES": "Supported file types:",
|
|
76
|
-
"CHANGE": "Change"
|
|
77
|
-
},
|
|
78
|
-
"NAVBAR": {
|
|
79
|
-
"LOG_OUT": "Log out"
|
|
80
|
-
},
|
|
81
|
-
"PASSWORD": {
|
|
82
|
-
"LOWERCASE": "Contains at least one lowercase",
|
|
83
|
-
"UPPERCASE": "Contains at least one uppercase",
|
|
84
|
-
"NUMBER": "Contains at least one number",
|
|
85
|
-
"SPECIAL_CHARACTER": "Contains at least one special character",
|
|
86
|
-
"CHARACTERS": "Contains at least 12 characters",
|
|
87
|
-
"PASSWORD_PLACEHOLDER": "Password"
|
|
88
|
-
},
|
|
89
|
-
"ERRORS": {
|
|
90
|
-
"REQUIRED": "This field is required",
|
|
91
|
-
"REQUIRED_FIELD": "This field is required - ({{label}})",
|
|
92
|
-
"MAX_LENGTH": "Please enter a value with a maximum length of ({{maxlength}}) characters",
|
|
93
|
-
"MIN_LENGTH": "Please enter a value with a minimum length of ({{maxlength}}) characters",
|
|
94
|
-
"MAX": "Please enter a value with a maximum value of ({{max}})",
|
|
95
|
-
"MIN": "Please enter a value with a minimum value of ({{min}})"
|
|
96
|
-
}
|
|
97
|
-
}
|
package/src/assets/i18n/es.json
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Descartar"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Seleccionado ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Seleccionado",
|
|
8
|
-
"SUGGESTED": "Sugerido",
|
|
9
|
-
"ALL_ITEMS": "Todos los elementos",
|
|
10
|
-
"NO_RESULTS_FOUND": "No se han encontrado resultados."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Último paso"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "El valor máximo ({{max}}) no puede ser inferior al valor mínimo actual ({{min}})",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "El valor mínimo ({{min}}) no puede ser superior al valor máximo actual ({{max}})"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Fecha de inicio",
|
|
21
|
-
"END_DATE": "Fecha final"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Aplicar",
|
|
25
|
-
"VALIDATE": "Validar",
|
|
26
|
-
"YES": "Sí",
|
|
27
|
-
"NO": "No",
|
|
28
|
-
"CONTINUE": "Continuar",
|
|
29
|
-
"NEXT": "Siguiente",
|
|
30
|
-
"CLOSE": "Cerrar",
|
|
31
|
-
"THANK_YOU": "Gracias",
|
|
32
|
-
"CANCEL": "Cancelar",
|
|
33
|
-
"CONFIRM": "Confirmar",
|
|
34
|
-
"SUBMIT": "Enviar",
|
|
35
|
-
"EMAIL": "Correo electrónico",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Remover",
|
|
38
|
-
"TEST": "prueba",
|
|
39
|
-
"MAYBE": "Tal vez",
|
|
40
|
-
"BACK": "Volver",
|
|
41
|
-
"SAVE": "Guardar",
|
|
42
|
-
"SAVING": "Guardando",
|
|
43
|
-
"DELETE": "Eliminar",
|
|
44
|
-
"SELECT": "Seleccionar",
|
|
45
|
-
"SEND": "Enviar",
|
|
46
|
-
"N\/A": "N\/A",
|
|
47
|
-
"EDIT": "Editar",
|
|
48
|
-
"SKIP": "Omitir",
|
|
49
|
-
"SEARCH": "Buscar",
|
|
50
|
-
"ROLE": "Puesto",
|
|
51
|
-
"ALL": "Todos",
|
|
52
|
-
"OR_DIVIDER": "o",
|
|
53
|
-
"ADD": "Añadir",
|
|
54
|
-
"NO_RESULTS": "Sin resultados",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Borrar"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Cerrar diálogo"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Ver contraseña"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Arrastrar y soltar o",
|
|
67
|
-
"BROWSE": "Explorar",
|
|
68
|
-
"YOUR_FILES": "Tus archivos",
|
|
69
|
-
"MAX_SIZE": "Tamaño máximo de archivo en MB.",
|
|
70
|
-
"UPLOADING": "Subiendo",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Tipos de archivo compatibles:",
|
|
72
|
-
"CHANGE": "Cambiar"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Cerrar sesión"
|
|
76
|
-
}
|
|
77
|
-
}
|
package/src/assets/i18n/fr.json
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Ignorer"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Sélectionné ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Sélectionné",
|
|
8
|
-
"SUGGESTED": "Suggéré",
|
|
9
|
-
"ALL_ITEMS": "Tous les éléments",
|
|
10
|
-
"NO_RESULTS_FOUND": "Aucun résultat n'a été trouvé."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Dernière étape"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "La valeur maximale ({{max}}) ne peut être inférieure à la valeur minimale actuelle ({{min}}).",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "La valeur minimale ({{min}}) ne peut être supérieure à la valeur maximale actuelle ({{max}})."
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Date de début",
|
|
21
|
-
"END_DATE": "Date de fin"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Appliquer",
|
|
25
|
-
"VALIDATE": "Valider",
|
|
26
|
-
"YES": "Oui",
|
|
27
|
-
"NO": "Non",
|
|
28
|
-
"CONTINUE": "Continuer",
|
|
29
|
-
"NEXT": "Suivant",
|
|
30
|
-
"CLOSE": "Fermer",
|
|
31
|
-
"THANK_YOU": "Merci",
|
|
32
|
-
"CANCEL": "Annuler",
|
|
33
|
-
"CONFIRM": "Confirmer",
|
|
34
|
-
"SUBMIT": "Envoyer",
|
|
35
|
-
"EMAIL": "E-mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Retirer",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Peut-être",
|
|
40
|
-
"BACK": "Retour",
|
|
41
|
-
"SAVE": "Enregistrer",
|
|
42
|
-
"SAVING": "Enregistrement",
|
|
43
|
-
"DELETE": "Supprimer",
|
|
44
|
-
"SELECT": "Sélectionner",
|
|
45
|
-
"SEND": "Envoyer",
|
|
46
|
-
"N\/A": "N\/A",
|
|
47
|
-
"EDIT": "Éditer",
|
|
48
|
-
"SKIP": "Passer",
|
|
49
|
-
"SEARCH": "Rechercher",
|
|
50
|
-
"ROLE": "Rôle",
|
|
51
|
-
"ALL": "Tous",
|
|
52
|
-
"OR_DIVIDER": "ou",
|
|
53
|
-
"ADD": "Ajouter",
|
|
54
|
-
"NO_RESULTS": "Pas de résultats",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Effacer"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Fermer le dialogue"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Voir le mot de passe"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Glisser-déposer ou",
|
|
67
|
-
"BROWSE": "Parcourir",
|
|
68
|
-
"YOUR_FILES": "Vos dossiers",
|
|
69
|
-
"MAX_SIZE": "Taille maximale du fichier en Mo.",
|
|
70
|
-
"UPLOADING": "Téléchargement",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Types de fichiers pris en charge :",
|
|
72
|
-
"CHANGE": "Changer"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Déconnexion"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Ignora"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "({{numberSelected}}) selezionati",
|
|
7
|
-
"SELECTED": "Selezionati",
|
|
8
|
-
"SUGGESTED": "Consigliati",
|
|
9
|
-
"ALL_ITEMS": "Tutti gli articoli",
|
|
10
|
-
"NO_RESULTS_FOUND": "Nessun risultato trovato."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Passaggio finale"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Il valore max ({{max}}) non può essere inferiore al valore min attuale ({{min}}).",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Il valore min ({{min}}) non può essere superiore al valore max attuale ({{max}})."
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Data di inizio",
|
|
21
|
-
"END_DATE": "Data di fine"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Applica",
|
|
25
|
-
"VALIDATE": "Convalida",
|
|
26
|
-
"YES": "Sì",
|
|
27
|
-
"NO": "No",
|
|
28
|
-
"CONTINUE": "Continua",
|
|
29
|
-
"NEXT": "Avanti",
|
|
30
|
-
"CLOSE": "Chiudi",
|
|
31
|
-
"THANK_YOU": "Grazie",
|
|
32
|
-
"CANCEL": "Annulla",
|
|
33
|
-
"CONFIRM": "Conferma",
|
|
34
|
-
"SUBMIT": "Invia",
|
|
35
|
-
"EMAIL": "Invia una e-mail",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Rimuovi",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Forse",
|
|
40
|
-
"BACK": "Indietro",
|
|
41
|
-
"SAVE": "Salva",
|
|
42
|
-
"SAVING": "Salvataggio in corso",
|
|
43
|
-
"DELETE": "Elimina",
|
|
44
|
-
"SELECT": "Seleziona",
|
|
45
|
-
"SEND": "Invia",
|
|
46
|
-
"N\/A": "N.D.",
|
|
47
|
-
"EDIT": "Modifica",
|
|
48
|
-
"SKIP": "Salta",
|
|
49
|
-
"SEARCH": "Cerca",
|
|
50
|
-
"ROLE": "Ruolo",
|
|
51
|
-
"ALL": "Tutti",
|
|
52
|
-
"OR_DIVIDER": "oppure",
|
|
53
|
-
"ADD": "Aggiungi",
|
|
54
|
-
"NO_RESULTS": "Nessun risultato",
|
|
55
|
-
"MAX": "Max",
|
|
56
|
-
"MIN": "Min",
|
|
57
|
-
"CLEAR": "Cancella"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Chiudi la finestra di dialogo"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Visualizza la password"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Trascina e rilascia o",
|
|
67
|
-
"BROWSE": "Naviga",
|
|
68
|
-
"YOUR_FILES": "I tuoi file",
|
|
69
|
-
"MAX_SIZE": "Dimensione max del file in MB.",
|
|
70
|
-
"UPLOADING": "Caricamento",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Tipi di file supportati:",
|
|
72
|
-
"CHANGE": "Cambia"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Esci"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "却下"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "選択済み ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "選択済み",
|
|
8
|
-
"SUGGESTED": "推奨",
|
|
9
|
-
"ALL_ITEMS": "全項目",
|
|
10
|
-
"NO_RESULTS_FOUND": "結果が見つかりませんでした。"
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "最終ステップ"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "最大値({{max}})を現在の最小値({{min}})より小さくすることはできません。",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "最小値({{min}})を現在の最大値({{max}})より大きくすることはできません。"
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "開始日",
|
|
21
|
-
"END_DATE": "終了日"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "適用",
|
|
25
|
-
"VALIDATE": "確認",
|
|
26
|
-
"YES": "はい",
|
|
27
|
-
"NO": "いいえ",
|
|
28
|
-
"CONTINUE": "続ける",
|
|
29
|
-
"NEXT": "次へ",
|
|
30
|
-
"CLOSE": "閉じる",
|
|
31
|
-
"THANK_YOU": "ありがとうございました",
|
|
32
|
-
"CANCEL": "キャンセル",
|
|
33
|
-
"CONFIRM": "確認",
|
|
34
|
-
"SUBMIT": "提出する",
|
|
35
|
-
"EMAIL": "Eメール",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "削除",
|
|
38
|
-
"TEST": "テスト",
|
|
39
|
-
"MAYBE": "可能性あり",
|
|
40
|
-
"BACK": "戻る",
|
|
41
|
-
"SAVE": "保存",
|
|
42
|
-
"SAVING": "保存中",
|
|
43
|
-
"DELETE": "削除",
|
|
44
|
-
"SELECT": "選択",
|
|
45
|
-
"SEND": "送信",
|
|
46
|
-
"N\/A": "該当なし",
|
|
47
|
-
"EDIT": "編集",
|
|
48
|
-
"SKIP": "スキップ",
|
|
49
|
-
"SEARCH": "検索",
|
|
50
|
-
"ROLE": "役割",
|
|
51
|
-
"ALL": "すべて",
|
|
52
|
-
"OR_DIVIDER": "または",
|
|
53
|
-
"ADD": "追加",
|
|
54
|
-
"NO_RESULTS": "結果がありません",
|
|
55
|
-
"MAX": "最大",
|
|
56
|
-
"MIN": "最小",
|
|
57
|
-
"CLEAR": "消去"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "ダイアログを閉じる"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "パスワードを見る"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "ドラッグ・アンド・ドロップまたは",
|
|
67
|
-
"BROWSE": "ブラウズ",
|
|
68
|
-
"YOUR_FILES": "あなたのファイル",
|
|
69
|
-
"MAX_SIZE": "MBの最大ファイルサイズ。",
|
|
70
|
-
"UPLOADING": "アップロード中",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "対応ファイル形式:",
|
|
72
|
-
"CHANGE": "変更"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "ログアウト"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SNACKBAR": {
|
|
3
|
-
"DISMISS": "Avvis"
|
|
4
|
-
},
|
|
5
|
-
"AUTOCOMPLETE": {
|
|
6
|
-
"SELECTED_AMOUNT": "Valgt ({{numberSelected}})",
|
|
7
|
-
"SELECTED": "Valgt",
|
|
8
|
-
"SUGGESTED": "Foreslått",
|
|
9
|
-
"ALL_ITEMS": "Alle elementer",
|
|
10
|
-
"NO_RESULTS_FOUND": "Ingen resultater funnet."
|
|
11
|
-
},
|
|
12
|
-
"STEPPER": {
|
|
13
|
-
"FINAL_STEP": "Siste trinn"
|
|
14
|
-
},
|
|
15
|
-
"SLIDER": {
|
|
16
|
-
"MAX_LESS_THAN_MIN": "Maksimumsverdi ({{max}}) kan ikke være mindre enn gjeldende minimumsverdi ({{min}}).",
|
|
17
|
-
"MIN_MORE_THAN_MAX": "Minimumsverdi ({{min}}) kan ikke være større enn gjeldende maksimumsverdi ({{max}})."
|
|
18
|
-
},
|
|
19
|
-
"DATEPICKER": {
|
|
20
|
-
"START_DATE": "Startdato",
|
|
21
|
-
"END_DATE": "Sluttdato"
|
|
22
|
-
},
|
|
23
|
-
"COMMON": {
|
|
24
|
-
"APPLY": "Bruk",
|
|
25
|
-
"VALIDATE": "Validere",
|
|
26
|
-
"YES": "Ja",
|
|
27
|
-
"NO": "Nei",
|
|
28
|
-
"CONTINUE": "Fortsett",
|
|
29
|
-
"NEXT": "Neste",
|
|
30
|
-
"CLOSE": "Lukk",
|
|
31
|
-
"THANK_YOU": "Takk",
|
|
32
|
-
"CANCEL": "Avbryt",
|
|
33
|
-
"CONFIRM": "Bekreft",
|
|
34
|
-
"SUBMIT": "Send inn",
|
|
35
|
-
"EMAIL": "E-post",
|
|
36
|
-
"OK": "OK",
|
|
37
|
-
"REMOVE": "Fjern",
|
|
38
|
-
"TEST": "test",
|
|
39
|
-
"MAYBE": "Kanskje",
|
|
40
|
-
"BACK": "Tilbake",
|
|
41
|
-
"SAVE": "Lagre",
|
|
42
|
-
"SAVING": "Lagrer",
|
|
43
|
-
"DELETE": "Slett",
|
|
44
|
-
"SELECT": "Velg",
|
|
45
|
-
"SEND": "Send",
|
|
46
|
-
"N\/A": "N\/A",
|
|
47
|
-
"EDIT": "Redigere",
|
|
48
|
-
"SKIP": "Hopp over",
|
|
49
|
-
"SEARCH": "Søk",
|
|
50
|
-
"ROLE": "Rolle",
|
|
51
|
-
"ALL": "Alle",
|
|
52
|
-
"OR_DIVIDER": "eller",
|
|
53
|
-
"ADD": "Legg til",
|
|
54
|
-
"NO_RESULTS": "Ingen resultater",
|
|
55
|
-
"MAX": "Maks.",
|
|
56
|
-
"MIN": "Min.",
|
|
57
|
-
"CLEAR": "Tøm"
|
|
58
|
-
},
|
|
59
|
-
"DIALOG": {
|
|
60
|
-
"CLOSE_LABEL": "Lukk dialogboksen"
|
|
61
|
-
},
|
|
62
|
-
"FIELD": {
|
|
63
|
-
"VIEW_PASSWORD": "Vis passord"
|
|
64
|
-
},
|
|
65
|
-
"FILE_UPLOAD": {
|
|
66
|
-
"DRAG_AND_DROP_OR": "Dra og slipp eller",
|
|
67
|
-
"BROWSE": "Bla gjennom",
|
|
68
|
-
"YOUR_FILES": "Filene dine",
|
|
69
|
-
"MAX_SIZE": "Maksimal filstørrelse i MB.",
|
|
70
|
-
"UPLOADING": "Laster opp",
|
|
71
|
-
"SUPPORTED_FILE_TYPES": "Filtyper som støttes:",
|
|
72
|
-
"CHANGE": "Endre"
|
|
73
|
-
},
|
|
74
|
-
"NAVBAR": {
|
|
75
|
-
"LOG_OUT": "Logg ut"
|
|
76
|
-
}
|
|
77
|
-
}
|