UNPKG

magner

Version:

Universal admin panel magnetic to any backend

67 lines (66 loc) 1.74 kB
export declare const enLocale: { core: { header: { logout: string; }; sidebar: { collapse: string; }; messages: { error: string; not_found_title: string; not_found_disc: string; }; card: { remove: string; success_creation: string; success_edition: string; success_removal: string; attention: string; removal_confirm: string; confirm_button_text: string; cancel_button_text: string; add_more: string; }; form: { clear: string; submit: string; remove: string; cancel: string; failed_action: string; input_phone: { without_mask: string; }; select: { check_all: string; clear: string; ok: string; }; dropzone: { drag_here: string; click_upload: string; wrong_format: string; wrong_size: string; max_files: string; }; }; table: { filters: string; more_filters: string; filters_applied: string; filters_submit: string; rows_selected: string; remove: string; filters_close: string; }; validation: { empty: string; email: string; password: string; }; modal: { before_close: string; }; }; }; export type TranslationSchema = typeof enLocale;