D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
zh-TW
/
controllers
/
Filename :
services.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'operation.startActionSuccess' => '服務已啟動', 'operation.stopActionSuccess' => '服務已停止', 'operation.restartActionSuccess' => '服務已重新啟動', 'operation.changeStartupActionSuccess' => '已成功更改服務的啟動類型', 'list.title' => '服務', 'operation.startServiceMessage' => '請允許一定時間啟動服務。', 'operation.stopServiceMessage' => '請允許一定時間停止服務。', 'operation.restartServiceMessage' => '請允許一定時間重啟服務。', 'operation.unableFetchFormData' => '無法獲取表單數據:%%error%%', 'operation.startActionError' => '無法啟動服務:%%error%%', 'operation.stopActionError' => '無法停止服務:%%error%%', 'operation.restartActionError' => '無法重啟服務:%%error%%', 'operation.changeStartupActionError' => '無法更改服務的啟動類型:%%error%%', ];