We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aef7b4 commit 859eb01Copy full SHA for 859eb01
application/language/traditional-chinese/rest_controller_lang.php
@@ -13,6 +13,6 @@
13
$lang['text_rest_api_key_unauthorized'] = '這個 API 金鑰沒有辦法存取指定的 controller';
14
$lang['text_rest_api_key_permissions'] = '這個 API 金鑰沒有具備足夠權限';
15
$lang['text_rest_api_key_time_limit'] = '這個 API 金鑰已經超過有效期限';
16
-$lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';//todo translate
+$lang['text_rest_ip_address_time_limit'] = '這個 IP 位置的流量已經超過上限';
17
$lang['text_rest_unknown_method'] = '未知的方法';
18
$lang['text_rest_unsupported'] = '不支援的通訊協定';
0 commit comments