Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/translations/da.js
2024-01-30 10:59:28 -05:00

46 lines
1.2 KiB
JavaScript

import "../chunks/chunk.NH3SRVOC.js";
import "../chunks/chunk.QPSNFEB2.js";
import {
registerTranslation
} from "../chunks/chunk.O27EHOBW.js";
import "../chunks/chunk.KIILAQWQ.js";
// src/translations/da.ts
var translation = {
$code: "da",
$name: "Dansk",
$dir: "ltr",
carousel: "Karrusel",
clearEntry: "Ryd indtastning",
close: "Luk",
copied: "Kopieret",
copy: "Kopier",
currentValue: "Nuv\xE6rende v\xE6rdi",
error: "Fejl",
goToSlide: (slide, count) => `G\xE5 til dias ${slide} af ${count}`,
hidePassword: "Skjul adgangskode",
loading: "Indl\xE6ser",
nextSlide: "N\xE6ste slide",
numOptionsSelected: (num) => {
if (num === 0)
return "Ingen valgt";
if (num === 1)
return "1 valgt";
return `${num} valgt`;
},
previousSlide: "Forrige dias",
progress: "Status",
remove: "Fjern",
resize: "Tilpas st\xF8rrelse",
scrollToEnd: "Scroll til slut",
scrollToStart: "Scroll til start",
selectAColorFromTheScreen: "V\xE6lg en farve fra sk\xE6rmen",
showPassword: "Vis adgangskode",
slideNum: (slide) => `Slide ${slide}`,
toggleColorFormat: "Skift farveformat"
};
registerTranslation(translation);
var da_default = translation;
export {
da_default as default
};