en.json 34 KB

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