en.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  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": "Street (Road/Ave.)",
  276. "number": "Number",
  277. "district": "District",
  278. "has_complement": "Has complement?",
  279. "complement": "Complement",
  280. "nickname": "Nickname",
  281. "instructions": "Instructions",
  282. "address_type": "Address Type"
  283. },
  284. "types": {
  285. "home": "Home",
  286. "commercial": "Commercial",
  287. "other": "Other"
  288. },
  289. "messages": {
  290. "cep_not_found": "ZIP code not found. Please fill in manually.",
  291. "searching_cep": "Searching ZIP code...",
  292. "delete_confirm": "Are you sure you want to delete this address?"
  293. }
  294. },
  295. "speciality": {
  296. "singular": "Speciality",
  297. "plural": "Specialities",
  298. "add": "Add Speciality",
  299. "edit": "Edit Speciality",
  300. "fields": {
  301. "description": "Description"
  302. }
  303. },
  304. "improvement_type": {
  305. "singular": "Improvement Type",
  306. "plural": "Improvement Types",
  307. "add": "Add Improvement Type",
  308. "edit": "Edit Improvement Type",
  309. "fields": {
  310. "description": "Description",
  311. "improvement_type": "Type"
  312. },
  313. "types": {
  314. "client": "Client",
  315. "provider": "Provider",
  316. "both": "Both"
  317. }
  318. },
  319. "provider": {
  320. "singular": "Provider",
  321. "plural": "Providers",
  322. "fields": {
  323. "document": "CPF/CNPJ",
  324. "rg": "RG",
  325. "birth_date": "Birth Date",
  326. "selfie_verified": "Selfie Verified",
  327. "document_verified": "Document Verified",
  328. "document_front": "Document (Front)",
  329. "document_back": "Document (Back)",
  330. "no_documents": "No documents uploaded",
  331. "is_approved": "Approved",
  332. "average_rating": "Average Rating",
  333. "total_services": "Total Services",
  334. "daily_price_8h": "Daily Price 8h",
  335. "daily_price_6h": "Daily Price 6h",
  336. "daily_price_4h": "Daily Price 4h",
  337. "daily_price_2h": "Daily Price 2h",
  338. "approval_status": "Approval Status"
  339. },
  340. "hints": {
  341. "daily_price": "Value between R$ 100.00 and R$ 500.00"
  342. },
  343. "approval_status": {
  344. "pending": "Pending",
  345. "accepted": "Approved",
  346. "rejected": "Rejected"
  347. },
  348. "approval": {
  349. "dialog_title": "Provider Review",
  350. "section_personal": "Personal Data",
  351. "section_pricing": "Pricing",
  352. "btn_approve": "Approve",
  353. "btn_reject": "Reject",
  354. "approved_success": "Provider approved successfully.",
  355. "rejected_success": "Provider rejected.",
  356. "pending_table_title": "Providers Awaiting Approval"
  357. }
  358. },
  359. "provider_specialities": {
  360. "header": "Specialties",
  361. "add_button": "Add",
  362. "select_placeholder": "Select a specialty",
  363. "empty_state": "No specialties added",
  364. "remove_confirm": "Are you sure you want to remove this specialty?"
  365. },
  366. "provider_services_types": {
  367. "header": "Service Types",
  368. "add_button": "Add",
  369. "select_placeholder": "Select a service type",
  370. "empty_state": "No service types added",
  371. "remove_confirm": "Are you sure you want to remove this service type?"
  372. },
  373. "provider_payment_methods": {
  374. "singular": "Payment Method",
  375. "plural": "Payment Methods",
  376. "header": "Payment Methods",
  377. "add_button": "Add Payment Method",
  378. "edit_button": "Edit Payment Method",
  379. "empty_state": "No payment methods registered",
  380. "account_type": "Account Type",
  381. "pix_key": "PIX Key",
  382. "bank_account_type": "Bank Account Type",
  383. "agency": "Agency",
  384. "account": "Account",
  385. "digit": "Digit",
  386. "account_types": {
  387. "pix": "PIX",
  388. "bank_account": "Bank Account"
  389. },
  390. "bank_account_types": {
  391. "checking": "Checking",
  392. "savings": "Savings"
  393. }
  394. },
  395. "provider_working_days": {
  396. "header": "Working Days",
  397. "morning": "Morning",
  398. "afternoon": "Afternoon",
  399. "days": {
  400. "0": "Sunday",
  401. "1": "Monday",
  402. "2": "Tuesday",
  403. "3": "Wednesday",
  404. "4": "Thursday",
  405. "5": "Friday",
  406. "6": "Saturday"
  407. }
  408. },
  409. "provider_blocked_days": {
  410. "singular": "Blocked Day",
  411. "plural": "Blocked Days",
  412. "header": "Blocked Days",
  413. "add_button": "Add Blocked Day",
  414. "edit_button": "Edit Blocked Day",
  415. "empty_state": "No blocked days registered",
  416. "date": "Date",
  417. "period": "Period",
  418. "reason": "Reason",
  419. "init_hour": "Start Time",
  420. "end_hour": "End Time",
  421. "periods": {
  422. "morning": "Morning",
  423. "afternoon": "Afternoon",
  424. "all": "All Day"
  425. }
  426. },
  427. "client_favorite_providers": {
  428. "singular": "Favorite Provider",
  429. "plural": "Favorite Providers",
  430. "header": "Favorite Providers",
  431. "add_button": "Add Favorite Provider",
  432. "edit_button": "Edit Favorite Provider",
  433. "empty_state": "No favorite providers registered",
  434. "provider": "Provider",
  435. "notes": "Notes",
  436. "favorited_at": "Favorited at"
  437. },
  438. "provider_client_blocks": {
  439. "singular": "Blocked Client",
  440. "plural": "Blocked Clients",
  441. "header": "Blocked Clients",
  442. "tab": "Blocked Clients",
  443. "add_button": "Add Block",
  444. "edit_button": "Edit Block",
  445. "empty_state": "No blocked clients",
  446. "client": "Client",
  447. "blocked_at": "Blocked at"
  448. },
  449. "client_provider_blocks": {
  450. "singular": "Blocked Provider",
  451. "plural": "Blocked Providers",
  452. "header": "Blocked Providers",
  453. "tab": "Blocked Providers",
  454. "add_button": "Add Block",
  455. "edit_button": "Edit Block",
  456. "empty_state": "No blocked providers",
  457. "provider": "Provider",
  458. "blocked_at": "Blocked at"
  459. },
  460. "client_payment_methods": {
  461. "singular": "Payment Method",
  462. "plural": "Payment Methods",
  463. "header": "Payment Methods",
  464. "add_button": "Add Card",
  465. "edit_button": "Edit Card",
  466. "empty_state": "No payment methods registered",
  467. "card_number": "Card Number",
  468. "holder_name": "Cardholder Name",
  469. "expiration": "Expiration",
  470. "cvv": "CVV",
  471. "card_name": "Card Name",
  472. "brand": "Brand",
  473. "last_four_digits": "Last 4",
  474. "is_active": "Active",
  475. "invalid_card_number": "Invalid card number",
  476. "expired_card": "Expired card",
  477. "brands": {
  478. "visa": "Visa",
  479. "mastercard": "Mastercard",
  480. "elo": "Elo",
  481. "hipercard": "Hipercard",
  482. "diners": "Diners Club",
  483. "discover": "Discover",
  484. "amex": "American Express"
  485. }
  486. },
  487. "schedules": {
  488. "singular": "Schedule",
  489. "plural": "Schedules",
  490. "header": "Schedules",
  491. "add_button": "New Schedule",
  492. "edit_button": "Edit Schedule",
  493. "empty_state": "No schedules registered",
  494. "schedule_info": "Schedule Information",
  495. "schedule_details": "Schedule Details",
  496. "client": "Client",
  497. "provider": "Provider",
  498. "address": "Address",
  499. "date": "Date",
  500. "time": "Time",
  501. "period": "Period",
  502. "period_type": "Period Type",
  503. "schedule_type": "Schedule Type",
  504. "start_time": "Start Time",
  505. "end_time": "End Time",
  506. "status": "Status",
  507. "total_amount": "Total Amount",
  508. "code": "Code",
  509. "code_verified": "Code Verified",
  510. "hours": "hours",
  511. "to": "to",
  512. "add_date": "Add Date",
  513. "selected_dates": "Selected Dates",
  514. "schedule_dates": "Schedule Dates",
  515. "no_dates_added": "No dates added",
  516. "date_already_added": "This date has already been added",
  517. "at_least_one_date_required": "Add at least one date",
  518. "accept": "Accept",
  519. "reject": "Reject",
  520. "mark_as_paid": "Mark as Paid",
  521. "cancel_schedule": "Cancel Schedule",
  522. "view_as_client": "Client View",
  523. "view_as_provider": "Provider View",
  524. "filter_by_status": "Filter by Status",
  525. "all_statuses": "All Statuses",
  526. "period_types": {
  527. "2": "2 hours",
  528. "4": "4 hours",
  529. "6": "6 hours",
  530. "8": "8 hours"
  531. },
  532. "schedule_types": {
  533. "default": "Default",
  534. "custom": "Custom"
  535. },
  536. "statuses": {
  537. "pending": "Pending",
  538. "accepted": "Accepted",
  539. "rejected": "Rejected",
  540. "paid": "Paid",
  541. "cancelled": "Cancelled",
  542. "started": "Started",
  543. "finished": "Finished"
  544. },
  545. "fill_code": "Fill Code",
  546. "enter_code": "Enter the code",
  547. "code_verified_success": "Code verified successfully",
  548. "code_verified_failed": "Invalid code, please try again"
  549. },
  550. "opportunities": {
  551. "singular": "Opportunity",
  552. "plural": "Opportunities",
  553. "title": "Opportunities",
  554. "description": "Manage custom scheduling opportunities",
  555. "empty_state": "No opportunities found",
  556. "available": "Available Opportunities",
  557. "my_proposals": "My Sent Proposals",
  558. "no_proposals": "You haven't sent any proposals yet",
  559. "view_details": "Opportunity Details",
  560. "accept_opportunity": "Accept Opportunity",
  561. "proposal_sent": "Proposal Sent",
  562. "proposal_refused": "Proposal Refused",
  563. "proposal_accepted": "Proposal Accepted",
  564. "waiting_client": "Waiting for Client",
  565. "proposals_received": "Proposals Received",
  566. "no_proposals_received": "No proposals received yet",
  567. "accept_provider": "Accept Provider",
  568. "refuse_provider": "Refuse Provider",
  569. "provider_info": "Provider Information",
  570. "client": "Client",
  571. "date": "Date",
  572. "period": "Period",
  573. "price_range": "Price Range",
  574. "add": "Add Opportunity",
  575. "edit": "Edit Opportunity",
  576. "quantity": "Number of Services",
  577. "quantity_hint": "N opportunities will be created with the same date",
  578. "address_type": "Address Type",
  579. "service_type": "Service Type",
  580. "specialities": "Preferred Specialties",
  581. "description_label": "Request Description",
  582. "min_price": "Minimum Price",
  583. "max_price": "Maximum Price",
  584. "max_price_validation": "Maximum price must be greater than or equal to minimum",
  585. "offers_meal": "Offers Meal",
  586. "offers_meal_yes": "I offer meal",
  587. "offers_meal_no": "I don't offer meal",
  588. "price_note": "Price range for 8h per day",
  589. "select_time": "Select time",
  590. "types": {
  591. "residencial": "Residential",
  592. "comercial": "Commercial",
  593. "commercial": "Commercial"
  594. }
  595. },
  596. "reviews": {
  597. "singular": "Review",
  598. "plural": "Reviews",
  599. "header": "Reviews",
  600. "add_button": "Add Review",
  601. "edit_button": "Edit Review",
  602. "empty_state": "No reviews found",
  603. "schedule": "Schedule",
  604. "origin": "Origin",
  605. "origin_id": "Reviewer",
  606. "stars": "Stars",
  607. "comment": "Comment",
  608. "improvements": "Improvements",
  609. "reviewed_at": "Reviewed at",
  610. "origins": {
  611. "providers": "Provider",
  612. "clients": "Client",
  613. "provider": "Provider",
  614. "client": "Client"
  615. },
  616. "improvements_suggested": "Improvements Suggested",
  617. "no_improvements_suggested": "No improvements suggested",
  618. "block_client": "Do not receive more requests from this client",
  619. "block_provider": "Do not request this provider anymore"
  620. },
  621. "client_reviews": {
  622. "sent_tab": "Sent Reviews",
  623. "received_tab": "Received Reviews",
  624. "sent_empty": "No reviews sent",
  625. "received_empty": "No reviews received",
  626. "provider": "Provider",
  627. "client": "Client",
  628. "date": "Date",
  629. "time": "Time",
  630. "schedule_id": "Schedule ID",
  631. "stars": "Stars",
  632. "comment": "Comment",
  633. "schedule_details": "Schedule Details",
  634. "improvements": "Improvements",
  635. "service_type": "Service Type",
  636. "specialities": "Specialities",
  637. "price_range": "Price Range",
  638. "offers_meal": "Offers Meal",
  639. "description": "Description",
  640. "address_type": "Address Type",
  641. "address": "Address",
  642. "status": "Status",
  643. "period": "Period",
  644. "total_amount": "Amount",
  645. "code": "Code",
  646. "view_title": "Review Details"
  647. },
  648. "provider_reviews": {
  649. "sent_tab": "Sent Reviews",
  650. "received_tab": "Received Reviews",
  651. "sent_empty": "No reviews sent",
  652. "received_empty": "No reviews received"
  653. },
  654. "orders": {
  655. "singular": "Order",
  656. "plural": "Orders",
  657. "core": {
  658. "new_order": "New Order",
  659. "payment_received": "Payment Received",
  660. "resume": "Order Resume",
  661. "buyer_information": "Buyer Information",
  662. "participant_information": "Participant Information",
  663. "same_as_buyer": "Same as buyer",
  664. "select_at_least_one_ticket": "Select at least one ticket",
  665. "select_payment_method": "Select a payment method",
  666. "exclusive_list": "Exclusive list",
  667. "successful_payment": "Successful payment"
  668. },
  669. "statuses": {
  670. "paid": "Paid",
  671. "pending": "Pending",
  672. "approved": "Approved",
  673. "canceled": "Canceled",
  674. "completed": "Completed",
  675. "confirmed": "Confirmed",
  676. "confirmation": "Confirmation"
  677. },
  678. "payment_methods": {
  679. "credit_card": "Credit Card",
  680. "boleto": "Boleto",
  681. "pix": "Pix"
  682. }
  683. },
  684. "ui": {
  685. "navigation": {
  686. "collapse_menu": "Collapse menu",
  687. "expand_menu": "Expand menu",
  688. "dashboard": "Dashboard",
  689. "explore": "Explore",
  690. "advertise": "Advertise",
  691. "my_advertisements": "My Advertisements",
  692. "negotiations": "Negotiations",
  693. "opportunities": "Opportunities",
  694. "plans": "Plans",
  695. "events": "Events",
  696. "event_tickets": "Event Tickets",
  697. "event_ticket_types": "Event Ticket Types",
  698. "orders": "Orders",
  699. "sales": "Sales",
  700. "participants": "Participants",
  701. "users": "Users",
  702. "profile": "Profile",
  703. "interests": "Interests",
  704. "registration": "Registration",
  705. "schedules": "Schedules",
  706. "wallet": "Wallet",
  707. "settings": "Settings",
  708. "city": "City",
  709. "client": "Client",
  710. "state": "State",
  711. "country": "Country",
  712. "provider": "Provider",
  713. "exit": "Exit",
  714. "admin": "Admin",
  715. "user": "User",
  716. "improvement_type": "Improvement Type",
  717. "service_type": "Service Type",
  718. "speciality": "Speciality",
  719. "reviews": "Reviews",
  720. "payments": "Payments",
  721. "support_requests": "Support requests"
  722. }
  723. },
  724. "charts": {
  725. "nps": {
  726. "promotion_zone": "Promotion Zone",
  727. "promotion_zone_range": "Promotion Zone Range",
  728. "quality_zone": "Quality Zone",
  729. "quality_zone_range": "Quality Zone Range",
  730. "refinement_zone": "Refinement Zone",
  731. "refinement_zone_range": "Refinement Zone Range",
  732. "critical_zone": "Critical Zone",
  733. "critical_zone_range": "Critical Zone Range",
  734. "promoters": "Promoters",
  735. "passives": "Passives",
  736. "detractors": "Detractors"
  737. }
  738. },
  739. "payments": {
  740. "header": "Payments",
  741. "view_title": "Payment details",
  742. "schedule_id": "Schedule",
  743. "client": "Client",
  744. "provider": "Provider",
  745. "payment_method": "Method",
  746. "gross_amount": "Gross amount",
  747. "gateway_fee_amount": "Gateway fee",
  748. "platform_fee_amount": "Platform fee",
  749. "net_amount": "Net amount",
  750. "splits": "Payment splits",
  751. "withdrawals": "Withdrawals",
  752. "withdrawal_id": "Withdrawal",
  753. "no_splits": "No splits found for this payment",
  754. "no_withdrawals": "No withdrawals found for this payment",
  755. "payment_methods": {
  756. "credit_card": "Credit card",
  757. "pix": "Pix"
  758. },
  759. "statuses": {
  760. "pending": "Pending",
  761. "processing": "Processing",
  762. "authorized": "Authorized",
  763. "paid": "Paid",
  764. "failed": "Failed",
  765. "cancelled": "Cancelled"
  766. },
  767. "split_statuses": {
  768. "pending": "Pending",
  769. "processing": "Processing",
  770. "transferred": "Transferred",
  771. "failed": "Failed",
  772. "cancelled": "Cancelled"
  773. },
  774. "withdrawal_statuses": {
  775. "pending_transfer": "Pending transfer",
  776. "processing": "Processing",
  777. "transferred": "Transferred",
  778. "failed": "Failed",
  779. "canceled": "Canceled"
  780. }
  781. },
  782. "dashboard": {
  783. "currency_format": "$ {value}",
  784. "cards": {
  785. "total_earnings": "Total Earnings",
  786. "tickets_sold": "Tickets Sold",
  787. "registrations": "Registrations"
  788. },
  789. "charts": {
  790. "tickets_by_type": {
  791. "title": "Total tickets by type",
  792. "labels": {
  793. "vip": "VIP",
  794. "track": "Track",
  795. "box": "Box",
  796. "courtesy": "Courtesy"
  797. }
  798. },
  799. "participants_by_document": {
  800. "title": "Percentage of CNPJ and CPF in registrations"
  801. },
  802. "sales_over_time": {
  803. "title": "Sales Over Period",
  804. "y_label": "Value ({currency})"
  805. },
  806. "registration_source": {
  807. "title": "Registration Source",
  808. "source": "Source",
  809. "sources": {
  810. "instagram": "Instagram",
  811. "facebook": "Facebook",
  812. "google": "Google",
  813. "referral": "Referral"
  814. }
  815. }
  816. }
  817. },
  818. "support_request": {
  819. "singular": "Support request",
  820. "plural": "Support requests",
  821. "fields": {
  822. "title": "Subject",
  823. "category": "Category",
  824. "name": "Name",
  825. "email": "Email",
  826. "phone": "Phone",
  827. "user_type": "Type",
  828. "status": "Status",
  829. "message": "Message",
  830. "handled_by": "Handled by",
  831. "resolved_at": "Resolved at"
  832. },
  833. "categories": {
  834. "payment": "Payment",
  835. "schedule": "Schedule",
  836. "account": "Account",
  837. "other": "Other"
  838. },
  839. "status": {
  840. "pending": "Pending",
  841. "in_progress": "In progress",
  842. "resolved": "Resolved"
  843. },
  844. "actions": {
  845. "mark_in_progress": "Take request",
  846. "mark_resolved": "Mark as resolved"
  847. },
  848. "user_types": {
  849. "client": "Client",
  850. "provider": "Provider",
  851. "admin": "Administrator",
  852. "user": "Operator"
  853. }
  854. }
  855. }