en.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. {
  2. "page": {
  3. "city": {
  4. "description": "View, edit, and add cities to the system"
  5. },
  6. "state": {
  7. "description": "View, edit, and add states to the system"
  8. },
  9. "country": {
  10. "description": "View, edit, and add countries to the system"
  11. },
  12. "users": {
  13. "description": "View, edit, and add users with system access"
  14. },
  15. "system-dashboard": {
  16. "description": "General vision of the system"
  17. },
  18. "versions": {
  19. "description": "Informations about updates, fixes and changes for each system version"
  20. }
  21. },
  22. "common": {
  23. "actions": {
  24. "import": "Import",
  25. "save": "Save",
  26. "cancel": "Cancel",
  27. "edit": "Edit",
  28. "add": "Add",
  29. "search": "Search",
  30. "delete": "Delete",
  31. "view": "View",
  32. "back": "Back",
  33. "next": "Next",
  34. "resend_email": "Resend email",
  35. "download_certificate": "Download certificate",
  36. "download_boleto": "Download Boleto",
  37. "copy_paste_code": "Copy and paste the code below to make the payment"
  38. },
  39. "terms": {
  40. "actions": "Actions",
  41. "name": "Name",
  42. "email": "Email",
  43. "branch": "Branch",
  44. "password": "Password",
  45. "description": "Description",
  46. "contact_info": "Contact Info",
  47. "date": "Date",
  48. "start_date": "Start Date",
  49. "end_date": "End Date",
  50. "code": "Code",
  51. "title": "Title",
  52. "status": "Status",
  53. "price": "Price",
  54. "quantity": "Quantity",
  55. "city": "City",
  56. "list": "List",
  57. "state": "State",
  58. "country": "Country",
  59. "address": "Address",
  60. "address_number": "Address Number",
  61. "complement": "Complement",
  62. "postal_code": "Postal Code",
  63. "phone": "Phone",
  64. "document": "Document",
  65. "document_type": "Document Type",
  66. "cpf": "CPF",
  67. "cnpj": "CNPJ",
  68. "cep": "ZIP Code",
  69. "order_number": "Order Number",
  70. "order_amount": "Order Amount",
  71. "owner_name": "Owner name",
  72. "client_name": "Client name",
  73. "total_amount": "Total Amount",
  74. "payment": "Payment",
  75. "payment_method": "Payment Method",
  76. "payment_date": "Payment Date",
  77. "payment_amount": "Payment Amount",
  78. "language": "Language",
  79. "currency": "Currency",
  80. "interests": "Interests",
  81. "avatar": "Avatar",
  82. "banner": "Banner",
  83. "logo": "Logo",
  84. "light": "Light",
  85. "dark": "Dark",
  86. "media": "Media",
  87. "month": "Month",
  88. "week": "Week",
  89. "day": "Day",
  90. "hour": "Hour",
  91. "minute": "Minute",
  92. "second": "Second",
  93. "year": "Year",
  94. "all": "All",
  95. "certificate": "Certificate",
  96. "version": "Version"
  97. },
  98. "months": {
  99. "january": "January",
  100. "february": "February",
  101. "march": "March",
  102. "april": "April",
  103. "may": "May",
  104. "june": "June",
  105. "july": "July",
  106. "august": "August",
  107. "september": "September",
  108. "october": "October",
  109. "november": "November",
  110. "december": "December"
  111. },
  112. "status": {
  113. "active": "Active",
  114. "inactive": "Inactive",
  115. "canceled": "Canceled",
  116. "loading": "Please wait...",
  117. "yes": "Yes",
  118. "no": "No"
  119. },
  120. "ui": {
  121. "file": {
  122. "choose": "Choose a file",
  123. "click_select": "Click to select a file",
  124. "click_select_image": "Click to select an image",
  125. "drag": "Drag",
  126. "drag_and_drop": "Drag and drop the file here",
  127. "drag_here": "Drag the file here",
  128. "selected": "File selected"
  129. },
  130. "table": {
  131. "rows_per_page": "Rows per page",
  132. "of": "of",
  133. "to": "to",
  134. "records_found": "record(s) found"
  135. },
  136. "messages": {
  137. "copied_to_clipboard": "Copied to clipboard",
  138. "confirm_action": "Are you sure?",
  139. "are_you_sure_delete": "Are you sure you want to delete this item?",
  140. "welcome": "Welcome",
  141. "enjoy_the_event": "Enjoy the event!"
  142. },
  143. "misc": {
  144. "all": "All",
  145. "or": "or",
  146. "example": "Example",
  147. "options": "Options",
  148. "total": "Total",
  149. "type": "Type"
  150. }
  151. },
  152. "metadata": {
  153. "created_at": "Created at",
  154. "updated_at": "Updated at",
  155. "created_by": "Created by"
  156. }
  157. },
  158. "auth": {
  159. "sign-in": "Sign in",
  160. "login": "Login",
  161. "logout": "Logout",
  162. "registration": "Registration",
  163. "confirm_password": "Confirm Password",
  164. "agreed_terms": "I agree with the terms",
  165. "agreed_privacy": "I agree with the privacy policy",
  166. "select_type_hint": "Select your profile and sign in",
  167. "type": {
  168. "administrador": "Administrator",
  169. "associado": "Associate",
  170. "parceiro": "Partner"
  171. },
  172. "forgot_password": "Forgot password?",
  173. "forgot_password_title": "Enter your email to reset your password",
  174. "forgot_password_description": "We will send a verification code to your email.",
  175. "continue": "Continue",
  176. "verify_email_title": "Check your email",
  177. "verify_email_description": "Please check your inbox and click the link to proceed.",
  178. "no_email_hint": "Did not receive the email? Check your",
  179. "check_spam": "spam or junk folder.",
  180. "enter_code": "Enter Code",
  181. "enter_code_title": "Enter your code here",
  182. "verify": "Verify",
  183. "resend_email": "Resend email",
  184. "remember_password": "Remember your password?",
  185. "do_login": "Sign in",
  186. "new_password_title": "Create your new password",
  187. "password_hint": "Minimum 6 characters with uppercase, lowercase and numbers",
  188. "confirm": "Confirm",
  189. "back_to_site": "Back to Site",
  190. "wrong_type": "User found, but the selected type is incorrect. Please select the correct login type."
  191. },
  192. "business": {
  193. "advertise": "Advertise",
  194. "my_advertisements": "My Advertisements",
  195. "negotiations": "Negotiations",
  196. "opportunities": "Opportunities",
  197. "plans": "Plans"
  198. },
  199. "validation": {
  200. "rules": {
  201. "required": "This field is required",
  202. "email": "This field must be a valid email | These fields must be valid emails",
  203. "date": "This field must be a valid date",
  204. "min": "This field must have at least",
  205. "max": "This field must have at most",
  206. "characters": "characters",
  207. "password": "Password must have at least 6 characters, one uppercase letter, one lowercase letter and one number",
  208. "same_password": "Passwords must match",
  209. "not_same_document": "The document must be unique for each participant",
  210. "cpf": "This field must be a valid CPF",
  211. "cnpj": "This field must be a valid CNPJ",
  212. "cep": "This field must be a valid ZIP code",
  213. "value_smaller_than_zero": "Value cannot be less than zero",
  214. "code_length": "The code must have 6 digits"
  215. },
  216. "permissions": {
  217. "view": "You don't have permission to view this",
  218. "create": "You don't have permission to create this",
  219. "edit": "You don't have permission to edit this",
  220. "delete": "You don't have permission to delete this",
  221. "add": "You don't have permission to add this",
  222. "wrong_type": "You do not have permission to access this area."
  223. }
  224. },
  225. "http": {
  226. "errors": {
  227. "404": "Page not found",
  228. "failed": "The action failed",
  229. "no_records_found": "No records found"
  230. },
  231. "success": "The action was successful"
  232. },
  233. "events": {
  234. "singular": "Event",
  235. "plural": "Events",
  236. "core": {
  237. "basic_information": "Basic Information",
  238. "schedule": "Schedule",
  239. "opening": "Opening",
  240. "total_capacity": "Total Capacity",
  241. "unique_code": "Unique Code",
  242. "unique_code_hint": "This code is automatically generated",
  243. "list_of_allowed_documents": "List of allowed documents"
  244. },
  245. "tickets": {
  246. "singular": "Ticket",
  247. "plural": "Tickets",
  248. "types_singular": "Ticket Type",
  249. "types_plural": "Ticket Types",
  250. "event_ticket": "Event Ticket",
  251. "event_tickets": "Event Tickets",
  252. "event_ticket_types": "Event Ticket Types",
  253. "sales_start_date": "Sales Start Date",
  254. "sales_end_date": "Sales End Date",
  255. "max_per_user": "Maximum Tickets per User",
  256. "max_per_user_hint": "0 for unlimited",
  257. "quantity_available": "Available Quantity",
  258. "quantity_sold": "Quantity Sold"
  259. },
  260. "location": {
  261. "singular": "Location"
  262. },
  263. "attendance": {
  264. "participant_singular": "Participant",
  265. "participant_plural": "Participants",
  266. "checked_in_at": "Checked in at",
  267. "is_checked_in": "Is checked in"
  268. }
  269. },
  270. "user": {
  271. "singular": "User",
  272. "plural": "Users",
  273. "profile": {
  274. "singular": "Profile",
  275. "name_and_surname": "Name and Surname",
  276. "birth_date": "Birth Date",
  277. "personal_information": "Personal Information"
  278. },
  279. "preferences": {
  280. "singular": "Preferences"
  281. }
  282. },
  283. "orders": {
  284. "singular": "Order",
  285. "plural": "Orders",
  286. "core": {
  287. "new_order": "New Order",
  288. "payment_received": "Payment Received",
  289. "resume": "Order Resume",
  290. "buyer_information": "Buyer Information",
  291. "participant_information": "Participant Information",
  292. "same_as_buyer": "Same as buyer",
  293. "select_at_least_one_ticket": "Select at least one ticket",
  294. "select_payment_method": "Select a payment method",
  295. "exclusive_list": "Exclusive list",
  296. "successful_payment": "Successful payment"
  297. },
  298. "statuses": {
  299. "paid": "Paid",
  300. "pending": "Pending",
  301. "approved": "Approved",
  302. "canceled": "Canceled",
  303. "completed": "Completed",
  304. "confirmed": "Confirmed",
  305. "confirmation": "Confirmation"
  306. },
  307. "payment_methods": {
  308. "credit_card": "Credit Card",
  309. "boleto": "Boleto",
  310. "pix": "Pix"
  311. }
  312. },
  313. "ui": {
  314. "navigation": {
  315. "collapse_menu": "Collapse menu",
  316. "dashboards": "Dashboards",
  317. "home": "Home",
  318. "versions": "Versions",
  319. "expand_menu": "Expand menu",
  320. "dashboard": "Dashboard",
  321. "explore": "Explore",
  322. "advertise": "Advertise",
  323. "my_advertisements": "My Advertisements",
  324. "negotiations": "Negotiations",
  325. "opportunities": "Opportunities",
  326. "plans": "Plans",
  327. "events": "Events",
  328. "event_tickets": "Event Tickets",
  329. "event_ticket_types": "Event Ticket Types",
  330. "orders": "Orders",
  331. "sales": "Sales",
  332. "participants": "Participants",
  333. "users": "Users",
  334. "profile": "Profile",
  335. "interests": "Interests",
  336. "registration": "Registration",
  337. "wallet": "Wallet",
  338. "settings": "Settings",
  339. "city": "City",
  340. "state": "State",
  341. "country": "Country",
  342. "exit": "Exit",
  343. "partners": "Partners & Agreements",
  344. "partner_agreements": "Agreements",
  345. "partner_services": "Services",
  346. "store": "Store",
  347. "store_items": "Items",
  348. "store_orders": "Orders",
  349. "appointments": "Appointments",
  350. "my_appointments": "My Appointments",
  351. "received_appointments": "Received Appointments",
  352. "notifications": "Notifications",
  353. "categories": "Categories",
  354. "my_profile": "My Profile",
  355. "my_services": "My Services"
  356. }
  357. },
  358. "charts": {
  359. "nps": {
  360. "promotion_zone": "Promotion Zone",
  361. "promotion_zone_range": "Promotion Zone Range",
  362. "quality_zone": "Quality Zone",
  363. "quality_zone_range": "Quality Zone Range",
  364. "refinement_zone": "Refinement Zone",
  365. "refinement_zone_range": "Refinement Zone Range",
  366. "critical_zone": "Critical Zone",
  367. "critical_zone_range": "Critical Zone Range",
  368. "promoters": "Promoters",
  369. "passives": "Passives",
  370. "detractors": "Detractors"
  371. }
  372. },
  373. "dashboard": {
  374. "currency_format": "$ {value}",
  375. "cards": {
  376. "total_earnings": "Total Earnings",
  377. "tickets_sold": "Tickets Sold",
  378. "registrations": "Registrations"
  379. },
  380. "charts": {
  381. "tickets_by_type": {
  382. "title": "Total tickets by type",
  383. "labels": {
  384. "vip": "VIP",
  385. "track": "Track",
  386. "box": "Box",
  387. "courtesy": "Courtesy"
  388. }
  389. },
  390. "participants_by_document": {
  391. "title": "Percentage of CNPJ and CPF in registrations"
  392. },
  393. "sales_over_time": {
  394. "title": "Sales Over Period",
  395. "y_label": "Value ({currency})"
  396. },
  397. "registration_source": {
  398. "title": "Registration Source",
  399. "source": "Source",
  400. "sources": {
  401. "instagram": "Instagram",
  402. "facebook": "Facebook",
  403. "google": "Google",
  404. "referral": "Referral"
  405. }
  406. }
  407. }
  408. }
  409. }