Blame view

resources/lang/pt-BR/notifications.php 321 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  <?php
  
  return [
  
      'whoops'              => 'Ops!',
      'hello'               => 'Bem vindo!',
      'salutation'          => 'Saudação,<br> :company_name',
      'subcopy'             => 'Se você estiver com problemas para clicar no botão ":text", copie e cole o URL abaixo em seu navegador da web: [:url](:url)',
  
  ];