en.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. {
  2. "common": {
  3. "confirm": "Confirm",
  4. "actions": {
  5. "save": "Save",
  6. "cancel": "Cancel",
  7. "edit": "Edit",
  8. "add": "Add",
  9. "search": "Search",
  10. "delete": "Delete",
  11. "view": "View",
  12. "back": "Back",
  13. "next": "Next",
  14. "resend_email": "Resend email",
  15. "download_certificate": "Download certificate",
  16. "download_boleto": "Download Boleto",
  17. "copy_paste_code": "Copy and paste the code below to make the payment"
  18. },
  19. "terms": {
  20. "name": "Name",
  21. "email": "Email",
  22. "password": "Password",
  23. "description": "Description",
  24. "date": "Date",
  25. "start_date": "Start Date",
  26. "end_date": "End Date",
  27. "code": "Code",
  28. "title": "Title",
  29. "status": "Status",
  30. "price": "Price",
  31. "quantity": "Quantity",
  32. "city": "City",
  33. "state": "State",
  34. "country": "Country",
  35. "address": "Address",
  36. "address_number": "Address Number",
  37. "complement": "Complement",
  38. "postal_code": "Postal Code",
  39. "phone": "Phone",
  40. "celular": "Cell Phone",
  41. "document": "Document",
  42. "document_type": "Document Type",
  43. "cpf": "CPF",
  44. "cnpj": "CNPJ",
  45. "cep": "ZIP Code",
  46. "order_number": "Order Number",
  47. "order_amount": "Order Amount",
  48. "total_amount": "Total Amount",
  49. "payment": "Payment",
  50. "payment_method": "Payment Method",
  51. "payment_date": "Payment Date",
  52. "payment_amount": "Payment Amount",
  53. "language": "Language",
  54. "currency": "Currency",
  55. "interests": "Interests",
  56. "avatar": "Avatar",
  57. "banner": "Banner",
  58. "logo": "Logo",
  59. "media": "Media",
  60. "month": "Month",
  61. "week": "Week",
  62. "day": "Day",
  63. "hour": "Hour",
  64. "minute": "Minute",
  65. "second": "Second",
  66. "year": "Year",
  67. "all": "All",
  68. "certificate": "Certificate",
  69. "version": "Version"
  70. },
  71. "months": {
  72. "january": "January",
  73. "february": "February",
  74. "march": "March",
  75. "april": "April",
  76. "may": "May",
  77. "june": "June",
  78. "july": "July",
  79. "august": "August",
  80. "september": "September",
  81. "october": "October",
  82. "november": "November",
  83. "december": "December"
  84. },
  85. "status": {
  86. "active": "Active",
  87. "inactive": "Inactive",
  88. "canceled": "Canceled",
  89. "loading": "Please wait...",
  90. "yes": "Yes",
  91. "no": "No"
  92. },
  93. "ui": {
  94. "file": {
  95. "choose": "Choose a file",
  96. "click_select": "Click to select a file",
  97. "click_select_image": "Click to select an image",
  98. "drag": "Drag",
  99. "drag_and_drop": "Drag and drop the file here",
  100. "drag_here": "Drag the file here",
  101. "selected": "File selected"
  102. },
  103. "table": {
  104. "rows_per_page": "Rows per page",
  105. "of": "of",
  106. "to": "to"
  107. },
  108. "messages": {
  109. "copied_to_clipboard": "Copied to clipboard",
  110. "confirm_action": "Are you sure?",
  111. "are_you_sure_delete": "Are you sure you want to delete this item?",
  112. "welcome": "Welcome",
  113. "enjoy_the_event": "Enjoy the event!"
  114. },
  115. "misc": {
  116. "all": "All",
  117. "or": "or",
  118. "example": "Example",
  119. "options": "Options",
  120. "total": "Total",
  121. "type": "Type"
  122. }
  123. },
  124. "metadata": {
  125. "created_at": "Created at",
  126. "updated_at": "Updated at",
  127. "created_by": "Created by"
  128. }
  129. },
  130. "auth": {
  131. "login": "Login",
  132. "logout": "Logout",
  133. "registration": "Registration",
  134. "confirm": "Confirm",
  135. "continue": "Continue",
  136. "confirm_password": "Confirm Password",
  137. "agreed_terms": "I agree with the terms",
  138. "agreed_privacy": "I agree with the privacy policy",
  139. "enter_code": "Enter the code sent to your email",
  140. "code_placeholder": "Code",
  141. "validation_code": "Validation Code",
  142. "register_later": "Register later",
  143. "register": "Register",
  144. "full_name": "Full Name",
  145. "no_complement": "Address without complement",
  146. "address_nickname": "Address nickname",
  147. "address_instructions": "Instructions (optional)",
  148. "address_type_home": "Home",
  149. "address_type_commercial": "Commercial",
  150. "address_type_other": "Other",
  151. "step4_title": "Add your ZIP code and find the nearest cleaners",
  152. "use_location": "use my location",
  153. "back_to_register": "Back to registration"
  154. },
  155. "business": {
  156. "advertise": "Advertise",
  157. "my_advertisements": "My Advertisements",
  158. "negotiations": "Negotiations",
  159. "opportunities": "Opportunities",
  160. "plans": "Plans"
  161. },
  162. "validation": {
  163. "rules": {
  164. "required": "This field is required",
  165. "email": "This field must be a valid email | These fields must be valid emails",
  166. "date": "This field must be a valid date",
  167. "min": "This field must have at least",
  168. "max": "This field must have at most",
  169. "characters": "characters",
  170. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  171. "same_password": "Passwords must match",
  172. "not_same_document": "The document must be unique for each participant",
  173. "cpf": "This field must be a valid CPF",
  174. "cnpj": "This field must be a valid CNPJ",
  175. "cep": "This field must be a valid ZIP code",
  176. "value_smaller_than_zero": "Value cannot be less than zero"
  177. },
  178. "permissions": {
  179. "view": "You don't have permission to view this",
  180. "create": "You don't have permission to create this",
  181. "edit": "You don't have permission to edit this",
  182. "delete": "You don't have permission to delete this",
  183. "add": "You don't have permission to add this"
  184. }
  185. },
  186. "http": {
  187. "errors": {
  188. "404": "Page not found",
  189. "failed": "The action failed",
  190. "no_records_found": "No records found"
  191. },
  192. "success": "The action was successful"
  193. },
  194. "events": {
  195. "singular": "Event",
  196. "plural": "Events",
  197. "core": {
  198. "basic_information": "Basic Information",
  199. "schedule": "Schedule",
  200. "opening": "Opening",
  201. "total_capacity": "Total Capacity",
  202. "unique_code": "Unique Code",
  203. "unique_code_hint": "This code is automatically generated",
  204. "list_of_allowed_documents": "List of allowed documents"
  205. },
  206. "tickets": {
  207. "singular": "Ticket",
  208. "plural": "Tickets",
  209. "types_singular": "Ticket Type",
  210. "types_plural": "Ticket Types",
  211. "event_ticket": "Event Ticket",
  212. "event_tickets": "Event Tickets",
  213. "event_ticket_types": "Event Ticket Types",
  214. "sales_start_date": "Sales Start Date",
  215. "sales_end_date": "Sales End Date",
  216. "max_per_user": "Maximum Tickets per User",
  217. "max_per_user_hint": "0 for unlimited",
  218. "quantity_available": "Available Quantity",
  219. "quantity_sold": "Quantity Sold"
  220. },
  221. "location": {
  222. "singular": "Location"
  223. },
  224. "attendance": {
  225. "participant_singular": "Participant",
  226. "participant_plural": "Participants",
  227. "checked_in_at": "Checked in at",
  228. "is_checked_in": "Is checked in"
  229. }
  230. },
  231. "user": {
  232. "singular": "User",
  233. "plural": "Users",
  234. "profile": {
  235. "singular": "Profile",
  236. "name_and_surname": "Name and Surname",
  237. "birth_date": "Birth Date",
  238. "personal_information": "Personal Information"
  239. },
  240. "preferences": {
  241. "singular": "Preferences"
  242. }
  243. },
  244. "orders": {
  245. "singular": "Order",
  246. "plural": "Orders",
  247. "core": {
  248. "new_order": "New Order",
  249. "payment_received": "Payment Received",
  250. "resume": "Order Resume",
  251. "buyer_information": "Buyer Information",
  252. "participant_information": "Participant Information",
  253. "same_as_buyer": "Same as buyer",
  254. "select_at_least_one_ticket": "Select at least one ticket",
  255. "select_payment_method": "Select a payment method",
  256. "exclusive_list": "Exclusive list",
  257. "successful_payment": "Successful payment"
  258. },
  259. "statuses": {
  260. "paid": "Paid",
  261. "pending": "Pending",
  262. "approved": "Approved",
  263. "canceled": "Canceled",
  264. "completed": "Completed",
  265. "confirmed": "Confirmed",
  266. "confirmation": "Confirmation"
  267. },
  268. "payment_methods": {
  269. "credit_card": "Credit Card",
  270. "boleto": "Boleto",
  271. "pix": "Pix"
  272. }
  273. },
  274. "ui": {
  275. "navigation": {
  276. "collapse_menu": "Collapse menu",
  277. "expand_menu": "Expand menu",
  278. "dashboard": "Dashboard",
  279. "explore": "Explore",
  280. "advertise": "Advertise",
  281. "my_advertisements": "My Advertisements",
  282. "negotiations": "Negotiations",
  283. "opportunities": "Opportunities",
  284. "plans": "Plans",
  285. "events": "Events",
  286. "event_tickets": "Event Tickets",
  287. "event_ticket_types": "Event Ticket Types",
  288. "orders": "Orders",
  289. "sales": "Sales",
  290. "participants": "Participants",
  291. "users": "Users",
  292. "profile": "Profile",
  293. "interests": "Interests",
  294. "registration": "Registration",
  295. "wallet": "Wallet",
  296. "settings": "Settings",
  297. "city": "City",
  298. "state": "State",
  299. "country": "Country",
  300. "exit": "Exit"
  301. }
  302. },
  303. "charts": {
  304. "nps": {
  305. "promotion_zone": "Promotion Zone",
  306. "promotion_zone_range": "Promotion Zone Range",
  307. "quality_zone": "Quality Zone",
  308. "quality_zone_range": "Quality Zone Range",
  309. "refinement_zone": "Refinement Zone",
  310. "refinement_zone_range": "Refinement Zone Range",
  311. "critical_zone": "Critical Zone",
  312. "critical_zone_range": "Critical Zone Range",
  313. "promoters": "Promoters",
  314. "passives": "Passives",
  315. "detractors": "Detractors"
  316. }
  317. },
  318. "search_filter": {
  319. "title": "Filters",
  320. "sort_by": "Sort by:",
  321. "filter_by": "Filter by:",
  322. "availability": "Availability",
  323. "availability_placeholder": "Ex. 01/10/2025",
  324. "apply": "Filter",
  325. "clear": "Clear",
  326. "sort": {
  327. "price_asc": "Lowest price",
  328. "price_desc": "Highest price",
  329. "distance_asc": "Closest (coming soon)",
  330. "distance_desc": "Farthest (coming soon)",
  331. "reviews_desc": "Most reviews",
  332. "reviews_asc": "Fewer reviews",
  333. "rating_desc": "Most stars",
  334. "rating_asc": "Fewer stars",
  335. "services_desc": "Most services hired",
  336. "oldest": "Oldest on platform",
  337. "higher": "higher",
  338. "lower": "lower",
  339. "oldest_asc": "oldest",
  340. "oldest_desc": "newest"
  341. },
  342. "groups": {
  343. "price": "Price",
  344. "distance": "Distance",
  345. "reviews": "Reviews",
  346. "rating": "Stars",
  347. "services": "Services hired",
  348. "oldest": "Time on platform"
  349. }
  350. },
  351. "search_page": {
  352. "title": "Search",
  353. "search_placeholder": "Name",
  354. "custom_schedule_btn": "custom",
  355. "custom_schedule_description": "If you prefer, select the details and we will find the ideal cleaner for you.",
  356. "choose_provider": "Choose a cleaner",
  357. "schedule_btn": "schedule",
  358. "until_8h": "Up to 8h",
  359. "until_6h": "Up to 6h",
  360. "until_4h": "Up to 4h",
  361. "until_2h": "Up to 2h",
  362. "no_price": "to negotiate",
  363. "no_results": "No cleaners found for this search."
  364. },
  365. "dashboard_client": {
  366. "header": {
  367. "rating": "Rating",
  368. "services": "Services"
  369. },
  370. "summary": {
  371. "welcome": "Welcome,",
  372. "my_schedules": "My schedules"
  373. },
  374. "next_schedules": {
  375. "title": "Next services",
  376. "no_provider": "No provider assigned",
  377. "to_combine": "To be agreed",
  378. "from": "From",
  379. "to": "to",
  380. "custom": "custom",
  381. "default": "full day (up to 8h)",
  382. "tag_custom": "custom request",
  383. "tag_default": "standard booking",
  384. "place_home": "home",
  385. "place_apartment": "apartment",
  386. "place_unknown": "N/A",
  387. "details": "view details"
  388. },
  389. "last_schedules": {
  390. "title": "Last services",
  391. "reschedule": "reschedule"
  392. },
  393. "favorites": {
  394. "title": "Favorites",
  395. "view_schedule": "view schedule",
  396. "from": "from",
  397. "no_price": "no price"
  398. },
  399. "providers_close": {
  400. "title": "Near you",
  401. "schedule": "book",
  402. "until_8h": "Up to 8h",
  403. "until_6h": "Up to 6h",
  404. "until_4h": "Up to 4h",
  405. "until_2h": "Up to 2h",
  406. "place_home": "Home",
  407. "no_price": "to arrange"
  408. },
  409. "pending_schedules": {
  410. "title": "Awaiting",
  411. "requesting_with": "Requesting booking with",
  412. "no_provider": "Provider not defined",
  413. "cancel_btn": "cancel",
  414. "status": {
  415. "pending": "Awaiting",
  416. "accepted": "Accepted",
  417. "paid": "Paid",
  418. "started": "In progress",
  419. "finished": "Completed"
  420. },
  421. "accepted_title": "Accepted to do your daily!",
  422. "detail_date": "Date:",
  423. "detail_time": "Time:",
  424. "detail_value": "Amount:",
  425. "detail_service_fee": "Service fee:",
  426. "detail_total": "Total:",
  427. "btn_payment": "go to payment",
  428. "btn_cancel": "Cancel request"
  429. }
  430. },
  431. "profile": {
  432. "title": "Profile",
  433. "edit_profile": "Edit profile",
  434. "edit_data": "Edit data",
  435. "change_photo": "Change photo",
  436. "full_name": "Full name",
  437. "placeholder_name": "Enter your name",
  438. "email": "Email",
  439. "placeholder_email": "Enter your email",
  440. "phone": "Phone",
  441. "placeholder_phone": "(11) 99999-9999",
  442. "update": "Update",
  443. "language": "Language",
  444. "lang_pt": "PT-br",
  445. "lang_en": "EN-us",
  446. "lang_es": "ES-es",
  447. "payments": {
  448. "title": "Payments",
  449. "description": "My cards",
  450. "subtitle": "Payment Methods",
  451. "add_card": "add new card",
  452. "credit": "Credit",
  453. "debit": "Debit",
  454. "no_cards": "No cards registered",
  455. "add_first_card": "Add your first card.",
  456. "card_number": "Card number",
  457. "holder_name": "Cardholder name",
  458. "expiration": "Expiration",
  459. "expiration_placeholder": "MM/YYYY",
  460. "cvv": "CVV",
  461. "cvv_help": "The 3 or 4 digits on the back of your card",
  462. "brand": "Brand",
  463. "add_title": "Add Card",
  464. "edit_title": "Edit Card",
  465. "save_btn": "Save card",
  466. "security_badge": "Your data is secure",
  467. "invalid_card_number": "Invalid card number",
  468. "expired_card": "Expired card or invalid date",
  469. "remove_title": "Do you want to remove this card?",
  470. "remove_confirm": "Remove",
  471. "remove_cancel": "Cancel",
  472. "active": "Active",
  473. "inactive": "Inactive",
  474. "mmyyyy": "mm/yyyy"
  475. },
  476. "favorites": {
  477. "title": "Favorites",
  478. "description": "Favorite cleaners",
  479. "empty_message": "You don't have any cleaners in your favorites list yet.",
  480. "empty_cta": "Search for one now!",
  481. "search_btn": "search",
  482. "indicate_title": "Refer a cleaner to a friend.",
  483. "indicate_btn": "Refer",
  484. "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 👇",
  485. "indicate_coming_soon": "Soon you will be able to refer cleaners",
  486. "providers_title": "Cleaners",
  487. "until": "Until",
  488. "schedule_btn": "book",
  489. "remove_title": "Do you want to remove the cleaner from favorites?",
  490. "remove_confirm": "Remove",
  491. "remove_cancel": "Cancel"
  492. },
  493. "address": {
  494. "title": "Addresses",
  495. "description": "Cleaning location",
  496. "my_addresses": "My addresses",
  497. "manage_addresses": "Manage your addresses and choose where the service will be scheduled.",
  498. "address_subtitle": "My addresses",
  499. "address_description": "Add and manage your cleaning addresses",
  500. "search_placeholder": "Search address",
  501. "cep": "ZIP Code",
  502. "cep_not_found": "ZIP Code not found",
  503. "address_label": "Address",
  504. "address_placeholder": "Enter your address",
  505. "number": "Number",
  506. "complement": "Complement",
  507. "complement_placeholder": "Complement (optional)",
  508. "district_label": "District",
  509. "city_label": "City",
  510. "state_label": "State",
  511. "update_address": "Update address",
  512. "add_address": "Add address",
  513. "add_new_address": "Add new address",
  514. "edit_address": "Edit address",
  515. "edit": "Edit",
  516. "mark_as_primary": "Mark as primary",
  517. "main": "Primary",
  518. "no_addresses": "No addresses registered",
  519. "marked_as_primary": "Address marked as primary",
  520. "error_marking_primary": "Error marking address as primary",
  521. "deleted": "Address deleted successfully",
  522. "error_deleting": "Error deleting address",
  523. "error_saving": "Error saving address",
  524. "error_loading": "Error loading addresses",
  525. "confirm_delete": "Do you want to delete this address?",
  526. "address_type": "Address type",
  527. "type": {
  528. "home": "Residential",
  529. "commercial": "Commercial",
  530. "other": "Other"
  531. }
  532. },
  533. "help": {
  534. "title": "Help",
  535. "description": "Questions and support",
  536. "support_title": "Support Center",
  537. "online_status": "Online",
  538. "ai_assistant_label": "AI Assistant",
  539. "virtual_assistant": "Virtual Assistant",
  540. "greeting_message": "Hello! How can I help you today?",
  541. "quick_suggestions": "Quick suggestions",
  542. "message_placeholder": "Type your message",
  543. "footer_disclaimer": "AI Assistant powered by Diarinho",
  544. "coming_soon": "Coming soon",
  545. "suggestion_cancel": "How to cancel a daily service?",
  546. "suggestion_data": "How to update my data?",
  547. "suggestion_payment": "How does payment work?",
  548. "suggestion_human": "Talk to a human"
  549. },
  550. "logout": {
  551. "title": "Logout",
  552. "description": "Disconnect from your account"
  553. }
  554. },
  555. "dashboard": {
  556. "currency_format": "$ {value}",
  557. "cards": {
  558. "total_earnings": "Total Earnings",
  559. "tickets_sold": "Tickets Sold",
  560. "registrations": "Registrations"
  561. },
  562. "charts": {
  563. "tickets_by_type": {
  564. "title": "Total tickets by type",
  565. "labels": {
  566. "vip": "VIP",
  567. "track": "Track",
  568. "box": "Box",
  569. "courtesy": "Courtesy"
  570. }
  571. },
  572. "participants_by_document": {
  573. "title": "Percentage of CNPJ and CPF in registrations"
  574. },
  575. "sales_over_time": {
  576. "title": "Sales Over Period",
  577. "y_label": "Value ({currency})"
  578. },
  579. "registration_source": {
  580. "title": "Registration Source",
  581. "source": "Source",
  582. "sources": {
  583. "instagram": "Instagram",
  584. "facebook": "Facebook",
  585. "google": "Google",
  586. "referral": "Referral"
  587. }
  588. }
  589. }
  590. },
  591. "address": {
  592. "types": {
  593. "commercial": {
  594. "home": "Residential",
  595. "commercial": "Commercial",
  596. "other": "Other"
  597. }
  598. }
  599. },
  600. "scheduling_page": {
  601. "title": "Scheduling",
  602. "about_provider": "About the professional",
  603. "schedule_service": "Schedule a service",
  604. "reviews_title": "Reviews",
  605. "see_all": "see all",
  606. "no_reviews": "No reviews found.",
  607. "unknown_client": "Client",
  608. "select_service": "Select service",
  609. "no_slots_available": "No time slots available for this day.",
  610. "book": "schedule",
  611. "no_price": "to be agreed",
  612. "time_selection": {
  613. "subtitle": "Select the desired start and end time for the service.",
  614. "meal_section": "Professional's meal",
  615. "meal_offer": "I offer a meal",
  616. "meal_no_offer": "I don't offer a meal",
  617. "continue": "continue",
  618. "pause_note_8h": "Includes a break of up to 1 hour.",
  619. "pause_note_6h": "Includes a break of up to 30 minutes.",
  620. "pause_note_4h": "Includes a break of up to 10 minutes.",
  621. "slot_required": "Select a time slot to continue."
  622. },
  623. "service_types": {
  624. "integral": {
  625. "label": "Full day",
  626. "hours": "up to 8h of service",
  627. "description": "Ideal for cleaning with higher demands and larger spaces."
  628. },
  629. "padrao": {
  630. "label": "Standard",
  631. "hours": "up to 6h of service",
  632. "description": "Ideal for residential and commercial cleaning seeking a traditional cleaning routine."
  633. },
  634. "meio_periodo": {
  635. "label": "Half day",
  636. "hours": "up to 4h of service",
  637. "description": "Ideal for smaller spaces, studios or offices."
  638. },
  639. "diaria_rapida": {
  640. "label": "Quick Clean",
  641. "hours": "up to 2h of service",
  642. "description": "Ideal for hotel rooms, small spaces or specific services."
  643. }
  644. },
  645. "order_summary": {
  646. "title": "Order summary",
  647. "info_text": "Send the service request or add more dates to your order.",
  648. "info_note": "*You can schedule the same cleaner up to twice a week.",
  649. "service_label": "Service:",
  650. "time_range": "from {start}h to {end}h",
  651. "send_btn": "send request",
  652. "add_date_btn": "+ Add date",
  653. "remove_confirm_title": "Are you sure you want to remove this time slot from the order?",
  654. "remove_confirm_ok": "remove time slot",
  655. "remove_confirm_cancel": "cancel",
  656. "week_limit_error": "Limit of 2 bookings per week with the same professional reached.",
  657. "submit_success": "Request sent successfully!",
  658. "submit_error": "Could not send the request. Please try again.",
  659. "no_primary_address": "Please add a primary address in your profile to schedule a service."
  660. }
  661. },
  662. "period_types": {
  663. "2": "Quick (up to 2h)",
  664. "4": "Medium (up to 4h)",
  665. "6": "Standard (up to 6h)",
  666. "8": "Full day (up to 8h)",
  667. "unknown": "No information"
  668. },
  669. "payment": {
  670. "title": "Payment",
  671. "schedule_address": "Schedule to address",
  672. "pay_with": "Pay with",
  673. "add_card": "Add card",
  674. "credit_debit": "Credit or debit",
  675. "card_holder": "Holder",
  676. "agree_prefix": "I agree with the",
  677. "terms_link": "terms and conditions",
  678. "confirm_btn": "confirm payment",
  679. "pix_title": "PIX Payment",
  680. "pix_total": "Total payment",
  681. "pix_expires": "Pay within",
  682. "pix_copy_btn": "copy pix code",
  683. "pix_instructions": "Copy the Pix code above, open your bank app, choose to pay with Pix, paste the code and complete the payment. Your payment will be approved in seconds.",
  684. "pix_email_note": "You will also receive instructions by email. Then just wait for confirmation from the chosen housekeeper.",
  685. "processing_title": "Awaiting payment",
  686. "processing_message": "We are processing your payment, please wait a moment...",
  687. "success_title": "Service scheduled successfully!",
  688. "success_message": "You can view your bookings in {nextServices} and in your {agenda}.",
  689. "success_next_services": "upcoming services",
  690. "success_agenda": "calendar",
  691. "pix": "PIX"
  692. },
  693. "nav": {
  694. "home": "Home",
  695. "search": "Search",
  696. "agenda": "Schedule",
  697. "profile": "Profile"
  698. }
  699. }