mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
156 lines
7.1 KiB
PHP
156 lines
7.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
'nav_title' => '伺服器',
|
||
'model_label' => '伺服器',
|
||
'model_label_plural' => '伺服器',
|
||
'no_servers' => '沒有伺服器',
|
||
'no_allocations' => '沒有分配',
|
||
'create' => '建立伺服器',
|
||
'ip_address' => 'IP 位址',
|
||
'import_icon' => '匯入圖示',
|
||
'delete_icon' => '刪除圖示',
|
||
'ip_address_helper' => '通常是您機器的公共 IP,除非您正在進行通訊埠轉發。',
|
||
'port' => '連接埠',
|
||
'ports' => '連接埠',
|
||
'alias' => '別名',
|
||
'alias_helper' => '可選的顯示名稱,可幫助您記住這些是什麼。',
|
||
'locked' => '已鎖定?',
|
||
'locked_helper' => '使用者將無法刪除已鎖定的分配',
|
||
'lock' => '鎖定',
|
||
'unlock' => '解鎖',
|
||
'name' => '名稱',
|
||
'external_id' => '外部 ID',
|
||
'owner' => '擁有者',
|
||
'description' => '說明',
|
||
'install_script' => '執行安裝腳本?',
|
||
'start_after' => '安裝後啟動?',
|
||
'yes' => '是',
|
||
'no' => '否',
|
||
'skip' => '略過',
|
||
'primary' => '主要',
|
||
'already_primary' => '已是主要',
|
||
'make_primary' => '設為主要',
|
||
'startup_cmd' => '啟動指令',
|
||
'startup_name' => '啟動名稱',
|
||
'default_startup' => '預設啟動指令',
|
||
'startup_placeholder' => '輸入自訂啟動指令',
|
||
'variables' => '變數',
|
||
'resource_limits' => '資源限制',
|
||
'cpu' => 'CPU',
|
||
'cpu_limit' => 'CPU 限制',
|
||
'cpu_helper' => '100% 等於一個 CPU 執行緒。',
|
||
'unlimited' => '無限制',
|
||
'limited' => '有限制',
|
||
'enabled' => '已啟用',
|
||
'disabled' => '已停用',
|
||
'memory' => '記憶體',
|
||
'memory_limit' => '記憶體限制',
|
||
'memory_helper' => 'Wings 在建立容器時會將額外開銷加到此數值,以確保在使用最大記憶體時不會耗盡資源。',
|
||
'disk' => '磁碟空間',
|
||
'disk_limit' => '磁碟空間限制',
|
||
'advanced_limits' => '進階限制',
|
||
'cpu_pin' => 'CPU 綁定',
|
||
'threads' => '綁定的執行緒',
|
||
'pin_help' => '新增綁定的執行緒,例如 0 或 2-4',
|
||
'swap' => '交換記憶體',
|
||
'swap_limit' => '交換記憶體限制',
|
||
'oom' => 'OOM 終止程式',
|
||
'feature_limits' => '功能限制',
|
||
'docker_settings' => 'Docker 設定',
|
||
'docker_image' => 'Docker 映像檔',
|
||
'image_name' => '映像檔名稱',
|
||
'primary_allocation' => '主要分配',
|
||
'image' => '映像檔',
|
||
'image_placeholder' => '輸入自訂映像檔',
|
||
'container_labels' => '容器標籤',
|
||
'title' => '標題',
|
||
'actions' => '動作',
|
||
'console' => '主控台',
|
||
'suspend' => '停權',
|
||
'unsuspend' => '解除停權',
|
||
'reinstall' => '重新安裝',
|
||
'reinstall_help' => '這將使用指定的 Egg 安裝腳本重新安裝伺服器。',
|
||
'reinstall_modal_heading' => '您確定要重新安裝此伺服器嗎?',
|
||
'reinstall_modal_description' => '!! 這可能會導致無法復原的資料遺失 !!',
|
||
'server_status' => '伺服器狀態',
|
||
'view_install_log' => '檢視安裝日誌',
|
||
'uuid' => 'UUID',
|
||
'node' => '節點',
|
||
'short_uuid' => '短 UUID',
|
||
'toggle_install' => '切換安裝狀態',
|
||
'toggle_install_help' => '如果您需要將安裝狀態從未安裝變更為已安裝,反之亦然,您可以使用此按鈕進行操作。',
|
||
'toggle_install_failed_header' => '伺服器處於失敗狀態',
|
||
'toggle_install_failed_desc' => '您想要重新安裝伺服器以修正此問題嗎?',
|
||
'transfer' => '轉移',
|
||
'transfer_help' => '將此伺服器轉移到連接至此面板的另一個節點。<br/><b>警告!</b>此功能仍在實驗階段。請考慮先手動進行備份以避免資料遺失!',
|
||
'condition' => '條件',
|
||
'suspend_all' => '將所有伺服器停權',
|
||
'unsuspend_all' => '解除所有伺服器停權',
|
||
'select_allocation' => '選取分配',
|
||
'new_allocation' => '建立新分配',
|
||
'additional_allocations' => '額外分配',
|
||
'select_additional' => '選取額外分配',
|
||
'no_variables' => '選取的 Egg 沒有變數!',
|
||
'select_egg' => '請先選取一個 Egg 以顯示其變數!',
|
||
'allocations' => '分配',
|
||
'databases' => '資料庫',
|
||
'no_databases' => '此伺服器沒有資料庫',
|
||
'delete_db' => '您確定要刪除 :name 嗎?',
|
||
'delete_db_heading' => '刪除資料庫?',
|
||
'backups' => '備份',
|
||
'egg' => 'Egg',
|
||
'mounts' => '掛載點',
|
||
'no_mounts' => '此節點沒有掛載點',
|
||
'create_database' => '建立資料庫',
|
||
'no_db_hosts' => '沒有資料庫主機',
|
||
'failed_to_create' => '無法建立資料庫',
|
||
'change_egg' => '變更 Egg',
|
||
'new_egg' => '新 Egg',
|
||
'keep_old_variables' => '盡可能保留舊變數?',
|
||
'create_allocation' => '建立分配',
|
||
'add_allocation' => '新增分配',
|
||
'view' => '檢視',
|
||
'no_log' => '沒有可用的日誌',
|
||
'select_backups' => '選取備份',
|
||
'warning_backups' => '請注意,未轉移的備份將被刪除。',
|
||
'tabs' => [
|
||
'information' => '資訊',
|
||
'egg_configuration' => 'Egg 設定',
|
||
'environment_configuration' => '環境設定',
|
||
],
|
||
'notifications' => [
|
||
'server_suspension' => '伺服器停權',
|
||
'server_suspended' => '伺服器已停權',
|
||
'server_already_suspended' => '伺服器已處於停權狀態!',
|
||
'server_suspend_help' => '這將會暫停該伺服器、停止任何執行中的程序,並立即阻止使用者存取其檔案,或透過面板與 API 管理伺服器。',
|
||
'server_unsuspend_help' => '這將會解除伺服器的停權狀態並恢復正常的使用者存取。',
|
||
'server_unsuspended' => '伺服器已解除停權',
|
||
'error_server_delete' => '無法安全地刪除伺服器。',
|
||
'error_server_delete_body' => '您可以強制刪除它。',
|
||
'create_failed' => '無法建立伺服器',
|
||
'invalid_port_range' => '無效的連接埠範圍',
|
||
'invalid_port_range_body' => '您的連接埠範圍不是有效的整數::port',
|
||
'too_many_ports' => '一次有太多連接埠!',
|
||
'too_many_ports_body' => '目前的限制是一次最多 :limit 個連接埠。',
|
||
'invalid_port' => '連接埠不在有效範圍內',
|
||
'invalid_port_body' => ':i 不在 :portFloor-:portCeil 的有效連接埠範圍內',
|
||
'already_exists' => '連接埠已被使用',
|
||
'already_exists_body' => ':i 已被一個分配使用',
|
||
'error_connecting' => '連線至 :node 時發生錯誤',
|
||
'error_connecting_description' => '設定無法在 Wings 上自動同步,您需要手動重新啟動伺服器。',
|
||
'install_toggled' => '已切換安裝狀態',
|
||
'install_toggle_failed' => '無法切換安裝狀態',
|
||
'reinstall_started' => '已開始重新安裝',
|
||
'reinstall_failed' => '無法開始重新安裝',
|
||
'log_failed' => '無法連線至 Wings 以取得伺服器安裝日誌。',
|
||
'transfer_started' => '已開始轉移',
|
||
'transfer_failed' => '轉移失敗',
|
||
'already_transfering' => '伺服器目前正在轉移中。',
|
||
'backup_transfer_failed' => '備份轉移失敗',
|
||
],
|
||
'notes' => '備註',
|
||
'no_notes' => '沒有備註',
|
||
'none' => '無',
|
||
];
|