2018-09-12 16:18:47 +03:00

16 lines
594 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 [
'installed_version' => '已安装版本',
'latest_version' => '最新版本',
'update' => '更新 Akaunting 至 :version 版',
'changelog' => '更新日誌',
'check' => '檢查',
'new_core' => '新版 Akaunting 已準備好。',
'latest_core' => '太好了!你已經使用最新版 Akaunting未來將會自動套用安全性更新。',
'success' => '更新程序已完成。',
'error' => '更新程序失敗,請重試。',
];