Files
panel/lang/zh_TW/notifications.php
github-actions[bot] 9e0f7cee35 New Crowdin Translations (#2421)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-07-02 08:24:53 -04:00

23 lines
800 B
PHP

<?php
return [
'open_server' => '開啟伺服器',
'installation_completed' => '伺服器安裝已完成',
'installation_failed' => '伺服器安裝失敗',
'reinstallation_completed' => '伺服器重新安裝已完成',
'reinstallation_failed' => '伺服器重新安裝失敗',
'backup_completed' => '備份已完成',
'backup_failed' => '備份失敗',
'backup_body' => '伺服器「:server」的備份「:name」',
'view_backups' => '檢視備份',
'failed' => '失敗',
'user_added' => [
'title' => '已新增至伺服器',
'body' => '您已被新增為 :server 的子使用者。',
],
'user_removed' => [
'title' => '已從伺服器移除',
'body' => '您已從 :server 的子使用者中移除。',
],
];