policy:
name=Name
new=New JSON Protection Policy
edit=Edit JSON Protection Policy
new_rule=New JSON Protection Policy Item
edit_rule=Edit JSON Protection Policy Item
id=ID
rule=Rule
select=Please Select...
enable_ack_sig=Signature Detection
ack_sig_tip=To apply the feature, you must enable Known Attacks -> Signatures.
 
rule:
name=Name
new=New JSON Protection Rule
edit=Edit JSON Protection Rule
host_status=Host status
host=Host
err_host=The host must be selected.
url=Request URL
url_type=Request URL type
action=Action
severity=Severity
trigger=Trigger Policy
block_period=Block Period
block_period_unit=Seconds (1 - 3600)
send_403_forbidden=Send 403 Forbidden
select=Please Select...
simple=Simple String
regex=Regular Expression
schema_validation=Schema Validation
json_limit=JSON Limits
total_data_size=Total Size of JSON Data
key_size=Key Size
key_num=Total Key Number
value_size=Value Size
value_num=Total Value Number
value_num_array=Value Number in an Array
obj_depth=Object Depth
total_data_size_limit=is an invalid value.\nThe value must be between 0~10240.
key_size_limit=is an invalid value.\nThe value must be between 0~10240.
key_num_limit=is an invalid value.\nThe value must be between 0~2147483647.
value_size_limit=is an invalid value.\nThe value must be between 0~10240.
value_num_limit=is an invalid value.\nThe value must be between 0~2147483647.
value_num_array_limit=is an invalid value.\nThe value must be between 0~2147483647.
obj_depth_limit=is an invalid value.\nThe value must be between 0~2147483647.

schema:
name=Name
file_name=File Name
new=New JSON Schema
edit=Edit JSON Schema
upload_file=Upload File
no_file=Please select a file to upload
err_char=The file name are not allowed:< > ( ) # \" \'
view_details=View Details
err_name_char=Names can only contain A-Z, a-z, 0-9, _, and -
