Files
panel/lang/zh_TW/admin/log.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

27 lines
889 B
PHP
Raw Permalink 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 [
'empty_table' => '太棒了!沒有錯誤!',
'total_logs' => '總日誌數',
'error' => '錯誤',
'warning' => '警告',
'notice' => '通知',
'info' => '資訊',
'debug' => '除錯',
'navigation' => [
'panel_logs' => '面板日誌',
],
'actions' => [
'upload_logs' => '上傳日誌?',
'upload_logs_description' => '這將把 :file 上傳至 :url您確定要這麼做嗎',
'view_logs' => '檢視日誌',
'log_not_found' => '找不到日誌!',
'log_not_found_description' => '找不到 :filename 的日誌',
'failed_to_upload' => '上傳失敗。',
'failed_to_upload_description' => 'HTTP 狀態::status',
'log_upload' => '日誌已上傳!',
'log_upload_action' => '檢視日誌',
'upload_tooltip' => '上傳至 :url',
],
];