en.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. {
  2. "common": {
  3. "see_all": "See all",
  4. "details": "View details",
  5. "accept": "Accept",
  6. "refuse": "Refuse",
  7. "from": "From",
  8. "to": "To",
  9. "alter": "Alter",
  10. "price_masked": "R$ ***,**",
  11. "km": "km",
  12. "actions": {
  13. "save": "Save",
  14. "cancel": "Cancel",
  15. "edit": "Edit",
  16. "add": "Add",
  17. "update": "Update",
  18. "search": "Search",
  19. "delete": "Delete",
  20. "view": "View",
  21. "back": "Back",
  22. "next": "Next",
  23. "resend_email": "Resend email",
  24. "download_certificate": "Download certificate",
  25. "download_boleto": "Download Boleto",
  26. "copy_paste_code": "Copy and paste the code below to make the payment"
  27. },
  28. "terms": {
  29. "name": "Name",
  30. "email": "Email",
  31. "password": "Password",
  32. "description": "Description",
  33. "date": "Date",
  34. "start_date": "Start Date",
  35. "end_date": "End Date",
  36. "code": "Code",
  37. "title": "Title",
  38. "status": "Status",
  39. "price": "Price",
  40. "quantity": "Quantity",
  41. "city": "City",
  42. "state": "State",
  43. "country": "Country",
  44. "address": "Address",
  45. "address_number": "Address Number",
  46. "complement": "Complement",
  47. "postal_code": "Postal Code",
  48. "phone": "Phone",
  49. "celular": "Cell Phone",
  50. "document": "Document",
  51. "document_type": "Document Type",
  52. "cpf": "CPF",
  53. "cnpj": "CNPJ",
  54. "cep": "ZIP Code",
  55. "order_number": "Order Number",
  56. "order_amount": "Order Amount",
  57. "total_amount": "Total Amount",
  58. "payment": "Payment",
  59. "payment_method": "Payment Method",
  60. "payment_date": "Payment Date",
  61. "payment_amount": "Payment Amount",
  62. "language": "Language",
  63. "currency": "Currency",
  64. "interests": "Interests",
  65. "avatar": "Avatar",
  66. "banner": "Banner",
  67. "logo": "Logo",
  68. "media": "Media",
  69. "month": "Month",
  70. "week": "Week",
  71. "day": "Day",
  72. "hour": "Hour",
  73. "minute": "Minute",
  74. "second": "Second",
  75. "year": "Year",
  76. "all": "All",
  77. "certificate": "Certificate",
  78. "version": "Version"
  79. },
  80. "months": {
  81. "january": "January",
  82. "february": "February",
  83. "march": "March",
  84. "april": "April",
  85. "may": "May",
  86. "june": "June",
  87. "july": "July",
  88. "august": "August",
  89. "september": "September",
  90. "october": "October",
  91. "november": "November",
  92. "december": "December"
  93. },
  94. "status": {
  95. "active": "Active",
  96. "inactive": "Inactive",
  97. "canceled": "Canceled",
  98. "loading": "Please wait...",
  99. "yes": "Yes",
  100. "no": "No"
  101. },
  102. "ui": {
  103. "file": {
  104. "choose": "Choose a file",
  105. "click_select": "Click to select a file",
  106. "click_select_image": "Click to select an image",
  107. "drag": "Drag",
  108. "drag_and_drop": "Drag and drop the file here",
  109. "drag_here": "Drag the file here",
  110. "selected": "File selected"
  111. },
  112. "table": {
  113. "rows_per_page": "Rows per page",
  114. "of": "of",
  115. "to": "to"
  116. },
  117. "messages": {
  118. "copied_to_clipboard": "Copied to clipboard",
  119. "confirm_action": "Are you sure?",
  120. "are_you_sure_delete": "Are you sure you want to delete this item?",
  121. "welcome": "Welcome",
  122. "enjoy_the_event": "Enjoy the event!"
  123. },
  124. "misc": {
  125. "all": "All",
  126. "or": "or",
  127. "example": "Example",
  128. "options": "Options",
  129. "total": "Total",
  130. "type": "Type"
  131. }
  132. },
  133. "metadata": {
  134. "created_at": "Created at",
  135. "updated_at": "Updated at",
  136. "created_by": "Created by"
  137. }
  138. },
  139. "auth": {
  140. "validation_code": "Validation code",
  141. "login": "Login",
  142. "register": "Register",
  143. "logout": "Logout",
  144. "forgot_password": "Forgot my password",
  145. "confirm_password": "Confirm password"
  146. },
  147. "provider": {
  148. "login": {
  149. "steps": {
  150. "step_1": {
  151. "action": "send code"
  152. },
  153. "step_2": {
  154. "action": "validate code"
  155. },
  156. "step_3": {
  157. "full_name": "Full Name",
  158. "birth_date": "Date of birth",
  159. "birth_date_placeholder": "mm/dd/yyyy",
  160. "no_complement": "Address without complement",
  161. "complement_placeholder": "Ex: Apartment, Suite, House.",
  162. "address_placeholder": "Street, Number, Neighborhood, City - ST",
  163. "action": "continue",
  164. "rg_invalid": "Invalid RG",
  165. "date_invalid": "Invalid date",
  166. "rg": "RG"
  167. },
  168. "step_4": {
  169. "document_front": "Side 1 (Front)",
  170. "document_front_desc": "Photo of the front of your document (ID or Driver License).",
  171. "document_back": "Side 2 (Back)",
  172. "document_back_desc": "Photo of the back of your document (ID or Driver License).",
  173. "selfie": "Selfie with document",
  174. "selfie_desc": "Take a selfie holding your document near your face.",
  175. "photo_captured": "Photo captured!",
  176. "action": "send documents",
  177. "upload_all_photos": "Upload all photos to continue.",
  178. "btn_selfie": "take a selfie",
  179. "selfie_hint": "Choose a well-lit environment",
  180. "selfie_sent": "Photo sent.",
  181. "btn_document": "take a photo of the document",
  182. "document_hint": "ID with CPF, front and back.",
  183. "document_sent": "Document sent.",
  184. "btn_capture_selfie": "take photo",
  185. "btn_capture_front": "take photo of the front",
  186. "btn_capture_back": "take photo of the back",
  187. "btn_retake": "take another photo",
  188. "btn_confirm": "confirm",
  189. "btn_use_photo": "use this photo",
  190. "btn_retry": "take the photo",
  191. "btn_continue": "continue",
  192. "error_message": "Oops, something went wrong! Take a new photo of your document.",
  193. "selfie_success": "Your photo was sent successfully!",
  194. "document_success": "Your document was sent successfully!",
  195. "document_hint_result": "ID with CPF, front and back."
  196. },
  197. "step_5": {
  198. "daily_price_title": "What is the value of your daily rate for up to 8 hours?",
  199. "daily_price_min_max": "Minimum value $ 100.00. Maximum value $ 500.00.",
  200. "dont_worry": "Don't worry!",
  201. "change_anytime": "You can change your daily rate value whenever you want ;)",
  202. "shorter_services": "Based on the value above, the values for shorter services will be:",
  203. "up_to_6h": "up to 6 hours",
  204. "up_to_4h": "up to 4 hours",
  205. "up_to_2h": "up to 2 hours",
  206. "other_services": "Besides basic cleaning, what other services do you also perform?",
  207. "change_in_profile": "(can be changed in profile)",
  208. "no_services": "No service types available at the moment.",
  209. "search_visibility": "This information will appear to those searching for your profile in the search.",
  210. "action": "continue"
  211. },
  212. "step_6": {
  213. "title": "Now let's choose the best times for you to receive service requests!",
  214. "lock_hint": "Tap and block days or periods",
  215. "lock_description": "if you do not wish to receive service requests in this period.",
  216. "morning": "morning",
  217. "afternoon": "afternoon",
  218. "instruction": "To block individual days, click on the day, to block only periods, click on morning or afternoon.",
  219. "dont_worry": "Don't worry!",
  220. "change_anytime": "Afterwards you can change the availability of your preference at any time in the app ;)",
  221. "select_at_least_one": "Select at least one work period.",
  222. "action": "finish registration"
  223. }
  224. }
  225. },
  226. "dashboard": {
  227. "summary": {
  228. "welcome": "Hello,",
  229. "my_schedules": "My schedules"
  230. },
  231. "price_suggest": {
  232. "region_label_1": "Suggested daily rate",
  233. "region_label_2": "in the region",
  234. "my_price_label": "My daily rate"
  235. },
  236. "solicitations": {
  237. "title": "Requests for you",
  238. "until_8h": "Full day (up to 8h)",
  239. "until_6h": "Standard (up to 6h)",
  240. "until_4h": "Medium (up to 4h)",
  241. "until_2h": "Quick (up to 2h)",
  242. "offers_meal": "Offers meal",
  243. "not_offers_meal": "Does not offer meal",
  244. "distance_prefix": "At",
  245. "distance_suffix": "km from your registered address.",
  246. "via_agenda_text": "Request made via",
  247. "via_agenda": "schedule",
  248. "same_day_warning_label": "Note:",
  249. "same_day_warning": "When receiving more than one request for the same day, check the time and distance to plan your travel time.",
  250. "confirm_accept": "Are you sure you want to accept this service?",
  251. "confirm_reject": "Are you sure you want to refuse this service?",
  252. "tip_label": "Tip:",
  253. "reject_tip": "If you are not available, access your profile and block the days you do not want to receive requests."
  254. },
  255. "today_services": {
  256. "start_label": "Service start for",
  257. "code_hint": "Ask the client for the code to begin",
  258. "code_placeholder": "0000",
  259. "code_success": "Code verified successfully!",
  260. "code_error": "Invalid code. Please try again.",
  261. "step_accepted": "Accepted",
  262. "step_paid": "Paid",
  263. "step_started": "Started",
  264. "step_finished": "Finished",
  265. "help": "help"
  266. },
  267. "opportunities": {
  268. "title": "Opportunities",
  269. "banner_text": "Client requests for Diária professionals. Check the request details, apply for the service and if the client accepts, you will receive a new job.",
  270. "full_day": "Full day (up to 8h)",
  271. "details": "View details",
  272. "empty": "No opportunities found",
  273. "distance_km": "{distance} km",
  274. "client_default": "Client",
  275. "address_not_found": "Address not available",
  276. "currency": "$ {value}"
  277. },
  278. "opportunity_details": {
  279. "title": "Service details",
  280. "client_default": "Client",
  281. "price_label": "Full day (up to 8h)",
  282. "distance_text": "It is {distance} away from your registered address.",
  283. "distance_default": "0 km",
  284. "sob_medida": "Request made",
  285. "sob_medida_highlight": "custom",
  286. "para": "for",
  287. "info_title": "Service information",
  288. "description_not_found": "No description provided",
  289. "address_not_found": "Address not provided",
  290. "hour_not_found": "Time not provided",
  291. "button_accept": "accept job",
  292. "alert_text": "If your request is accepted by the client, you will receive a notification confirming the booking.",
  293. "offers_meal": "On-site meal"
  294. },
  295. "favorites": {
  296. "title": "Your favorites",
  297. "view_schedule": "View schedule"
  298. },
  299. "next_schedules": {
  300. "title": "Next services",
  301. "custom": "Custom",
  302. "default": "Default cleaning",
  303. "no_provider": "Provider not defined",
  304. "from": "from",
  305. "to": "to",
  306. "to_combine": "To be combined",
  307. "tag_custom": "Custom",
  308. "tag_default": "Default",
  309. "details": "View details",
  310. "offers_meal": "Offers meal",
  311. "no_meal": "Does not offer meal",
  312. "place_home": "Residential",
  313. "place_apartment": "Apartment",
  314. "place_unknown": "Address",
  315. "address_copied": "Address copied to clipboard"
  316. },
  317. "last_schedules": {
  318. "title": "Last ones performed",
  319. "reschedule": "Reschedule"
  320. },
  321. "cancel_schedule": {
  322. "title": "Are you sure you want to cancel your order?",
  323. "reason_label": "What is the reason for cancellation?",
  324. "reason_placeholder": "Describe the reason...",
  325. "warning_title": "Attention!",
  326. "warning_free": "Free cancellations up to 12 hours before the scheduled time.",
  327. "warning_fee": "Cancellations after this period result in a 50% refund as compensation for the professional.",
  328. "btn_cancel": "cancel",
  329. "btn_keep": "keep the order",
  330. "btn_cancel_order": "Cancel order",
  331. "help": "Help",
  332. "schedule_details_title": "Details",
  333. "service_fee": "Service fee:",
  334. "total": "Total:",
  335. "close": "close"
  336. },
  337. "providers_close": {
  338. "title": "Close to you",
  339. "until_8h": "Up to 8h",
  340. "place_home": "Residential",
  341. "schedule": "Schedule"
  342. }
  343. }
  344. },
  345. "business": {
  346. "advertise": "Advertise",
  347. "my_advertisements": "My Advertisements",
  348. "negotiations": "Negotiations",
  349. "opportunities": "Opportunities",
  350. "plans": "Plans"
  351. },
  352. "profile": {
  353. "title": "Profile",
  354. "edit_profile": "Edit profile",
  355. "edit_data": "My data",
  356. "change_photo": "Request photo change",
  357. "full_name": "Full Name",
  358. "email": "E-mail",
  359. "phone": "Phone",
  360. "update": "Update",
  361. "update_success": "Profile updated successfully!",
  362. "update_error": "Error updating profile",
  363. "placeholder_name": "Enter your name",
  364. "placeholder_email": "Enter your e-mail",
  365. "placeholder_phone": "Enter your phone",
  366. "language": "Language",
  367. "lang_pt": "PT-br",
  368. "lang_en": "EN-us",
  369. "lang_es": "ES-es",
  370. "bank_data": {
  371. "title": "Bank data",
  372. "description": "Pix, agency and account",
  373. "my_bank_data_title": "My bank data",
  374. "subtitle": "Register your pix key and/or account to receive payments for your services.",
  375. "warning_title": "Attention!",
  376. "warning_message": " The pix key must be linked to a bank account of your CPF.",
  377. "pix_title": "Pix key",
  378. "pix_key": "Pix key",
  379. "pix_key_placeholder": "Enter your pix key",
  380. "pix_key_required": "Please enter your pix key",
  381. "save_pix": "register pix",
  382. "pix_saved": "Pix key saved successfully!",
  383. "bank_account_title": "Agency and account",
  384. "account_type": "Account type",
  385. "checking": "Checking",
  386. "savings": "Savings",
  387. "agency": "Agency",
  388. "account": "Account",
  389. "digit": "Digit",
  390. "bank_fields_required": "Please enter agency and account",
  391. "save_account": "register account",
  392. "account_saved": "Bank account saved successfully!",
  393. "save_error": "Error saving. Please try again.",
  394. "att_pix": "Update pix",
  395. "att_bank": "Update bank account"
  396. },
  397. "availability": {
  398. "title": "Availability",
  399. "description": "Days I am available",
  400. "working_days_title": "Service availability",
  401. "working_days_subtitle": "Here you can define the best days to receive service requests.",
  402. "working_days_hint": "Tap and block days or periods if you do not want to receive service requests during that period.",
  403. "working_days_instructions": "To block individual days, click on the day; to block only periods, click on morning or afternoon.",
  404. "morning": "morning",
  405. "afternoon": "afternoon",
  406. "days_short": {
  407. "0": "SUN",
  408. "1": "MON",
  409. "2": "TUE",
  410. "3": "WED",
  411. "4": "THU",
  412. "5": "FRI",
  413. "6": "SAT"
  414. },
  415. "agenda_title": "Schedule",
  416. "agenda_subtitle": "If you want to close a specific date, access the calendar and block it.",
  417. "block_day_title": "Block day",
  418. "block_day_description": "Block the entire day",
  419. "block_period_title": "Block Period",
  420. "block_period_description": "Block morning or afternoon",
  421. "close_agenda_btn": "Close schedule",
  422. "block_day_confirm_title": "Block day",
  423. "block_day_confirm_subtitle": "Are you sure you want to block service calls for the day:",
  424. "block_period_confirm_title": "Block Period",
  425. "block_period_confirm_subtitle": "Select the time slot you want to close so no requests appear.",
  426. "morning_hours": "7am to 1pm",
  427. "afternoon_hours": "2pm to 8pm",
  428. "block_btn": "Block",
  429. "blocked_success": "Day blocked successfully!",
  430. "already_blocked_title": "Day already blocked",
  431. "unblock_btn": "Unblock",
  432. "unblocked_success": "Day unblocked successfully!",
  433. "period_labels": {
  434. "morning": "Morning",
  435. "afternoon": "Afternoon",
  436. "all": "Full day"
  437. }
  438. },
  439. "service_data": {
  440. "title": "Service data",
  441. "description": "Rates and services",
  442. "pricing_title": "My rates",
  443. "pricing_subtitle": "Set your 8-hour daily rate. The others are calculated automatically.",
  444. "price_8h_label": "What is your rate for up to 8 hours?",
  445. "price_min_max": "Minimum R$100.00. Maximum R$500.00.",
  446. "price_min_error": "Minimum value R$ 100.00",
  447. "price_max_error": "Maximum value R$ 500.00",
  448. "shorter_services": "Based on the value above, the rates for shorter services will be:",
  449. "up_to_6h": "up to 6 hours",
  450. "up_to_4h": "up to 4 hours",
  451. "up_to_2h": "up to 2 hours",
  452. "services_title": "Other services",
  453. "services_subtitle": "In addition to basic cleaning, what other services do you also provide?",
  454. "services_hint": "This information will appear to those searching your profile.",
  455. "no_services": "No services available at the moment.",
  456. "change_in_profile": "(you can change it in your profile)"
  457. },
  458. "address": {
  459. "title": "Address",
  460. "description": "Location for services",
  461. "address_subtitle": "Change address",
  462. "address_description": "Keep your address updated so that bookings appear.",
  463. "cep": "ZIP Code",
  464. "address_label": "Address",
  465. "address_placeholder": "Street -----, Neighborhood",
  466. "number": "Number",
  467. "complement": "Complement",
  468. "complement_placeholder": "House, apt, block, etc",
  469. "district_label": "District",
  470. "city_label": "City",
  471. "state_label": "State",
  472. "update_address": "Change address",
  473. "search_placeholder": "Search"
  474. },
  475. "help": {
  476. "title": "Help",
  477. "description": "Questions and support",
  478. "support_title": "Support",
  479. "online_status": "Online",
  480. "ai_assistant_label": "AI Assistant",
  481. "virtual_assistant": "Virtual Assistant",
  482. "greeting_message": "Hi! 👋 I'm the Diária virtual assistant. How can I help you today?",
  483. "quick_suggestions": "Quick suggestions:",
  484. "suggestion_cancel": "How to cancel a service?",
  485. "suggestion_data": "Change registration data",
  486. "suggestion_payment": "Questions about payment",
  487. "suggestion_human": "Talk to an agent",
  488. "contact_title": "Contact us",
  489. "contact_subtitle": "Choose your preferred support channel.",
  490. "channel_whatsapp": "WhatsApp",
  491. "channel_whatsapp_desc": "Quick support via WhatsApp",
  492. "channel_email": "E-mail",
  493. "channel_email_desc": "Send your question by e-mail",
  494. "channel_phone": "Phone",
  495. "channel_phone_desc": "Talk directly with our team",
  496. "message_placeholder": "Type your message...",
  497. "footer_disclaimer": "⚡ Automatic AI responses • Human support available",
  498. "coming_soon": "Coming soon"
  499. },
  500. "logout": {
  501. "title": "Logout",
  502. "description": "Disconnect from your account"
  503. }
  504. },
  505. "validation": {
  506. "rules": {
  507. "required": "This field is required",
  508. "email": "This field must be a valid email | These fields must be valid emails",
  509. "date": "This field must be a valid date",
  510. "min": "This field must have at least",
  511. "max": "This field must have at most",
  512. "characters": "characters",
  513. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  514. "same_password": "Passwords must match",
  515. "not_same_document": "The document must be unique for each participant",
  516. "cpf": "This field must be a valid CPF",
  517. "cnpj": "This field must be a valid CNPJ",
  518. "cep": "This field must be a valid ZIP code",
  519. "value_smaller_than_zero": "Value cannot be less than zero"
  520. },
  521. "permissions": {
  522. "view": "You don't have permission to view this",
  523. "create": "You don't have permission to create this",
  524. "edit": "You don't have permission to edit this",
  525. "delete": "You don't have permission to delete this",
  526. "add": "You don't have permission to add this"
  527. }
  528. },
  529. "http": {
  530. "errors": {
  531. "404": "Page not found",
  532. "failed": "The action failed",
  533. "no_records_found": "No records found"
  534. },
  535. "success": "The action was successful"
  536. },
  537. "events": {
  538. "singular": "Event",
  539. "plural": "Events",
  540. "core": {
  541. "basic_information": "Basic Information",
  542. "schedule": "Schedule",
  543. "opening": "Opening",
  544. "total_capacity": "Total Capacity",
  545. "unique_code": "Unique Code",
  546. "unique_code_hint": "This code is automatically generated",
  547. "list_of_allowed_documents": "List of allowed documents"
  548. },
  549. "tickets": {
  550. "singular": "Ticket",
  551. "plural": "Tickets",
  552. "types_singular": "Ticket Type",
  553. "types_plural": "Ticket Types",
  554. "event_ticket": "Event Ticket",
  555. "event_tickets": "Event Tickets",
  556. "event_ticket_types": "Event Ticket Types",
  557. "sales_start_date": "Sales Start Date",
  558. "sales_end_date": "Sales End Date",
  559. "max_per_user": "Maximum Tickets per User",
  560. "max_per_user_hint": "0 for unlimited",
  561. "quantity_available": "Available Quantity",
  562. "quantity_sold": "Quantity Sold"
  563. },
  564. "location": {
  565. "singular": "Location"
  566. },
  567. "attendance": {
  568. "participant_singular": "Participant",
  569. "participant_plural": "Participants",
  570. "checked_in_at": "Checked in at",
  571. "is_checked_in": "Is checked in"
  572. }
  573. },
  574. "user": {
  575. "singular": "User",
  576. "plural": "Users",
  577. "profile": {
  578. "singular": "Profile",
  579. "name_and_surname": "Name and Surname",
  580. "birth_date": "Birth Date",
  581. "personal_information": "Personal Information"
  582. },
  583. "preferences": {
  584. "singular": "Preferences"
  585. }
  586. },
  587. "orders": {
  588. "singular": "Order",
  589. "plural": "Orders",
  590. "core": {
  591. "new_order": "New Order",
  592. "payment_received": "Payment Received",
  593. "resume": "Order Resume",
  594. "buyer_information": "Buyer Information",
  595. "participant_information": "Participant Information",
  596. "same_as_buyer": "Same as buyer",
  597. "select_at_least_one_ticket": "Select at least one ticket",
  598. "select_payment_method": "Select a payment method",
  599. "exclusive_list": "Exclusive list",
  600. "successful_payment": "Successful payment"
  601. },
  602. "statuses": {
  603. "paid": "Paid",
  604. "pending": "Pending",
  605. "approved": "Approved",
  606. "canceled": "Canceled",
  607. "completed": "Completed",
  608. "confirmed": "Confirmed",
  609. "confirmation": "Confirmation"
  610. },
  611. "payment_methods": {
  612. "credit_card": "Credit Card",
  613. "boleto": "Boleto",
  614. "pix": "Pix"
  615. }
  616. },
  617. "ui": {
  618. "navigation": {
  619. "collapse_menu": "Collapse menu",
  620. "expand_menu": "Expand menu",
  621. "dashboard": "Dashboard",
  622. "explore": "Explore",
  623. "advertise": "Advertise",
  624. "my_advertisements": "My Advertisements",
  625. "negotiations": "Negotiations",
  626. "opportunities": "Opportunities",
  627. "plans": "Plans",
  628. "events": "Events",
  629. "event_tickets": "Event Tickets",
  630. "event_ticket_types": "Event Ticket Types",
  631. "orders": "Orders",
  632. "sales": "Sales",
  633. "participants": "Participants",
  634. "users": "Users",
  635. "profile": "Profile",
  636. "interests": "Interests",
  637. "registration": "Registration",
  638. "wallet": "Wallet",
  639. "settings": "Settings",
  640. "city": "City",
  641. "state": "State",
  642. "country": "Country",
  643. "exit": "Exit"
  644. }
  645. },
  646. "charts": {
  647. "nps": {
  648. "promotion_zone": "Promotion Zone",
  649. "promotion_zone_range": "Promotion Zone Range",
  650. "quality_zone": "Quality Zone",
  651. "quality_zone_range": "Quality Zone Range",
  652. "refinement_zone": "Refinement Zone",
  653. "refinement_zone_range": "Refinement Zone Range",
  654. "critical_zone": "Critical Zone",
  655. "critical_zone_range": "Critical Zone Range",
  656. "promoters": "Promoters",
  657. "passives": "Passives",
  658. "detractors": "Detractors"
  659. }
  660. },
  661. "dashboard": {
  662. "currency_format": "$ {value}",
  663. "cards": {
  664. "total_earnings": "Total Earnings",
  665. "tickets_sold": "Tickets Sold",
  666. "registrations": "Registrations"
  667. },
  668. "charts": {
  669. "tickets_by_type": {
  670. "title": "Total tickets by type",
  671. "labels": {
  672. "vip": "VIP",
  673. "track": "Track",
  674. "box": "Box",
  675. "courtesy": "Courtesy"
  676. }
  677. },
  678. "participants_by_document": {
  679. "title": "Percentage of CNPJ and CPF in registrations"
  680. },
  681. "sales_over_time": {
  682. "title": "Sales Over Period",
  683. "y_label": "Value ({currency})"
  684. },
  685. "registration_source": {
  686. "title": "Registration Source",
  687. "source": "Source",
  688. "sources": {
  689. "instagram": "Instagram",
  690. "facebook": "Facebook",
  691. "google": "Google",
  692. "referral": "Referral"
  693. }
  694. }
  695. }
  696. },
  697. "address": {
  698. "types": {
  699. "home": "Residential",
  700. "commercial": "Commercial"
  701. }
  702. },
  703. "nav": {
  704. "home": "Home",
  705. "payments": "Payments",
  706. "agenda": "Schedule",
  707. "profile": "Profile"
  708. }
  709. }