en.json 22 KB

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