You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

223 lines
12 KiB

1 year ago
{
"menu.engine.rule":"Rule Engine",
"menu.engine.rule.resources": "Resources Manager",
"menu.engine.rule.authorization": "Authorization Manager",
"menu.engine.rule.workflow": "Workflow",
1 year ago
"menu.engine.rule.dictionary": "Meta Data Manager",
1 year ago
"menu.engine.rule.lib": "Feature Library Manager",
"menu.engine.rule.testcase": "Test Case Manager",
"menu.engine.rule.migration": "Migration",
"re.resources.grid.title": "Resources",
"re.resources.grid.toolbar.addTop": "Top Folder",
"re.resources.grid.toolbar.addChild": "Child Folder",
"re.resources.grid.toolbar.addModel": "Model",
"re.resources.grid.toolbar.addScoreCard": "Score Card",
"re.resources.grid.toolbar.deepClone.tip": "Are you sure to deep clone the resource?",
"re.resources.grid.toolbar.deepCloneNew": "Deep Clone(New Resource)",
"re.resources.grid.toolbar.deepCloneNew.tip": "Are you sure to deep clone the resource as new resource?",
"re.resources.grid.toolbar.design": "View/Design",
"re.resources.grid.toolbar.deploy.online":"Online",
"re.resources.grid.toolbar.deploy.online.tip":"Are you sure to on line the resource?",
"re.resources.grid.toolbar.deploy.offline":"Offline",
"re.resources.grid.toolbar.importExample": "Import Example",
"re.resources.grid.entity.effectiveDate": "Effective Date",
"re.resources.grid.entity.imports": "Imports",
"re.resources.grid.entity.taskName": "Task Name",
"re.resources.grid.entity.taskAssignee": "Task Assignee",
"re.resources.dialog.attachment.title": "Attachment Manager",
"re.resources.dialog.attachment.grid.title": "Attachment List",
"re.resources.dialog.attachment.grid.entity.file": "Please select a file",
"re.resources.designer.dialog.title": "Model Designer - {name} ({status},V{version})",
"re.resources.designer.model.grid.title": "Model Tree",
"re.resources.designer.model.grid.toolbar.addChild": "Add Child Model",
"re.resources.designer.model.grid.toolbar.generateGroovySourceCode": "Generate Groovy Source Code",
"re.resources.designer.model.grid.toolbar.generateGroovySourceCode4TestCase": "Generate Groovy Source Code(Test Case)",
"re.resources.designer.model.grid.entity.executeMode": "Execute Mode",
"re.resources.designer.parameter.tab.title": "Parameter",
"re.resources.designer.testcase.tab.title": "Test Case",
"re.resources.designer.validator.tab.title": "Validator",
"re.resources.designer.processor.tab.title": "Processor",
"re.resources.designer.option.tab.title": "Option",
"re.resources.designer.parameter.grid.title": "Parameter List",
"re.resources.designer.parameter.grid.toolbar.move": "Move",
"re.resources.designer.parameter.grid.toolbar.add.constant": "Constant",
"re.resources.designer.parameter.grid.toolbar.add.in": "Input",
"re.resources.designer.parameter.grid.toolbar.add.inOption": "Input(Option)",
"re.resources.designer.parameter.grid.toolbar.add.indicator": "Indicator",
"re.resources.designer.parameter.grid.toolbar.add.intermediate": "Intermediate",
"re.resources.designer.parameter.grid.toolbar.add.out": "Output",
"re.resources.designer.parameter.grid.toolbar.add.ruleResult": "Rule Output",
"re.resources.designer.parameter.grid.toolbar.add.singleRuleResult": "Single Rule Output",
"re.resources.designer.parameter.grid.toolbar.add.importPmml": "Import PMML",
"re.resources.designer.parameter.grid.entity.valueType": "Value Type",
"re.resources.designer.parameter.grid.entity.valueTypeVersion": "Value Type Version",
"re.resources.designer.parameter.grid.entity.valueScale": "Value Scale",
"re.resources.designer.parameter.grid.entity.valueRoundingMode": "Rounding Mode",
"re.resources.designer.parameter.grid.entity.valueTypeIsList": "Is List",
"re.resources.designer.parameter.grid.entity.libCode": "Library",
"re.resources.designer.parameter.grid.entity.libVersion": "Library Version",
"re.resources.designer.parameter.grid.entity.indicatorCode": "Indicator",
"re.resources.designer.validator.grid.title": "Validator",
"re.resources.designer.validator.grid.entity.content": "Content",
"re.resources.designer.validator.grid.entity.tip": "Error Tip",
1 year ago
"re.resources.designer.option.grid.title": "Options",
"re.resources.designer.option.grid.entity.inputValue": "Input Value",
"re.resources.designer.option.grid.entity.value": "Value",
"re.resources.designer.option.grid.entity.title": "Title",
"re.resources.designer.processor.grid.title": "Processor",
"re.resources.designer.processor.grid.entity.content": "Content",
"re.resources.designer.processor.grid.entity.optionCode": "Option",
"re.resources.designer.processor.grid.entity.arithmetic": "Arithmetic",
"re.resources.designer.processor.grid.entity.ternaryCondition": "Ternary Condition",
"re.resources.designer.processor.grid.entity.ternaryTrue": "Ternary True",
"re.resources.designer.processor.grid.entity.ternaryFalse": "Ternary False",
"re.resources.designer.processor.grid.entity.when": "When Expression",
"re.resources.designer.processor.grid.entity.then": "Then Expression",
"re.resources.designer.processor.grid.entity.isWhenThenShorted": "Shorted",
"re.resources.designer.processor.grid.entity.numberRangeVar": "Number Range",
"re.resources.designer.processor.grid.entity.numberRange": "Number Range",
"re.resources.designer.processor.grid.entity.conditionRangeVar": "Condition Range",
"re.resources.designer.processor.grid.entity.conditionRange": "Condition Range",
"re.resources.designer.processor.grid.entity.decisionTable2C": "Simple Decision Table",
"re.resources.designer.processor.grid.entity.decisionTable": "Decision Table",
"re.resources.designer.processor.grid.entity.groovyScript": "Groovy Script",
"re.resources.designer.processor.grid.entity.sqlDatasourceName": "Datasource Name",
"re.resources.designer.processor.grid.entity.sql": "SQL",
"re.resources.designer.processor.grid.entity.sqlParameterValues": "Parameter Values",
"re.resources.designer.processor.grid.entity.sqlFieldMapping": "Field Mapping",
"re.resources.designer.processor.grid.entity.rule": "Rule",
"re.resources.designer.processor.grid.entity.singleRule": "Single Rule",
"re.resources.designer.testCase.grid.title": "Test Case List",
"re.resources.designer.testCase.grid.entity.testResult": "Result",
"re.resources.designer.testCase.grid.entity.lastTestDate": "Test Date",
"re.resources.designer.testCaseParameter.grid.title": "Test Case Parameter List",
"re.resources.designer.testCaseParameter.grid.entity.inputValue": "Input Value",
"re.resources.designer.testCaseParameter.grid.entity.expectValue": "Expect Value",
"re.resources.designer.testCaseParameter.grid.entity.resultValue": "Result Value",
"re.resources.designer.testCaseParameter.grid.entity.skipCheck": "Skip Check",
1 year ago
"re.resources.designer.testCaseParameter.grid.entity.testResult": "Result",
1 year ago
"re.resources.import.dialog.title": "Import Resource",
1 year ago
"re.resources.importSample.dialog.title": "Import Sample Resource",
"re.resources.importSample.grid.title": "Sample List",
"re.resources.importSample.grid.toolbar.import": "Import Sample",
"re.resources.importSample.grid.toolbar.import.tip": "Are you sure to import the samples?",
1 year ago
"re.dictionary.grid.title": "Meta Data Tree",
"re.dictionary.grid.toolbar.addGroup": "Add New",
"re.dictionary.grid.toolbar.addTop": "Top Folder",
"re.dictionary.grid.toolbar.addChild": "Child Folder",
"re.dictionary.grid.toolbar.addJavaType": "Java Type",
"re.dictionary.grid.toolbar.addUserDefinedJavaClassType": "User Defined Type",
"re.dictionary.grid.toolbar.addEnumType": "Enum Type",
"re.dictionary.grid.toolbar.cloneGroup": "Clone",
"re.dictionary.grid.toolbar.deepClone": "Deep Clone",
"re.dictionary.grid.toolbar.deepClone.tip": "Are you sure to deep clone the meta data?",
"re.dictionary.grid.toolbar.deepCloneNew": "Deep Clone (New Meta Data)",
"re.dictionary.grid.toolbar.deepCloneNew.tip": "Are you sure to deep clone the meta data as a new meta data?",
"re.dictionary.grid.toolbar.generateJson": "Generate JSON",
"re.dictionary.grid.toolbar.deploy": "Deploy",
"re.dictionary.grid.toolbar.deploy.tip": "Are you sure to deploy the meta data?",
"re.dictionary.grid.toolbar.importGroup": "Import",
"re.dictionary.grid.toolbar.import": "Import",
"re.dictionary.grid.toolbar.importSample": "Import Example",
"re.dictionary.grid.entity.javaClassName": "Java Class Name",
"re.dictionary.field.grid.title": "Field List",
"re.dictionary.field.grid.entity.valueType": "Value Type",
"re.dictionary.field.grid.entity.valueTypeIsList": "Is List",
"re.dictionary.field.grid.entity.valueCalculation": "Calculation Expression",
"re.dictionary.enum.grid.title": "Enum List",
"re.dictionary.sampleJson.dialog.title": "Example JSON",
"re.dictionary.import.dialog.title": "Import Meta Data",
"re.dictionary.importSample.dialog.title": "Import Example Meta Data",
"re.dictionary.importSample.grid.title": "Example Meta Data List",
"re.dictionary.importSample.grid.toolbar.import": "Import Example",
"re.dictionary.importSample.grid.toolbar.import.tip": "Are you sure to import the meta data?",
"re.lib.grid.title": "Feature Library Tree",
"re.lib.grid.toolbar.addGroup": "Add New",
"re.lib.grid.toolbar.addTop": "Top Folder",
"re.lib.grid.toolbar.addChild": "Child Folder",
"re.lib.grid.toolbar.addLib": "Feature Library",
"re.lib.grid.toolbar.cloneGroup": "Clone",
"re.lib.grid.toolbar.deepClone": "Deep Clone",
"re.lib.grid.toolbar.deepClone.tip": "Are you sure to clone the Feature Library?",
"re.lib.grid.toolbar.deepCloneNew": "Deep Clone (New Feature Library)",
"re.lib.grid.toolbar.deepCloneNew.tip": "Are you sure to clone the feature library as a new feature library?",
"re.lib.grid.toolbar.generateGroovy": "Generate Groovy Code",
"re.lib.grid.toolbar.deploy": "Deploy",
"re.lib.grid.toolbar.deploy.tip": "Are you sure to deploy the Feature Library?",
"re.lib.grid.toolbar.importGroup": "Import",
"re.lib.grid.toolbar.import": "Import",
"re.lib.grid.toolbar.importSample": "Import Example",
"re.lib.tab.indicator.title": "Feature",
"re.lib.tab.testcase.title": "Test Case",
"re.migration.import.title":"Import ( From The File Uploaded )",
"re.migration.import.subTitle":"",
"re.migration.import.action":"Import",
"re.migration.importFromServer.title":"Import ( From Server File)",
"re.migration.importFromServer.subTitle":"",
1 year ago
"re.migration.importFromServer.serverPath.label":"Please input the path of file in the server",
1 year ago
"re.migration.importFromServer.action":"Import",
"re.migration.export.title":"Export",
"re.migration.export.subTitle":"",
"re.migration.export.action":"Export",
"re.migration.remove.title":"Remove",
"re.migration.remove.subTitle":"Warning: It will remove all data in the engine, and can NOT undo!",
"re.migration.remove.action":"Remove",
"re.migration.remove.action.tip":"Are you sure to remove the all data?",
1 year ago
"re.workflow.task.grid.title":"Task List",
"re.workflow.task.grid.toolbar.viewResource":"View Resource",
"re.workflow.task.grid.toolbar.viewAttachment":"View Attachment",
"re.workflow.task.grid.toolbar.claim":"Claim Task",
"re.workflow.task.grid.toolbar.claim.tip":"Are you sure to claim the task?",
"re.workflow.task.grid.toolbar.unclaim":"Unclaim Task",
"re.workflow.task.grid.toolbar.unclaim.tip":"Are you sure to unclaim the task?",
"re.workflow.task.grid.toolbar.complete":"Complete Task",
"re.workflow.task.grid.toolbar.terminate":"Terminate Task",
"re.workflow.task.grid.toolbar.terminate.tip":"Are you sure to terminate the task?",
"re.workflow.task.grid.entity.processDefinitionId":"Process Definition ID",
"re.workflow.task.grid.entity.processInstanceId":"Process Instance ID",
"re.workflow.task.grid.entity.taskDefinitionId":"Task Definition ID",
"re.workflow.task.grid.entity.taskId":"Task ID",
"re.workflow.task.grid.entity.taskName":"Task Name",
"re.workflow.task.grid.entity.taskAssignee":"Task Assignee",
"re.workflow.task.grid.entity.taskCreateTime":"Task Create Date",
"re.workflow.task.grid.entity.taskEndTime":"Task Complete Date",
"re.workflow.task.grid.entity.taskClaimTime":"Task Claim Date",
"re.workflow.task.grid.entity.taskTreatment":"Task Treatment",
"re.workflow.task.grid.entity.resourceType":"Resource Type",
"re.workflow.task.grid.entity.resourceId":"Resource ID",
"re.workflow.task.grid.entity.resourceCode":"Resource Code",
"re.workflow.task.grid.entity.resourceName":"Resource Name",
"re.workflow.task.grid.entity.resourceVersion":"Resource Version",
"re.workflow.task.grid.entity.resourceStatus":"Resource Status",
"re.workflow.task.grid.entity.attachments":"Attachments",
"re.workflow.historyTask.grid.title":"历史任务列表"
1 year ago
}