| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- {
- "page": {
- "city": {
- "description": "View, edit, and add cities to the system"
- },
- "state": {
- "description": "View, edit, and add states to the system"
- },
- "country": {
- "description": "View, edit, and add countries to the system"
- },
- "users": {
- "description": "View, edit, and add users with system access"
- },
- "system-dashboard": {
- "description": "General vision of the system"
- },
- "versions": {
- "description": "Informations about updates, fixes and changes for each system version"
- }
- },
- "common": {
- "actions": {
- "import": "Import",
- "save": "Save",
- "cancel": "Cancel",
- "edit": "Edit",
- "add": "Add",
- "search": "Search",
- "delete": "Delete",
- "view": "View",
- "back": "Back",
- "next": "Next",
- "resend_email": "Resend email",
- "download_certificate": "Download certificate",
- "download_boleto": "Download Boleto",
- "copy_paste_code": "Copy and paste the code below to make the payment"
- },
- "terms": {
- "actions": "Actions",
- "name": "Name",
- "email": "Email",
- "branch": "Branch",
- "password": "Password",
- "description": "Description",
- "contact_info": "Contact Info",
- "date": "Date",
- "start_date": "Start Date",
- "end_date": "End Date",
- "code": "Code",
- "title": "Title",
- "status": "Status",
- "price": "Price",
- "quantity": "Quantity",
- "city": "City",
- "list": "List",
- "state": "State",
- "country": "Country",
- "address": "Address",
- "address_number": "Address Number",
- "complement": "Complement",
- "postal_code": "Postal Code",
- "phone": "Phone",
- "document": "Document",
- "document_type": "Document Type",
- "cpf": "CPF",
- "cnpj": "CNPJ",
- "cep": "ZIP Code",
- "order_number": "Order Number",
- "order_amount": "Order Amount",
- "owner_name": "Owner name",
- "client_name": "Client name",
- "total_amount": "Total Amount",
- "payment": "Payment",
- "payment_method": "Payment Method",
- "payment_date": "Payment Date",
- "payment_amount": "Payment Amount",
- "language": "Language",
- "currency": "Currency",
- "interests": "Interests",
- "avatar": "Avatar",
- "banner": "Banner",
- "logo": "Logo",
- "light": "Light",
- "dark": "Dark",
- "media": "Media",
- "month": "Month",
- "week": "Week",
- "day": "Day",
- "hour": "Hour",
- "minute": "Minute",
- "second": "Second",
- "year": "Year",
- "all": "All",
- "certificate": "Certificate",
- "version": "Version"
- },
- "months": {
- "january": "January",
- "february": "February",
- "march": "March",
- "april": "April",
- "may": "May",
- "june": "June",
- "july": "July",
- "august": "August",
- "september": "September",
- "october": "October",
- "november": "November",
- "december": "December"
- },
- "status": {
- "active": "Active",
- "inactive": "Inactive",
- "canceled": "Canceled",
- "loading": "Please wait...",
- "yes": "Yes",
- "no": "No"
- },
- "ui": {
- "file": {
- "choose": "Choose a file",
- "click_select": "Click to select a file",
- "click_select_image": "Click to select an image",
- "drag": "Drag",
- "drag_and_drop": "Drag and drop the file here",
- "drag_here": "Drag the file here",
- "selected": "File selected"
- },
- "table": {
- "rows_per_page": "Rows per page",
- "of": "of",
- "to": "to",
- "records_found": "record(s) found"
- },
- "messages": {
- "copied_to_clipboard": "Copied to clipboard",
- "confirm_action": "Are you sure?",
- "are_you_sure_delete": "Are you sure you want to delete this item?",
- "welcome": "Welcome",
- "enjoy_the_event": "Enjoy the event!"
- },
- "misc": {
- "all": "All",
- "or": "or",
- "example": "Example",
- "options": "Options",
- "total": "Total",
- "type": "Type"
- }
- },
- "metadata": {
- "created_at": "Created at",
- "updated_at": "Updated at",
- "created_by": "Created by"
- }
- },
- "auth": {
- "sign-in": "Sign in",
- "login": "Login",
- "logout": "Logout",
- "registration": "Registration",
- "confirm_password": "Confirm Password",
- "agreed_terms": "I agree with the terms",
- "agreed_privacy": "I agree with the privacy policy"
- },
- "business": {
- "advertise": "Advertise",
- "my_advertisements": "My Advertisements",
- "negotiations": "Negotiations",
- "opportunities": "Opportunities",
- "plans": "Plans"
- },
- "validation": {
- "rules": {
- "required": "This field is required",
- "email": "This field must be a valid email | These fields must be valid emails",
- "date": "This field must be a valid date",
- "min": "This field must have at least",
- "max": "This field must have at most",
- "characters": "characters",
- "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
- "same_password": "Passwords must match",
- "not_same_document": "The document must be unique for each participant",
- "cpf": "This field must be a valid CPF",
- "cnpj": "This field must be a valid CNPJ",
- "cep": "This field must be a valid ZIP code",
- "value_smaller_than_zero": "Value cannot be less than zero"
- },
- "permissions": {
- "view": "You don't have permission to view this",
- "create": "You don't have permission to create this",
- "edit": "You don't have permission to edit this",
- "delete": "You don't have permission to delete this",
- "add": "You don't have permission to add this"
- }
- },
- "http": {
- "errors": {
- "404": "Page not found",
- "failed": "The action failed",
- "no_records_found": "No records found"
- },
- "success": "The action was successful"
- },
- "events": {
- "singular": "Event",
- "plural": "Events",
- "core": {
- "basic_information": "Basic Information",
- "schedule": "Schedule",
- "opening": "Opening",
- "total_capacity": "Total Capacity",
- "unique_code": "Unique Code",
- "unique_code_hint": "This code is automatically generated",
- "list_of_allowed_documents": "List of allowed documents"
- },
- "tickets": {
- "singular": "Ticket",
- "plural": "Tickets",
- "types_singular": "Ticket Type",
- "types_plural": "Ticket Types",
- "event_ticket": "Event Ticket",
- "event_tickets": "Event Tickets",
- "event_ticket_types": "Event Ticket Types",
- "sales_start_date": "Sales Start Date",
- "sales_end_date": "Sales End Date",
- "max_per_user": "Maximum Tickets per User",
- "max_per_user_hint": "0 for unlimited",
- "quantity_available": "Available Quantity",
- "quantity_sold": "Quantity Sold"
- },
- "location": {
- "singular": "Location"
- },
- "attendance": {
- "participant_singular": "Participant",
- "participant_plural": "Participants",
- "checked_in_at": "Checked in at",
- "is_checked_in": "Is checked in"
- }
- },
- "user": {
- "singular": "User",
- "plural": "Users",
- "profile": {
- "singular": "Profile",
- "name_and_surname": "Name and Surname",
- "birth_date": "Birth Date",
- "personal_information": "Personal Information"
- },
- "preferences": {
- "singular": "Preferences"
- }
- },
- "orders": {
- "singular": "Order",
- "plural": "Orders",
- "core": {
- "new_order": "New Order",
- "payment_received": "Payment Received",
- "resume": "Order Resume",
- "buyer_information": "Buyer Information",
- "participant_information": "Participant Information",
- "same_as_buyer": "Same as buyer",
- "select_at_least_one_ticket": "Select at least one ticket",
- "select_payment_method": "Select a payment method",
- "exclusive_list": "Exclusive list",
- "successful_payment": "Successful payment"
- },
- "statuses": {
- "paid": "Paid",
- "pending": "Pending",
- "approved": "Approved",
- "canceled": "Canceled",
- "completed": "Completed",
- "confirmed": "Confirmed",
- "confirmation": "Confirmation"
- },
- "payment_methods": {
- "credit_card": "Credit Card",
- "boleto": "Boleto",
- "pix": "Pix"
- }
- },
- "ui": {
- "navigation": {
- "collapse_menu": "Collapse menu",
- "dashboards": "Dashboards",
- "home": "Home",
- "versions": "Versions",
- "expand_menu": "Expand menu",
- "dashboard": "Dashboard",
- "explore": "Explore",
- "advertise": "Advertise",
- "my_advertisements": "My Advertisements",
- "negotiations": "Negotiations",
- "opportunities": "Opportunities",
- "plans": "Plans",
- "events": "Events",
- "event_tickets": "Event Tickets",
- "event_ticket_types": "Event Ticket Types",
- "orders": "Orders",
- "sales": "Sales",
- "participants": "Participants",
- "users": "Users",
- "profile": "Profile",
- "interests": "Interests",
- "registration": "Registration",
- "wallet": "Wallet",
- "settings": "Settings",
- "city": "City",
- "state": "State",
- "country": "Country",
- "exit": "Exit"
- }
- },
- "charts": {
- "nps": {
- "promotion_zone": "Promotion Zone",
- "promotion_zone_range": "Promotion Zone Range",
- "quality_zone": "Quality Zone",
- "quality_zone_range": "Quality Zone Range",
- "refinement_zone": "Refinement Zone",
- "refinement_zone_range": "Refinement Zone Range",
- "critical_zone": "Critical Zone",
- "critical_zone_range": "Critical Zone Range",
- "promoters": "Promoters",
- "passives": "Passives",
- "detractors": "Detractors"
- }
- },
- "dashboard": {
- "currency_format": "$ {value}",
- "cards": {
- "total_earnings": "Total Earnings",
- "tickets_sold": "Tickets Sold",
- "registrations": "Registrations"
- },
- "charts": {
- "tickets_by_type": {
- "title": "Total tickets by type",
- "labels": {
- "vip": "VIP",
- "track": "Track",
- "box": "Box",
- "courtesy": "Courtesy"
- }
- },
- "participants_by_document": {
- "title": "Percentage of CNPJ and CPF in registrations"
- },
- "sales_over_time": {
- "title": "Sales Over Period",
- "y_label": "Value ({currency})"
- },
- "registration_source": {
- "title": "Registration Source",
- "source": "Source",
- "sources": {
- "instagram": "Instagram",
- "facebook": "Facebook",
- "google": "Google",
- "referral": "Referral"
- }
- }
- }
- }
- }
|