Files
EasySoft-ZenTaoPMS/module/metric/lang/fr.php
T

267 lines
13 KiB
PHP
Executable File
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
$lang->metric->common = "Metric";
$lang->metric->name = "Name";
$lang->metric->stage = "Stage";
$lang->metric->scope = "Scope";
$lang->metric->object = "Object";
$lang->metric->purpose = "Purpose";
$lang->metric->unit = "Unit";
$lang->metric->code = "Metric Code";
$lang->metric->desc = "Description";
$lang->metric->formula = "Formula";
$lang->metric->when = "Collection Method";
$lang->metric->createdBy = "Created By";
$lang->metric->implement = "Implement";
$lang->metric->delist = "delist";
$lang->metric->implementedBy = "Implemented By";
$lang->metric->offlineBy = "Offline By";
$lang->metric->lastEdited = "Last Edited";
$lang->metric->value = "Value";
$lang->metric->date = "Date";
$lang->metric->metricData = "Metric Data";
$lang->metric->system = "System";
$lang->metric->weekCell = "%s,Week %s";
$lang->metric->create = "Create " . $this->lang->metric->common;
$lang->metric->edit = "Edit " . $this->lang->metric->common;
$lang->metric->afterCreate = "After Saving";
$lang->metric->definition = "Definition";
$lang->metric->declaration = "Definition";
$lang->metric->customUnit = "Custom Unit";
$lang->metric->delist = "Delist";
$lang->metric->preview = "Preview";
$lang->metric->metricList = "Metric List";
$lang->metric->manage = "Manage";
$lang->metric->exitManage = "Exit manage";
$lang->metric->filters = 'Filter Settings';
$lang->metric->details = 'Details';
$lang->metric->remove = 'Remove';
$lang->metric->zAnalysis = 'Z Analysis';
$lang->metric->sqlStatement = "SQL Statement";
$lang->metric->other = "Other";
$lang->metric->collectType = 'Collect Type';
$lang->metric->oldMetricInfo = 'Measurement Info';
$lang->metric->verifyFile = 'Verify File';
$lang->metric->verifyResult = 'Verify Result';
$lang->metric->publish = 'Publish';
$lang->metric->moveFailTip = 'Failed to move the metric file.';
$lang->metric->selectCount = '%s metrics';
$lang->metric->testMetric = 'Test Metric';
$lang->metric->calcTime = 'Calculate Time';
$lang->metric->viewType = new stdclass();
$lang->metric->viewType->single = 'Single view';
$lang->metric->viewType->multiple = 'Multiple view';
$lang->metric->descTip = 'Enter the meaning, purpose, and impact of the metric';
$lang->metric->definitionTip = 'Enter the calculation rules and filtering conditions of the metric';
$lang->metric->emptyCollect = 'There are no collect metrics at this time.';
$lang->metric->moveFailTip = 'Move metric file failed';
$lang->metric->maxSelect = 'A maximum of %s metrics can be selected';
$lang->metric->maxSelectTip = 'Multiple metrics can be selected across a range, up to a maximum of %s.';
$lang->metric->upgradeTip = 'This measure is supported by an earlier version. If you want to edit it, reconfigure it according to the rules for configuring the measure of the latest version. Also note that the new version of the measure no longer supports the SQL editor and cannot be referenced by the report template for the time being. Check whether you need to edit it.';
$lang->metric->saveSqlMeasSuccess = "Query successresult is%s";
$lang->metric->noDesc = "No description available";
$lang->metric->noFormula = "No calculation rules available";
$lang->metric->noCalc = "The PHP algorithm for this metric has not been implemented yet";
$lang->metric->noSQL = "No SQL";
$lang->metric->legendBasicInfo = 'Basic Information';
$lang->metric->legendCreateInfo = 'Creation and Editing Information';
$lang->metric->confirmDelete = "Are you sure you want to delete?";
$lang->metric->confirmDelist = "Are you sure you want to delist?";
$lang->metric->notExist = "The measure does not exist";
$lang->metric->browse = 'Browse Metrics';
$lang->metric->browseAction = 'Metric List';
$lang->metric->viewAction = 'View Metric';
$lang->metric->editAction = 'Edit Metric';
$lang->metric->implementAction = 'Implement Metric';
$lang->metric->deleteAction = 'Delete Metric';
$lang->metric->implementAction = 'Implement Metric';
$lang->metric->deleteAction = 'Delete Metric';
$lang->metric->stageList = array();
$lang->metric->stageList['wait'] = "Not Released";
$lang->metric->stageList['released'] = "Released";
$lang->metric->featureBar['browse']['all'] = 'All';
$lang->metric->featureBar['browse']['wait'] = 'Not Released';
$lang->metric->featureBar['browse']['released'] = 'Released';
$lang->metric->featureBar['preview']['project'] = 'Project';
$lang->metric->featureBar['preview']['product'] = 'Product';
$lang->metric->featureBar['preview']['execution'] = 'Execution';
$lang->metric->featureBar['preview']['dept'] = 'Team';
$lang->metric->featureBar['preview']['user'] = 'Individual';
$lang->metric->featureBar['preview']['program'] = 'Program';
$lang->metric->featureBar['preview']['system'] = 'System';
$lang->metric->featureBar['preview']['code'] = 'Code Repository';
$lang->metric->featureBar['preview']['pipeline'] = 'Pipeline';
$lang->metric->more = 'More';
$lang->metric->collect = 'My Collect';
$lang->metric->collectStar = 'Collect';
$lang->metric->oldMetric = new stdclass();
$lang->metric->oldMetric->sql = 'SQL';
$lang->metric->oldMetric->tip = 'This is the implementation of the old metric';
$lang->metric->moreSelects = array();
$lang->metric->unitList = array();
$lang->metric->unitList['count'] = 'Count';
$lang->metric->unitList['measure'] = 'Man-hour';
$lang->metric->unitList['hour'] = 'Hour';
$lang->metric->unitList['day'] = 'Day';
$lang->metric->unitList['manday'] = 'Man-day';
$lang->metric->afterCreateList = array();
$lang->metric->afterCreateList['back'] = 'Back to List Page';
$lang->metric->afterCreateList['implement'] = 'Implement Metric';
$lang->metric->dateList = array();
$lang->metric->dateList['year'] = 'Year';
$lang->metric->dateList['month'] = 'Month';
$lang->metric->dateList['week'] = 'Week';
$lang->metric->dateList['day'] = 'Day';
$lang->metric->purposeList = array();
$lang->metric->purposeList['scale'] = "Scale Estimation";
$lang->metric->purposeList['time'] = "Time Control";
$lang->metric->purposeList['cost'] = "Cost Calculation";
$lang->metric->purposeList['hour'] = "Hourly Statistics";
$lang->metric->purposeList['qc'] = "Quality Control";
$lang->metric->purposeList['rate'] = "Enhanced Efficiency";
$lang->metric->purposeList['other'] = "Other";
$lang->metric->scopeList = array();
$lang->metric->scopeList['system'] = "System";
$lang->metric->scopeList['program'] = "Program Set";
$lang->metric->scopeList['product'] = "Product";
$lang->metric->scopeList['project'] = "Project";
$lang->metric->scopeList['execution'] = "Execution";
$lang->metric->scopeList['dept'] = "Team";
$lang->metric->scopeList['user'] = "Individual";
$lang->metric->scopeList['code'] = "Code Repository";
$lang->metric->scopeList['pipeline'] = "Pipeline";
$lang->metric->scopeList['other'] = "Other";
global $config;
$lang->metric->objectList = array();
$lang->metric->objectList['program'] = "Program Set";
$lang->metric->objectList['line'] = "Product Line";
$lang->metric->objectList['product'] = "Product";
$lang->metric->objectList['project'] = "Project";
$lang->metric->objectList['productplan'] = "Plan";
$lang->metric->objectList['execution'] = "Execution";
$lang->metric->objectList['release'] = "Release";
$lang->metric->objectList['story'] = $lang->SRCommon;
$lang->metric->objectList['requirement'] = $lang->URCommon;
$lang->metric->objectList['task'] = "Task";
$lang->metric->objectList['bug'] = "Bug";
$lang->metric->objectList['case'] = "Test Case";
$lang->metric->objectList['user'] = "User";
$lang->metric->objectList['effort'] = "Effort";
$lang->metric->objectList['doc'] = "Document";
if($config->edition != 'open')
{
$lang->metric->objectList['feedback'] = "Feedback";
$lang->metric->objectList['risk'] = "Risk";
$lang->metric->objectList['issue'] = "Issue";
}
$lang->metric->objectList['review'] = "Review";
$lang->metric->objectList['other'] = "Other";
$lang->metric->filter = new stdclass();
$lang->metric->filter->common = 'Filter';
$lang->metric->filter->scope = 'Scope';
$lang->metric->filter->object = 'Object';
$lang->metric->filter->purpose = 'Purpose';
$lang->metric->filter->clear = 'Clear All';
$lang->metric->filter->clearAction = 'Clear selected %s';
$lang->metric->filter->checkedInfo = 'SelectedScope(%s)、Object(%s)、Purpose(%s)';
$lang->metric->filter->filterTotal = 'Filter Result(%s)';
$lang->metric->implementInstructions = "Implementation Instructions";
$lang->metric->implementTips = array();
$lang->metric->implementTips[] = '1. Download the metric template code.php. Note: The file name should be consistent with the metric code.';
$lang->metric->implementTips[] = '2. Perform coding and development operations on the file, referring to the manual for instructions.';
$lang->metric->implementTips[] = '3. Place the developed code.php file in the [User Zentao Directory]/tmp/metric directory.';
$lang->metric->implementTips[] = '4. Execute the command to grant executable permissions to the file.';
$lang->metric->verifyList = array();
$lang->metric->verifyList['checkCustomCalcExists'] = 'Check whether the metric exists';
$lang->metric->verifyList['checkCalcClass'] = 'Check the metric class name is correct';
$lang->metric->verifyList['checkCalcMethods'] = 'Check whether the metrics defines the required methods';
$lang->metric->weekList = array();
$lang->metric->weekList['1'] = 'Monday';
$lang->metric->weekList['2'] = 'Tuesday';
$lang->metric->weekList['3'] = 'Wednesday';
$lang->metric->weekList['4'] = 'Thursday';
$lang->metric->weekList['5'] = 'Friday';
$lang->metric->weekList['6'] = 'Saturday';
$lang->metric->weekList['0'] = 'Sunday';
$lang->metric->old = new stdclass();
$lang->metric->old->scopeList = array();
$lang->metric->old->scopeList['project'] = 'project';
$lang->metric->old->scopeList['product'] = $lang->productCommon;
$lang->metric->old->scopeList['sprint'] = 'stage';
$lang->metric->old->purposeList = array();
$lang->metric->old->purposeList['scale'] = 'Scale';
$lang->metric->old->purposeList['duration'] = 'Duration';
$lang->metric->old->purposeList['workload'] = 'Workload';
$lang->metric->old->purposeList['cost'] = 'Cost';
$lang->metric->old->purposeList['quality'] = 'Quality';
$lang->metric->old->objectList = array();
$lang->metric->old->objectList['staff'] = 'Staff';
$lang->metric->old->objectList['finance'] = 'Finance';
$lang->metric->old->objectList['case'] = 'case';
$lang->metric->old->objectList['bug'] = 'Bug';
$lang->metric->old->objectList['review'] = 'Review';
$lang->metric->old->objectList['stage'] = 'Stage';
$lang->metric->old->objectList['program'] = 'Program';
$lang->metric->old->objectList['softRequest'] = 'SoftRequest';
$lang->metric->old->objectList['userRequest'] = 'UserRequest';
$lang->metric->old->collectTypeList = array();
$lang->metric->old->collectTypeList['crontab'] = 'Crontab';
$lang->metric->old->collectTypeList['action'] = 'Action';
$lang->metric->tips = new stdclass();
$lang->metric->tips->nameError = 'Error in MySQL function name, please check function name.';
$lang->metric->tips->createError = 'Failed to create a custom function for MySQL. Error message:<br/> %s';
$lang->metric->tips->noticeSelect = 'SQL statements can only be query statements';
$lang->metric->tips->noticeBlack = 'SQL contains the disable SQL keyword %s';
$lang->metric->tips->noticeVarName = 'The variable name is not set';
$lang->metric->tips->noticeVarType = 'The type of the variable %s is not set';
$lang->metric->tips->noticeShowName = 'The show name of the variable %s is not set';
$lang->metric->tips->noticeQueryValue = 'The query value of the variable %s is not set';
$lang->metric->tips->showNameMissed = 'The show name of the variable %s is not set';
$lang->metric->tips->errorSql = 'SQL statement error! Error:';
$lang->metric->tips->click2SetParams = 'Please click on the red variable block to set parameters, and then';
$lang->metric->tips->view = 'View';
$lang->metric->tips->click2InsertData = "Click <span class='ke-icon-holder'></span> to insert a metric or report";
$lang->metric->param = new stdclass();
$lang->metric->param->varName = 'Variable Name';
$lang->metric->param->showName = 'Show Name';
$lang->metric->param->varType = 'Type';
$lang->metric->param->defaultValue = 'Default Value';
$lang->metric->param->queryValue = 'Query Value';
$lang->metric->param->typeList['input'] = 'Input';
$lang->metric->param->typeList['date'] = 'Date';
$lang->metric->param->typeList['select'] = 'Select';
$lang->metric->param->options['project'] = $lang->projectCommon . 'List';
$lang->metric->param->options['product'] = $lang->productCommon . 'List';
$lang->metric->param->options['sprint'] = $lang->projectCommon . 'List';