* finish task#1671. * finish task#1672. * finish task#1674. * finish task#1675. * finish task#1676. * finish task#1668.
17 lines
538 B
PHP
17 lines
538 B
PHP
<?php
|
|
$lang->custom->common = '自定义配置';
|
|
$lang->custom->custom = '自定义配置';
|
|
$lang->custom->key = '键';
|
|
$lang->custom->value = '值';
|
|
|
|
$lang->custom->story = '需求';
|
|
$lang->custom->task = '任务';
|
|
$lang->custom->bug = 'Bug';
|
|
$lang->custom->testcase = '测试用例';
|
|
$lang->custom->testtask = '测试任务';
|
|
$lang->custom->todo = '待办';
|
|
$lang->custom->user = '用户';
|
|
|
|
$lang->custom->restore = '恢复默认';
|
|
$lang->custom->confirmRestore = '是否要恢复默认语言配置?';
|