UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

90 lines (88 loc) 2.54 kB
//#region src/providers/i18n-provider/intl/no-NO.ts const data = { autocomplete: { "Clear value": "Tøm verdi", "No results found": "Ingen resultater funnet" }, avatar: { "Avatar Icon": "Avatar-ikon" }, breadcrumb: { Breadcrumb: "Brødsmule", Ellipsis: "Utelatelsestegn" }, calendar: { "Choose the month": "Velg måned", "Choose the year": "Velg år", "Go to the next month": "Gå til neste måned", "Go to the previous month": "Gå til forrige måned", Today: "I dag" }, carousel: { "Go to next slide": "Gå til neste lysbilde", "Go to previous slide": "Gå til forrige lysbilde", "Go to {page} slide": "Gå til lysbilde {page}", Slides: "Lysbilder", "{page} of {total}": "{page} av {total}" }, closeButton: { Close: "Lukk" }, colorPicker: { "Pick a color": "Velg en farge" }, colorSelector: { "Pick a color": "Velg en farge" }, datePicker: { "Clear value": "Tøm verdi" }, hueSlider: { Blue: "Blå", Cyan: "Cyan", Green: "Grønn", Magenta: "Magenta", Red: "Rød", Yellow: "Gul" }, modal: { "Close modal": "Lukk modal", "Open modal": "Åpne modal" }, numberInput: { Decrease: "Reduser", Increase: "Øk" }, pagination: { "Go to first page": "Gå til første side", "Go to last page": "Gå til siste side", "Go to next page": "Gå til neste side", "Go to page {value}": "Gå til side {value}", "Go to previous page": "Gå til forrige side", Pagination: "Paginering", "{value} / {total}": "{value} / {total}", "{value} of {total}": "{value} av {total}" }, passwordInput: { "Password strength meter": "Passordstyrkemåler", "Toggle password visibility": "Bytt passordsynlighet" }, progress: { "Loading...": "Laster...", "{value} percent": "{value} prosent" }, saturationSlider: { "Saturation and brightness thumb": "Metnings- og lysstyrkeregler", "Saturation {saturation}%, Brightness {brightness}%": "Metning {saturation}%, Lysstyrke {brightness}%" }, select: { "Clear value": "Tøm verdi" }, slider: { "Slider thumb": "Skyveknapp" }, stat: { "Decreased by": "Redusert med", "Increased by": "Økt med" }, table: { "Clear sorting": "Tøm sortering", "Page size": "Sidestørrelse", "Select all rows": "Velg alle rader", "Select row": "Velg rad", "Sort ascending": "Sortér stigende", "Sort descending": "Sortér synkende" }, tag: { "Close tag": "Lukk tag" }, toggle: { "Toggle button": "Bytt knapp" } }; var no_NO_default = data; //#endregion exports.default = no_NO_default; //# sourceMappingURL=no-NO.cjs.map