2023-05-16 10:50:42 +08:00

15 lines
655 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
$lang->bug->importCase = 'Bug導入';
$lang->bug->import = '導入';
$lang->bug->exportTemplate = '導出模板';
$lang->bug->showImport = '顯示導入內容';
$lang->bug->importNotice = '請先導出模板,按照模板格式填寫數據後再導入。';
$lang->bug->noRequire = '第%s行的“%s”是必填欄位不能為空。';
$lang->bug->execStory = $lang->executionCommon . "/{$lang->SRCommon}";
$lang->bug->errorEmail = '%s行的郵箱地址不正確。';
$lang->bug->errorDeadline = '%s行的截至日期應當為合法的日期。';
$lang->bug->new = '新增';
$lang->bug->num = 'Bug記錄數';