这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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.
 
 
 
 
 
 

125 lines
3.0 KiB

{
"component": {
"localizable_input": {
"placeholder": "Select localized resources",
"resources": {
"fiexed": {
"group": "Define",
"label": "Fiexed",
"placeholder": "Please enter custom content"
},
"localization": {
"group": "Localization",
"placeholder": "Please select a name"
}
}
},
"extra_property_dictionary": {
"title": "Extra properties",
"key": "Key",
"value": "Value",
"actions": {
"title": "Actions",
"create": "Add",
"update": "Edit",
"delete": "Delete",
"clean": "Clean"
},
"itemWillBeDeleted": "{key} will be deleted!",
"validator": {
"duplicateKey": "A key of the same name has been added"
}
},
"value_type_nput": {
"type": {
"name": "Type",
"FREE_TEXT": {
"name": "Free Text"
},
"TOGGLE": {
"name": "Toggle"
},
"SELECTION": {
"name": "Selection",
"displayText": "Display Text",
"displayTextNotBeEmpty": "Display text cannot be empty",
"value": "value",
"duplicateKeyOrValue": "The name or value of the selection is not allowed to be repeated",
"itemsNotBeEmpty": "Selectable items cannot be empty",
"itemsNotFound": "The selection is not included in the optional list",
"actions": {
"title": "Actions",
"create": "Add",
"update": "Edit",
"delete": "Delete",
"clean": "Clean"
},
"modal": {
"title": "Selection"
}
}
},
"validator": {
"name": "Validator",
"isInvalidValue": "The value failed to pass {0}; check the validator options.",
"NULL": {
"name": "None"
},
"BOOLEAN": {
"name": "Boolean"
},
"NUMERIC": {
"name": "Numeric",
"minValue": "Min Value",
"maxValue": "Max Value"
},
"STRING": {
"name": "String",
"allowNull": "Allow Null",
"minLength": "Min Length",
"maxLength": "Max Length",
"regularExpression": "Regular Expression"
}
}
},
"simple_state_checking": {
"title": "State checking",
"actions": {
"create": "Add",
"update": "Edit",
"delete": "Delete",
"clean": "Clean"
},
"table": {
"name": "Name",
"properties": "Properties",
"actions": "Actions"
},
"form": {
"name": "State checking"
},
"requireAuthenticated": {
"title": "Require Authenticated"
},
"requireFeatures": {
"title": "Require Features",
"requiresAll": "Requires All",
"requiresAllDesc": "If checked, all selected features need to be enabled.",
"featureNames": "Required features"
},
"requireGlobalFeatures": {
"title": "Require Global Features",
"featureNames": "Required Global Features"
},
"requirePermissions": {
"title": "Require Permissions",
"requiresAll": "Requires All",
"requiresAllDesc": "If checked, you need to have all the selected permissions.",
"permissions": "Required Permissions"
}
},
"table": {
"selectedItemWellBeDeleted": "Multiple items selected will be deleted!"
}
}
}