Files
phalapi-pro/language/zh_tw/common.php
2022-03-21 11:16:38 +08:00

7 lines
147 B
PHP
Raw Permalink 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 array(
'Hi {name}, welcome to use PhalApi!' => '{name}您好歡迎使用PhalApi',
'user not exists' => '用戶不存在',
);