en.json 28 KB

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