en.json 35 KB

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