en.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956
  1. {
  2. "common": {
  3. "confirm": "Confirm",
  4. "actions": {
  5. "save": "Save",
  6. "cancel": "Cancel",
  7. "close": "Close",
  8. "edit": "Edit",
  9. "add": "Add",
  10. "select": "request",
  11. "search": "Search",
  12. "delete": "Delete",
  13. "view": "View",
  14. "back": "Back",
  15. "next": "Next",
  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. },
  21. "terms": {
  22. "name": "Name",
  23. "email": "Email",
  24. "password": "Password",
  25. "description": "Description",
  26. "date": "Date",
  27. "start_date": "Start Date",
  28. "end_date": "End Date",
  29. "code": "Code",
  30. "title": "Title",
  31. "status": "Status",
  32. "price": "Price",
  33. "quantity": "Quantity",
  34. "city": "City",
  35. "state": "State",
  36. "country": "Country",
  37. "address": "Address",
  38. "address_number": "Address Number",
  39. "district": "District",
  40. "complement": "Complement",
  41. "postal_code": "Postal Code",
  42. "phone": "Phone",
  43. "celular": "Cell Phone",
  44. "document": "Document",
  45. "document_type": "Document Type",
  46. "cpf": "CPF",
  47. "cnpj": "CNPJ",
  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. "gender": "Gender",
  59. "interests": "Interests",
  60. "avatar": "Avatar",
  61. "banner": "Banner",
  62. "logo": "Logo",
  63. "media": "Media",
  64. "month": "Month",
  65. "week": "Week",
  66. "day": "Day",
  67. "hour": "Hour",
  68. "minute": "Minute",
  69. "second": "Second",
  70. "year": "Year",
  71. "all": "All",
  72. "certificate": "Certificate",
  73. "version": "Version"
  74. },
  75. "months": {
  76. "january": "January",
  77. "february": "February",
  78. "march": "March",
  79. "april": "April",
  80. "may": "May",
  81. "june": "June",
  82. "july": "July",
  83. "august": "August",
  84. "september": "September",
  85. "october": "October",
  86. "november": "November",
  87. "december": "December"
  88. },
  89. "status": {
  90. "active": "Active",
  91. "inactive": "Inactive",
  92. "canceled": "Canceled",
  93. "loading": "Please wait...",
  94. "yes": "Yes",
  95. "no": "No"
  96. },
  97. "ui": {
  98. "file": {
  99. "choose": "Choose a file",
  100. "click_select": "Click to select a file",
  101. "click_select_image": "Click to select an image",
  102. "drag": "Drag",
  103. "drag_and_drop": "Drag and drop the file here",
  104. "drag_here": "Drag the file here",
  105. "selected": "File selected"
  106. },
  107. "table": {
  108. "rows_per_page": "Rows per page",
  109. "of": "of",
  110. "to": "to"
  111. },
  112. "messages": {
  113. "copied_to_clipboard": "Copied to clipboard",
  114. "confirm_action": "Are you sure?",
  115. "are_you_sure_delete": "Are you sure you want to delete this item?",
  116. "welcome": "Welcome",
  117. "enjoy_the_event": "Enjoy the event!"
  118. },
  119. "misc": {
  120. "all": "All",
  121. "or": "or",
  122. "example": "Example",
  123. "options": "Options",
  124. "total": "Total",
  125. "type": "Type"
  126. }
  127. },
  128. "metadata": {
  129. "created_at": "Created at",
  130. "updated_at": "Updated at",
  131. "created_by": "Created by"
  132. }
  133. },
  134. "auth": {
  135. "login": "Login",
  136. "logout": "Logout",
  137. "registration": "Registration",
  138. "confirm": "Confirm",
  139. "continue": "Continue",
  140. "confirm_password": "Confirm Password",
  141. "agreed_terms": "I agree with the terms",
  142. "agreed_privacy": "I agree with the privacy policy",
  143. "enter_code": "Enter the code sent to your email",
  144. "code_placeholder": "Code",
  145. "validation_code": "Validation Code",
  146. "register_later": "Register later",
  147. "register": "Register",
  148. "full_name": "Full Name",
  149. "no_complement": "Address without complement",
  150. "address_nickname": "Address nickname",
  151. "address_instructions": "Instructions (optional)",
  152. "address_type_home": "Home",
  153. "address_type_commercial": "Commercial",
  154. "address_type_other": "Other",
  155. "avatar_step_title": "Add a profile photo",
  156. "avatar_step_button": "Add photo",
  157. "avatar_step_take_photo": "Take photo",
  158. "avatar_step_choose_photo": "Choose photo",
  159. "avatar_step_prompt_header": "Profile photo",
  160. "avatar_step_prompt_gallery": "Choose from gallery",
  161. "avatar_step_prompt_camera": "Take photo",
  162. "avatar_step_prompt_cancel": "Cancel",
  163. "avatar_step_remove": "Remove photo",
  164. "avatar_step_hint": "Optional. You can continue without a photo.",
  165. "avatar_step_invalid": "Upload a JPG, PNG, or WEBP image up to 5 MB.",
  166. "step4_title": "Add your ZIP code and find the nearest cleaners",
  167. "use_location": "use my location",
  168. "back_to_register": "Back to registration",
  169. "cep_not_found": "ZIP code not found. Please check and try again.",
  170. "location_permission_denied": "Location permission denied. Please enable it in device settings.",
  171. "location_error": "Could not get your location. Please try again.",
  172. "confirm_location": "confirm location",
  173. "confirm_address": "confirm address",
  174. "complement": "Complement",
  175. "complement_placeholder": "Ex: Apartment, Suite, House.",
  176. "address_nickname_placeholder": "Ex: Apartment in Condominium",
  177. "complement_required": "Please fill in the complement or check 'Address without complement'.",
  178. "register_error": "Error completing registration. Please try again.",
  179. "geocoding_failed": "Address not identified. Drag the pin to adjust the location.",
  180. "geocoding_failed_short": "Drag the pin to identify the address"
  181. },
  182. "business": {
  183. "advertise": "Advertise",
  184. "my_advertisements": "My Advertisements",
  185. "negotiations": "Negotiations",
  186. "opportunities": "Opportunities",
  187. "plans": "Plans"
  188. },
  189. "validation": {
  190. "rules": {
  191. "required": "This field is required",
  192. "email": "This field must be a valid email | These fields must be valid emails",
  193. "phone": "This field must be a valid phone number",
  194. "date": "This field must be a valid date",
  195. "min": "This field must have at least",
  196. "max": "This field must have at most",
  197. "characters": "characters",
  198. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  199. "same_password": "Passwords must match",
  200. "not_same_document": "The document must be unique for each participant",
  201. "cpf": "This field must be a valid CPF",
  202. "cnpj": "This field must be a valid CNPJ",
  203. "cpf_or_cnpj": "This field must be a valid CPF or CNPJ",
  204. "cep": "This field must be a valid ZIP code",
  205. "value_smaller_than_zero": "Value cannot be less than zero"
  206. },
  207. "permissions": {
  208. "view": "You don't have permission to view this",
  209. "create": "You don't have permission to create this",
  210. "edit": "You don't have permission to edit this",
  211. "delete": "You don't have permission to delete this",
  212. "add": "You don't have permission to add this"
  213. }
  214. },
  215. "http": {
  216. "errors": {
  217. "404": "Page not found",
  218. "failed": "The action failed",
  219. "no_records_found": "No records found"
  220. },
  221. "success": "The action was successful"
  222. },
  223. "events": {
  224. "singular": "Event",
  225. "plural": "Events",
  226. "core": {
  227. "basic_information": "Basic Information",
  228. "schedule": "Schedule",
  229. "opening": "Opening",
  230. "total_capacity": "Total Capacity",
  231. "unique_code": "Unique Code",
  232. "unique_code_hint": "This code is automatically generated",
  233. "list_of_allowed_documents": "List of allowed documents"
  234. },
  235. "tickets": {
  236. "singular": "Ticket",
  237. "plural": "Tickets",
  238. "types_singular": "Ticket Type",
  239. "types_plural": "Ticket Types",
  240. "event_ticket": "Event Ticket",
  241. "event_tickets": "Event Tickets",
  242. "event_ticket_types": "Event Ticket Types",
  243. "sales_start_date": "Sales Start Date",
  244. "sales_end_date": "Sales End Date",
  245. "max_per_user": "Maximum Tickets per User",
  246. "max_per_user_hint": "0 for unlimited",
  247. "quantity_available": "Available Quantity",
  248. "quantity_sold": "Quantity Sold"
  249. },
  250. "location": {
  251. "singular": "Location"
  252. },
  253. "attendance": {
  254. "participant_singular": "Participant",
  255. "participant_plural": "Participants",
  256. "checked_in_at": "Checked in at",
  257. "is_checked_in": "Is checked in"
  258. }
  259. },
  260. "user": {
  261. "singular": "User",
  262. "plural": "Users",
  263. "profile": {
  264. "singular": "Profile",
  265. "name_and_surname": "Name and Surname",
  266. "birth_date": "Birth Date",
  267. "personal_information": "Personal Information"
  268. },
  269. "preferences": {
  270. "singular": "Preferences"
  271. }
  272. },
  273. "orders": {
  274. "singular": "Order",
  275. "plural": "Orders",
  276. "core": {
  277. "new_order": "New Order",
  278. "payment_received": "Payment Received",
  279. "resume": "Order Resume",
  280. "buyer_information": "Buyer Information",
  281. "participant_information": "Participant Information",
  282. "same_as_buyer": "Same as buyer",
  283. "select_at_least_one_ticket": "Select at least one ticket",
  284. "select_payment_method": "Select a payment method",
  285. "exclusive_list": "Exclusive list",
  286. "successful_payment": "Successful payment"
  287. },
  288. "statuses": {
  289. "paid": "Paid",
  290. "pending": "Pending",
  291. "approved": "Approved",
  292. "canceled": "Canceled",
  293. "completed": "Completed",
  294. "confirmed": "Confirmed",
  295. "confirmation": "Confirmation"
  296. },
  297. "payment_methods": {
  298. "credit_card": "Credit Card",
  299. "boleto": "Boleto",
  300. "pix": "Pix"
  301. }
  302. },
  303. "ui": {
  304. "navigation": {
  305. "collapse_menu": "Collapse menu",
  306. "expand_menu": "Expand menu",
  307. "dashboard": "Dashboard",
  308. "explore": "Explore",
  309. "advertise": "Advertise",
  310. "my_advertisements": "My Advertisements",
  311. "negotiations": "Negotiations",
  312. "opportunities": "Opportunities",
  313. "plans": "Plans",
  314. "events": "Events",
  315. "event_tickets": "Event Tickets",
  316. "event_ticket_types": "Event Ticket Types",
  317. "orders": "Orders",
  318. "sales": "Sales",
  319. "participants": "Participants",
  320. "users": "Users",
  321. "profile": "Profile",
  322. "interests": "Interests",
  323. "registration": "Registration",
  324. "wallet": "Wallet",
  325. "settings": "Settings",
  326. "city": "City",
  327. "state": "State",
  328. "country": "Country",
  329. "exit": "Exit"
  330. }
  331. },
  332. "charts": {
  333. "nps": {
  334. "promotion_zone": "Promotion Zone",
  335. "promotion_zone_range": "Promotion Zone Range",
  336. "quality_zone": "Quality Zone",
  337. "quality_zone_range": "Quality Zone Range",
  338. "refinement_zone": "Refinement Zone",
  339. "refinement_zone_range": "Refinement Zone Range",
  340. "critical_zone": "Critical Zone",
  341. "critical_zone_range": "Critical Zone Range",
  342. "promoters": "Promoters",
  343. "passives": "Passives",
  344. "detractors": "Detractors"
  345. }
  346. },
  347. "search_filter": {
  348. "title": "Filters",
  349. "sort_by": "Sort by:",
  350. "filter_by": "Filter by:",
  351. "availability": "Availability",
  352. "availability_placeholder": "Ex. 01/10/2025",
  353. "apply": "Filter",
  354. "clear": "Clear",
  355. "sort": {
  356. "price_asc": "Lowest price",
  357. "price_desc": "Highest price",
  358. "distance_asc": "Closest (coming soon)",
  359. "distance_desc": "Farthest (coming soon)",
  360. "reviews_desc": "Most reviews",
  361. "reviews_asc": "Fewer reviews",
  362. "rating_desc": "Most stars",
  363. "rating_asc": "Fewer stars",
  364. "services_desc": "Most services hired",
  365. "oldest": "Oldest on platform",
  366. "higher": "higher",
  367. "lower": "lower",
  368. "oldest_asc": "oldest",
  369. "oldest_desc": "newest"
  370. },
  371. "groups": {
  372. "price": "Price",
  373. "distance": "Distance",
  374. "reviews": "Reviews",
  375. "rating": "Stars",
  376. "services": "Services hired",
  377. "oldest": "Time on platform"
  378. }
  379. },
  380. "search_page": {
  381. "title": "Search",
  382. "search_placeholder": "Name",
  383. "custom_schedule_btn": "custom",
  384. "custom_schedule_description": "If you prefer, select the details and we will find the ideal cleaner for you.",
  385. "choose_provider": "Choose a cleaner",
  386. "schedule_btn": "schedule",
  387. "until_8h": "Up to 8h",
  388. "until_6h": "Up to 6h",
  389. "until_4h": "Up to 4h",
  390. "until_2h": "Up to 2h",
  391. "no_price": "to negotiate",
  392. "no_results": "No cleaners found for this search."
  393. },
  394. "custom_schedule": {
  395. "success_title_line1": "SOB MEDIDA",
  396. "success_title_line2": "SOLICITADO!",
  397. "success_subtitle_before": "Em breve ",
  398. "success_subtitle_highlight": "diaristas enviarão propostas",
  399. "success_subtitle_after": " para atender ao seu serviço.",
  400. "close": "Fechar",
  401. "star_alt": "estrela",
  402. "mascot_alt": "Mascote Sob Medida"
  403. },
  404. "sob_medida": {
  405. "page_title": "Custom Service",
  406. "your_order": "Your request",
  407. "quantity_service": "Service quantity",
  408. "service_type": "Service type",
  409. "preferred_specialty": "Preferred specialty?",
  410. "description_label": "Describe request details",
  411. "optional": "(optional)",
  412. "description_placeholder": "Hello, I would like a dedicated professional who will...",
  413. "price_range_title": "Price range for 8 hours",
  414. "price_range_helper": "Select the full price range to receive housekeeper proposals.",
  415. "date_and_time": "Date and time",
  416. "success_message": "Custom request saved successfully!",
  417. "residential": "Residential",
  418. "commercial": "Commercial"
  419. },
  420. "dashboard_client": {
  421. "header": {
  422. "rating": "Rating",
  423. "services": "Services"
  424. },
  425. "dashboard_pending_custom_schedules": {
  426. "pending_request_title": "Requesting cleaner proposals",
  427. "pending_request_time": "15 minutes ago",
  428. "waiting_status": "Waiting"
  429. },
  430. "summary": {
  431. "welcome": "Welcome,",
  432. "my_schedules": "My schedules"
  433. },
  434. "today_schedules": {
  435. "start_with": "Service starting with",
  436. "started_by": "Service started by",
  437. "finished_by": "Service completed by",
  438. "code_label": "Code",
  439. "in_progress": "in progress",
  440. "end_time_label": "Ends at",
  441. "rate_btn": "Rate",
  442. "help_btn": "help"
  443. },
  444. "next_schedules": {
  445. "title": "Next services",
  446. "no_provider": "No provider assigned",
  447. "to_combine": "To be agreed",
  448. "from": "From",
  449. "to": "to",
  450. "custom": "custom",
  451. "default": "full day (up to 8h)",
  452. "tag_custom": "custom request",
  453. "tag_default": "standard booking",
  454. "place_home": "home",
  455. "place_apartment": "apartment",
  456. "place_unknown": "N/A",
  457. "details": "view details",
  458. "provider_age_unit": "years old",
  459. "default_service": "Standard cleaning",
  460. "btn_close": "close",
  461. "btn_help": "Help"
  462. },
  463. "client_proposals": {
  464. "candidate": "Candidate",
  465. "custom": "custom",
  466. "age": "({age} years)",
  467. "distance": "Distance",
  468. "title": "proposals from service providers"
  469. },
  470. "last_schedules": {
  471. "title": "Last services",
  472. "reschedule": "reschedule",
  473. "no_address": "No address"
  474. },
  475. "agenda": {
  476. "title": "Schedule",
  477. "upcoming_title": "Upcoming services",
  478. "completed_title": "Completed services",
  479. "type_default": "Appointment",
  480. "type_custom": "Custom",
  481. "status_pending": "Pending",
  482. "status_accepted": "Confirmed",
  483. "status_paid": "Confirmed",
  484. "status_started": "In progress",
  485. "status_finished": "Completed",
  486. "status_cancelled": "Cancelled",
  487. "btn_view_details": "view details",
  488. "btn_rate": "rate",
  489. "btn_reschedule": "reschedule",
  490. "empty_upcoming": "No scheduled services",
  491. "empty_completed": "No completed services",
  492. "waiting_proposals": "Waiting for proposals"
  493. },
  494. "favorites": {
  495. "title": "Favorites",
  496. "view_schedule": "view schedule",
  497. "from": "from",
  498. "no_price": "no price"
  499. },
  500. "providers_close": {
  501. "title": "Near you",
  502. "schedule": "book",
  503. "until_8h": "Up to 8h",
  504. "until_6h": "Up to 6h",
  505. "until_4h": "Up to 4h",
  506. "until_2h": "Up to 2h",
  507. "place_home": "Home",
  508. "no_price": "to arrange"
  509. },
  510. "pending_schedules": {
  511. "title": "Awaiting",
  512. "requesting_with": "Requesting booking with",
  513. "pay_to_provider": "Make payment to",
  514. "no_provider": "Provider not defined",
  515. "cancel_btn": "cancel",
  516. "status": {
  517. "pending": "Awaiting",
  518. "accepted": "Accepted",
  519. "paid": "Paid",
  520. "started": "In progress",
  521. "finished": "Completed"
  522. },
  523. "accepted_title": "Accepted to do your daily!",
  524. "detail_date": "Date:",
  525. "detail_time": "Time:",
  526. "detail_value": "Amount:",
  527. "detail_service_fee": "Total:",
  528. "detail_total": "Total:",
  529. "detail_pix_total": "Pix total:",
  530. "detail_credit_card_total": "Credit card total:",
  531. "detail_pix_discount": "Pix discount:",
  532. "btn_payment": "go to payment",
  533. "btn_cancel": "Cancel request"
  534. },
  535. "schedule_rating": {
  536. "title": "How was the service by",
  537. "positive_label": "What did you like most?",
  538. "negative_label": "What could be improved?",
  539. "comment_placeholder": "Would you like to leave a comment?",
  540. "favorite_label": "Add this cleaner to favorites",
  541. "block_label": "Stop requesting this cleaner",
  542. "add_photo": "Add photo",
  543. "submit_btn": "submit review",
  544. "help_link": "Help",
  545. "already_reviewed": "You have already reviewed this service.",
  546. "reviewed_badge": "reviewed!"
  547. },
  548. "registration_incomplete_title": "Complete your profile information!",
  549. "registration_incomplete_cta": "Resolve now",
  550. "payment_incomplete_title": "Update your payment information!",
  551. "payment_incomplete_cta": "Resolve now"
  552. },
  553. "profile": {
  554. "title": "Profile",
  555. "edit_profile": "Edit profile",
  556. "edit_data": "Edit data",
  557. "change_photo": "Change photo",
  558. "full_name": "Full name",
  559. "placeholder_name": "Enter your name",
  560. "email": "Email",
  561. "placeholder_email": "Enter your email",
  562. "phone": "Phone",
  563. "placeholder_phone": "(11) 99999-9999",
  564. "document": "Document",
  565. "placeholder_document": "Enter your document",
  566. "update": "Update",
  567. "language": "Language",
  568. "lang_pt": "PT-br",
  569. "lang_en": "EN-us",
  570. "lang_es": "ES-es",
  571. "payments": {
  572. "title": "Payments",
  573. "description": "My cards",
  574. "subtitle": "Payment Methods",
  575. "add_card": "add new card",
  576. "credit": "Credit",
  577. "debit": "Debit",
  578. "no_cards": "No cards registered",
  579. "add_first_card": "Add your first card.",
  580. "card_number": "Card number",
  581. "holder_name": "Cardholder name",
  582. "expiration": "Expiration",
  583. "expiration_placeholder": "MM/YYYY",
  584. "cvv": "CVV",
  585. "cvv_help": "The 3 or 4 digits on the back of your card",
  586. "brand": "Brand",
  587. "add_title": "Add Card",
  588. "edit_title": "Edit Card",
  589. "save_btn": "Save card",
  590. "security_badge": "Your data is secure",
  591. "invalid_card_number": "Invalid card number",
  592. "expired_card": "Expired card or invalid date",
  593. "remove_title": "Do you want to remove this card?",
  594. "remove_confirm": "Remove",
  595. "remove_cancel": "Cancel",
  596. "active": "Active",
  597. "inactive": "Inactive",
  598. "mmyyyy": "mm/yyyy"
  599. },
  600. "favorites": {
  601. "title": "Favorites",
  602. "description": "Favorite cleaners",
  603. "empty_message": "You don't have any cleaners in your favorites list yet.",
  604. "empty_cta": "Search for one now!",
  605. "search_btn": "search",
  606. "indicate_title": "Refer a cleaner to a friend.",
  607. "indicate_btn": "Refer",
  608. "indicate_whatsapp_message": "Hi! I use the Diária app to hire cleaners, and I want to recommend a professional: {name} ({city}). You can download the Diária app and view their profile here 👇",
  609. "indicate_coming_soon": "Soon you will be able to refer cleaners",
  610. "providers_title": "Cleaners",
  611. "until": "Until",
  612. "schedule_btn": "book",
  613. "remove_title": "Do you want to remove the cleaner from favorites?",
  614. "remove_confirm": "Remove",
  615. "remove_cancel": "Cancel"
  616. },
  617. "address": {
  618. "title": "Addresses",
  619. "description": "Cleaning location",
  620. "my_addresses": "My addresses",
  621. "manage_addresses": "Manage your addresses and choose where the service will be scheduled.",
  622. "address_subtitle": "My addresses",
  623. "address_description": "Add and manage your cleaning addresses",
  624. "search_placeholder": "Search address",
  625. "cep": "ZIP Code",
  626. "cep_not_found": "ZIP Code not found",
  627. "address_label": "Address",
  628. "address_placeholder": "Enter your address",
  629. "number": "Number",
  630. "complement": "Complement",
  631. "complement_placeholder": "Complement (optional)",
  632. "district_label": "District",
  633. "city_label": "City",
  634. "state_label": "State",
  635. "update_address": "Update address",
  636. "add_address": "Add address",
  637. "add_new_address": "Add new address",
  638. "add_new_address_label": "Add a new address for your services",
  639. "edit_address": "Edit address",
  640. "edit": "Edit",
  641. "mark_as_primary": "Mark as primary",
  642. "main": "Primary",
  643. "no_addresses": "No addresses registered",
  644. "marked_as_primary": "Address marked as primary",
  645. "error_marking_primary": "Error marking address as primary",
  646. "deleted": "Address deleted successfully",
  647. "error_deleting": "Error deleting address",
  648. "error_saving": "Error saving address",
  649. "error_loading": "Error loading addresses",
  650. "confirm_delete": "Do you want to delete this address?",
  651. "address_type": "Address type",
  652. "type": {
  653. "home": "Residential",
  654. "commercial": "Commercial",
  655. "other": "Other"
  656. },
  657. "missing_coords": "Coordinates not found for this address.",
  658. "update_on_map": "Update on map"
  659. },
  660. "help": {
  661. "title": "Help",
  662. "description": "Questions and support",
  663. "support_title": "Support Center",
  664. "online_status": "Online",
  665. "ai_assistant_label": "AI Assistant",
  666. "virtual_assistant": "Virtual Assistant",
  667. "greeting_message": "Hello! How can I help you today?",
  668. "quick_suggestions": "Quick suggestions",
  669. "message_placeholder": "Type your message",
  670. "footer_disclaimer": "💡 Automated responses by AI • Human support available",
  671. "coming_soon": "Coming soon",
  672. "error_message": "Could not process your message. Please try again.",
  673. "suggestion_cancel": "How to cancel a daily service?",
  674. "suggestion_data": "How to update my data?",
  675. "suggestion_payment": "How does payment work?",
  676. "suggestion_human": "Talk to a human"
  677. },
  678. "privacy_policy": {
  679. "title": "Privacy Policy",
  680. "description": "How we handle your data"
  681. },
  682. "support_page": {
  683. "title": "Support Center",
  684. "description": "Usage guide and tutorials"
  685. },
  686. "logout": {
  687. "title": "Logout",
  688. "description": "Disconnect from your account"
  689. }
  690. },
  691. "dashboard": {
  692. "currency_format": "$ {value}",
  693. "cards": {
  694. "total_earnings": "Total Earnings",
  695. "tickets_sold": "Tickets Sold",
  696. "registrations": "Registrations"
  697. },
  698. "charts": {
  699. "tickets_by_type": {
  700. "title": "Total tickets by type",
  701. "labels": {
  702. "vip": "VIP",
  703. "track": "Track",
  704. "box": "Box",
  705. "courtesy": "Courtesy"
  706. }
  707. },
  708. "participants_by_document": {
  709. "title": "Percentage of CNPJ and CPF in registrations"
  710. },
  711. "sales_over_time": {
  712. "title": "Sales Over Period",
  713. "y_label": "Value ({currency})"
  714. },
  715. "registration_source": {
  716. "title": "Registration Source",
  717. "source": "Source",
  718. "sources": {
  719. "instagram": "Instagram",
  720. "facebook": "Facebook",
  721. "google": "Google",
  722. "referral": "Referral"
  723. }
  724. }
  725. }
  726. },
  727. "address": {
  728. "types": {
  729. "commercial": {
  730. "home": "Residential",
  731. "commercial": "Commercial",
  732. "other": "Other"
  733. }
  734. }
  735. },
  736. "scheduling_page": {
  737. "title": "Scheduling",
  738. "about_provider": "About the professional",
  739. "schedule_service": "Schedule a service",
  740. "favorite_added": "Professional added to favorites!",
  741. "favorite_removed": "Professional removed from favorites.",
  742. "favorite_error": "Could not update favorites.",
  743. "reviews_title": "Reviews",
  744. "see_all": "see all",
  745. "no_reviews": "No reviews found.",
  746. "unknown_client": "Client",
  747. "select_service": "Select service",
  748. "no_slots_available": "No time slots available for this day.",
  749. "book": "add to orders",
  750. "no_price": "to be agreed",
  751. "time_selection": {
  752. "subtitle": "Select the desired start and end time for the service.",
  753. "meal_section": "Professional's meal",
  754. "meal_offer": "I offer a meal",
  755. "meal_no_offer": "I don't offer a meal",
  756. "continue": "continue",
  757. "pause_note_8h": "Includes a break of up to 1 hour.",
  758. "pause_note_6h": "Includes a break of up to 30 minutes.",
  759. "pause_note_4h": "Includes a break of up to 10 minutes.",
  760. "slot_required": "Select a time slot to continue."
  761. },
  762. "service_types": {
  763. "integral": {
  764. "label": "Full day",
  765. "hours": "up to 8h of service",
  766. "description": "Ideal for cleaning with higher demands and larger spaces."
  767. },
  768. "padrao": {
  769. "label": "Standard",
  770. "hours": "up to 6h of service",
  771. "description": "Ideal for residential and commercial cleaning seeking a traditional cleaning routine."
  772. },
  773. "meio_periodo": {
  774. "label": "Half day",
  775. "hours": "up to 4h of service",
  776. "description": "Ideal for smaller spaces, studios or offices."
  777. },
  778. "diaria_rapida": {
  779. "label": "Quick Clean",
  780. "hours": "up to 2h of service",
  781. "description": "Ideal for hotel rooms, small spaces or specific services."
  782. }
  783. },
  784. "order_summary": {
  785. "title": "Order summary",
  786. "info_text": "Send the service request or add more dates to your order.",
  787. "info_note": "*You can schedule the same cleaner up to twice a week.",
  788. "service_label": "Service:",
  789. "time_range": "from {start}h to {end}h",
  790. "send_btn": "send request",
  791. "add_date_btn": "+ Add date",
  792. "remove_confirm_title": "Are you sure you want to remove this time slot from the order?",
  793. "remove_confirm_ok": "remove time slot",
  794. "remove_confirm_cancel": "cancel",
  795. "week_limit_error": "Limit of 2 bookings per week with the same professional reached.",
  796. "submit_success": "Request sent successfully!",
  797. "submit_error": "Could not send the request. Please try again.",
  798. "no_primary_address": "Please add a primary address in your profile to schedule a service."
  799. }
  800. },
  801. "schedule_cart": {
  802. "title": "Orders",
  803. "empty_title": "You do not have any orders yet",
  804. "empty_message": "Add time slots from favorite professionals to send a request.",
  805. "add_to_cart": "Add to orders",
  806. "add_success": "Time slot added to orders.",
  807. "local_cart_title": "Orders",
  808. "orders_title": "Orders",
  809. "no_orders": "No orders created.",
  810. "order_title": "Order #{id}",
  811. "view_favorites": "view favorites",
  812. "last_request_title": "Last request sent",
  813. "created_count": "{count} booking(s) created",
  814. "created_ids": "IDs: {ids}",
  815. "time_range": "{start} to {end}",
  816. "separator": "·",
  817. "hours_short": "{hours}h",
  818. "currency_value": "R$ {value}",
  819. "with_meal": "With meal",
  820. "without_meal": "Without meal",
  821. "summary": "Summary",
  822. "services_total": "Services total",
  823. "pix_fee": "Pix total",
  824. "pix_total": "Pix total",
  825. "credit_card_fee": "Card total",
  826. "credit_card_total": "Card total",
  827. "pix_discount": "Pix discount: save R$ {value}",
  828. "cart_fee_discount": "Orders total discount: R$ {value}",
  829. "cart_discount_hint": "Add {count} more time slot(s) to get the orders discount.",
  830. "cart_discount_applied": "Discount applied: 3 or more time slots in the orders.",
  831. "cart_discount_total": "Total",
  832. "provider": "Professional",
  833. "address": "Address",
  834. "quantity": "Quantity",
  835. "schedule_count": "{count} time slot(s)",
  836. "submit": "send request",
  837. "close_cart": "close orders",
  838. "cart_closed_success": "Orders closed. Wait for provider approval.",
  839. "unknown": "No information",
  840. "multiple_providers": "{count} professionals",
  841. "loading": "Loading...",
  842. "no_primary_address": "No primary address",
  843. "provider_initial": "P",
  844. "no_primary_address_notify": "Add a primary address to send the request.",
  845. "submit_success": "Request sent successfully!",
  846. "submit_error": "Could not send the request. Please try again.",
  847. "load_error": "Could not load orders.",
  848. "awaiting_approval": "Waiting for all providers to approve.",
  849. "pay_order": "pay order",
  850. "payment_method": "Payment method",
  851. "credit_card": "Card",
  852. "pix": "Pix",
  853. "select_card": "Select card",
  854. "payment_success": "Payment started successfully.",
  855. "payment_error": "Could not pay order.",
  856. "status_open": "Waiting",
  857. "status_pending": "Pending",
  858. "status_accepted": "Approved",
  859. "status_paid": "Paid",
  860. "status_rejected": "Rejected",
  861. "status_cancelled": "Cancelled"
  862. },
  863. "period_types": {
  864. "2": "Quick Clean (up to 2h)",
  865. "4": "Half day (up to 4h)",
  866. "6": "Standard (up to 6h)",
  867. "8": "Full day (up to 8h)",
  868. "unknown": "No information"
  869. },
  870. "payment": {
  871. "title": "Payment",
  872. "schedule_address": "Schedule to address",
  873. "pay_with": "Pay with",
  874. "add_card": "Add card",
  875. "credit_debit": "Credit or debit",
  876. "card_holder": "Holder",
  877. "agree_prefix": "I agree with the",
  878. "terms_link": "terms and conditions",
  879. "confirm_btn": "confirm payment",
  880. "pix_title": "PIX Payment",
  881. "pix_total": "Total payment",
  882. "pix_expires": "Pay within",
  883. "pix_copy_btn": "copy pix code",
  884. "pix_instructions": "{copyCode} above, open your bank app, choose to pay with Pix, {pasteCode} and {finalize}. Your payment will be approved in seconds.",
  885. "pix_copy_code": "Copy the Pix code",
  886. "pix_paste_code": "paste the code",
  887. "pix_finalize": "complete the payment",
  888. "pix_email_note": "You will also receive instructions by email. Then just wait for confirmation from the chosen housekeeper.",
  889. "processing_title": "Awaiting payment",
  890. "processing_message": "We are processing your payment, please wait a moment...",
  891. "success_title": "Service scheduled successfully!",
  892. "success_message": "You can view your bookings in {nextServices} and in your {agenda}.",
  893. "success_next_services": "upcoming services",
  894. "success_agenda": "calendar",
  895. "pix": "PIX"
  896. },
  897. "nav": {
  898. "home": "Home",
  899. "search": "Search",
  900. "agenda": "Schedule",
  901. "cart": "Orders",
  902. "profile": "Profile"
  903. },
  904. "provider": {
  905. "dashboard": {
  906. "cancel_schedule": {
  907. "title": "Are you sure you want to cancel your request?",
  908. "reason_label": "What is the reason for cancellation?",
  909. "reason_placeholder": "Describe the reason...",
  910. "warning_title": "Attention!",
  911. "warning_free": "Free cancellations up to 12h before the scheduled time.",
  912. "warning_fee": "Cancellations after this period generate a 50% refund as a compensation fee to the professional.",
  913. "btn_cancel": "cancel",
  914. "btn_back": "go back",
  915. "btn_keep": "Cancel the service"
  916. }
  917. }
  918. },
  919. "genders": {
  920. "female": "Female",
  921. "male": "Male",
  922. "not_informed": "Not informed"
  923. },
  924. "support_request": {
  925. "title": "Talk to an agent",
  926. "subtitle": "Fill in the fields below and a human agent will get in touch with you.",
  927. "contact_title": "How can we reach you?",
  928. "contact_subtitle": "We prefilled it with your account details. Change it if you prefer to be contacted through another channel.",
  929. "chat_attached_note": "Your recent conversation with the assistant will be attached to give the agent context.",
  930. "success": "Request sent! An agent will contact you soon.",
  931. "error": "We could not send your request. Please try again.",
  932. "fields": {
  933. "category": "Category",
  934. "title": "Subject",
  935. "message": "Your message",
  936. "name": "Name",
  937. "email": "Email",
  938. "phone": "Phone"
  939. },
  940. "categories": {
  941. "payment": "Payment",
  942. "schedule": "Schedule",
  943. "account": "Account",
  944. "other": "Other"
  945. },
  946. "actions": {
  947. "send": "Send request"
  948. },
  949. "transcript": {
  950. "you": "You",
  951. "bot": "Assistant",
  952. "chat_header": "--- Conversation with the assistant ---",
  953. "user_message_header": "--- User message ---"
  954. }
  955. }
  956. }