mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
125 lines
6.0 KiB
PHP
125 lines
6.0 KiB
PHP
<?php
|
||
|
||
return [
|
||
'nav_title' => 'Egg',
|
||
'model_label' => 'Egg',
|
||
'model_label_plural' => 'Egg',
|
||
'tabs' => [
|
||
'configuration' => '設定',
|
||
'process_management' => '程序管理',
|
||
'egg_variables' => 'Egg 變數',
|
||
'install_script' => '安裝腳本',
|
||
],
|
||
'import' => [
|
||
'file' => '檔案',
|
||
'url' => '網址',
|
||
'icon_url' => '圖示網址',
|
||
'icon_error' => '無法取得圖示',
|
||
'egg_help' => '這必須是原始的 .json 或 .yaml 檔案',
|
||
'url_help' => '網址必須直接指向原始的 .json 或 .yaml 檔案',
|
||
'add_url' => '新增網址',
|
||
'import_failed' => '匯入失敗',
|
||
'import_success' => '匯入成功',
|
||
'import_result' => '已匯入 :success / :total 個 Egg',
|
||
'imported_eggs' => '已匯入::eggs',
|
||
'failed_import_eggs' => '失敗::eggs',
|
||
'github' => 'GitHub',
|
||
'refresh' => '重新整理',
|
||
'import_icon' => '匯入圖示',
|
||
'delete_icon' => '刪除圖示',
|
||
'no_local_ip' => '不允許使用區域 IP 位址',
|
||
'unsupported_format' => '不支援的格式。支援的格式::formats',
|
||
'invalid_url' => '提供的網址無效',
|
||
'unknown_extension' => '未知的圖示副檔名(:extension)',
|
||
'could_not_write' => '無法將圖示寫入磁碟',
|
||
'icon_deleted' => '已刪除圖示',
|
||
'no_icon' => '未提供圖示',
|
||
'icon_updated' => '已更新圖示',
|
||
],
|
||
'export' => [
|
||
'modal' => '您想要如何匯出 :egg?',
|
||
'as' => '匯出為 .:format',
|
||
],
|
||
'in_use' => '使用中',
|
||
'servers' => '伺服器',
|
||
'name' => '名稱',
|
||
'egg_uuid' => 'Egg UUID',
|
||
'egg_id' => 'Egg ID',
|
||
'name_help' => '用於識別此 Egg 的簡短易讀名稱。',
|
||
'author' => '作者',
|
||
'uuid_help' => '這是此 Egg 的全域唯一識別碼,Wings 會使用它作為識別。',
|
||
'author_help' => '此版本 Egg 的作者。',
|
||
'author_help_edit' => '此版本 Egg 的作者。從不同的作者上傳新設定將會改變此項目。',
|
||
'description' => '說明',
|
||
'description_help' => '此 Egg 的說明,將在面板需要時顯示。',
|
||
'add_startup' => '新增啟動指令',
|
||
'startup_command' => '指令',
|
||
'startup_commands' => '啟動指令',
|
||
'startup_name' => '顯示名稱',
|
||
'startup_help' => '使用此 Egg 的伺服器可用的啟動指令。第一個為預設指令。',
|
||
'file_denylist' => '檔案拒絕名單',
|
||
'file_denylist_help' => '終端使用者不允許編輯的檔案名單。',
|
||
'features' => '功能',
|
||
'force_ip' => '強制傳出 IP',
|
||
'force_ip_help' => '強制將所有傳出網路流量的來源 IP 進行 NAT 轉換為伺服器主要分配 IP。當節點有多個公共 IP 位址時,為確保某些遊戲正常運作,此選項為必要。啟用此選項將會停用任何使用此 Egg 的伺服器的內部網路,導致它們無法在內部存取同一節點上的其他伺服器。',
|
||
'tags' => '標籤',
|
||
'update_url' => '更新網址',
|
||
'update_url_help' => '網址必須直接指向原始的 .json 檔案',
|
||
'add_image' => '新增 Docker 映像檔',
|
||
'docker_images' => 'Docker 映像檔',
|
||
'docker_name' => '映像檔名稱',
|
||
'docker_uri' => '映像檔 URI',
|
||
'docker_help' => '使用此 Egg 的伺服器可用的 Docker 映像檔。第一個為預設映像檔。',
|
||
|
||
'stop_command' => '停止指令',
|
||
'stop_command_help' => '應傳送至伺服器程序以優雅地停止它們的指令。如果您需要傳送 SIGINT,請在此輸入 ^C。',
|
||
'copy_from' => '複製設定來源',
|
||
'copy_from_help' => '如果您想要預設使用另一個 Egg 的設定,請從上方選單中選擇它。',
|
||
'none' => '無',
|
||
'start_config' => '啟動設定',
|
||
'start_config_help' => '守護程序在啟動伺服器時應尋找以判斷是否完成的值清單。',
|
||
'config_files' => '設定檔',
|
||
'config_files_help' => '這應該是要修改的設定檔及其應變更部分的 JSON 表示形式。',
|
||
'log_config' => '日誌設定',
|
||
'log_config_help' => '這應該是日誌檔案儲存位置,以及守護程序是否應建立自訂日誌的 JSON 表示形式。',
|
||
|
||
'environment_variable' => '環境變數',
|
||
'default_value' => '預設值',
|
||
'user_permissions' => '使用者權限',
|
||
'viewable' => '可檢視',
|
||
'editable' => '可編輯',
|
||
'rules' => '規則',
|
||
'add_new_variable' => '新增變數',
|
||
|
||
'error_unique' => '已有相同名稱的變數存在。',
|
||
'error_required' => '環境變數欄位為必填。',
|
||
'error_reserved' => '此環境變數是保留的,無法使用。',
|
||
|
||
'script_from' => '腳本來源',
|
||
'script_container' => '腳本容器',
|
||
'script_entry' => '腳本入口',
|
||
'script_install' => '安裝腳本',
|
||
'no_eggs' => '沒有 Egg',
|
||
'no_servers' => '沒有伺服器',
|
||
'no_servers_help' => '沒有伺服器分配給此 Egg',
|
||
|
||
'update' => '更新|更新選取的項目',
|
||
'updated' => 'Egg 已更新|已更新 :count / :total 個 Egg',
|
||
'updated_failed' => '失敗 :count 個',
|
||
'updated_skipped' => '略過 :count 個',
|
||
'update_success' => '已成功更新 :egg',
|
||
'update_failed' => '無法更新 :egg',
|
||
'update_question' => '您確定要更新這個 Egg 嗎?|您確定要更新選取的 Egg 嗎?',
|
||
'update_description' => '如果您對這個 Egg 做了任何變更,它們將被覆寫!|如果您對這些 Egg 做了任何變更,它們將被覆寫!',
|
||
'no_updates' => '選取的 Egg 沒有可用的更新',
|
||
'cannot_update' => '無法更新 :count 個 Egg',
|
||
'no_update_url' => '以下 Egg 未設定有效的更新網址::eggs',
|
||
'cannot_delete' => '無法刪除 :count 個 Egg',
|
||
'eggs_have_servers' => '以下 Egg 擁有伺服器,無法刪除::eggs',
|
||
'updated_from' => '成功從以下網址更新::url',
|
||
'update_error' => '錯誤::error',
|
||
'updated_eggs' => '已更新::eggs',
|
||
'failed_eggs' => '失敗::eggs',
|
||
'skipped_eggs' => '略過::eggs',
|
||
];
|