en.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. {
  2. "page": {
  3. "loja": {
  4. "description": "Manage the products available in the store"
  5. },
  6. "associado": {
  7. "profile": {
  8. "description": "View and edit your personal data and dependents"
  9. },
  10. "carteirinha": {
  11. "description": "Your digital membership card with QR Code"
  12. },
  13. "convenios": {
  14. "description": "Browse available partners and agreements"
  15. },
  16. "loja": {
  17. "description": "Browse available store items"
  18. },
  19. "interesses": {
  20. "description": "Items you marked as interest"
  21. },
  22. "agendamentos": {
  23. "description": "Request and track your appointments"
  24. },
  25. "notificacoes": {
  26. "description": "Your notifications and alerts"
  27. }
  28. },
  29. "gestao_associados": {
  30. "description": "View, edit, and add members to the system"
  31. },
  32. "city": {
  33. "description": "View, edit, and add cities to the system"
  34. },
  35. "state": {
  36. "description": "View, edit, and add states to the system"
  37. },
  38. "country": {
  39. "description": "View, edit, and add countries to the system"
  40. },
  41. "users": {
  42. "description": "View, edit, and add users with system access"
  43. },
  44. "system-dashboard": {
  45. "description": "General vision of the system"
  46. },
  47. "versions": {
  48. "description": "Informations about updates, fixes and changes for each system version"
  49. },
  50. "parceiros_convenios": {
  51. "description": "View, edit and add partners and agreements to the system"
  52. },
  53. "notificacoes": {
  54. "description": "History"
  55. },
  56. "relatorios": {
  57. "description": "View management reports"
  58. },
  59. "agendamentos": {
  60. "description": "Manage associate appointments"
  61. }
  62. },
  63. "common": {
  64. "actions": {
  65. "import": "Import",
  66. "save": "Save",
  67. "cancel": "Cancel",
  68. "edit": "Edit",
  69. "add": "Add",
  70. "new": "New",
  71. "search": "Search",
  72. "delete": "Delete",
  73. "view": "View",
  74. "back": "Back",
  75. "next": "Next",
  76. "resend_email": "Resend email",
  77. "download_certificate": "Download certificate",
  78. "download_boleto": "Download Boleto",
  79. "copy_paste_code": "Copy and paste the code below to make the payment",
  80. "go_home": "Go Home",
  81. "close": "Close"
  82. },
  83. "terms": {
  84. "actions": "Actions",
  85. "name": "Name",
  86. "email": "Email",
  87. "branch": "Branch",
  88. "password": "Password",
  89. "description": "Description",
  90. "contact_info": "Contact Info",
  91. "date": "Date",
  92. "start_date": "Start Date",
  93. "end_date": "End Date",
  94. "code": "Code",
  95. "title": "Title",
  96. "status": "Status",
  97. "price": "Price",
  98. "quantity": "Quantity",
  99. "city": "City",
  100. "list": "List",
  101. "state": "State",
  102. "country": "Country",
  103. "address": "Address",
  104. "address_number": "Address Number",
  105. "complement": "Complement",
  106. "postal_code": "Postal Code",
  107. "phone": "Phone",
  108. "document": "Document",
  109. "document_type": "Document Type",
  110. "cpf": "CPF",
  111. "cnpj": "CNPJ",
  112. "cep": "ZIP Code",
  113. "order_number": "Order Number",
  114. "order_amount": "Order Amount",
  115. "owner_name": "Owner name",
  116. "client_name": "Client name",
  117. "total_amount": "Total Amount",
  118. "payment": "Payment",
  119. "payment_method": "Payment Method",
  120. "payment_date": "Payment Date",
  121. "payment_amount": "Payment Amount",
  122. "language": "Language",
  123. "currency": "Currency",
  124. "interests": "Interests",
  125. "avatar": "Avatar",
  126. "banner": "Banner",
  127. "logo": "Logo",
  128. "light": "Light",
  129. "dark": "Dark",
  130. "media": "Media",
  131. "month": "Month",
  132. "week": "Week",
  133. "day": "Day",
  134. "hour": "Hour",
  135. "hour2": "Time",
  136. "minute": "Minute",
  137. "second": "Second",
  138. "year": "Year",
  139. "all": "All",
  140. "certificate": "Certificate",
  141. "version": "Version",
  142. "whatsapp": "WhatsApp",
  143. "today": "Today",
  144. "privacy_policy": "Privacy Policy",
  145. "delete_account": "Request account deletion"
  146. },
  147. "months": {
  148. "january": "January",
  149. "february": "February",
  150. "march": "March",
  151. "april": "April",
  152. "may": "May",
  153. "june": "June",
  154. "july": "July",
  155. "august": "August",
  156. "september": "September",
  157. "october": "October",
  158. "november": "November",
  159. "december": "December"
  160. },
  161. "status": {
  162. "active": "Active",
  163. "inactive": "Inactive",
  164. "pending": "Pending",
  165. "canceled": "Canceled",
  166. "loading": "Please wait...",
  167. "yes": "Yes",
  168. "no": "No"
  169. },
  170. "ui": {
  171. "file": {
  172. "choose": "Choose a file",
  173. "click_select": "Click to select a file",
  174. "click_select_image": "Click to select an image",
  175. "drag": "Drag",
  176. "drag_and_drop": "Drag and drop the file here",
  177. "drag_here": "Drag the file here",
  178. "selected": "File selected"
  179. },
  180. "table": {
  181. "rows_per_page": "Rows per page",
  182. "of": "of",
  183. "to": "to",
  184. "records_found": "record(s) found"
  185. },
  186. "messages": {
  187. "copied_to_clipboard": "Copied to clipboard",
  188. "confirm_action": "Are you sure?",
  189. "are_you_sure_delete": "Are you sure you want to delete this item?",
  190. "welcome": "Welcome",
  191. "enjoy_the_event": "Enjoy the event!",
  192. "saved": "Saved successfully",
  193. "error": "An error occurred. Please try again."
  194. },
  195. "misc": {
  196. "all": "All",
  197. "or": "or",
  198. "example": "Example",
  199. "options": "Options",
  200. "total": "Total",
  201. "type": "Type"
  202. }
  203. },
  204. "metadata": {
  205. "created_at": "Created at",
  206. "updated_at": "Updated at",
  207. "created_by": "Created by"
  208. },
  209. "placeholders": {
  210. "city_full_name": "Full city name",
  211. "country_full_name": "Full country name",
  212. "state_full_name": "Full state name",
  213. "select_country": "Select country",
  214. "select_state": "Select state",
  215. "country_code": "e.g. US, UK...",
  216. "state_code": "e.g. NY, CA...",
  217. "email": "email{'@'}example.com",
  218. "cpf": "000.000.000-00",
  219. "registration": "e.g. 1111111",
  220. "password": "Enter a secure password"
  221. }
  222. },
  223. "auth": {
  224. "sign-in": "Sign in",
  225. "login": "Login",
  226. "logout": "Logout",
  227. "registration": "Registration",
  228. "confirm_password": "Confirm Password",
  229. "agreed_terms": "I agree with the terms",
  230. "agreed_privacy": "I agree with the privacy policy",
  231. "select_type_hint": "Select your profile and sign in",
  232. "type": {
  233. "administrador": "Administrator",
  234. "associado": "Associate",
  235. "parceiro": "Partner"
  236. },
  237. "forgot_password": "Forgot password?",
  238. "forgot_password_title": "Enter your email to reset your password",
  239. "forgot_password_description": "We will send a verification code to your email.",
  240. "continue": "Continue",
  241. "verify_email_title": "Check your email",
  242. "verify_email_description": "Please check your inbox and click the link to proceed.",
  243. "no_email_hint": "Did not receive the email? Check your",
  244. "check_spam": "spam or junk folder.",
  245. "enter_code": "Enter Code",
  246. "enter_code_title": "Enter your code here",
  247. "verify": "Verify",
  248. "resend_email": "Resend email",
  249. "remember_email": "Remember access",
  250. "email_or_badge": "Email or Badge",
  251. "remember_password": "Remember your password?",
  252. "do_login": "Sign in",
  253. "new_password_title": "Create your new password",
  254. "password_hint": "Minimum 6 characters with uppercase, lowercase and numbers",
  255. "confirm": "Confirm",
  256. "back_to_site": "Back to Site",
  257. "invalid_code": "Invalid code. Please check and try again.",
  258. "code_resent": "Code resent successfully!",
  259. "resend_error": "Could not resend the code. Please try again.",
  260. "wrong_type": "User found, but the selected type is incorrect. Please select the correct login type."
  261. },
  262. "business": {
  263. "advertise": "Advertise",
  264. "my_advertisements": "My Advertisements",
  265. "negotiations": "Negotiations",
  266. "opportunities": "Opportunities",
  267. "plans": "Plans"
  268. },
  269. "validation": {
  270. "rules": {
  271. "required": "This field is required",
  272. "email": "This field must be a valid email | These fields must be valid emails",
  273. "date": "This field must be a valid date",
  274. "min": "This field must have at least",
  275. "max": "This field must have at most",
  276. "characters": "characters",
  277. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  278. "same_password": "Passwords must match",
  279. "not_same_document": "The document must be unique for each participant",
  280. "cpf": "This field must be a valid CPF",
  281. "cnpj": "This field must be a valid CNPJ",
  282. "cep": "This field must be a valid ZIP code",
  283. "value_smaller_than_zero": "Value cannot be less than zero",
  284. "code_length": "The code must have 6 digits"
  285. },
  286. "permissions": {
  287. "view": "You don't have permission to view this",
  288. "create": "You don't have permission to create this",
  289. "edit": "You don't have permission to edit this",
  290. "delete": "You don't have permission to delete this",
  291. "add": "You don't have permission to add this",
  292. "wrong_type": "You do not have permission to access this area."
  293. }
  294. },
  295. "http": {
  296. "errors": {
  297. "404": "Page not found",
  298. "failed": "The action failed",
  299. "no_records_found": "No records found"
  300. },
  301. "success": "The action was successful"
  302. },
  303. "events": {
  304. "singular": "Event",
  305. "plural": "Events",
  306. "core": {
  307. "basic_information": "Basic Information",
  308. "schedule": "Schedule",
  309. "opening": "Opening",
  310. "total_capacity": "Total Capacity",
  311. "unique_code": "Unique Code",
  312. "unique_code_hint": "This code is automatically generated",
  313. "list_of_allowed_documents": "List of allowed documents"
  314. },
  315. "tickets": {
  316. "singular": "Ticket",
  317. "plural": "Tickets",
  318. "types_singular": "Ticket Type",
  319. "types_plural": "Ticket Types",
  320. "event_ticket": "Event Ticket",
  321. "event_tickets": "Event Tickets",
  322. "event_ticket_types": "Event Ticket Types",
  323. "sales_start_date": "Sales Start Date",
  324. "sales_end_date": "Sales End Date",
  325. "max_per_user": "Maximum Tickets per User",
  326. "max_per_user_hint": "0 for unlimited",
  327. "quantity_available": "Available Quantity",
  328. "quantity_sold": "Quantity Sold"
  329. },
  330. "location": {
  331. "singular": "Location"
  332. },
  333. "attendance": {
  334. "participant_singular": "Participant",
  335. "participant_plural": "Participants",
  336. "checked_in_at": "Checked in at",
  337. "is_checked_in": "Is checked in"
  338. }
  339. },
  340. "user": {
  341. "singular": "User",
  342. "plural": "Users",
  343. "type_hint": "The type defines the user's permissions",
  344. "profile": {
  345. "singular": "Profile",
  346. "name_and_surname": "Name and Surname",
  347. "birth_date": "Birth Date",
  348. "personal_information": "Personal Information"
  349. },
  350. "preferences": {
  351. "singular": "Preferences"
  352. }
  353. },
  354. "orders": {
  355. "singular": "Order",
  356. "plural": "Orders",
  357. "core": {
  358. "new_order": "New Order",
  359. "payment_received": "Payment Received",
  360. "resume": "Order Resume",
  361. "buyer_information": "Buyer Information",
  362. "participant_information": "Participant Information",
  363. "same_as_buyer": "Same as buyer",
  364. "select_at_least_one_ticket": "Select at least one ticket",
  365. "select_payment_method": "Select a payment method",
  366. "exclusive_list": "Exclusive list",
  367. "successful_payment": "Successful payment"
  368. },
  369. "statuses": {
  370. "paid": "Paid",
  371. "pending": "Pending",
  372. "approved": "Approved",
  373. "canceled": "Canceled",
  374. "completed": "Completed",
  375. "confirmed": "Confirmed",
  376. "confirmation": "Confirmation"
  377. },
  378. "payment_methods": {
  379. "credit_card": "Credit Card",
  380. "boleto": "Boleto",
  381. "pix": "Pix"
  382. }
  383. },
  384. "ui": {
  385. "navigation": {
  386. "collapse_menu": "Collapse menu",
  387. "dashboards": "Dashboards",
  388. "home": "Home",
  389. "versions": "Versions",
  390. "expand_menu": "Expand menu",
  391. "dashboard": "Dashboard",
  392. "explore": "Explore",
  393. "advertise": "Advertise",
  394. "my_advertisements": "My Advertisements",
  395. "negotiations": "Negotiations",
  396. "opportunities": "Opportunities",
  397. "plans": "Plans",
  398. "events": "Events",
  399. "event_tickets": "Event Tickets",
  400. "event_ticket_types": "Event Ticket Types",
  401. "orders": "Orders",
  402. "sales": "Sales",
  403. "participants": "Participants",
  404. "users": "Users",
  405. "profile": "Profile",
  406. "interests": "Interests",
  407. "registration": "Registration",
  408. "wallet": "Wallet",
  409. "settings": "Settings",
  410. "city": "City",
  411. "state": "State",
  412. "country": "Country",
  413. "exit": "Exit",
  414. "partners": "Partners/Agreements",
  415. "partner_agreements": "Agreements",
  416. "partner_services": "Services",
  417. "store": "Store",
  418. "store_items": "Items",
  419. "store_orders": "Orders",
  420. "appointments": "Appointments",
  421. "my_appointments": "My Appointments",
  422. "received_appointments": "Received Appointments",
  423. "notifications": "Notifications",
  424. "categories": "Categories",
  425. "my_profile": "My Profile",
  426. "my_services": "My Services",
  427. "associados": "Member Management",
  428. "relatorios": "Reports",
  429. "validar_carteirinha": "Validate Card",
  430. "meus_dados": "My Data",
  431. "meu_perfil": "My Profile",
  432. "carteirinha": "Digital Membership Card",
  433. "convenios": "Agreements",
  434. "dependentes": "Dependents",
  435. "loja": "Store",
  436. "meus_interesses": "My Interests",
  437. "meus_agendamentos": "Appointments"
  438. }
  439. },
  440. "associado": {
  441. "associado": "Associate",
  442. "personal_data": "Personal Data",
  443. "registration": "Registration",
  444. "cracha": "Badge",
  445. "position": "Position",
  446. "sector": "Sector",
  447. "admission_date": "Admission Date",
  448. "admission": "Admission",
  449. "dependent": "Dependent",
  450. "dependents": "Dependents",
  451. "import_afastamentos": "Absences",
  452. "search_placeholder": "Search Members",
  453. "no_dependents": "No dependents registered",
  454. "remove_photo": "Do you want to remove your profile photo?",
  455. "kinship": "Kinship",
  456. "dependent_statuses": {
  457. "approved": "Approved",
  458. "refused": "Refused",
  459. "pending": "Pending"
  460. },
  461. "kinship_options": {
  462. "conjuge": "Spouse",
  463. "filho": "Son",
  464. "filha": "Daughter",
  465. "pai": "Father",
  466. "mae": "Mother",
  467. "irmao": "Brother",
  468. "irma": "Sister",
  469. "outro": "Other"
  470. },
  471. "horizontal": "Horizontal",
  472. "vertical": "Vertical",
  473. "category": "Category",
  474. "service": "Service",
  475. "services": "Services",
  476. "filter_by_category": "Filter by category",
  477. "view_services": "View Services",
  478. "search_by_segment": "Search by segment",
  479. "discount": "Discount",
  480. "validity_until": "Valid until",
  481. "price": "Price",
  482. "available_sizes": "Available sizes",
  483. "i_want": "I want it",
  484. "remove_interest": "Remove interest",
  485. "no_interests": "You have no registered interests yet",
  486. "new_appointment": "New Request",
  487. "my_appointments": "My Appointments",
  488. "notes": "Notes",
  489. "schedule": "Schedule",
  490. "confirm_cancel_appointment": "Are you sure you want to cancel this appointment?",
  491. "appointment_status": {
  492. "pendente": "Pending",
  493. "confirmado": "Confirmed",
  494. "cancelado": "Cancelled",
  495. "concluido": "Completed"
  496. },
  497. "no_notifications": "No notifications at the moment",
  498. "mark_as_read": "Mark as read",
  499. "on_leave_appointment": "You are on leave. Please contact the secretariat for more information.",
  500. "on_leave_carteirinha": "Member on leave. If you have questions, please contact the secretariat.",
  501. "validity": "Validity",
  502. "language_options": {
  503. "pt": "Português",
  504. "en": "English",
  505. "es": "Español"
  506. },
  507. "cpf": "CPF",
  508. "phone": "Phone",
  509. "email": "E-mail"
  510. },
  511. "charts": {
  512. "nps": {
  513. "promotion_zone": "Promotion Zone",
  514. "promotion_zone_range": "Promotion Zone Range",
  515. "quality_zone": "Quality Zone",
  516. "quality_zone_range": "Quality Zone Range",
  517. "refinement_zone": "Refinement Zone",
  518. "refinement_zone_range": "Refinement Zone Range",
  519. "critical_zone": "Critical Zone",
  520. "critical_zone_range": "Critical Zone Range",
  521. "promoters": "Promoters",
  522. "passives": "Passives",
  523. "detractors": "Detractors"
  524. }
  525. },
  526. "dashboard": {
  527. "currency_format": "$ {value}",
  528. "stats": {
  529. "total_associados": "Total Members",
  530. "associados_ativos": "Active Members",
  531. "parceiros": "Partners",
  532. "contratos_a_vencer": "Expiring Contracts",
  533. "novos_mes": "New (month)",
  534. "associados_pendentes": "Pending Members",
  535. "association_date": "Association Date",
  536. "registration_date": "Registration Date"
  537. },
  538. "cards": {
  539. "total_earnings": "Total Earnings",
  540. "tickets_sold": "Tickets Sold",
  541. "registrations": "Registrations"
  542. },
  543. "charts": {
  544. "tickets_by_type": {
  545. "title": "Total tickets by type",
  546. "labels": {
  547. "vip": "VIP",
  548. "track": "Track",
  549. "box": "Box",
  550. "courtesy": "Courtesy"
  551. }
  552. },
  553. "participants_by_document": {
  554. "title": "Percentage of CNPJ and CPF in registrations"
  555. },
  556. "sales_over_time": {
  557. "title": "Sales Over Period",
  558. "y_label": "Value ({currency})"
  559. },
  560. "registration_source": {
  561. "title": "Registration Source",
  562. "source": "Source",
  563. "sources": {
  564. "instagram": "Instagram",
  565. "facebook": "Facebook",
  566. "google": "Google",
  567. "referral": "Referral"
  568. }
  569. }
  570. }
  571. },
  572. "loja": {
  573. "product": "Product",
  574. "products": "Products",
  575. "supplier_price": "Supplier Price",
  576. "supplier": "Supplier",
  577. "stock": "Stock",
  578. "interests": "Interested",
  579. "interested_btn": "INTERESTED",
  580. "interested_in": "Interested in",
  581. "media": "Media",
  582. "add_media": "Add Media",
  583. "uploading_media": "Uploading media...",
  584. "activate": "Activate",
  585. "deactivate": "Deactivate",
  586. "variation": "Variation",
  587. "variation_tamanho": "Size",
  588. "variation_cor": "Color",
  589. "variation_modelo": "Model",
  590. "variation_label": "Name",
  591. "variation_value": "Value (R$)",
  592. "variation_stock": "Stock",
  593. "variation_cor_placeholder": "E.g.: Purple, White...",
  594. "variation_modelo_placeholder": "E.g.: Associate, Premium...",
  595. "variation_empty": "No variation added",
  596. "add_variation": "Add",
  597. "filter_all": "All",
  598. "filter_recent": "Recent",
  599. "filter_others": "Others",
  600. "btn_want": "I WANT IT",
  601. "btn_interested": "INTERESTED"
  602. },
  603. "parceiro": {
  604. "category": "Category",
  605. "company_name": "Company Name",
  606. "responsible": "Responsible",
  607. "discount_percentage": "Discount (%)",
  608. "logo": "Logo",
  609. "website": "Website",
  610. "zip_code": "ZIP Code",
  611. "address": "Address",
  612. "neighborhood": "Neighborhood",
  613. "working_hours": "Working Hours",
  614. "working_hours_placeholder": "e.g. Mon-Fri 8am-6pm, Sat 8am-12pm",
  615. "contract_start": "Contract Start",
  616. "contract_end": "Contract End",
  617. "contract_files": "Contract Files",
  618. "add_file": "Add File",
  619. "services": "Services",
  620. "service": "Service",
  621. "service_category": "Service Category",
  622. "service_number": "Service Number",
  623. "price": "Price",
  624. "associate_price": "Associate Price",
  625. "supplier_price": "Supplier Price",
  626. "requires_scheduling": "Requires Scheduling",
  627. "search_placeholder": "Search for service",
  628. "cadastro_title": "Partner Registration",
  629. "cadastro_parceiro": "Partner Registration",
  630. "dados_parceiro": "Partner Data",
  631. "tab_dados": "Company Data",
  632. "tab_contato": "Contact",
  633. "tab_endereco": "Address",
  634. "tab_horario": "Schedule & Contract",
  635. "tab_servicos": "My Services",
  636. "usuario_parceiro": "Partner User",
  637. "home": "Partner Portal",
  638. "parceiro": {
  639. "dashboard": {
  640. "title": "Partner Portal",
  641. "authorization": "Consultations for Authorization",
  642. "scheduling": "Consultations for Scheduling",
  643. "completed": "Completed Consultations",
  644. "not_authorized": "Unauthorized Consultations"
  645. }
  646. }
  647. },
  648. "notification": {
  649. "pending_read_title": "Pending Notifications",
  650. "pending_read_subtitle": "You have unread notifications. Read all of them to continue.",
  651. "pending_read_hint": "Click on each notification to mark it as read.",
  652. "pending_read_close": "Close",
  653. "new": "New notification",
  654. "history": "History",
  655. "title_label": "Title",
  656. "title_placeholder": "Notification title",
  657. "message_label": "Message",
  658. "message_placeholder": "Write the message",
  659. "recipients": "Recipients",
  660. "all": "All",
  661. "by_position": "Recipients By Position",
  662. "by_sector": "Recipients By Sector",
  663. "media": "Media",
  664. "send": "Send Notification",
  665. "sent_to": "Sent to {count} contacts",
  666. "seen_by": "Seen by {count} contacts",
  667. "details": "Details",
  668. "empty": "No notifications found",
  669. "recipient_associado": "Associate",
  670. "recipient_parceiro": "Partner/Agreements"
  671. },
  672. "relatorio": {
  673. "novos_associados": "New Members",
  674. "contatos": "Contacts",
  675. "exclusoes_mes": "Monthly Exclusions",
  676. "exportar_csv": "Export Excel",
  677. "col": {
  678. "cadastro": "Registration Date",
  679. "exclusao": "Exclusion Date"
  680. },
  681. "exportar_excel": "Export Excel"
  682. },
  683. "agendamento": {
  684. "nova_solicitacao": "New Request",
  685. "visao_geral": "Overview",
  686. "aprovados_automaticamente": "Auto Approved",
  687. "associado": "Associate",
  688. "solicitar": "Request",
  689. "confirm_approve": "Are you sure you want to approve this appointment?",
  690. "confirm_reject": "Are you sure you want to reject this appointment?",
  691. "status": {
  692. "pendente": "Waiting",
  693. "confirmado": "Approved",
  694. "recusado": "Rejected",
  695. "cancelado": "Cancelled",
  696. "concluido": "Completed"
  697. },
  698. "col": {
  699. "pedido": "Order",
  700. "parceiro": "Partner",
  701. "servico": "Service",
  702. "solicitacao": "Request Date"
  703. }
  704. },
  705. "associate_validation": {
  706. "title": "Validate Membership Card",
  707. "description": "Enter associate information to verify status.",
  708. "search_placeholder": "EX: Name, CPF, Registration",
  709. "search": "Search",
  710. "associate_found": "Associate Found",
  711. "name": "Name",
  712. "cpf": "CPF",
  713. "registration": "Registration",
  714. "qr_code": "Read QR CODE",
  715. "not_found": "Associate not found"
  716. }
  717. }