2025-10-08 16:00:47 -04:00

45 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'heading' => '歡迎來到 Pelican!',
'version' => '版本::version',
'advanced' => '進階設定',
'server' => '伺服器',
'user' => '使用者',
'sections' => [
'intro-developers' => [
'heading' => '為開發人員提供的資訊',
'content' => '感謝您試用開發版本!',
'extra_note' => '如果您遇到任何問題,請在 GitHub 上回報。',
'button_issues' => '回報問題',
'button_features' => '參與功能討論',
],
'intro-update-available' => [
'heading' => '有可用的更新',
'content' => ':latestVersion 現已推出!請閱讀我們的文件以更新您的管理面板。',
],
'intro-no-update' => [
'heading' => '你的面板已是最新版本',
'content' => '目前使用的版本為: :version。 您的面板已是最新版本!',
],
'intro-first-node' => [
'heading' => '未偵測到節點',
'content' => '看起來您尚未設定任何節點,不過別擔心,您可以點擊操作按鈕來建立第一個節點!',
'extra_note' => '如果您遇到任何問題,請在 GitHub 上回報。',
'button_label' => '在 Pelican 建立第一個節點',
],
'intro-support' => [
'heading' => '支持 Pelican',
'content' => '感謝您使用 Pelican這一切的成就都要歸功於您、我們的貢獻者以及所有支持者的協助與支持',
'extra_note' => '我們由衷感謝任何形式的支持。',
'button_translate' => '協助翻譯',
'button_donate' => '直接抖內',
],
'intro-help' => [
'heading' => '需要幫助?',
'content' => '建議先閱讀文檔,如果還有需要幫助的地方,歡迎到我們的 Discord 伺服器詢問!',
'button_docs' => '閱讀文檔',
],
],
];