dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
84 lines (83 loc) • 4.61 kB
JavaScript
const e = "./_schema.json", o = { neutral: "Information", informative: "Information", positive: "Success", warning: "Warning", negative: "Error" }, t = "Close", a = "Cancel", n = "Clear selection", i = "Copy", s = "Confirm", c = "Ok", l = "Search", r = "tag", d = "(opens in new tab)", p = { optional: "(Optional)", tooltip: "Information" }, m = { maxLength: "Exceeded the maximum length by {{count}} character" }, g = { info: "Info", success: "Success", error: "Error" }, f = { selected: "kiválasztva", disabled: "nem elérhető" }, u = "loading", h = "Loading...", b = "show", w = "hide", v = "decrease", x = "increase", y = "Table of contents", D = "{{val, datetime}}", z = "selected", k = { today: "today", now: "now", nextMonth: "next month", prevMonth: "previous month", year: "year", month: "month" }, S = { validationMessage: { select: "Please select an option", datepicker: "Please select a date" } }, C = { dragDropArea: "Drag and drop files here or click to upload", dragDropInstructions: "You can also upload files by dragging and dropping them into the area.", files: "Files", uploadButtonLabel: "Upload", browseButtonLabel: "Browse", browse: "Browse files", fileList: "File list", fileSize: "{{size}} MB", upload: "Upload", uploading: "Uploading", dropzone: { label: "Upload files", text: "Drag and drop files here or click to upload", acceptedTypes: "Accepted file types" }, link: "Link", cancel: "Cancel", delete: "Delete", view: "View", error: { fileSize: "The file size exceeds the maximum limit of {size} MB", fileType: "The file type is not allowed", fileAmount: "The number of files exceeds the maximum limit of {count}", perFileSize: "The file size exceeds the maximum limit of {size} MB" }, removeDialog: { title: "Remove file", message: "Are you sure you want to remove {{fileName}}?", confirm: "Delete", cancel: "Cancel" } }, T = { pageSize: "{{count}} items / page", first: "First", previous: "Previous", next: "Next", last: "Last", pageInfo: "{{rangeStart}}-{{rangeEnd}} of {{totalRows}}" }, B = { sortAscending: "Sort ascending", sortDescending: "Sort descending", clearSort: "Clear sort", tableDescription: "Data table with sortable columns", defaultCaption: "Data table", rowSelected: "Row selected", rowDeselected: "Row deselected", sortedBy: "Sorted by {{column}} {{direction}}", pageChanged: "Page {{page}} of {{total}}", noData: "No data available" }, I = { expand: "Expand section", collapse: "Collapse section" }, L = { hour: "Hour", minute: "Minute", second: "Second" }, M = { remove: "Remove", removable: "removable, press Delete or Backspace to remove" }, P = { notifications: "Notifications" }, E = { multiselect: { selected: "{{count}} item{{count > 1 ? 's' : ''}} selected" } }, A = { loading: "Loading", progress: "Progress: {{percentage}}%" }, N = {
$schema: e,
bannerType: o,
close: t,
delete: "delete",
cancel: a,
clear: n,
copy: i,
confirm: s,
ok: c,
search: l,
tag: r,
opensInNewTab: d,
label: p,
errors: m,
feedback: g,
listItems: f,
"dap-badge": "Prepared within the framework of the Digital Citizenship Program.",
"dap-badge-large": "The service has been updated within the framework of the Digital Citizenship Program.",
loading: u,
spinner: h,
show: b,
hide: w,
decrease: v,
increase: x,
tocTitle: y,
date: D,
selected: z,
calendar: k,
form: S,
fileInput: C,
pager: T,
datatable: B,
accordion: I,
"official-website-banner": { heading: "The official website of Hungary.", "heading-2": "Official government website", content: "Only official government websites ending in gov.hu can be used, which are legally regulated and have multiple layers of protection." },
"avatar-group": { "overflow-label": "{{count}} more avatar{{count > 1 ? 's' : ''}}" },
timepicker: L,
chip: M,
snackbar: P,
combobox: E,
progress: A,
"code-puncher": { slot: { "aria-label": "Digit {{index}} of {{count}}" } },
"image-zoom": { expand: "Expand image", unzoom: "Minimize image" }
};
export {
e as $schema,
I as accordion,
o as bannerType,
k as calendar,
a as cancel,
M as chip,
n as clear,
t as close,
E as combobox,
s as confirm,
i as copy,
B as datatable,
D as date,
v as decrease,
N as default,
m as errors,
g as feedback,
C as fileInput,
S as form,
w as hide,
x as increase,
p as label,
f as listItems,
u as loading,
c as ok,
d as opensInNewTab,
T as pager,
A as progress,
l as search,
z as selected,
b as show,
P as snackbar,
h as spinner,
r as tag,
L as timepicker,
y as tocTitle
};
//# sourceMappingURL=en.json.js.map