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

44 lines
1.1 KiB
JavaScript

import {
registerTranslation
} from "./chunk.O27EHOBW.js";
// src/translations/en.ts
var translation = {
$code: "en",
$name: "English",
$dir: "ltr",
carousel: "Carousel",
clearEntry: "Clear entry",
close: "Close",
copied: "Copied",
copy: "Copy",
currentValue: "Current value",
error: "Error",
goToSlide: (slide, count) => `Go to slide ${slide} of ${count}`,
hidePassword: "Hide password",
loading: "Loading",
nextSlide: "Next slide",
numOptionsSelected: (num) => {
if (num === 0)
return "No options selected";
if (num === 1)
return "1 option selected";
return `${num} options selected`;
},
previousSlide: "Previous slide",
progress: "Progress",
remove: "Remove",
resize: "Resize",
scrollToEnd: "Scroll to end",
scrollToStart: "Scroll to start",
selectAColorFromTheScreen: "Select a color from the screen",
showPassword: "Show password",
slideNum: (slide) => `Slide ${slide}`,
toggleColorFormat: "Toggle color format"
};
registerTranslation(translation);
var en_default = translation;
export {
en_default
};