en.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. {
  2. "common": {
  3. "actions": {
  4. "save": "Save",
  5. "cancel": "Cancel",
  6. "edit": "Edit",
  7. "add": "Add",
  8. "search": "Search",
  9. "delete": "Delete",
  10. "view": "View",
  11. "back": "Back",
  12. "next": "Next",
  13. "resend_email": "Resend email",
  14. "download_certificate": "Download certificate",
  15. "download_boleto": "Download Boleto",
  16. "copy_paste_code": "Copy and paste the code below to make the payment"
  17. },
  18. "terms": {
  19. "name": "Name",
  20. "email": "Email",
  21. "password": "Password",
  22. "description": "Description",
  23. "date": "Date",
  24. "start_date": "Start Date",
  25. "end_date": "End Date",
  26. "code": "Code",
  27. "title": "Title",
  28. "status": "Status",
  29. "price": "Price",
  30. "quantity": "Quantity",
  31. "city": "City",
  32. "state": "State",
  33. "country": "Country",
  34. "address": "Address",
  35. "address_number": "Address Number",
  36. "complement": "Complement",
  37. "postal_code": "Postal Code",
  38. "phone": "Phone",
  39. "document": "Document",
  40. "document_type": "Document Type",
  41. "cpf": "CPF",
  42. "cnpj": "CNPJ",
  43. "rg": "RG",
  44. "cep": "ZIP Code",
  45. "order_number": "Order Number",
  46. "order_amount": "Order Amount",
  47. "total_amount": "Total Amount",
  48. "payment": "Payment",
  49. "payment_method": "Payment Method",
  50. "payment_date": "Payment Date",
  51. "payment_amount": "Payment Amount",
  52. "language": "Language",
  53. "currency": "Currency",
  54. "interests": "Interests",
  55. "avatar": "Avatar",
  56. "banner": "Banner",
  57. "logo": "Logo",
  58. "media": "Media",
  59. "month": "Month",
  60. "week": "Week",
  61. "day": "Day",
  62. "hour": "Hour",
  63. "minute": "Minute",
  64. "second": "Second",
  65. "year": "Year",
  66. "all": "All",
  67. "certificate": "Certificate",
  68. "version": "Version",
  69. "user": "User",
  70. "rating": "Rating",
  71. "services": "Services",
  72. "created_at": "Created at",
  73. "actions": "Actions"
  74. },
  75. "months": {
  76. "january": "January",
  77. "february": "February",
  78. "march": "March",
  79. "april": "April",
  80. "may": "May",
  81. "june": "June",
  82. "july": "July",
  83. "august": "August",
  84. "september": "September",
  85. "october": "October",
  86. "november": "November",
  87. "december": "December"
  88. },
  89. "status": {
  90. "active": "Active",
  91. "inactive": "Inactive",
  92. "canceled": "Canceled",
  93. "loading": "Please wait...",
  94. "yes": "Yes",
  95. "no": "No",
  96. "no_results": "No results found"
  97. },
  98. "ui": {
  99. "file": {
  100. "choose": "Choose a file",
  101. "click_select": "Click to select a file",
  102. "click_select_image": "Click to select an image",
  103. "drag": "Drag",
  104. "drag_and_drop": "Drag and drop the file here",
  105. "drag_here": "Drag the file here",
  106. "selected": "File selected"
  107. },
  108. "table": {
  109. "rows_per_page": "Rows per page",
  110. "of": "of",
  111. "to": "to"
  112. },
  113. "messages": {
  114. "copied_to_clipboard": "Copied to clipboard",
  115. "confirm_action": "Are you sure?",
  116. "are_you_sure_delete": "Are you sure you want to delete this item?",
  117. "welcome": "Welcome",
  118. "enjoy_the_event": "Enjoy the event!"
  119. },
  120. "misc": {
  121. "all": "All",
  122. "or": "or",
  123. "example": "Example",
  124. "options": "Options",
  125. "total": "Total",
  126. "type": "Type"
  127. }
  128. },
  129. "metadata": {
  130. "created_at": "Created at",
  131. "updated_at": "Updated at",
  132. "created_by": "Created by"
  133. },
  134. "messages": {
  135. "error_loading": "Error loading data",
  136. "no_permission": "You don't have permission to access this resource",
  137. "confirm": "Confirm",
  138. "confirm_delete": "Are you sure you want to delete this item?",
  139. "deleted_successfully": "Deleted successfully",
  140. "error_deleting": "Error deleting the item"
  141. }
  142. },
  143. "auth": {
  144. "login": "Login",
  145. "logout": "Logout",
  146. "registration": "Registration",
  147. "confirm_password": "Confirm Password",
  148. "agreed_terms": "I agree with the terms",
  149. "agreed_privacy": "I agree with the privacy policy"
  150. },
  151. "business": {
  152. "advertise": "Advertise",
  153. "my_advertisements": "My Advertisements",
  154. "negotiations": "Negotiations",
  155. "opportunities": "Opportunities",
  156. "plans": "Plans"
  157. },
  158. "validation": {
  159. "rules": {
  160. "required": "This field is required",
  161. "email": "This field must be a valid email | These fields must be valid emails",
  162. "date": "This field must be a valid date",
  163. "min": "Min Value: R$",
  164. "max": "Max Value: R$",
  165. "characters": "characters",
  166. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  167. "same_password": "Passwords must match",
  168. "not_same_document": "The document must be unique for each participant",
  169. "cpf": "This field must be a valid CPF",
  170. "cnpj": "This field must be a valid CNPJ",
  171. "cep": "This field must be a valid ZIP code",
  172. "value_smaller_than_zero": "Value cannot be less than zero"
  173. },
  174. "permissions": {
  175. "view": "You don't have permission to view this",
  176. "create": "You don't have permission to create this",
  177. "edit": "You don't have permission to edit this",
  178. "delete": "You don't have permission to delete this",
  179. "add": "You don't have permission to add this"
  180. }
  181. },
  182. "http": {
  183. "errors": {
  184. "404": "Page not found",
  185. "failed": "The action failed",
  186. "no_records_found": "No records found"
  187. },
  188. "success": "The action was successful"
  189. },
  190. "events": {
  191. "singular": "Event",
  192. "plural": "Events",
  193. "core": {
  194. "basic_information": "Basic Information",
  195. "schedule": "Schedule",
  196. "opening": "Opening",
  197. "total_capacity": "Total Capacity",
  198. "unique_code": "Unique Code",
  199. "unique_code_hint": "This code is automatically generated",
  200. "list_of_allowed_documents": "List of allowed documents"
  201. },
  202. "tickets": {
  203. "singular": "Ticket",
  204. "plural": "Tickets",
  205. "types_singular": "Ticket Type",
  206. "types_plural": "Ticket Types",
  207. "event_ticket": "Event Ticket",
  208. "event_tickets": "Event Tickets",
  209. "event_ticket_types": "Event Ticket Types",
  210. "sales_start_date": "Sales Start Date",
  211. "sales_end_date": "Sales End Date",
  212. "max_per_user": "Maximum Tickets per User",
  213. "max_per_user_hint": "0 for unlimited",
  214. "quantity_available": "Available Quantity",
  215. "quantity_sold": "Quantity Sold"
  216. },
  217. "location": {
  218. "singular": "Location"
  219. },
  220. "attendance": {
  221. "participant_singular": "Participant",
  222. "participant_plural": "Participants",
  223. "checked_in_at": "Checked in at",
  224. "is_checked_in": "Is checked in"
  225. }
  226. },
  227. "user": {
  228. "singular": "User",
  229. "plural": "Users",
  230. "profile": {
  231. "singular": "Profile",
  232. "name_and_surname": "Name and Surname",
  233. "birth_date": "Birth Date",
  234. "personal_information": "Personal Information"
  235. },
  236. "preferences": {
  237. "singular": "Preferences"
  238. }
  239. },
  240. "client": {
  241. "singular": "Client",
  242. "plural": "Clients",
  243. "add": "Add Client",
  244. "edit": "Edit Client",
  245. "fields": {
  246. "document": "CPF/CNPJ"
  247. }
  248. },
  249. "address": {
  250. "singular": "Address",
  251. "plural": "Addresses",
  252. "add": "Add Address",
  253. "edit": "Edit Address",
  254. "tab": "Addresses",
  255. "fields": {
  256. "zip_code": "ZIP Code",
  257. "address": "Address",
  258. "has_complement": "Has complement?",
  259. "complement": "Complement",
  260. "nickname": "Nickname",
  261. "instructions": "Instructions",
  262. "address_type": "Address Type"
  263. },
  264. "types": {
  265. "home": "Home",
  266. "commercial": "Commercial",
  267. "other": "Other"
  268. },
  269. "messages": {
  270. "cep_not_found": "ZIP code not found. Please fill in manually.",
  271. "searching_cep": "Searching ZIP code...",
  272. "delete_confirm": "Are you sure you want to delete this address?"
  273. }
  274. },
  275. "speciality": {
  276. "singular": "Speciality",
  277. "plural": "Specialities",
  278. "add": "Add Speciality",
  279. "edit": "Edit Speciality",
  280. "fields": {
  281. "description": "Description"
  282. }
  283. },
  284. "improvement_type": {
  285. "singular": "Improvement Type",
  286. "plural": "Improvement Types",
  287. "add": "Add Improvement Type",
  288. "edit": "Edit Improvement Type",
  289. "fields": {
  290. "description": "Description",
  291. "improvement_type": "Type"
  292. },
  293. "types": {
  294. "client": "Client",
  295. "provider": "Provider",
  296. "both": "Both"
  297. }
  298. },
  299. "provider": {
  300. "singular": "Provider",
  301. "plural": "Providers",
  302. "fields": {
  303. "document": "CPF/CNPJ",
  304. "rg": "RG",
  305. "birth_date": "Birth Date",
  306. "selfie_verified": "Selfie Verified",
  307. "document_verified": "Document Verified",
  308. "is_approved": "Approved",
  309. "average_rating": "Average Rating",
  310. "total_services": "Total Services",
  311. "daily_price_8h": "Daily Price 8h",
  312. "daily_price_6h": "Daily Price 6h",
  313. "daily_price_4h": "Daily Price 4h",
  314. "daily_price_2h": "Daily Price 2h"
  315. },
  316. "hints": {
  317. "daily_price": "Value between R$ 100.00 and R$ 500.00"
  318. }
  319. },
  320. "provider_specialities": {
  321. "header": "Specialties",
  322. "add_button": "Add",
  323. "select_placeholder": "Select a specialty",
  324. "empty_state": "No specialties added",
  325. "remove_confirm": "Are you sure you want to remove this specialty?"
  326. },
  327. "provider_services_types": {
  328. "header": "Service Types",
  329. "add_button": "Add",
  330. "select_placeholder": "Select a service type",
  331. "empty_state": "No service types added",
  332. "remove_confirm": "Are you sure you want to remove this service type?"
  333. },
  334. "provider_payment_methods": {
  335. "singular": "Payment Method",
  336. "plural": "Payment Methods",
  337. "header": "Payment Methods",
  338. "add_button": "Add Payment Method",
  339. "edit_button": "Edit Payment Method",
  340. "empty_state": "No payment methods registered",
  341. "account_type": "Account Type",
  342. "pix_key": "PIX Key",
  343. "bank_account_type": "Bank Account Type",
  344. "agency": "Agency",
  345. "account": "Account",
  346. "digit": "Digit",
  347. "account_types": {
  348. "pix": "PIX",
  349. "bank_account": "Bank Account"
  350. },
  351. "bank_account_types": {
  352. "checking": "Checking",
  353. "savings": "Savings"
  354. }
  355. },
  356. "provider_working_days": {
  357. "header": "Working Days",
  358. "morning": "Morning",
  359. "afternoon": "Afternoon",
  360. "days": {
  361. "1": "Sunday",
  362. "2": "Monday",
  363. "3": "Tuesday",
  364. "4": "Wednesday",
  365. "5": "Thursday",
  366. "6": "Friday",
  367. "7": "Saturday"
  368. }
  369. },
  370. "provider_blocked_days": {
  371. "singular": "Blocked Day",
  372. "plural": "Blocked Days",
  373. "header": "Blocked Days",
  374. "add_button": "Add Blocked Day",
  375. "edit_button": "Edit Blocked Day",
  376. "empty_state": "No blocked days registered",
  377. "date": "Date",
  378. "period": "Period",
  379. "reason": "Reason",
  380. "init_hour": "Start Time",
  381. "end_hour": "End Time",
  382. "periods": {
  383. "morning": "Morning",
  384. "afternoon": "Afternoon",
  385. "all": "All Day"
  386. }
  387. },
  388. "orders": {
  389. "singular": "Order",
  390. "plural": "Orders",
  391. "core": {
  392. "new_order": "New Order",
  393. "payment_received": "Payment Received",
  394. "resume": "Order Resume",
  395. "buyer_information": "Buyer Information",
  396. "participant_information": "Participant Information",
  397. "same_as_buyer": "Same as buyer",
  398. "select_at_least_one_ticket": "Select at least one ticket",
  399. "select_payment_method": "Select a payment method",
  400. "exclusive_list": "Exclusive list",
  401. "successful_payment": "Successful payment"
  402. },
  403. "statuses": {
  404. "paid": "Paid",
  405. "pending": "Pending",
  406. "approved": "Approved",
  407. "canceled": "Canceled",
  408. "completed": "Completed",
  409. "confirmed": "Confirmed",
  410. "confirmation": "Confirmation"
  411. },
  412. "payment_methods": {
  413. "credit_card": "Credit Card",
  414. "boleto": "Boleto",
  415. "pix": "Pix"
  416. }
  417. },
  418. "ui": {
  419. "navigation": {
  420. "collapse_menu": "Collapse menu",
  421. "expand_menu": "Expand menu",
  422. "dashboard": "Dashboard",
  423. "explore": "Explore",
  424. "advertise": "Advertise",
  425. "my_advertisements": "My Advertisements",
  426. "negotiations": "Negotiations",
  427. "opportunities": "Opportunities",
  428. "plans": "Plans",
  429. "events": "Events",
  430. "event_tickets": "Event Tickets",
  431. "event_ticket_types": "Event Ticket Types",
  432. "orders": "Orders",
  433. "sales": "Sales",
  434. "participants": "Participants",
  435. "users": "Users",
  436. "profile": "Profile",
  437. "interests": "Interests",
  438. "registration": "Registration",
  439. "wallet": "Wallet",
  440. "settings": "Settings",
  441. "city": "City",
  442. "client": "Client",
  443. "state": "State",
  444. "country": "Country",
  445. "provider": "Provider",
  446. "exit": "Exit",
  447. "admin": "Admin",
  448. "user": "User",
  449. "improvement_type": "Improvement Type",
  450. "service_type": "Service Type",
  451. "speciality": "Speciality"
  452. }
  453. },
  454. "charts": {
  455. "nps": {
  456. "promotion_zone": "Promotion Zone",
  457. "promotion_zone_range": "Promotion Zone Range",
  458. "quality_zone": "Quality Zone",
  459. "quality_zone_range": "Quality Zone Range",
  460. "refinement_zone": "Refinement Zone",
  461. "refinement_zone_range": "Refinement Zone Range",
  462. "critical_zone": "Critical Zone",
  463. "critical_zone_range": "Critical Zone Range",
  464. "promoters": "Promoters",
  465. "passives": "Passives",
  466. "detractors": "Detractors"
  467. }
  468. },
  469. "dashboard": {
  470. "currency_format": "$ {value}",
  471. "cards": {
  472. "total_earnings": "Total Earnings",
  473. "tickets_sold": "Tickets Sold",
  474. "registrations": "Registrations"
  475. },
  476. "charts": {
  477. "tickets_by_type": {
  478. "title": "Total tickets by type",
  479. "labels": {
  480. "vip": "VIP",
  481. "track": "Track",
  482. "box": "Box",
  483. "courtesy": "Courtesy"
  484. }
  485. },
  486. "participants_by_document": {
  487. "title": "Percentage of CNPJ and CPF in registrations"
  488. },
  489. "sales_over_time": {
  490. "title": "Sales Over Period",
  491. "y_label": "Value ({currency})"
  492. },
  493. "registration_source": {
  494. "title": "Registration Source",
  495. "source": "Source",
  496. "sources": {
  497. "instagram": "Instagram",
  498. "facebook": "Facebook",
  499. "google": "Google",
  500. "referral": "Referral"
  501. }
  502. }
  503. }
  504. }
  505. }