langFunctions.js 145 B

1234567
  1. /* This is a dictionary of the language defined functions
  2. **/
  3. export default {
  4. main_function: "inicio",
  5. $read: "leia",
  6. $write: "escreva"
  7. }