Guest User

Untitled

a guest
Jul 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. pt-BR:
  2. nav:
  3. edit: "Editar"
  4. destroy: "Apagar"
  5. show: "Ver"
  6. back: "Voltar"
  7. create: "Criar novo"
  8. sure?: "Tem certeza que deseja apagar?"
  9.  
  10. layouts:
  11. application:
  12. edit_profile: "Editar Perfil"
  13. login: "Acessar"
  14. logout: "Sair"
  15. signin: "Cadastre-se"
  16. user_message: "Bem vindo"
  17.  
  18. articles:
  19. index:
  20. title: "Todos os artigos"
  21. new_article: "Novo artigo"
  22. new:
  23. title: "Novo artigo"
  24. button: "Criar!"
  25. edit:
  26. title: "Edição de artigo"
  27. button: "Atualizar!"
  28. users:
  29. roles:
  30. admin: "Administrador"
  31. moderator: "Moderador"
  32. author: "Autor"
  33. new:
  34. title: "Registro de usuário"
  35. button: "Cadastrar!"
  36. edit:
  37. title: "Atualizar perfil"
  38. button: "Atualizar!"
  39. user_sessions:
  40. new:
  41. title: "Acessar o Autentico"
  42. button: "Acessar"
  43.  
  44. session:
  45. name: "Sessão"
  46.  
  47. activerecord:
  48. models:
  49. article: "Artigo"
  50. user: "Usuário"
  51. attributes:
  52. article:
  53. title: "Titulo"
  54. body: "Corpo"
  55. user:
  56. username: "Nome de usuário"
  57. password: "Senha"
  58. password_confirmation: "Confirmação de senha"
  59. role: "Papel"
Add Comment
Please, Sign In to add comment