Blame view

resources/lang/zh-CN/notifications.php 320 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  <?php
  
  return [
  
      'whoops'              => '啊噢!',
      'hello'               => 'Hello!',
      'salutation'          => '尊敬的,<br> :company_name',
      'subcopy'             => '如果您在点击":text" 按钮时遇到问题,请将以下网址复制并粘贴到您的网络浏览器中: [:url](:url)',
  
  ];