akaunting/resources/lang/zh-CN/notifications.php

11 lines
323 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
'whoops' => '啊噢!',
2020-02-17 15:10:32 +03:00
'hello' => '您好!',
2018-09-12 16:18:47 +03:00
'salutation' => '尊敬的,<br> :company_name',
'subcopy' => '如果您在点击"text" 按钮时遇到问题,请将以下网址复制并粘贴到您的网络浏览器中: [:url](:url)',
];