mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
73 lines
2.2 KiB
PHP
73 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'nav_title' => '外掛',
|
|
'model_label' => '外掛',
|
|
'model_label_plural' => '外掛',
|
|
|
|
'name' => '名稱',
|
|
'update_available' => '此外掛有可用的更新',
|
|
'author' => '作者',
|
|
'version' => '版本',
|
|
'category' => '類別',
|
|
'status' => '狀態',
|
|
'visit_website' => '造訪網站',
|
|
'settings' => '設定',
|
|
'install' => '安裝',
|
|
'uninstall' => '解除安裝',
|
|
'update' => '更新',
|
|
'enable' => '啟用',
|
|
'disable' => '停用',
|
|
'import_from_file' => '從檔案匯入',
|
|
'import_from_url' => '從網址匯入',
|
|
'file' => '檔案',
|
|
'no_plugins' => '沒有外掛',
|
|
'all' => '全部',
|
|
'change_load_order' => '變更載入順序',
|
|
'apply_load_order' => '套用載入順序',
|
|
|
|
'enable_theme_modal' => [
|
|
'heading' => '佈景主題已啟用',
|
|
'description' => '您已經啟用了一個佈景主題。啟用多個佈景主題可能會導致視覺錯誤。您確定要繼續嗎?',
|
|
],
|
|
|
|
'status_enum' => [
|
|
'not_installed' => '未安裝',
|
|
'disabled' => '已停用',
|
|
'enabled' => '已啟用',
|
|
'errored' => '發生錯誤',
|
|
'incompatible' => '不相容',
|
|
],
|
|
|
|
'category_enum' => [
|
|
'plugin' => '外掛',
|
|
'theme' => '佈景主題',
|
|
'language' => '語言套件',
|
|
],
|
|
|
|
'notifications' => [
|
|
'goto_plugins' => '前往外掛',
|
|
'background_info' => '此程序可能需要幾秒鐘。完成後會通知您。',
|
|
|
|
'install_started' => '外掛安裝已在背景開始',
|
|
'installed' => '外掛已安裝',
|
|
'install_error' => '無法安裝外掛',
|
|
|
|
'uninstall_started' => '外掛解除安裝已在背景開始',
|
|
'uninstalled' => '外掛已解除安裝',
|
|
'uninstall_error' => '無法解除安裝外掛',
|
|
|
|
'update_started' => '外掛更新已在背景開始',
|
|
'updated' => '外掛已更新',
|
|
'update_error' => '無法更新外掛',
|
|
|
|
'enabled' => '外掛已啟用',
|
|
'disabled' => '外掛已停用',
|
|
'deleted' => '外掛已刪除',
|
|
|
|
'imported' => '外掛已匯入',
|
|
'import_exists' => '具有該 ID 的外掛已存在',
|
|
'import_failed' => '無法匯入外掛',
|
|
],
|
|
];
|