en.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. {
  2. "common": {
  3. "actions": {
  4. "save": "Save",
  5. "cancel": "Cancel",
  6. "close": "Close",
  7. "edit": "Edit",
  8. "add": "Add",
  9. "update": "Update",
  10. "search": "Search",
  11. "delete": "Delete",
  12. "view": "View",
  13. "back": "Back",
  14. "next": "Next",
  15. "title": "Actions",
  16. "resend_email": "Resend email",
  17. "download_certificate": "Download certificate",
  18. "download_boleto": "Download Boleto",
  19. "copy_paste_code": "Copy and paste the code below to make the payment",
  20. "review": "Review"
  21. },
  22. "terms": {
  23. "name": "Name",
  24. "email": "Email",
  25. "password": "Password",
  26. "description": "Description",
  27. "date": "Date",
  28. "start_date": "Start Date",
  29. "end_date": "End Date",
  30. "code": "Code",
  31. "title": "Title",
  32. "status": "Status",
  33. "price": "Price",
  34. "quantity": "Quantity",
  35. "city": "City",
  36. "state": "State",
  37. "country": "Country",
  38. "address": "Address",
  39. "address_number": "Address Number",
  40. "complement": "Complement",
  41. "postal_code": "Postal Code",
  42. "phone": "Phone",
  43. "document": "Document",
  44. "document_type": "Document Type",
  45. "cpf": "CPF",
  46. "cnpj": "CNPJ",
  47. "rg": "RG",
  48. "cep": "ZIP Code",
  49. "order_number": "Order Number",
  50. "order_amount": "Order Amount",
  51. "total_amount": "Total Amount",
  52. "payment": "Payment",
  53. "payment_method": "Payment Method",
  54. "payment_date": "Payment Date",
  55. "payment_amount": "Payment Amount",
  56. "language": "Language",
  57. "currency": "Currency",
  58. "interests": "Interests",
  59. "avatar": "Avatar",
  60. "banner": "Banner",
  61. "logo": "Logo",
  62. "media": "Media",
  63. "month": "Month",
  64. "week": "Week",
  65. "day": "Day",
  66. "hour": "Hour",
  67. "minute": "Minute",
  68. "second": "Second",
  69. "year": "Year",
  70. "all": "All",
  71. "certificate": "Certificate",
  72. "version": "Version",
  73. "user": "User",
  74. "rating": "Rating",
  75. "services": "Services",
  76. "created_at": "Created at",
  77. "actions": "Actions"
  78. },
  79. "months": {
  80. "january": "January",
  81. "february": "February",
  82. "march": "March",
  83. "april": "April",
  84. "may": "May",
  85. "june": "June",
  86. "july": "July",
  87. "august": "August",
  88. "september": "September",
  89. "october": "October",
  90. "november": "November",
  91. "december": "December"
  92. },
  93. "status": {
  94. "active": "Active",
  95. "inactive": "Inactive",
  96. "canceled": "Canceled",
  97. "loading": "Please wait...",
  98. "yes": "Yes",
  99. "no": "No",
  100. "no_results": "No results found"
  101. },
  102. "validations": {
  103. "required": "Required field"
  104. },
  105. "validation": {
  106. "required": "Required field",
  107. "optional": "Optional",
  108. "min_value": "Minimum value: {min}",
  109. "max_value": "Maximum value: {max}"
  110. },
  111. "ui": {
  112. "file": {
  113. "choose": "Choose a file",
  114. "click_select": "Click to select a file",
  115. "click_select_image": "Click to select an image",
  116. "drag": "Drag",
  117. "drag_and_drop": "Drag and drop the file here",
  118. "drag_here": "Drag the file here",
  119. "selected": "File selected"
  120. },
  121. "table": {
  122. "rows_per_page": "Rows per page",
  123. "of": "of",
  124. "to": "to"
  125. },
  126. "messages": {
  127. "copied_to_clipboard": "Copied to clipboard",
  128. "confirm_action": "Are you sure?",
  129. "error": "Error processing request",
  130. "error_loading_data": "Error loading data",
  131. "updated": "Successfully updated",
  132. "created": "successfully created",
  133. "are_you_sure_delete": "Are you sure you want to delete this item?",
  134. "welcome": "Welcome",
  135. "enjoy_the_event": "Enjoy the event!"
  136. },
  137. "misc": {
  138. "all": "All",
  139. "or": "or",
  140. "example": "Example",
  141. "options": "Options",
  142. "total": "Total",
  143. "type": "Type"
  144. }
  145. },
  146. "metadata": {
  147. "created_at": "Created at",
  148. "updated_at": "Updated at",
  149. "created_by": "Created by"
  150. },
  151. "messages": {
  152. "error_loading": "Error loading data",
  153. "no_permission": "You don't have permission to access this resource",
  154. "confirm": "Confirm",
  155. "confirm_delete": "Are you sure you want to delete this item?",
  156. "deleted_successfully": "Deleted successfully",
  157. "error_deleting": "Error deleting the item",
  158. "select_client_first": "Select a client first"
  159. }
  160. },
  161. "auth": {
  162. "login": "Login",
  163. "logout": "Logout",
  164. "registration": "Registration",
  165. "confirm_password": "Confirm Password",
  166. "agreed_terms": "I agree with the terms",
  167. "agreed_privacy": "I agree with the privacy policy"
  168. },
  169. "business": {
  170. "advertise": "Advertise",
  171. "my_advertisements": "My Advertisements",
  172. "negotiations": "Negotiations",
  173. "opportunities": "Opportunities",
  174. "plans": "Plans"
  175. },
  176. "validation": {
  177. "rules": {
  178. "required": "This field is required",
  179. "email": "This field must be a valid email | These fields must be valid emails",
  180. "date": "This field must be a valid date",
  181. "min": "Min Value: R$",
  182. "max": "Max Value: R$",
  183. "characters": "characters",
  184. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  185. "same_password": "Passwords must match",
  186. "not_same_document": "The document must be unique for each participant",
  187. "cpf": "This field must be a valid CPF",
  188. "cnpj": "This field must be a valid CNPJ",
  189. "cep": "This field must be a valid ZIP code",
  190. "value_smaller_than_zero": "Value cannot be less than zero"
  191. },
  192. "permissions": {
  193. "view": "You don't have permission to view this",
  194. "create": "You don't have permission to create this",
  195. "edit": "You don't have permission to edit this",
  196. "delete": "You don't have permission to delete this",
  197. "add": "You don't have permission to add this"
  198. }
  199. },
  200. "http": {
  201. "errors": {
  202. "404": "Page not found",
  203. "failed": "The action failed",
  204. "no_records_found": "No records found"
  205. },
  206. "success": "The action was successful"
  207. },
  208. "events": {
  209. "singular": "Event",
  210. "plural": "Events",
  211. "core": {
  212. "basic_information": "Basic Information",
  213. "schedule": "Schedule",
  214. "opening": "Opening",
  215. "total_capacity": "Total Capacity",
  216. "unique_code": "Unique Code",
  217. "unique_code_hint": "This code is automatically generated",
  218. "list_of_allowed_documents": "List of allowed documents"
  219. },
  220. "tickets": {
  221. "singular": "Ticket",
  222. "plural": "Tickets",
  223. "types_singular": "Ticket Type",
  224. "types_plural": "Ticket Types",
  225. "event_ticket": "Event Ticket",
  226. "event_tickets": "Event Tickets",
  227. "event_ticket_types": "Event Ticket Types",
  228. "sales_start_date": "Sales Start Date",
  229. "sales_end_date": "Sales End Date",
  230. "max_per_user": "Maximum Tickets per User",
  231. "max_per_user_hint": "0 for unlimited",
  232. "quantity_available": "Available Quantity",
  233. "quantity_sold": "Quantity Sold"
  234. },
  235. "location": {
  236. "singular": "Location"
  237. },
  238. "attendance": {
  239. "participant_singular": "Participant",
  240. "participant_plural": "Participants",
  241. "checked_in_at": "Checked in at",
  242. "is_checked_in": "Is checked in"
  243. }
  244. },
  245. "user": {
  246. "singular": "User",
  247. "plural": "Users",
  248. "profile": {
  249. "singular": "Profile",
  250. "name_and_surname": "Name and Surname",
  251. "birth_date": "Birth Date",
  252. "personal_information": "Personal Information"
  253. },
  254. "preferences": {
  255. "singular": "Preferences"
  256. }
  257. },
  258. "client": {
  259. "singular": "Client",
  260. "plural": "Clients",
  261. "add": "Add Client",
  262. "edit": "Edit Client",
  263. "fields": {
  264. "document": "CPF/CNPJ"
  265. }
  266. },
  267. "address": {
  268. "singular": "Address",
  269. "plural": "Addresses",
  270. "add": "Add Address",
  271. "edit": "Edit Address",
  272. "tab": "Addresses",
  273. "fields": {
  274. "zip_code": "ZIP Code",
  275. "address": "Address",
  276. "has_complement": "Has complement?",
  277. "complement": "Complement",
  278. "nickname": "Nickname",
  279. "instructions": "Instructions",
  280. "address_type": "Address Type"
  281. },
  282. "types": {
  283. "home": "Home",
  284. "commercial": "Commercial",
  285. "other": "Other"
  286. },
  287. "messages": {
  288. "cep_not_found": "ZIP code not found. Please fill in manually.",
  289. "searching_cep": "Searching ZIP code...",
  290. "delete_confirm": "Are you sure you want to delete this address?"
  291. }
  292. },
  293. "speciality": {
  294. "singular": "Speciality",
  295. "plural": "Specialities",
  296. "add": "Add Speciality",
  297. "edit": "Edit Speciality",
  298. "fields": {
  299. "description": "Description"
  300. }
  301. },
  302. "improvement_type": {
  303. "singular": "Improvement Type",
  304. "plural": "Improvement Types",
  305. "add": "Add Improvement Type",
  306. "edit": "Edit Improvement Type",
  307. "fields": {
  308. "description": "Description",
  309. "improvement_type": "Type"
  310. },
  311. "types": {
  312. "client": "Client",
  313. "provider": "Provider",
  314. "both": "Both"
  315. }
  316. },
  317. "provider": {
  318. "singular": "Provider",
  319. "plural": "Providers",
  320. "fields": {
  321. "document": "CPF/CNPJ",
  322. "rg": "RG",
  323. "birth_date": "Birth Date",
  324. "selfie_verified": "Selfie Verified",
  325. "document_verified": "Document Verified",
  326. "is_approved": "Approved",
  327. "average_rating": "Average Rating",
  328. "total_services": "Total Services",
  329. "daily_price_8h": "Daily Price 8h",
  330. "daily_price_6h": "Daily Price 6h",
  331. "daily_price_4h": "Daily Price 4h",
  332. "daily_price_2h": "Daily Price 2h"
  333. },
  334. "hints": {
  335. "daily_price": "Value between R$ 100.00 and R$ 500.00"
  336. }
  337. },
  338. "provider_specialities": {
  339. "header": "Specialties",
  340. "add_button": "Add",
  341. "select_placeholder": "Select a specialty",
  342. "empty_state": "No specialties added",
  343. "remove_confirm": "Are you sure you want to remove this specialty?"
  344. },
  345. "provider_services_types": {
  346. "header": "Service Types",
  347. "add_button": "Add",
  348. "select_placeholder": "Select a service type",
  349. "empty_state": "No service types added",
  350. "remove_confirm": "Are you sure you want to remove this service type?"
  351. },
  352. "provider_payment_methods": {
  353. "singular": "Payment Method",
  354. "plural": "Payment Methods",
  355. "header": "Payment Methods",
  356. "add_button": "Add Payment Method",
  357. "edit_button": "Edit Payment Method",
  358. "empty_state": "No payment methods registered",
  359. "account_type": "Account Type",
  360. "pix_key": "PIX Key",
  361. "bank_account_type": "Bank Account Type",
  362. "agency": "Agency",
  363. "account": "Account",
  364. "digit": "Digit",
  365. "account_types": {
  366. "pix": "PIX",
  367. "bank_account": "Bank Account"
  368. },
  369. "bank_account_types": {
  370. "checking": "Checking",
  371. "savings": "Savings"
  372. }
  373. },
  374. "provider_working_days": {
  375. "header": "Working Days",
  376. "morning": "Morning",
  377. "afternoon": "Afternoon",
  378. "days": {
  379. "0": "Sunday",
  380. "1": "Monday",
  381. "2": "Tuesday",
  382. "3": "Wednesday",
  383. "4": "Thursday",
  384. "5": "Friday",
  385. "6": "Saturday"
  386. }
  387. },
  388. "provider_blocked_days": {
  389. "singular": "Blocked Day",
  390. "plural": "Blocked Days",
  391. "header": "Blocked Days",
  392. "add_button": "Add Blocked Day",
  393. "edit_button": "Edit Blocked Day",
  394. "empty_state": "No blocked days registered",
  395. "date": "Date",
  396. "period": "Period",
  397. "reason": "Reason",
  398. "init_hour": "Start Time",
  399. "end_hour": "End Time",
  400. "periods": {
  401. "morning": "Morning",
  402. "afternoon": "Afternoon",
  403. "all": "All Day"
  404. }
  405. },
  406. "client_favorite_providers": {
  407. "singular": "Favorite Provider",
  408. "plural": "Favorite Providers",
  409. "header": "Favorite Providers",
  410. "add_button": "Add Favorite Provider",
  411. "edit_button": "Edit Favorite Provider",
  412. "empty_state": "No favorite providers registered",
  413. "provider": "Provider",
  414. "notes": "Notes",
  415. "favorited_at": "Favorited at"
  416. },
  417. "provider_client_blocks": {
  418. "singular": "Blocked Client",
  419. "plural": "Blocked Clients",
  420. "header": "Blocked Clients",
  421. "tab": "Blocked Clients",
  422. "add_button": "Add Block",
  423. "edit_button": "Edit Block",
  424. "empty_state": "No blocked clients",
  425. "client": "Client",
  426. "blocked_at": "Blocked at"
  427. },
  428. "client_provider_blocks": {
  429. "singular": "Blocked Provider",
  430. "plural": "Blocked Providers",
  431. "header": "Blocked Providers",
  432. "tab": "Blocked Providers",
  433. "add_button": "Add Block",
  434. "edit_button": "Edit Block",
  435. "empty_state": "No blocked providers",
  436. "provider": "Provider",
  437. "blocked_at": "Blocked at"
  438. },
  439. "client_payment_methods": {
  440. "singular": "Payment Method",
  441. "plural": "Payment Methods",
  442. "header": "Payment Methods",
  443. "add_button": "Add Card",
  444. "edit_button": "Edit Card",
  445. "empty_state": "No payment methods registered",
  446. "card_number": "Card Number",
  447. "holder_name": "Cardholder Name",
  448. "expiration": "Expiration",
  449. "cvv": "CVV",
  450. "card_name": "Card Name",
  451. "brand": "Brand",
  452. "last_four_digits": "Last 4",
  453. "is_active": "Active",
  454. "invalid_card_number": "Invalid card number",
  455. "expired_card": "Expired card",
  456. "brands": {
  457. "visa": "Visa",
  458. "mastercard": "Mastercard",
  459. "elo": "Elo",
  460. "hipercard": "Hipercard",
  461. "diners": "Diners Club",
  462. "discover": "Discover",
  463. "amex": "American Express"
  464. }
  465. },
  466. "schedules": {
  467. "singular": "Schedule",
  468. "plural": "Schedules",
  469. "header": "Schedules",
  470. "add_button": "New Schedule",
  471. "edit_button": "Edit Schedule",
  472. "empty_state": "No schedules registered",
  473. "schedule_info": "Schedule Information",
  474. "schedule_details": "Schedule Details",
  475. "client": "Client",
  476. "provider": "Provider",
  477. "address": "Address",
  478. "date": "Date",
  479. "time": "Time",
  480. "period": "Period",
  481. "period_type": "Period Type",
  482. "schedule_type": "Schedule Type",
  483. "start_time": "Start Time",
  484. "end_time": "End Time",
  485. "status": "Status",
  486. "total_amount": "Total Amount",
  487. "code": "Code",
  488. "code_verified": "Code Verified",
  489. "hours": "hours",
  490. "to": "to",
  491. "add_date": "Add Date",
  492. "selected_dates": "Selected Dates",
  493. "schedule_dates": "Schedule Dates",
  494. "no_dates_added": "No dates added",
  495. "date_already_added": "This date has already been added",
  496. "at_least_one_date_required": "Add at least one date",
  497. "accept": "Accept",
  498. "reject": "Reject",
  499. "mark_as_paid": "Mark as Paid",
  500. "cancel_schedule": "Cancel Schedule",
  501. "view_as_client": "Client View",
  502. "view_as_provider": "Provider View",
  503. "filter_by_status": "Filter by Status",
  504. "all_statuses": "All Statuses",
  505. "period_types": {
  506. "2": "2 hours",
  507. "4": "4 hours",
  508. "6": "6 hours",
  509. "8": "8 hours"
  510. },
  511. "schedule_types": {
  512. "default": "Default",
  513. "custom": "Custom"
  514. },
  515. "statuses": {
  516. "pending": "Pending",
  517. "accepted": "Accepted",
  518. "rejected": "Rejected",
  519. "paid": "Paid",
  520. "cancelled": "Cancelled",
  521. "started": "Started",
  522. "finished": "Finished"
  523. },
  524. "fill_code": "Fill Code",
  525. "enter_code": "Enter the code",
  526. "code_verified_success": "Code verified successfully",
  527. "code_verified_failed": "Invalid code, please try again"
  528. },
  529. "opportunities": {
  530. "singular": "Opportunity",
  531. "plural": "Opportunities",
  532. "title": "Opportunities",
  533. "description": "Manage custom scheduling opportunities",
  534. "empty_state": "No opportunities found",
  535. "available": "Available Opportunities",
  536. "my_proposals": "My Sent Proposals",
  537. "no_proposals": "You haven't sent any proposals yet",
  538. "view_details": "Opportunity Details",
  539. "accept_opportunity": "Accept Opportunity",
  540. "proposal_sent": "Proposal Sent",
  541. "proposal_refused": "Proposal Refused",
  542. "proposal_accepted": "Proposal Accepted",
  543. "waiting_client": "Waiting for Client",
  544. "proposals_received": "Proposals Received",
  545. "no_proposals_received": "No proposals received yet",
  546. "accept_provider": "Accept Provider",
  547. "refuse_provider": "Refuse Provider",
  548. "provider_info": "Provider Information",
  549. "client": "Client",
  550. "date": "Date",
  551. "period": "Period",
  552. "price_range": "Price Range",
  553. "add": "Add Opportunity",
  554. "edit": "Edit Opportunity",
  555. "quantity": "Number of Services",
  556. "quantity_hint": "N opportunities will be created with the same date",
  557. "address_type": "Address Type",
  558. "service_type": "Service Type",
  559. "specialities": "Preferred Specialties",
  560. "description_label": "Request Description",
  561. "min_price": "Minimum Price",
  562. "max_price": "Maximum Price",
  563. "max_price_validation": "Maximum price must be greater than or equal to minimum",
  564. "offers_meal": "Offers Meal",
  565. "offers_meal_yes": "I offer meal",
  566. "offers_meal_no": "I don't offer meal",
  567. "price_note": "Price range for 8h per day",
  568. "select_time": "Select time",
  569. "types": {
  570. "residencial": "Residential",
  571. "comercial": "Commercial",
  572. "commercial": "Commercial"
  573. }
  574. },
  575. "reviews": {
  576. "singular": "Review",
  577. "plural": "Reviews",
  578. "header": "Reviews",
  579. "add_button": "Add Review",
  580. "edit_button": "Edit Review",
  581. "empty_state": "No reviews found",
  582. "schedule": "Schedule",
  583. "origin": "Origin",
  584. "origin_id": "Reviewer",
  585. "stars": "Stars",
  586. "comment": "Comment",
  587. "improvements": "Improvements",
  588. "reviewed_at": "Reviewed at",
  589. "origins": {
  590. "providers": "Provider",
  591. "clients": "Client",
  592. "provider": "Provider",
  593. "client": "Client"
  594. },
  595. "improvements_suggested": "Improvements Suggested",
  596. "no_improvements_suggested": "No improvements suggested",
  597. "block_client": "Do not receive more requests from this client",
  598. "block_provider": "Do not request this provider anymore"
  599. },
  600. "client_reviews": {
  601. "sent_tab": "Sent Reviews",
  602. "received_tab": "Received Reviews",
  603. "sent_empty": "No reviews sent",
  604. "received_empty": "No reviews received",
  605. "provider": "Provider",
  606. "client": "Client",
  607. "date": "Date",
  608. "time": "Time",
  609. "schedule_id": "Schedule ID",
  610. "stars": "Stars",
  611. "comment": "Comment",
  612. "schedule_details": "Schedule Details",
  613. "improvements": "Improvements",
  614. "service_type": "Service Type",
  615. "specialities": "Specialities",
  616. "price_range": "Price Range",
  617. "offers_meal": "Offers Meal",
  618. "description": "Description",
  619. "address_type": "Address Type",
  620. "address": "Address",
  621. "status": "Status",
  622. "period": "Period",
  623. "total_amount": "Amount",
  624. "code": "Code",
  625. "view_title": "Review Details"
  626. },
  627. "provider_reviews": {
  628. "sent_tab": "Sent Reviews",
  629. "received_tab": "Received Reviews",
  630. "sent_empty": "No reviews sent",
  631. "received_empty": "No reviews received"
  632. },
  633. "orders": {
  634. "singular": "Order",
  635. "plural": "Orders",
  636. "core": {
  637. "new_order": "New Order",
  638. "payment_received": "Payment Received",
  639. "resume": "Order Resume",
  640. "buyer_information": "Buyer Information",
  641. "participant_information": "Participant Information",
  642. "same_as_buyer": "Same as buyer",
  643. "select_at_least_one_ticket": "Select at least one ticket",
  644. "select_payment_method": "Select a payment method",
  645. "exclusive_list": "Exclusive list",
  646. "successful_payment": "Successful payment"
  647. },
  648. "statuses": {
  649. "paid": "Paid",
  650. "pending": "Pending",
  651. "approved": "Approved",
  652. "canceled": "Canceled",
  653. "completed": "Completed",
  654. "confirmed": "Confirmed",
  655. "confirmation": "Confirmation"
  656. },
  657. "payment_methods": {
  658. "credit_card": "Credit Card",
  659. "boleto": "Boleto",
  660. "pix": "Pix"
  661. }
  662. },
  663. "ui": {
  664. "navigation": {
  665. "collapse_menu": "Collapse menu",
  666. "expand_menu": "Expand menu",
  667. "dashboard": "Dashboard",
  668. "explore": "Explore",
  669. "advertise": "Advertise",
  670. "my_advertisements": "My Advertisements",
  671. "negotiations": "Negotiations",
  672. "opportunities": "Opportunities",
  673. "plans": "Plans",
  674. "events": "Events",
  675. "event_tickets": "Event Tickets",
  676. "event_ticket_types": "Event Ticket Types",
  677. "orders": "Orders",
  678. "sales": "Sales",
  679. "participants": "Participants",
  680. "users": "Users",
  681. "profile": "Profile",
  682. "interests": "Interests",
  683. "registration": "Registration",
  684. "schedules": "Schedules",
  685. "wallet": "Wallet",
  686. "settings": "Settings",
  687. "city": "City",
  688. "client": "Client",
  689. "state": "State",
  690. "country": "Country",
  691. "provider": "Provider",
  692. "exit": "Exit",
  693. "admin": "Admin",
  694. "user": "User",
  695. "improvement_type": "Improvement Type",
  696. "service_type": "Service Type",
  697. "speciality": "Speciality",
  698. "reviews": "Reviews"
  699. }
  700. },
  701. "charts": {
  702. "nps": {
  703. "promotion_zone": "Promotion Zone",
  704. "promotion_zone_range": "Promotion Zone Range",
  705. "quality_zone": "Quality Zone",
  706. "quality_zone_range": "Quality Zone Range",
  707. "refinement_zone": "Refinement Zone",
  708. "refinement_zone_range": "Refinement Zone Range",
  709. "critical_zone": "Critical Zone",
  710. "critical_zone_range": "Critical Zone Range",
  711. "promoters": "Promoters",
  712. "passives": "Passives",
  713. "detractors": "Detractors"
  714. }
  715. },
  716. "dashboard": {
  717. "currency_format": "$ {value}",
  718. "cards": {
  719. "total_earnings": "Total Earnings",
  720. "tickets_sold": "Tickets Sold",
  721. "registrations": "Registrations"
  722. },
  723. "charts": {
  724. "tickets_by_type": {
  725. "title": "Total tickets by type",
  726. "labels": {
  727. "vip": "VIP",
  728. "track": "Track",
  729. "box": "Box",
  730. "courtesy": "Courtesy"
  731. }
  732. },
  733. "participants_by_document": {
  734. "title": "Percentage of CNPJ and CPF in registrations"
  735. },
  736. "sales_over_time": {
  737. "title": "Sales Over Period",
  738. "y_label": "Value ({currency})"
  739. },
  740. "registration_source": {
  741. "title": "Registration Source",
  742. "source": "Source",
  743. "sources": {
  744. "instagram": "Instagram",
  745. "facebook": "Facebook",
  746. "google": "Google",
  747. "referral": "Referral"
  748. }
  749. }
  750. }
  751. }
  752. }