tiny-engine/packages/common/i18n/en-us.json

46 lines
1.7 KiB
JSON

{
"common": {
"required": "Mandatory",
"addParameter": "Add",
"deleteParameter": "Delete Parameter",
"selectParameter": "Select Input Parameter",
"parameterName": "Name",
"nameFormat": "Start with a letter and enter only letters, digits, underscores (_), and hyphens (-). Max. characters: 32.",
"description": "Description",
"parameterGroup": "Parameter Group",
"parameterType": "Data Type",
"initialValue": "Initial Value",
"allowEmpty": "Null Allowance",
"condition": "Constraint",
"constraintError": "If either Constraint or Error Message is specified, the other is mandatory.",
"errorTip": "Error Message",
"inputValue": "Enter a value.",
"inputConstraint": "Enter a constraint.",
"inputMessage": "Enter an error message.",
"inputParamName": "Enter a name.",
"inputDescription": "Enter a description.",
"proposal": "Recommended CIDR blocks:",
"selectAParameter": "--Select--",
"typeErrorTip": "The data type of {property} is {type}. Select the same data type.",
"selectParam": "Parameter",
"confirm": "Confirm",
"ok": "OK",
"cancel": "Cancel",
"string": "String",
"number": "Number",
"boolean": "Boolean",
"select": "Select",
"format": "Format",
"save": "Save",
"close": "Close",
"commonParam": "Plain Parameter",
"encryptionParam": "Encrypted Parameter",
"createCommon": "Create Plain Parameter",
"passwordTip1": "Sensitive. Plaintext is risky. You are advised to click ",
"passwordTip2": " to add an encrypted parameter to configure the value.",
"createEncryption": "Create Encrypted Parameter",
"expandExample": "Show Example",
"collapseExample": "Hide Example"
}
}