UNPKG

@kopexa/sight

Version:

Kopexa Sight Design System — React component library for GRC applications

69 lines (67 loc) 2.34 kB
"use client"; "use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/components/file-upload/messages.ts var messages_exports = {}; __export(messages_exports, { messages: () => messages }); module.exports = __toCommonJS(messages_exports); var import_i18n = require("@kopexa/i18n"); var messages = (0, import_i18n.defineMessages)({ change_avatar: { id: "file_upload.change_avatar", defaultMessage: "Change Avatar", description: "Label for changing the avatar image" }, upload_avatar: { id: "file_upload.upload_avatar", defaultMessage: "Upload Avatar", description: "Label for uploading a new avatar image" }, remove_avatar: { id: "file_upload.remove_avatar", defaultMessage: "Remove Avatar", description: "Label for removing the current avatar image" }, avatar_uploaded: { id: "file_upload.avatar_uploaded", defaultMessage: "Avatar uploaded", description: "Message displayed when the avatar is uploaded successfully" }, accepted_file_types: { id: "file_upload.accepted_file_types", defaultMessage: "{types}{size, select, none {} other { up to {size}}}", description: "Message indicating the accepted file types for upload" }, cancel: { id: "file_upload.cancel", defaultMessage: "Cancel", description: "Label for canceling the file upload" }, apply_crop: { id: "file_upload.apply_crop", defaultMessage: "Apply", description: "Label for applying the crop to the image" } }); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { messages });