en.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876
  1. {
  2. "common": {
  3. "gender": "Gender",
  4. "gender_options": {
  5. "female": "Female",
  6. "male": "Male",
  7. "other": "Other",
  8. "prefer_not_to_say": "Prefer not to say"
  9. },
  10. "see_all": "See all",
  11. "details": "View details",
  12. "accept": "Accept",
  13. "refuse": "Refuse",
  14. "from": "From",
  15. "to": "To",
  16. "alter": "Alter",
  17. "price_masked": "R$ ***,**",
  18. "km": "km",
  19. "actions": {
  20. "save": "Save",
  21. "cancel": "Cancel",
  22. "edit": "Edit",
  23. "add": "Add",
  24. "update": "Update",
  25. "search": "Search",
  26. "delete": "Delete",
  27. "view": "View",
  28. "back": "Back",
  29. "next": "Next",
  30. "resend_email": "Resend email",
  31. "download_certificate": "Download certificate",
  32. "download_boleto": "Download Boleto",
  33. "copy_paste_code": "Copy and paste the code below to make the payment"
  34. },
  35. "terms": {
  36. "name": "Name",
  37. "email": "Email",
  38. "password": "Password",
  39. "description": "Description",
  40. "date": "Date",
  41. "start_date": "Start Date",
  42. "end_date": "End Date",
  43. "code": "Code",
  44. "title": "Title",
  45. "status": "Status",
  46. "price": "Price",
  47. "quantity": "Quantity",
  48. "city": "City",
  49. "state": "State",
  50. "country": "Country",
  51. "address": "Address",
  52. "address_number": "Address Number",
  53. "district": "District",
  54. "complement": "Complement",
  55. "postal_code": "Postal Code",
  56. "phone": "Phone",
  57. "celular": "Cell Phone",
  58. "document": "Document",
  59. "document_type": "Document Type",
  60. "cpf": "CPF",
  61. "cnpj": "CNPJ",
  62. "cep": "ZIP Code",
  63. "order_number": "Order Number",
  64. "order_amount": "Order Amount",
  65. "total_amount": "Total Amount",
  66. "payment": "Payment",
  67. "payment_method": "Payment Method",
  68. "payment_date": "Payment Date",
  69. "payment_amount": "Payment Amount",
  70. "language": "Language",
  71. "currency": "Currency",
  72. "interests": "Interests",
  73. "avatar": "Avatar",
  74. "banner": "Banner",
  75. "logo": "Logo",
  76. "media": "Media",
  77. "month": "Month",
  78. "week": "Week",
  79. "day": "Day",
  80. "hour": "Hour",
  81. "minute": "Minute",
  82. "second": "Second",
  83. "year": "Year",
  84. "all": "All",
  85. "certificate": "Certificate",
  86. "version": "Version"
  87. },
  88. "months": {
  89. "january": "January",
  90. "february": "February",
  91. "march": "March",
  92. "april": "April",
  93. "may": "May",
  94. "june": "June",
  95. "july": "July",
  96. "august": "August",
  97. "september": "September",
  98. "october": "October",
  99. "november": "November",
  100. "december": "December"
  101. },
  102. "status": {
  103. "active": "Active",
  104. "inactive": "Inactive",
  105. "canceled": "Canceled",
  106. "loading": "Please wait...",
  107. "yes": "Yes",
  108. "no": "No"
  109. },
  110. "ui": {
  111. "file": {
  112. "choose": "Choose a file",
  113. "click_select": "Click to select a file",
  114. "click_select_image": "Click to select an image",
  115. "drag": "Drag",
  116. "drag_and_drop": "Drag and drop the file here",
  117. "drag_here": "Drag the file here",
  118. "selected": "File selected"
  119. },
  120. "table": {
  121. "rows_per_page": "Rows per page",
  122. "of": "of",
  123. "to": "to"
  124. },
  125. "messages": {
  126. "copied_to_clipboard": "Copied to clipboard",
  127. "confirm_action": "Are you sure?",
  128. "are_you_sure_delete": "Are you sure you want to delete this item?",
  129. "welcome": "Welcome",
  130. "enjoy_the_event": "Enjoy the event!"
  131. },
  132. "misc": {
  133. "all": "All",
  134. "or": "or",
  135. "example": "Example",
  136. "options": "Options",
  137. "total": "Total",
  138. "type": "Type"
  139. }
  140. },
  141. "metadata": {
  142. "created_at": "Created at",
  143. "updated_at": "Updated at",
  144. "created_by": "Created by"
  145. }
  146. },
  147. "nav": {
  148. "home": "Home",
  149. "payments": "Payments",
  150. "agenda": "Agenda",
  151. "profile": "Profile"
  152. },
  153. "notifications": {
  154. "title": "Notifications",
  155. "unread": "Unread:"
  156. },
  157. "auth": {
  158. "validation_code": "Validation code",
  159. "login": "Login",
  160. "register": "Register",
  161. "logout": "Logout",
  162. "forgot_password": "Forgot my password",
  163. "confirm_password": "Confirm password",
  164. "geocoding_failed_short": "Find address",
  165. "geocoding_failed": "Could not detect address. Adjust the pin manually.",
  166. "confirm_location": "Confirm location"
  167. },
  168. "provider": {
  169. "login": {
  170. "steps": {
  171. "step_1": {
  172. "action": "send code"
  173. },
  174. "step_2": {
  175. "action": "validate code"
  176. },
  177. "step_3": {
  178. "full_name": "Full Name",
  179. "birth_date": "Date of birth",
  180. "birth_date_placeholder": "mm/dd/yyyy",
  181. "gender_required": "Select a gender option.",
  182. "no_complement": "Address without complement",
  183. "complement_placeholder": "Ex: Apartment, Suite, House.",
  184. "address_placeholder": "Street, Number, Neighborhood, City - ST",
  185. "action": "continue",
  186. "rg_invalid": "Invalid RG",
  187. "date_invalid": "Invalid date",
  188. "rg": "RG",
  189. "address_nickname": "Address nickname",
  190. "address_instructions": "Address instructions",
  191. "address_type_home": "Home",
  192. "address_type_commercial": "Commercial",
  193. "address_type_other": "Other",
  194. "use_location": "Use my location",
  195. "location_permission_denied": "Location permission denied.",
  196. "location_error": "Could not get your location."
  197. },
  198. "step_4": {
  199. "document_front": "Side 1 (Front)",
  200. "document_front_desc": "Photo of the front of your document (ID or Driver License).",
  201. "document_back": "Side 2 (Back)",
  202. "document_back_desc": "Photo of the back of your document (ID or Driver License).",
  203. "selfie": "Selfie with document",
  204. "selfie_desc": "Take a selfie holding your document near your face.",
  205. "photo_captured": "Photo captured!",
  206. "action": "send documents",
  207. "btn_selfie": "Take selfie",
  208. "selfie_hint": "Hold your document close to your face",
  209. "selfie_sent": "Selfie sent!",
  210. "btn_document": "Photograph document",
  211. "document_hint": "Front and back of document",
  212. "document_sent": "Document sent!",
  213. "btn_retake": "Retake photo",
  214. "btn_confirm": "Use this selfie",
  215. "btn_use_photo": "Use this photo",
  216. "error_message": "Could not process the image. Please try again.",
  217. "selfie_success": "Selfie sent successfully!",
  218. "document_success": "Document sent successfully!",
  219. "btn_retry": "Try again",
  220. "btn_continue": "Continue",
  221. "document_hint_result": "Continue to send the back of the document",
  222. "btn_capture_selfie": "Capture selfie",
  223. "btn_capture_front": "Capture front",
  224. "btn_capture_back": "Capture back",
  225. "upload_all_photos": "Attach all the necessary photos!"
  226. },
  227. "step_5": {
  228. "daily_price_title": "What is the value of your daily rate for up to 8 hours?",
  229. "daily_price_min_max": "Minimum value $ 3.00. Maximum value $ 500.00.",
  230. "dont_worry": "Don't worry!",
  231. "change_anytime": "You can change your daily rate value whenever you want ;)",
  232. "shorter_services": "Based on the value above, the values for shorter services will be:",
  233. "up_to_6h": "up to 6 hours",
  234. "up_to_4h": "up to 4 hours",
  235. "up_to_2h": "up to 2 hours",
  236. "other_services": "Besides basic cleaning, what other services do you also perform?",
  237. "change_in_profile": "(can be changed in profile)",
  238. "no_services": "No service types available at the moment.",
  239. "search_visibility": "This information will appear to those searching for your profile in the search.",
  240. "action": "continue"
  241. },
  242. "step_6": {
  243. "title": "Now let's choose the best times for you to receive service requests!",
  244. "lock_hint": "Tap and block days or periods",
  245. "lock_description": "if you do not wish to receive service requests in this period.",
  246. "morning": "morning",
  247. "afternoon": "afternoon",
  248. "instruction": "To block individual days, click on the day, to block only periods, click on morning or afternoon.",
  249. "dont_worry": "Don't worry!",
  250. "change_anytime": "Afterwards you can change the availability of your preference at any time in the app ;)",
  251. "select_at_least_one": "Select at least one work period.",
  252. "action": "finish registration"
  253. }
  254. },
  255. "registration_complete": {
  256. "title": "Registration sent!",
  257. "message": "Your registration was received and is under review. Please wait for approval before entering the platform."
  258. },
  259. "pending_approval": {
  260. "title": "Registration under review",
  261. "message": "Registration submitted successfully! Your profile is under review and you will be able to access the app once it is approved.",
  262. "ok": "Got it"
  263. }
  264. },
  265. "dashboard": {
  266. "summary": {
  267. "welcome": "Hello,",
  268. "my_schedules": "My schedules"
  269. },
  270. "price_suggest": {
  271. "region_label": "Average daily rate in your area",
  272. "region_label_1": "Suggested daily rate",
  273. "region_label_2": "in the region",
  274. "my_price_label": "My daily rate (8-hour rate)"
  275. },
  276. "today_services": {
  277. "finished_label": "Service with",
  278. "finished_suffix": "completed!",
  279. "start_label": "Service with",
  280. "code_hint": "Enter the client's code",
  281. "in_progress": "In progress",
  282. "reviewed_badge": "Reviewed",
  283. "rate_btn": "Rate",
  284. "help": "help",
  285. "end_time_label": "Ends at:",
  286. "code_error": "Invalid code. Please try again."
  287. },
  288. "solicitations": {
  289. "title": "Requests for you",
  290. "until_8h": "Full day (up to 8h)",
  291. "until_6h": "Standard (up to 6h)",
  292. "until_4h": "Medium (up to 4h)",
  293. "until_2h": "Quick (up to 2h)",
  294. "offers_meal": "Offers meal",
  295. "not_offers_meal": "Does not offer meal",
  296. "distance_prefix": "The client is",
  297. "distance_suffix": "from you",
  298. "via_agenda_text": "Request via",
  299. "via_agenda": "agenda",
  300. "same_day_warning_before": "Notice: ",
  301. "same_day_warning_bold": "When receiving more than one request for the same day, check the schedule and distance",
  302. "same_day_warning_after": " to plan your travel time.",
  303. "confirm_accept": "Request accepted!",
  304. "confirm_reject": "Request declined",
  305. "tip_label": "Tip:",
  306. "reject_tip": "Declining requests frequently may reduce your visibility."
  307. },
  308. "opportunities": {
  309. "title": "Opportunities",
  310. "banner_text": "Client requests for Diária professionals. View the order details, apply for the service, and if the client accepts, you will receive a notification.",
  311. "empty": "No opportunities available at the moment.",
  312. "empty_alert_bold": "There are no opportunities near you right now.",
  313. "empty_alert_text": "Wait for a client request and keep an eye out in case opportunities appear here.",
  314. "distance_km": "{distance} km from you",
  315. "details": "View details",
  316. "currency": "R$ {value}"
  317. },
  318. "opportunity_details": {
  319. "title": "Service details",
  320. "distance_text": "{distance} km from you",
  321. "sob_medida": "Custom service",
  322. "sob_medida_highlight": "tailored",
  323. "para": "for",
  324. "offers_meal": "Offers meal",
  325. "info_title": "Additional information",
  326. "button_accept": "I want to attend",
  327. "alert_text": "If your request is accepted by the client, you will receive a notification and it will appear in your upcoming services."
  328. },
  329. "opportunities_dialog": {
  330. "message": "If your request is accepted by the client, you will receive a confirmation and it will appear in your upcoming services.",
  331. "close": "Close"
  332. },
  333. "refuse_opportunity_dialog": {
  334. "title": "Reject opportunity",
  335. "description": "Do you really want to reject this service?",
  336. "warning": "By rejecting, this opportunity will be removed from your list.",
  337. "btn_cancel": "back",
  338. "btn_confirm": "reject service"
  339. },
  340. "favorites": {
  341. "title": "Your favorites",
  342. "view_schedule": "View schedule"
  343. },
  344. "next_schedules": {
  345. "title": "Next services",
  346. "custom": "Custom",
  347. "default": "Default cleaning",
  348. "no_provider": "Provider not defined",
  349. "from": "from",
  350. "to": "to",
  351. "to_combine": "To be combined",
  352. "tag_custom": "Custom",
  353. "tag_default": "Default",
  354. "details": "View details",
  355. "offers_meal": "Offers meal",
  356. "no_meal": "Does not offer meal",
  357. "place_home": "Residential",
  358. "place_apartment": "Apartment",
  359. "place_commercial": "Commercial",
  360. "place_unknown": "Address",
  361. "copy_address": "Copy address",
  362. "address_copied": "Address copied!",
  363. "btn_cancel_service": "Cancel service",
  364. "btn_need_help": "I need help",
  365. "empty_alert_bold": "You do not have scheduled services right now.",
  366. "empty_alert_text": "Look for opportunities or wait for a client to request a service."
  367. },
  368. "cancel_schedule": {
  369. "title": "Are you sure you want to cancel your booking?",
  370. "reason_label": "Reason for cancellation",
  371. "reason_placeholder": "Describe the reason for cancellation...",
  372. "warning_before": "Canceling already scheduled services ",
  373. "warning_bold": "may lead to a temporary or even permanent block",
  374. "warning_after": " of your profile in the app.",
  375. "btn_cancel": "Back",
  376. "btn_keep": "Cancel the service",
  377. "service_fee": "Service fee",
  378. "total": "Total to receive:",
  379. "close": "Close",
  380. "btn_cancel_order": "Cancel order",
  381. "help": "I need help"
  382. },
  383. "schedule_rating": {
  384. "title": "How did you like working with",
  385. "negative_label": "What could have been better?",
  386. "positive_label": "What did you like most?",
  387. "comment_placeholder": "Leave a comment (optional)",
  388. "add_photo": "Add photo",
  389. "block_label": "I don't want to receive this client again",
  390. "submit_btn": "Submit review",
  391. "help_link": "I had an issue with this service",
  392. "already_reviewed": "You have already reviewed this service"
  393. },
  394. "last_schedules": {
  395. "title": "Last ones performed",
  396. "reschedule": "Reschedule"
  397. },
  398. "providers_close": {
  399. "title": "Close to you",
  400. "until_8h": "Up to 8h",
  401. "place_home": "Residential",
  402. "schedule": "Schedule"
  403. },
  404. "agenda": {
  405. "title": "Agenda",
  406. "upcoming_title": "Upcoming services",
  407. "completed_title": "Completed services",
  408. "type_default": "Appointment",
  409. "type_custom": "Custom",
  410. "status_pending": "Pending",
  411. "status_accepted": "Confirmed",
  412. "status_paid": "Confirmed",
  413. "status_started": "In progress",
  414. "status_finished": "Completed",
  415. "status_cancelled": "Cancelled",
  416. "btn_view_details": "view details",
  417. "btn_rate": "rate",
  418. "btn_reschedule": "reschedule",
  419. "empty_upcoming": "No scheduled services",
  420. "empty_completed": "No completed services"
  421. }
  422. },
  423. "payments": {
  424. "title": "Payments",
  425. "total_earnings_title": "View total earnings",
  426. "total_earnings_count": "{count} services completed",
  427. "total_earnings_days": "Referring to the last {days} days",
  428. "period_week": "week",
  429. "period_month": "month",
  430. "period_year": "year",
  431. "available_balance_label": "Available balance",
  432. "available_balance_prefix": "Values are available for withdrawal within",
  433. "available_balance_highlight": "5 days after service completion.",
  434. "btn_withdraw": "withdraw",
  435. "pending_balance_label": "Balance to be released",
  436. "pending_balance_desc": "Amount from services awaiting release.",
  437. "pending_balance_empty": "No pending payments.",
  438. "services_title": "Services",
  439. "btn_view_movements": "view movements",
  440. "services_date_service": "Service date:",
  441. "services_date_payment": "Payment date:",
  442. "pay_status_pending": "Pending",
  443. "pay_status_paid": "Paid",
  444. "pay_status_anticipated": "Anticipated payment",
  445. "pay_status_cancelled": "Cancelled service",
  446. "btn_anticipate": "anticipate",
  447. "movements_title": "Movements",
  448. "mov_tarifa": "Platform fee",
  449. "mov_saque": "Withdrawal",
  450. "mov_servico": "Service",
  451. "mov_service_code": "Service code: {id}",
  452. "anticipation_available": "Total available:",
  453. "anticipation_fee_label": "Anticipation fee ({percent}%)*:",
  454. "anticipation_total_label": "Total to be paid using anticipation:",
  455. "anticipation_note": "*The anticipation fee is charged by the payment system. The Diária app has no participation in this operation.",
  456. "anticipation_remind_label": "Remember:",
  457. "anticipation_reminder": "You can wait for the expected payment date for this service and avoid the fee charged by anticipation.",
  458. "anticipation_btn_close": "close",
  459. "anticipation_btn_anticipate": "anticipate",
  460. "anticipation_confirm_title": "Are you sure you want to anticipate this payment?",
  461. "anticipation_confirm_cancel": "cancel",
  462. "anticipation_confirm_ok": "confirm",
  463. "default_client_name": "Client",
  464. "withdraw_confirm_title": "Confirm withdrawal",
  465. "withdraw_confirm_message": "Do you want to confirm the withdrawal to your account?",
  466. "withdraw_gross_amount_label": "Available balance",
  467. "withdraw_fee_label": "Transfer fee",
  468. "withdraw_net_amount_label": "Amount you will receive"
  469. }
  470. },
  471. "business": {
  472. "advertise": "Advertise",
  473. "my_advertisements": "My Advertisements",
  474. "negotiations": "Negotiations",
  475. "opportunities": "Opportunities",
  476. "plans": "Plans"
  477. },
  478. "profile": {
  479. "title": "Profile",
  480. "edit_profile": "Edit profile",
  481. "edit_data": "My data",
  482. "change_photo": "Request photo change",
  483. "photo_capture_error": "Unable to take the selfie. Please try again.",
  484. "full_name": "Full Name",
  485. "email": "E-mail",
  486. "phone": "Phone",
  487. "update": "Update",
  488. "update_success": "Profile updated successfully!",
  489. "update_error": "Error updating profile",
  490. "placeholder_name": "Enter your name",
  491. "placeholder_email": "Enter your e-mail",
  492. "placeholder_phone": "Enter your phone",
  493. "bank_data": {
  494. "title": "Bank data",
  495. "description": "Pix, agency and account",
  496. "my_bank_data_title": "My bank data",
  497. "subtitle": "Register your pix key and/or account to receive payments for your services.",
  498. "warning_title": "Attention!",
  499. "warning_message": " The pix key must be linked to a bank account of your CPF.",
  500. "pix_title": "Pix key",
  501. "pix_key": "Pix key",
  502. "pix_key_placeholder": "Enter your pix key",
  503. "pix_key_required": "Please enter your pix key",
  504. "att_pix": "Update pix",
  505. "att_bank": "Update account",
  506. "save_pix": "register pix",
  507. "pix_saved": "Pix key saved successfully!",
  508. "bank_account_title": "Agency and account",
  509. "account_type": "Account type",
  510. "checking": "Checking",
  511. "savings": "Savings",
  512. "agency": "Agency",
  513. "agency_placeholder": "Agency",
  514. "account": "Account",
  515. "account_placeholder": "Account",
  516. "digit": "Digit",
  517. "digit_placeholder": "Digit",
  518. "bank_code": "Bank (code)",
  519. "bank_code_placeholder": "Enter the bank name or code",
  520. "agency_digit": "Digit",
  521. "account_digit": "Digit",
  522. "in_development": "Under development",
  523. "bank_fields_required": "Please enter bank, agency and account",
  524. "save_account": "register account",
  525. "account_saved": "Bank account saved successfully!",
  526. "save_error": "Error saving. Please try again.",
  527. "missing_alert_title": "Register your bank data",
  528. "missing_alert_message": "You need to register your bank data to appear to platform clients.",
  529. "missing_alert_action": "Register bank data",
  530. "missing_alert_later": "Not now"
  531. },
  532. "availability": {
  533. "title": "Availability",
  534. "description": "Days I am available",
  535. "working_days_title": "Service availability",
  536. "working_days_subtitle": "Here you can define the best days to receive service requests.",
  537. "working_days_hint": "Tap and block days or periods if you do not want to receive service requests during that period.",
  538. "working_days_instructions": "To block individual days, click on the day; to block only periods, click on morning or afternoon.",
  539. "morning": "morning",
  540. "afternoon": "afternoon",
  541. "days_short": {
  542. "0": "SUN",
  543. "1": "MON",
  544. "2": "TUE",
  545. "3": "WED",
  546. "4": "THU",
  547. "5": "FRI",
  548. "6": "SAT"
  549. },
  550. "agenda_title": "Schedule",
  551. "agenda_subtitle": "If you want to close a specific date, access the calendar and block it.",
  552. "block_day_title": "Block day",
  553. "block_day_description": "Block the entire day",
  554. "block_period_title": "Block Period",
  555. "block_period_description": "Block morning or afternoon",
  556. "close_agenda_btn": "Close schedule",
  557. "block_day_confirm_title": "Block day",
  558. "block_day_confirm_subtitle": "Are you sure you want to block service calls for the day:",
  559. "block_period_confirm_title": "Block Period",
  560. "block_period_confirm_subtitle": "Select the time slot you want to close so no requests appear.",
  561. "morning_hours": "7am to 1pm",
  562. "afternoon_hours": "2pm to 8pm",
  563. "block_btn": "Block",
  564. "blocked_success": "Day blocked successfully!",
  565. "already_blocked_title": "Day already blocked",
  566. "unblock_btn": "Unblock",
  567. "unblocked_success": "Day unblocked successfully!",
  568. "period_labels": {
  569. "morning": "Morning",
  570. "afternoon": "Afternoon",
  571. "all": "Full day"
  572. }
  573. },
  574. "service_data": {
  575. "title": "Service data",
  576. "description": "Rates and services",
  577. "pricing_title": "My rates",
  578. "pricing_subtitle": "Set your 8-hour daily rate. The others are calculated automatically.",
  579. "price_8h_label": "What is your rate for up to 8 hours?",
  580. "price_min_max": "Minimum R$3.00. Maximum R$500.00.",
  581. "price_min_error": "Minimum value R$ 3.00",
  582. "price_max_error": "Maximum value R$ 500.00",
  583. "shorter_services": "Based on the value above, the rates for shorter services will be:",
  584. "up_to_6h": "up to 6 hours",
  585. "up_to_4h": "up to 4 hours",
  586. "up_to_2h": "up to 2 hours",
  587. "services_title": "Other services",
  588. "services_subtitle": "In addition to basic cleaning, what other services do you also provide?",
  589. "services_hint": "This information will appear to those searching your profile.",
  590. "no_services": "No services available at the moment.",
  591. "change_in_profile": "(can be changed in profile)"
  592. },
  593. "address": {
  594. "title": "Address",
  595. "description": "Location for services",
  596. "address_subtitle": "Change address",
  597. "address_description": "Keep your address updated so that bookings appear.",
  598. "cep": "ZIP Code",
  599. "address_label": "Address",
  600. "address_placeholder": "Street -----, Neighborhood",
  601. "number": "Number",
  602. "complement": "Complement",
  603. "complement_placeholder": "House, apt, block, etc",
  604. "district_label": "District",
  605. "city_label": "City",
  606. "state_label": "State",
  607. "update_address": "Change address",
  608. "search_placeholder": "Search",
  609. "missing_coords": "Address without location. Set the pin on the map.",
  610. "update_on_map": "Update on map",
  611. "use_location": "Use my location",
  612. "location_permission_denied": "Location permission denied.",
  613. "location_error": "Could not get your location."
  614. },
  615. "help": {
  616. "title": "Help",
  617. "description": "Questions and support",
  618. "support_title": "Diarista Support",
  619. "online_status": "Online now",
  620. "ai_assistant_label": "AI Assistant",
  621. "quick_suggestions": "Quick suggestions:",
  622. "message_placeholder": "Type your message...",
  623. "footer_disclaimer": "Responses are generated by artificial intelligence.",
  624. "suggestion_cancel": "How do I cancel a service?",
  625. "suggestion_data": "How do I update my data?",
  626. "suggestion_payment": "When do I receive my payment?",
  627. "suggestion_human": "I want to talk to a human",
  628. "error_message": "An error occurred. Please try again.",
  629. "greeting_message": "Hello! How can I help you today?"
  630. },
  631. "privacy": {
  632. "title": "Privacy",
  633. "description": "Blocked clients",
  634. "empty_message": "No blocked clients",
  635. "empty_sub": "Clients you block will appear here.",
  636. "blocked_title": "Blocked clients",
  637. "unblock_btn": "Unblock"
  638. },
  639. "privacy_policy": {
  640. "title": "Privacy policy",
  641. "description": "Terms and conditions of use"
  642. },
  643. "support_page": {
  644. "title": "Support page",
  645. "description": "Help center and customer service"
  646. },
  647. "logout": {
  648. "title": "Logout",
  649. "description": "Disconnect from your account"
  650. }
  651. },
  652. "validation": {
  653. "rules": {
  654. "required": "This field is required",
  655. "email": "This field must be a valid email | These fields must be valid emails",
  656. "date": "This field must be a valid date",
  657. "min": "This field must have at least",
  658. "max": "This field must have at most",
  659. "characters": "characters",
  660. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  661. "same_password": "Passwords must match",
  662. "not_same_document": "The document must be unique for each participant",
  663. "cpf": "This field must be a valid CPF",
  664. "cnpj": "This field must be a valid CNPJ",
  665. "cep": "This field must be a valid ZIP code",
  666. "value_smaller_than_zero": "Value cannot be less than zero"
  667. },
  668. "permissions": {
  669. "view": "You don't have permission to view this",
  670. "create": "You don't have permission to create this",
  671. "edit": "You don't have permission to edit this",
  672. "delete": "You don't have permission to delete this",
  673. "add": "You don't have permission to add this"
  674. }
  675. },
  676. "http": {
  677. "errors": {
  678. "404": "Page not found",
  679. "failed": "The action failed",
  680. "no_records_found": "No records found"
  681. },
  682. "success": "The action was successful"
  683. },
  684. "events": {
  685. "singular": "Event",
  686. "plural": "Events",
  687. "core": {
  688. "basic_information": "Basic Information",
  689. "schedule": "Schedule",
  690. "opening": "Opening",
  691. "total_capacity": "Total Capacity",
  692. "unique_code": "Unique Code",
  693. "unique_code_hint": "This code is automatically generated",
  694. "list_of_allowed_documents": "List of allowed documents"
  695. },
  696. "tickets": {
  697. "singular": "Ticket",
  698. "plural": "Tickets",
  699. "types_singular": "Ticket Type",
  700. "types_plural": "Ticket Types",
  701. "event_ticket": "Event Ticket",
  702. "event_tickets": "Event Tickets",
  703. "event_ticket_types": "Event Ticket Types",
  704. "sales_start_date": "Sales Start Date",
  705. "sales_end_date": "Sales End Date",
  706. "max_per_user": "Maximum Tickets per User",
  707. "max_per_user_hint": "0 for unlimited",
  708. "quantity_available": "Available Quantity",
  709. "quantity_sold": "Quantity Sold"
  710. },
  711. "location": {
  712. "singular": "Location"
  713. },
  714. "attendance": {
  715. "participant_singular": "Participant",
  716. "participant_plural": "Participants",
  717. "checked_in_at": "Checked in at",
  718. "is_checked_in": "Is checked in"
  719. }
  720. },
  721. "user": {
  722. "singular": "User",
  723. "plural": "Users",
  724. "profile": {
  725. "singular": "Profile",
  726. "name_and_surname": "Name and Surname",
  727. "birth_date": "Birth Date",
  728. "personal_information": "Personal Information"
  729. },
  730. "preferences": {
  731. "singular": "Preferences"
  732. }
  733. },
  734. "orders": {
  735. "singular": "Order",
  736. "plural": "Orders",
  737. "core": {
  738. "new_order": "New Order",
  739. "payment_received": "Payment Received",
  740. "resume": "Order Resume",
  741. "buyer_information": "Buyer Information",
  742. "participant_information": "Participant Information",
  743. "same_as_buyer": "Same as buyer",
  744. "select_at_least_one_ticket": "Select at least one ticket",
  745. "select_payment_method": "Select a payment method",
  746. "exclusive_list": "Exclusive list",
  747. "successful_payment": "Successful payment"
  748. },
  749. "statuses": {
  750. "paid": "Paid",
  751. "pending": "Pending",
  752. "approved": "Approved",
  753. "canceled": "Canceled",
  754. "completed": "Completed",
  755. "confirmed": "Confirmed",
  756. "confirmation": "Confirmation"
  757. },
  758. "payment_methods": {
  759. "credit_card": "Credit Card",
  760. "boleto": "Boleto",
  761. "pix": "Pix"
  762. }
  763. },
  764. "ui": {
  765. "navigation": {
  766. "collapse_menu": "Collapse menu",
  767. "expand_menu": "Expand menu",
  768. "dashboard": "Dashboard",
  769. "explore": "Explore",
  770. "advertise": "Advertise",
  771. "my_advertisements": "My Advertisements",
  772. "negotiations": "Negotiations",
  773. "opportunities": "Opportunities",
  774. "plans": "Plans",
  775. "events": "Events",
  776. "event_tickets": "Event Tickets",
  777. "event_ticket_types": "Event Ticket Types",
  778. "orders": "Orders",
  779. "sales": "Sales",
  780. "participants": "Participants",
  781. "users": "Users",
  782. "profile": "Profile",
  783. "interests": "Interests",
  784. "registration": "Registration",
  785. "wallet": "Wallet",
  786. "settings": "Settings",
  787. "city": "City",
  788. "state": "State",
  789. "country": "Country",
  790. "exit": "Exit"
  791. }
  792. },
  793. "charts": {
  794. "nps": {
  795. "promotion_zone": "Promotion Zone",
  796. "promotion_zone_range": "Promotion Zone Range",
  797. "quality_zone": "Quality Zone",
  798. "quality_zone_range": "Quality Zone Range",
  799. "refinement_zone": "Refinement Zone",
  800. "refinement_zone_range": "Refinement Zone Range",
  801. "critical_zone": "Critical Zone",
  802. "critical_zone_range": "Critical Zone Range",
  803. "promoters": "Promoters",
  804. "passives": "Passives",
  805. "detractors": "Detractors"
  806. }
  807. },
  808. "dashboard": {
  809. "currency_format": "$ {value}",
  810. "cards": {
  811. "total_earnings": "Total Earnings",
  812. "tickets_sold": "Tickets Sold",
  813. "registrations": "Registrations"
  814. },
  815. "charts": {
  816. "tickets_by_type": {
  817. "title": "Total tickets by type",
  818. "labels": {
  819. "vip": "VIP",
  820. "track": "Track",
  821. "box": "Box",
  822. "courtesy": "Courtesy"
  823. }
  824. },
  825. "participants_by_document": {
  826. "title": "Percentage of CNPJ and CPF in registrations"
  827. },
  828. "sales_over_time": {
  829. "title": "Sales Over Period",
  830. "y_label": "Value ({currency})"
  831. },
  832. "registration_source": {
  833. "title": "Registration Source",
  834. "source": "Source",
  835. "sources": {
  836. "instagram": "Instagram",
  837. "facebook": "Facebook",
  838. "google": "Google",
  839. "referral": "Referral"
  840. }
  841. }
  842. }
  843. },
  844. "support_request": {
  845. "title": "Talk to an agent",
  846. "subtitle": "Fill in the fields below and a human agent will get in touch with you.",
  847. "contact_title": "How can we reach you?",
  848. "contact_subtitle": "We prefilled it with your account details. Change it if you prefer to be contacted through another channel.",
  849. "chat_attached_note": "Your recent conversation with the assistant will be attached to give the agent context.",
  850. "success": "Request sent! An agent will contact you soon.",
  851. "error": "We could not send your request. Please try again.",
  852. "fields": {
  853. "category": "Category",
  854. "title": "Subject",
  855. "message": "Your message",
  856. "name": "Name",
  857. "email": "Email",
  858. "phone": "Phone"
  859. },
  860. "categories": {
  861. "payment": "Payment",
  862. "schedule": "Schedule",
  863. "account": "Account",
  864. "other": "Other"
  865. },
  866. "actions": {
  867. "send": "Send request"
  868. },
  869. "transcript": {
  870. "you": "You",
  871. "bot": "Assistant",
  872. "chat_header": "--- Conversation with the assistant ---",
  873. "user_message_header": "--- User message ---"
  874. }
  875. }
  876. }