UNPKG

@opendash/plugin-parse

Version:

Parse Server Plugin for open.DASH

147 lines (146 loc) 4.64 kB
declare const _default: { admin: { label: string; default_group: string; user_group: string; default_route: string; csv_import: string; csv_export: string; edit_object: string; edit_permission_filter: string; edit_permission_save: string; edit_permission_success: string; edit_permission_error: string; edit_role_permission: string; edit_user_permission: string; reload_action: string; reload_message: string; id: string; create: { action: string; modal_title: string; save: string; cancel: string; success: string; error: string; }; edit: { tooltip: string; modal_title: string; save: string; cancel: string; success: string; error: string; }; inputs: { string_placeholder: string; password_placeholder: string; number_placeholder: string; date_placeholder: string; latitude: string; longitude: string; }; delete: { action: string; tooltip: string; confirm_title: string; confirm_message: string; confirm_message_plural: string; confirm_ok: string; confirm_cancel: string; success: string; success_plural: string; error: string; }; filter: { contains: string; equals: string; equals_not: string; starts_with: string; ends_with: string; exists: string; exists_not: string; apply: string; reset: string; select_placeholder: string; input_placeholder: string; }; relations: { modal_title: string; show_relation_label: string; add: string; add_placeholder: string; add_success: string; add_error: string; remove_success: string; remove_error: string; remove_tooltip: string; }; classes: { roles: { label: string; label_plural: string; fields: { id: string; createdAt: string; updatedAt: string; name: string; users: string; name_description: string; }; }; users: { label: string; label_plural: string; fields: { id: string; createdAt: string; updatedAt: string; name: string; name_description: string; email: string; email_description: string; username: string; username_description: string; password: string; password_description: string; }; }; sources: { label: string; label_plural: string; fields: { id: string; createdAt: string; updatedAt: string; name: string; name_description: string; tag: string; tag_description: string; children: string; children_description: string; meta: string; meta_description: string; }; }; frontpage: { label: string; label_plural: string; fields: { id: string; createdAt: string; updatedAt: string; label: string; label_description: string; icon: string; icon_description: string; color: string; color_description: string; link: string; link_description: string; }; }; }; }; }; export default _default;