en.json 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  1. {
  2. "page": {
  3. "avaliacoes": {
  4. "description": "Manage the system evaluation campaigns",
  5. "detail_description": "Evaluations received in this campaign"
  6. },
  7. "loja": {
  8. "description": "Manage the products available in the store"
  9. },
  10. "associado": {
  11. "profile": {
  12. "description": "View and edit your personal data and dependents"
  13. },
  14. "carteirinha": {
  15. "description": "Your digital membership card with QR Code"
  16. },
  17. "convenios": {
  18. "description": "Browse available agreements"
  19. },
  20. "parceiros": {
  21. "description": "Browse available partners"
  22. },
  23. "loja": {
  24. "description": "Browse available store items"
  25. },
  26. "interesses": {
  27. "description": "Items you marked as interest"
  28. },
  29. "agendamentos": {
  30. "description": "Request and track your appointments"
  31. },
  32. "notificacoes": {
  33. "description": "Your notifications and alerts"
  34. }
  35. },
  36. "gestao_associados": {
  37. "description": "View, edit, and add members to the system"
  38. },
  39. "city": {
  40. "description": "View, edit, and add cities to the system"
  41. },
  42. "state": {
  43. "description": "View, edit, and add states to the system"
  44. },
  45. "country": {
  46. "description": "View, edit, and add countries to the system"
  47. },
  48. "users": {
  49. "description": "View, edit, and add users with system access"
  50. },
  51. "system-dashboard": {
  52. "description": "General vision of the system"
  53. },
  54. "versions": {
  55. "description": "Informations about updates, fixes and changes for each system version"
  56. },
  57. "parceiros_convenios": {
  58. "description": "View, edit and add partners to the system"
  59. },
  60. "convenios_medicos": {
  61. "description": "View, edit and add medical agreements to the system"
  62. },
  63. "company_settings": {
  64. "description": "Configure the information displayed on the home page."
  65. }
  66. },
  67. "common": {
  68. "actions": {
  69. "import": "Import",
  70. "save": "Save",
  71. "cancel": "Cancel",
  72. "edit": "Edit",
  73. "add": "Add",
  74. "new": "New",
  75. "search": "Search",
  76. "delete": "Delete",
  77. "view": "View",
  78. "back": "Back",
  79. "next": "Next",
  80. "resend_email": "Resend email",
  81. "download_certificate": "Download certificate",
  82. "download_boleto": "Download Boleto",
  83. "copy_paste_code": "Copy and paste the code below to make the payment",
  84. "go_home": "Go Home",
  85. "close": "Close"
  86. },
  87. "terms": {
  88. "actions": "Actions",
  89. "name": "Name",
  90. "email": "Email",
  91. "branch": "Branch",
  92. "password": "Password",
  93. "description": "Description",
  94. "contact_info": "Contact Info",
  95. "date": "Date",
  96. "start_date": "Start Date",
  97. "end_date": "End Date",
  98. "code": "Code",
  99. "title": "Title",
  100. "status": "Status",
  101. "price": "Price",
  102. "quantity": "Quantity",
  103. "city": "City",
  104. "list": "List",
  105. "state": "State",
  106. "country": "Country",
  107. "address": "Address",
  108. "address_number": "Address Number",
  109. "complement": "Complement",
  110. "postal_code": "Postal Code",
  111. "phone": "Phone",
  112. "document": "Document",
  113. "document_type": "Document Type",
  114. "cpf": "CPF",
  115. "cnpj": "CNPJ",
  116. "cep": "ZIP Code",
  117. "order_number": "Order Number",
  118. "order_amount": "Order Amount",
  119. "owner_name": "Owner name",
  120. "client_name": "Client name",
  121. "total_amount": "Total Amount",
  122. "payment": "Payment",
  123. "payment_method": "Payment Method",
  124. "payment_date": "Payment Date",
  125. "payment_amount": "Payment Amount",
  126. "language": "Language",
  127. "currency": "Currency",
  128. "interests": "Interests",
  129. "avatar": "Avatar",
  130. "banner": "Banner",
  131. "logo": "Logo",
  132. "light": "Light",
  133. "dark": "Dark",
  134. "media": "Media",
  135. "month": "Month",
  136. "week": "Week",
  137. "day": "Day",
  138. "hour": "Hour",
  139. "hour2": "Time",
  140. "today": "Today",
  141. "minute": "Minute",
  142. "second": "Second",
  143. "year": "Year",
  144. "all": "All",
  145. "certificate": "Certificate",
  146. "version": "Version",
  147. "whatsapp": "WhatsApp"
  148. },
  149. "months": {
  150. "january": "January",
  151. "february": "February",
  152. "march": "March",
  153. "april": "April",
  154. "may": "May",
  155. "june": "June",
  156. "july": "July",
  157. "august": "August",
  158. "september": "September",
  159. "october": "October",
  160. "november": "November",
  161. "december": "December"
  162. },
  163. "status": {
  164. "active": "Active",
  165. "inactive": "Inactive",
  166. "pending": "Pending",
  167. "on_leave": "On Leave",
  168. "refused": "Refused",
  169. "canceled": "Canceled",
  170. "loading": "Please wait...",
  171. "yes": "Yes",
  172. "no": "No"
  173. },
  174. "ui": {
  175. "file": {
  176. "choose": "Choose a file",
  177. "click_select": "Click to select a file",
  178. "click_select_image": "Click to select an image",
  179. "compressed": "The image was compressed to fit the {max} MB limit.",
  180. "drag": "Drag",
  181. "drag_and_drop": "Drag and drop the file here",
  182. "drag_here": "Drag the file here",
  183. "errors": {
  184. "image_too_large": "Could not reduce the image below {max} MB ({size} MB). Choose a smaller image.",
  185. "too_large": "File is too large ({size} MB). The limit is {max} MB."
  186. },
  187. "max_size_hint": "Maximum size: {max} MB",
  188. "selected": "File selected"
  189. },
  190. "table": {
  191. "rows_per_page": "Rows per page",
  192. "of": "of",
  193. "to": "to",
  194. "records_found": "record(s) found"
  195. },
  196. "messages": {
  197. "copied_to_clipboard": "Copied to clipboard",
  198. "confirm_action": "Are you sure?",
  199. "are_you_sure_delete": "Are you sure you want to delete this item?",
  200. "welcome": "Welcome",
  201. "enjoy_the_event": "Enjoy the event!",
  202. "saved": "Saved successfully",
  203. "error": "An error occurred. Please try again."
  204. },
  205. "misc": {
  206. "all": "All",
  207. "or": "or",
  208. "example": "Example",
  209. "options": "Options",
  210. "total": "Total",
  211. "type": "Type"
  212. }
  213. },
  214. "metadata": {
  215. "created_at": "Created at",
  216. "updated_at": "Updated at",
  217. "created_by": "Created by"
  218. },
  219. "placeholders": {
  220. "city_full_name": "Full city name",
  221. "country_full_name": "Full country name",
  222. "state_full_name": "Full state name",
  223. "select_country": "Select country",
  224. "select_state": "Select state",
  225. "country_code": "e.g. US, UK...",
  226. "state_code": "e.g. NY, CA...",
  227. "email": "email{'@'}example.com",
  228. "cpf": "000.000.000-00",
  229. "registration": "e.g. 1111111",
  230. "password": "Enter a secure password"
  231. }
  232. },
  233. "auth": {
  234. "sign-in": "Sign in",
  235. "login": "Login",
  236. "logout": "Logout",
  237. "registration": "Registration",
  238. "confirm_password": "Confirm Password",
  239. "terms": {
  240. "accept_prefix": "I have read and accept the",
  241. "link": "terms and conditions",
  242. "required": "You must accept the terms and conditions to complete the registration."
  243. },
  244. "select_type_hint": "Select your profile and sign in",
  245. "type": {
  246. "administrador": "Administrator",
  247. "associado": "Associate",
  248. "parceiro": "Partner"
  249. },
  250. "forgot_password": "Forgot password?",
  251. "forgot_password_title": "Enter your email to reset your password",
  252. "forgot_password_description": "We will send a verification code to your email.",
  253. "continue": "Continue",
  254. "verify_email_title": "Check your email",
  255. "verify_email_description": "Please check your inbox and click the link to proceed.",
  256. "no_email_hint": "Did not receive the email? Check your",
  257. "check_spam": "spam or junk folder.",
  258. "enter_code": "Enter Code",
  259. "enter_code_title": "Enter your code here",
  260. "verify": "Verify",
  261. "resend_email": "Resend email",
  262. "remember_password": "Remember your password?",
  263. "do_login": "Sign in",
  264. "new_password_title": "Create your new password",
  265. "password_hint": "Minimum 6 characters with uppercase, lowercase and numbers",
  266. "confirm": "Confirm",
  267. "back_to_site": "Back to Site",
  268. "wrong_type": "User found, but the selected type is incorrect. Please select the correct login type.",
  269. "email_or_badge": "Email or Badge",
  270. "first_access": {
  271. "button": "My First Access",
  272. "title": "First Access",
  273. "registration": "Badge",
  274. "last_name": "Last name",
  275. "registration_hint": "Enter your badge number to get started.",
  276. "form_title": "Complete your registration",
  277. "form_hint": "Fill in the fields below to finish your first access. Grey fields are filled in by the administration.",
  278. "whatsapp": "WhatsApp",
  279. "photo_hint": "Tap the icon to add your photo",
  280. "photo_required": "The photo is required",
  281. "finish": "Finish Registration",
  282. "success": "Registration completed successfully!",
  283. "success_login": "Registration completed! Sign in to access the system.",
  284. "pending_approval": "Registration completed! Your membership is under review by the administration — you will be able to sign in once it is approved.",
  285. "already_done": "The first access for this badge has already been completed. Please sign in or use \"Forgot your password?\".",
  286. "not_found": "Badge not found. Request your membership on the Serprati website and wait for the administration to approve it.",
  287. "not_approved": "Your registration is still under review by the administration. You will be able to complete the first access once it is approved.",
  288. "refused": "This registration was not approved by the administration. Please contact Serprati.",
  289. "back_to_login": "Back to login"
  290. }
  291. },
  292. "business": {
  293. "advertise": "Advertise",
  294. "my_advertisements": "My Advertisements",
  295. "negotiations": "Negotiations",
  296. "opportunities": "Opportunities",
  297. "plans": "Plans"
  298. },
  299. "validation": {
  300. "rules": {
  301. "required": "This field is required",
  302. "email": "This field must be a valid email | These fields must be valid emails",
  303. "date": "This field must be a valid date",
  304. "min": "This field must have at least",
  305. "max": "This field must have at most",
  306. "characters": "characters",
  307. "full_name": "Enter first and last name, each with at least",
  308. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  309. "same_password": "Passwords must match",
  310. "not_same_document": "The document must be unique for each participant",
  311. "cpf": "This field must be a valid CPF",
  312. "cnpj": "This field must be a valid CNPJ",
  313. "cep": "This field must be a valid ZIP code",
  314. "value_smaller_than_zero": "Value cannot be less than zero",
  315. "code_length": "The code must have 6 digits",
  316. "exact_advance_days": "The appointment must be scheduled exactly {days} days in advance. The only available date is {date}."
  317. },
  318. "permissions": {
  319. "view": "You don't have permission to view this",
  320. "create": "You don't have permission to create this",
  321. "edit": "You don't have permission to edit this",
  322. "delete": "You don't have permission to delete this",
  323. "add": "You don't have permission to add this",
  324. "wrong_type": "You do not have permission to access this area."
  325. }
  326. },
  327. "http": {
  328. "errors": {
  329. "404": "Page not found",
  330. "413": "File too large to upload",
  331. "failed": "The action failed",
  332. "no_records_found": "No records found"
  333. },
  334. "success": "The action was successful"
  335. },
  336. "events": {
  337. "singular": "Event",
  338. "plural": "Events",
  339. "core": {
  340. "basic_information": "Basic Information",
  341. "schedule": "Schedule",
  342. "opening": "Opening",
  343. "total_capacity": "Total Capacity",
  344. "unique_code": "Unique Code",
  345. "unique_code_hint": "This code is automatically generated",
  346. "list_of_allowed_documents": "List of allowed documents"
  347. },
  348. "tickets": {
  349. "singular": "Ticket",
  350. "plural": "Tickets",
  351. "types_singular": "Ticket Type",
  352. "types_plural": "Ticket Types",
  353. "event_ticket": "Event Ticket",
  354. "event_tickets": "Event Tickets",
  355. "event_ticket_types": "Event Ticket Types",
  356. "sales_start_date": "Sales Start Date",
  357. "sales_end_date": "Sales End Date",
  358. "max_per_user": "Maximum Tickets per User",
  359. "max_per_user_hint": "0 for unlimited",
  360. "quantity_available": "Available Quantity",
  361. "quantity_sold": "Quantity Sold"
  362. },
  363. "location": {
  364. "singular": "Location"
  365. },
  366. "attendance": {
  367. "participant_singular": "Participant",
  368. "participant_plural": "Participants",
  369. "checked_in_at": "Checked in at",
  370. "is_checked_in": "Is checked in"
  371. }
  372. },
  373. "user": {
  374. "singular": "User",
  375. "plural": "Users",
  376. "type_hint": "The type defines the user's permissions",
  377. "profile": {
  378. "singular": "Profile",
  379. "name_and_surname": "Name and Surname",
  380. "birth_date": "Birth Date",
  381. "personal_information": "Personal Information"
  382. },
  383. "preferences": {
  384. "singular": "Preferences"
  385. }
  386. },
  387. "orders": {
  388. "singular": "Order",
  389. "plural": "Orders",
  390. "core": {
  391. "new_order": "New Order",
  392. "payment_received": "Payment Received",
  393. "resume": "Order Resume",
  394. "buyer_information": "Buyer Information",
  395. "participant_information": "Participant Information",
  396. "same_as_buyer": "Same as buyer",
  397. "select_at_least_one_ticket": "Select at least one ticket",
  398. "select_payment_method": "Select a payment method",
  399. "exclusive_list": "Exclusive list",
  400. "successful_payment": "Successful payment"
  401. },
  402. "statuses": {
  403. "paid": "Paid",
  404. "pending": "Pending",
  405. "approved": "Approved",
  406. "canceled": "Canceled",
  407. "completed": "Completed",
  408. "confirmed": "Confirmed",
  409. "confirmation": "Confirmation"
  410. },
  411. "payment_methods": {
  412. "credit_card": "Credit Card",
  413. "boleto": "Boleto",
  414. "pix": "Pix"
  415. }
  416. },
  417. "ui": {
  418. "navigation": {
  419. "collapse_menu": "Collapse menu",
  420. "dashboards": "Dashboards",
  421. "home": "Home",
  422. "versions": "Versions",
  423. "expand_menu": "Expand menu",
  424. "dashboard": "Dashboard",
  425. "explore": "Explore",
  426. "advertise": "Advertise",
  427. "my_advertisements": "My Advertisements",
  428. "negotiations": "Negotiations",
  429. "opportunities": "Opportunities",
  430. "plans": "Plans",
  431. "events": "Events",
  432. "event_tickets": "Event Tickets",
  433. "event_ticket_types": "Event Ticket Types",
  434. "orders": "Orders",
  435. "sales": "Sales",
  436. "participants": "Participants",
  437. "users": "Users",
  438. "profile": "Profile",
  439. "interests": "Interests",
  440. "registration": "Registration",
  441. "wallet": "Wallet",
  442. "settings": "Settings",
  443. "city": "City",
  444. "state": "State",
  445. "country": "Country",
  446. "exit": "Exit",
  447. "partners": "Partners",
  448. "convenios_medicos": "Medical Agreements",
  449. "partner_agreements": "Agreements",
  450. "partner_services": "Services",
  451. "store": "Store",
  452. "store_items": "Items",
  453. "store_orders": "Orders",
  454. "appointments": "Medical Agreement Appointments",
  455. "my_appointments": "My Appointments",
  456. "received_appointments": "Received Appointments",
  457. "notifications": "Notifications",
  458. "evaluations": "Evaluations",
  459. "categories": "Categories",
  460. "my_profile": "My Profile",
  461. "my_services": "My Services",
  462. "associados": "Member Management",
  463. "relatorios": "Reports",
  464. "validar_carteirinha": "Validate Card",
  465. "meus_dados": "My Data",
  466. "meu_perfil": "My Profile",
  467. "carteirinha": "Digital Membership Card",
  468. "convenios": "Agreements",
  469. "dependentes": "Dependents",
  470. "loja": "Store",
  471. "meus_interesses": "My Interests",
  472. "meus_agendamentos": "Medical Agreement Appointments",
  473. "company_settings": "Company Settings"
  474. }
  475. },
  476. "company_settings": {
  477. "section": {
  478. "hero": "Home Page",
  479. "stats": "Statistics",
  480. "about": "About Us",
  481. "contacts": "Contacts",
  482. "guide": "Appointment Guide",
  483. "benefits": "Benefits",
  484. "events": "Events"
  485. },
  486. "about": {
  487. "vision": "Vision",
  488. "mission": "Mission",
  489. "values": "Values",
  490. "history": "History"
  491. },
  492. "hero": {
  493. "background_image": "Background Image",
  494. "upload_image": "Upload Image",
  495. "remove_image": "Remove",
  496. "title": "Main Title",
  497. "subtitle": "Subtitle"
  498. },
  499. "stat": {
  500. "title": "Stat {n}",
  501. "value": "Value (Stat {n})",
  502. "label": "Label (Stat {n})",
  503. "icon": "Icon",
  504. "preview": "How it looks on the landing page"
  505. },
  506. "contact": {
  507. "email": "Contact Email",
  508. "phone": "Contact Phone",
  509. "location": "Location",
  510. "location_placeholder": "Ex: Toledo - PR"
  511. },
  512. "guide": {
  513. "validity_days": "Guide validity (days)"
  514. },
  515. "benefit": {
  516. "title": "Title",
  517. "title_singular": "Benefit",
  518. "icon": "Icon",
  519. "description": "Description",
  520. "dialog_title": "Benefit"
  521. },
  522. "event": {
  523. "title": "Title",
  524. "title_singular": "Event",
  525. "dialog_title": "Event",
  526. "type": "Type",
  527. "type_cultura": "Culture",
  528. "type_esporte": "Sports",
  529. "date": "Date",
  530. "time": "Time",
  531. "cover": "Main photo",
  532. "photo": "Photo",
  533. "remove_cover": "Remove main photo",
  534. "gallery": "Event photos",
  535. "uploading": "Uploading image...",
  536. "uploading_count": "Uploading {done} of {total}..."
  537. }
  538. },
  539. "associado": {
  540. "associado": "Associate",
  541. "cpf": "CPF",
  542. "phone": "Phone",
  543. "email": "Email",
  544. "personal_data": "Personal Data",
  545. "registration": "Registration",
  546. "cracha": "Badge",
  547. "position": "Position",
  548. "sector": "Sector",
  549. "admission_date": "Admission Date",
  550. "admission": "Admission",
  551. "primeiro_acesso": "Accessed App",
  552. "dependent": "Dependent",
  553. "dependents": "Dependents",
  554. "dependent_document": "Dependent document",
  555. "dependent_document_hint": "Upload an image or PDF of the document (max. 10 MB). The dependent stays pending until the administration approves it.",
  556. "dependent_document_pdf": "PDF document",
  557. "dependent_document_open_new_tab": "Click to open in a new tab",
  558. "dependent_document_none": "No document submitted",
  559. "dependent_delete_confirm": "Are you sure you want to delete the dependent {name}?",
  560. "import_afastamentos": "Absences",
  561. "set_on_leave_title": "Set member on leave",
  562. "set_on_leave_message": "Confirm putting {name} on leave?",
  563. "set_on_leave_confirm": "Confirm leave",
  564. "approve_title": "Approve registration",
  565. "approve_message": "Confirm approval of {name}'s registration?",
  566. "approve_confirm": "Confirm approval",
  567. "dependent_registered_at": "Registration Date/Time",
  568. "dependent_approval_dialog_title": "Dependent Approval",
  569. "dependent_approve_confirm": "Approve",
  570. "dependent_refuse_confirm": "Refuse",
  571. "pending_approval_dialog_title": "Associate Approval",
  572. "appointments_dialog_title": "{name}'s Appointments",
  573. "pending_approve": "Approve",
  574. "pending_refuse": "Refuse",
  575. "import_associados": "Associates",
  576. "import_sync_result": "{created} created · {updated} updated · {inactivated} inactivated",
  577. "import_afastamentos_result": "{created} created · {on_leave} on leave",
  578. "import_processing": "Import is still processing. Please refresh the page in a moment.",
  579. "search_placeholder": "Search Members",
  580. "filter_by_position": "Filter by position",
  581. "filter_by_sector": "Filter by sector",
  582. "filter_by_status": "Filter by status",
  583. "filter_by_first_access": "Filter by app access",
  584. "no_dependents": "No dependents registered",
  585. "no_approved_dependents": "No approved dependents",
  586. "remove_photo": "Do you want to remove your profile photo?",
  587. "kinship": "Kinship",
  588. "dependent_statuses": {
  589. "approved": "Approved",
  590. "refused": "Refused",
  591. "pending": "Pending"
  592. },
  593. "kinship_options": {
  594. "conjuge": "Spouse",
  595. "filho": "Son",
  596. "filha": "Daughter",
  597. "pai": "Father",
  598. "mae": "Mother",
  599. "irmao": "Brother",
  600. "irma": "Sister",
  601. "outro": "Other"
  602. },
  603. "horizontal": "Horizontal",
  604. "vertical": "Vertical",
  605. "category": "Category",
  606. "service": "Service",
  607. "services": "Services",
  608. "filter_by_category": "Filter by category",
  609. "view_services": "View Services",
  610. "search_by_segment": "Search by segment",
  611. "discount": "Discount",
  612. "validity_until": "Valid until",
  613. "price": "Price",
  614. "available_sizes": "Available sizes",
  615. "i_want": "I want it",
  616. "remove_interest": "Remove interest",
  617. "no_interests": "You have no registered interests yet",
  618. "new_appointment": "New Request",
  619. "my_appointments": "My Appointments",
  620. "notes": "Notes",
  621. "schedule": "Schedule",
  622. "on_leave_appointment": "You are on leave. Please contact the secretariat for more information.",
  623. "complete_profile": {
  624. "title": "Complete your Profile",
  625. "message": "Fill in the fields below to continue. Grey fields are managed by the administration.",
  626. "save_continue": "Save and Continue",
  627. "photo_hint": "Add photo"
  628. },
  629. "confirm_cancel_appointment": "Are you sure you want to cancel this appointment?",
  630. "appointment_status": {
  631. "pendente": "Pending",
  632. "confirmado": "Confirmed",
  633. "cancelado": "Cancelled",
  634. "concluido": "Completed"
  635. },
  636. "no_notifications": "No notifications at the moment",
  637. "mark_as_read": "Mark as read",
  638. "validity": "Validity",
  639. "language_options": {
  640. "pt": "Português",
  641. "en": "English",
  642. "es": "Español"
  643. },
  644. "first_access_password_hint": "Leave the password blank: the member sets their own password when completing the First Access, which is located by the badge number."
  645. },
  646. "access_log": {
  647. "title": "Access Logs",
  648. "description": "Access history for members and partners",
  649. "user": "User",
  650. "user_type": "Type",
  651. "accessed_at": "Access Date/Time",
  652. "filter_type": "Filter by type",
  653. "filter_date_from": "Start date",
  654. "filter_date_to": "End date",
  655. "all_types": "All types",
  656. "clear_filters": "Clear filters"
  657. },
  658. "charts": {
  659. "nps": {
  660. "promotion_zone": "Promotion Zone",
  661. "promotion_zone_range": "Promotion Zone Range",
  662. "quality_zone": "Quality Zone",
  663. "quality_zone_range": "Quality Zone Range",
  664. "refinement_zone": "Refinement Zone",
  665. "refinement_zone_range": "Refinement Zone Range",
  666. "critical_zone": "Critical Zone",
  667. "critical_zone_range": "Critical Zone Range",
  668. "promoters": "Promoters",
  669. "passives": "Passives",
  670. "detractors": "Detractors"
  671. }
  672. },
  673. "dashboard": {
  674. "currency_format": "$ {value}",
  675. "filters": {
  676. "search_associados": "Search by name, e-mail, CPF or badge",
  677. "search_parceiros": "Search by company, contact or CNPJ",
  678. "search_dependentes": "Search by dependent, member or date",
  679. "search_acessos": "Search by user, type or date"
  680. },
  681. "stats": {
  682. "total_associados": "Total Members",
  683. "associados_ativos": "Active Members",
  684. "parceiros": "Partners / Agreements",
  685. "contratos_a_vencer": "Expiring Contracts",
  686. "novos_mes": "New (month)",
  687. "associados_pendentes": "Pending Members",
  688. "dependentes_pendentes": "Pending Dependents",
  689. "ultimos_acessos": "Last Accesses",
  690. "total_acessos_app": "Serprati App Accesses",
  691. "association_date": "Association Date",
  692. "registration_date": "Registration Date"
  693. },
  694. "cards": {
  695. "total_earnings": "Total Earnings",
  696. "tickets_sold": "Tickets Sold",
  697. "registrations": "Registrations"
  698. },
  699. "charts": {
  700. "tickets_by_type": {
  701. "title": "Total tickets by type",
  702. "labels": {
  703. "vip": "VIP",
  704. "track": "Track",
  705. "box": "Box",
  706. "courtesy": "Courtesy"
  707. }
  708. },
  709. "participants_by_document": {
  710. "title": "Percentage of CNPJ and CPF in registrations"
  711. },
  712. "sales_over_time": {
  713. "title": "Sales Over Period",
  714. "y_label": "Value ({currency})"
  715. },
  716. "registration_source": {
  717. "title": "Registration Source",
  718. "source": "Source",
  719. "sources": {
  720. "instagram": "Instagram",
  721. "facebook": "Facebook",
  722. "google": "Google",
  723. "referral": "Referral"
  724. }
  725. }
  726. }
  727. },
  728. "loja": {
  729. "product": "Product",
  730. "products": "Products",
  731. "supplier_price": "Supplier Price",
  732. "supplier": "Supplier",
  733. "stock": "Stock",
  734. "interests": "Interested",
  735. "interested_btn": "Interested",
  736. "interested_in": "Interested in",
  737. "media": "Media",
  738. "add_media": "Add Media",
  739. "uploading_media": "Uploading media...",
  740. "activate": "Activate",
  741. "deactivate": "Deactivate",
  742. "variation": "Variation",
  743. "variation_tamanho": "Size",
  744. "variation_cor": "Color",
  745. "variation_modelo": "Model",
  746. "variation_label": "Name",
  747. "variation_value": "Value (R$)",
  748. "variation_stock": "Stock",
  749. "variation_cor_placeholder": "E.g.: Purple, White...",
  750. "variation_modelo_placeholder": "E.g.: Associate, Premium...",
  751. "variation_empty": "No variation added",
  752. "add_variation": "Add",
  753. "filter_all": "All",
  754. "filter_recent": "Recent",
  755. "filter_others": "Others",
  756. "price_non_associate": "Price for non-members",
  757. "price_associate": "Price for members",
  758. "btn_interested": "I'm interested",
  759. "btn_want": "I want",
  760. "whatsapp_dialog_title": "Talk on WhatsApp",
  761. "whatsapp_message": "Hello, I am {nome} and I am interested in this store item: {item}{variacao}.",
  762. "whatsapp_btn_send": "Open WhatsApp"
  763. },
  764. "parceiro": {
  765. "type": {
  766. "partner": "Partner",
  767. "agreement": "Agreement"
  768. },
  769. "category": "Category",
  770. "company_name": "Company Name",
  771. "responsible": "Responsible",
  772. "discount_percentage": "Discount (%)",
  773. "logo": "Logo",
  774. "website": "Website",
  775. "zip_code": "ZIP Code",
  776. "address": "Address",
  777. "neighborhood": "Neighborhood",
  778. "working_hours": "Working Hours",
  779. "working_hours_placeholder": "e.g. Mon-Fri 8am-6pm, Sat 8am-12pm",
  780. "contract_start": "Contract Start",
  781. "contract_end": "Contract End",
  782. "contract_files": "Contract Files",
  783. "add_file": "Add File",
  784. "services": "Services",
  785. "service": "Service",
  786. "service_category": "Service Category",
  787. "service_number": "Service Number",
  788. "price": "Price",
  789. "associate_price": "Associate Price",
  790. "supplier_price": "Supplier Price",
  791. "requires_scheduling": "Requires Scheduling",
  792. "search_placeholder": "Search for service",
  793. "import_parceiros": "Partners",
  794. "import_convenios": "Medical Agreements",
  795. "import_parceiros_result": "{created} created · {updated} updated · {inactivated} inactivated",
  796. "import_convenios_result": "{partners_created} clinics created · {services_created} services created · {partners_inactivated} inactivated",
  797. "import_processing": "Import is still processing. Please refresh the page in a moment.",
  798. "cadastro_title": "Partner Registration",
  799. "cadastro_parceiro": "Partner Registration",
  800. "dados_parceiro": "Partner Data",
  801. "delete_title": "Delete record",
  802. "delete_message": "Delete {name}? Linked services and the partner's access will be deactivated. The data stays preserved in the history.",
  803. "delete_confirm": "Confirm deletion",
  804. "delete_success": "Record deleted successfully",
  805. "deleted_parceiros_title": "Deleted partners",
  806. "deleted_convenios_title": "Deleted agreements",
  807. "deleted_at": "Deleted at",
  808. "restore": "Restore",
  809. "restore_success": "Record restored successfully",
  810. "tab_dados": "Company Data",
  811. "tab_contato": "Contact",
  812. "tab_endereco": "Address",
  813. "tab_horario": "Schedule & Contract",
  814. "tab_servicos": "My Services",
  815. "usuario_parceiro": "Partner User",
  816. "linked_user": "Linked User",
  817. "home": "Home",
  818. "dashboard": {
  819. "title": "Dashboard",
  820. "authorization": "Pending Authorizations",
  821. "scheduling": "Authorized Appointments",
  822. "completed": "Completed Appointments",
  823. "not_authorized": "Not Authorized"
  824. },
  825. "tab_consultas": "Consultations",
  826. "tab_exames": "Exams"
  827. },
  828. "agendamento": {
  829. "associado": "Associate",
  830. "solicitar": "Request",
  831. "nova_solicitacao": "New Request",
  832. "visao_geral": "Overview",
  833. "aprovados_automaticamente": "Auto Approved",
  834. "for_dependent": "Appointment for a dependent",
  835. "for_dependent_self": "This appointment is for a dependent",
  836. "guia": "Guide",
  837. "gerar_guia": "Generate guide",
  838. "definir_data_hora": "Set date and time",
  839. "confirm_reject": "Confirm rejection of this appointment?",
  840. "status": {
  841. "pendente": "Pending",
  842. "confirmado": "Confirmed",
  843. "recusado": "Rejected",
  844. "cancelado": "Cancelled",
  845. "concluido": "Completed",
  846. "aguardando_aceite": "Awaiting acceptance"
  847. },
  848. "col": {
  849. "pedido": "Order",
  850. "parceiro": "Partner",
  851. "servico": "Service",
  852. "solicitacao": "Request",
  853. "data_hora": "Date/Time",
  854. "observacoes": "Notes"
  855. },
  856. "tipo": "Type",
  857. "tipo_consulta": "Consultation",
  858. "tipo_exame": "Exam",
  859. "exames": "Exams",
  860. "total": "Total",
  861. "data_opcional": "Date (optional)",
  862. "hora_opcional": "Time (optional)",
  863. "data_disponivel": "Available date: {date}",
  864. "aviso_horarios": "Contact the clinic on WhatsApp to check the available times before choosing a date.",
  865. "falar_whatsapp": "Chat on WhatsApp",
  866. "nova_guia_exames": "New Exam Guide",
  867. "guias_emitidas": "Issued Guides",
  868. "gerar_guia_exames": "Generate exam guide",
  869. "aviso_aceite_convenio": "The guide is only available after the member accepts the exams. If refused, a new guide must be issued.",
  870. "guias_aguardando": "Exam guides awaiting your decision",
  871. "guias_aguardando_aviso": "Review the exams the provider prepared for you and choose to accept or refuse.",
  872. "aceitar": "Accept",
  873. "recusar": "Refuse",
  874. "recusar_guia": "Refuse exam guide",
  875. "recusar_guia_aviso": "Once refused, this guide can no longer be changed. The provider will need to issue a new one with the adjustments.",
  876. "motivo_recusa": "Reason for refusal",
  877. "exame_aviso_whatsapp": "To schedule an exam, you must contact the partner directly",
  878. "exame_whatsapp_mensagem": "Hello, I am {name}, a SerPrati member, and I would like to schedule an exam for {service}."
  879. },
  880. "notification": {
  881. "empty": "No notifications at the moment",
  882. "new": "New",
  883. "history": "History",
  884. "title_label": "Title",
  885. "title_placeholder": "Notification title",
  886. "message_label": "Message",
  887. "message_placeholder": "Notification message",
  888. "recipients": "Recipients",
  889. "by_position": "By Position",
  890. "by_sector": "By Sector",
  891. "media": "Media",
  892. "send": "Send",
  893. "all": "All",
  894. "recipient_associado": "Associates",
  895. "recipient_parceiro": "Partners",
  896. "details": "Details",
  897. "sent_to": "Sent to {count} user(s)",
  898. "seen_by": "Seen by {count} user(s)",
  899. "pending_read_title": "Pending Notifications",
  900. "pending_read_subtitle": "You have unread notifications. Read all of them to continue.",
  901. "pending_read_hint": "Click on each notification to mark it as read.",
  902. "pending_read_close": "Close"
  903. },
  904. "evaluation": {
  905. "campaign": {
  906. "singular": "Evaluation Campaign",
  907. "plural": "Evaluation Campaigns",
  908. "new": "New Campaign",
  909. "edit": "Edit Campaign",
  910. "title": "Title",
  911. "title_placeholder": "Campaign title",
  912. "description": "Description",
  913. "description_placeholder": "Text shown to the user on the evaluation screen",
  914. "target": "Target audience",
  915. "started_at": "Start",
  916. "finished_at": "End",
  917. "status_active": "Active",
  918. "status_finished": "Finished",
  919. "finish": "Finish campaign",
  920. "finish_confirm": "Do you want to finish this campaign? Users will no longer be asked to evaluate and it cannot be reopened.",
  921. "delete_confirm": "Do you want to delete this campaign? Its evaluations will also be removed.",
  922. "replace_active_warning": "The new campaign goes live immediately and the current active campaign will be finished.",
  923. "starts_active_warning": "The campaign goes live immediately after being created.",
  924. "total_evaluations": "Evaluations",
  925. "average": "Average rating",
  926. "created_at": "Created at"
  927. },
  928. "target": {
  929. "todos": "Everyone",
  930. "associado": "Members",
  931. "parceiro": "Partners"
  932. },
  933. "stats": {
  934. "total": "Total evaluations",
  935. "average": "Average rating",
  936. "adherence": "Response rate",
  937. "eligible": "Eligible users",
  938. "average_by_source": "{source} average",
  939. "distribution": "Rating distribution",
  940. "source": "Source",
  941. "rating": "Rating",
  942. "comment": "Comment",
  943. "date": "Answered at"
  944. },
  945. "dialog": {
  946. "default_description": "Your feedback helps us improve the system.",
  947. "rating_label": "How would you rate the system?",
  948. "rating_value": "{rating} out of 10",
  949. "comment_label": "Comment",
  950. "comment_hint": "Optional",
  951. "submit": "Submit evaluation",
  952. "success": "Evaluation submitted successfully!"
  953. }
  954. },
  955. "associate_validation": {
  956. "title": "Validate Card",
  957. "qr_code": "QR Code",
  958. "description": "Search the associate by badge or CPF",
  959. "search_placeholder": "Badge or CPF",
  960. "search": "Search",
  961. "associate_found": "Associate Found",
  962. "name": "Name",
  963. "cpf": "CPF",
  964. "registration": "Registration",
  965. "expiry_date": "Expiry Date",
  966. "no_photo": "No photo"
  967. },
  968. "relatorio": {
  969. "exportar_excel": "Export Excel",
  970. "novos_associados": "New Associates",
  971. "contatos": "Contacts",
  972. "exclusoes_mes": "Monthly Exclusions",
  973. "usos_convenio": "Agreement Usage",
  974. "col": {
  975. "cadastro": "Registration",
  976. "exclusao": "Exclusion",
  977. "convenio": "Agreement",
  978. "tipo": "Type",
  979. "criacao_agendamento": "Appointment Created At",
  980. "data_agendamento": "Appointment Date"
  981. },
  982. "tipo": {
  983. "parceiro": "Partner",
  984. "convenio_medico": "Medical Agreement"
  985. }
  986. },
  987. "import_log": {
  988. "history_title": "Import History",
  989. "date_time": "Date/Time",
  990. "imported_by": "Imported by",
  991. "total": "Total",
  992. "created": "New",
  993. "updated": "Updated",
  994. "on_leave": "On leave",
  995. "inactivated": "Inactivated",
  996. "no_history": "No imports recorded"
  997. },
  998. "import_partner": {
  999. "import_exams": "Import Exams",
  1000. "import_exams_result": "Import completed. Exams created: {created}. Exams updated: {updated}.",
  1001. "import_exams_processing": "The exam import is being processed.",
  1002. "import_exams_error": "Unable to import the exams."
  1003. }
  1004. }