/* This is a dictionary of the language defined functions
**/
export default {
  main_function: "inicio",
  $read: "leia",
  $write: "escreva"
}