akaunting/resources/lang/zh-TW/notifications.php
2021-04-02 10:47:48 +00:00

28 lines
671 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'whoops' => '唉呦!',
'hello' => '哈囉!',
'salutation' => '你好,<br>:company_name',
'subcopy' => '如果你在點選「:text」按鈕時遇到問題複製並在瀏覽器中貼上以下網址[:url](:url)',
'update' => [
'mail' => [
'subject' => '⚠️ 在 :domain 更新失敗',
'message' => ':alias 更新自 :current_version 至 :new_version 失敗於 <strong>:step</strong> 步驟,錯誤訊息為: :error_message',
],
'slack' => [
'message' => '在 :domain 更新失敗',
],
],
];