UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

240 lines (239 loc) 6.56 kB
declare const _default: { 'da-DK': { /** * General */ Field: { errorSummaryTitle: string; stateSummary: string; errorSummary: string; errorRequired: string; errorPattern: string; optionalLabelSuffix: string; }; SubmitButton: { text: string; sendText: string; }; SubmitIndicator: { label: string; }; Isolation: { commitButtonText: string; preventUncommittedChangesText: string; }; Step: { summaryTitle: string; stepHasError: string; }; WizardEditButton: { text: string; }; WizardPreviousButton: { text: string; }; WizardNextButton: { text: string; }; RemoveButton: { text: string; confirmRemoveText: string; }; InfoOverlaySuccess: { title: string; description: string; buttonText: string; }; InfoOverlayError: { title: string; description: string; cancelButton: string; retryButton: string; retryingText: string; }; SectionViewContainer: { editButton: string; }; SectionEditContainer: { doneButton: string; cancelButton: string; errorInSection: string; confirmCancelText: string; }; IterateViewContainer: { removeButton: string; editButton: string; }; IterateEditContainer: { removeButton: string; doneButton: string; cancelButton: string; resetButton: string; errorInContainer: string; confirmResetText: string; }; IteratePushContainer: { createButton: string; itemsLimitReached: string; }; IterateArray: { errorMinItems: string; errorMaxItems: string; }; /** * Base fields */ StringField: { errorMinLength: string; errorMaxLength: string; }; NumberField: { errorMinimum: string; errorMaximum: string; errorExclusiveMinimum: string; errorExclusiveMaximum: string; errorMultipleOf: string; errorInteger: string; }; BooleanField: { yes: string; no: string; }; ToggleField: { yes: string; no: string; }; /** * Feature fields */ PostalAddress: { label: string; errorRequired: string; errorPattern: string; }; StreetAddress: { label: string; errorRequired: string; errorPattern: string; suggestionPlaceholder: string; }; Date: { label: string; errorRequired: string; errorRequiredRange: string; errorMinDate: string; errorMaxDate: string; errorStartDateMinDate: string; errorStartDateMaxDate: string; errorEndDateMinDate: string; errorEndDateMaxDate: string; errorInvalidDate: string; errorInvalidStartDate: string; errorInvalidEndDate: string; }; Expiry: { label: string; errorMonth: string; errorYear: string; errorRequired: string; }; Email: { label: string; errorRequired: string; errorPattern: string; }; FirstName: { label: string; errorRequired: string; errorPattern: string; }; LastName: { label: string; errorRequired: string; errorPattern: string; }; CompanyName: { label: string; errorRequired: string; }; NationalIdentityNumber: { label: string; errorRequired: string; errorFnr: string; errorFnrLength: string; errorDnr: string; errorDnrLength: string; errorMinimumAgeValidator: string; errorMinimumAgeValidatorLength: string; }; OrganizationNumber: { label: string; errorRequired: string; errorOrgNo: string; errorOrgNoLength: string; }; BankAccountNumber: { label: string; labelSwedishBban: string; labelSwedishBankgiro: string; labelSwedishPlusgiro: string; labelIban: string; errorRequired: string; errorBankAccountNumber: string; errorBankAccountNumberLength: string; }; DateOfBirth: { label: string; dayLabel: string; monthLabel: string; yearLabel: string; dayPlaceholder: string; monthPlaceholder: string; yearPlaceholder: string; errorRequired: string; errorDateOfBirth: string; errorDateOfBirthFuture: string; }; PhoneNumber: { numberLabel: string; countryCodeLabel: string; errorRequired: string; warningRequired: string; }; PostalCodeAndCity: { label: string; invalidCode: string; }; PostalCode: { label: string; errorRequired: string; errorPattern: string; }; City: { label: string; errorRequired: string; errorPattern: string; }; SelectCountry: { label: string; placeholder: string; errorRequired: string; }; SelectCurrency: { label: string; placeholder: string; errorRequired: string; }; Password: { label: string; errorRequired: string; ariaLabelShow: string; ariaLabelHide: string; }; Upload: { errorRequired: string; errorInvalidFiles: string; }; }; }; export default _default;