redis数据集插件。
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.
 
 
 
 
 
 

63 lines
4.0 KiB

export const i18n = {
'Plugin-Redis_Host': '数据库地址',
'Plugin-Redis_Port': '端口',
'Plugin-Redis_Password': '密码',
'Plugin-Redis_Table_Data': 'Redis数据集',
'Plugin-Redis_Script_Table_Data': 'Redis程序数据集',
'Plugin-Redis_Query_Condition': '查询条件',
'Plugin-Redis_DB': 'RedisDB数据集',
'Plugin-Redis_Help': '帮助文档',
'Plugin-Redis_Keys_Pattern': '键值的正则表达式',
'Plugin-Redis_Keys_Pattern_Search': '搜索',
'Plugin-Redis_DB_Index': '数据库编号',
'Plugin-Redis_Preview': '预览',
'Plugin-Redis_Refresh': '刷新',
'Plugin-Redis_Formula': '公式',
'Plugin-Redis_Query': '查询',
'Plugin-Redis_Connection_Successfully': '连接成功',
'Plugin-Redis_Connection_Failed': '连接失败',
'Plugin-Redis_Script_Text_Description': '可以使用JavaScript脚本来转换查询结果。\n注意1:内置参数$content和$column,分别表示原始的数据集内容(二维数组)和数据集的列名(一维数组)。如果返回一个二维数组,表示仅修改数据集内容,不修改数据集的列名;如果返回一个如下格式的对象:\n{content:[][],column:[]},表示同时修改了数据集的内容和列名。\n注意2:如果希望引用外部JS,可以在脚本框中写入file:///$ENV_HOME/transform.js,其中$ENV_HOME表示当前工作目录。',
'Plugin-Redis_Pool_Max_Total': '最大连接数',
'Plugin-Redis_Script_Query_Text': '查询脚本',
'Plugin-Redis_Pool_Max_Wait': '最大等待时间',
'Plugin-Redis_Pool_Config': '连接池配置',
'Plugin-Redis_Proxy_Config': '跳板服务器设置',
'Plugin-Redis_Proxy_Open': '启用跳板服务器',
'Plugin-Redis_Proxy_Host': '主机地址',
'Plugin-Redis_Proxy_Port': '端口',
'Plugin-Redis_Proxy_Username': '用户名',
'Plugin-Redis_Proxy_Password': '密码',
'Plugin-Redis_Proxy_Private_Key_Path': '秘钥文件',
'Plugin-Redis_Proxy_Private_Key_Tip': 'PEM格式的秘钥文件路径',
'Plugin-Redis_Pool_Block_When_Exhausted': '连接耗尽时阻塞',
'Plugin-Redis_Pool_Lifo': '后进先出',
'Plugin-Redis_Pool_Max_Idle': '最大空闲连接数',
'Plugin-Redis_Pool_Timeout': '超时时间',
'Plugin-Redis_Proxy_Description': '跳板服务器连接仅支持ssh协议(注意:启用跳板服务器将无法使用连接池)',
'Plugin-Redis_Connect_Cluster_Description': '连接集群配置说明',
'Plugin-Redis_Cluster_Config_Description': '1、使用逗号分割集群中的多个数据库地址和端口,必须要求地址和端口数量一致;\n2、所有redis节点的密码必须相同;\n3、连接集群的时候无法使用跳板机。',
'Plugin-Redis_Script_Engine_Type': '脚本引擎',
'Plugin-Redis_Script_Engine_Type_Default': '默认',
'Plugin-Redis_Script_Engine_Type_V8': 'V8高速引擎',
'Plugin-Redis_Proxy_Private_Key_Path_Mark': '请输入服务器文件路径',
'Plugin-Redis_Connection_Form_OriginalCharsetName': '编码',
'Plugin-Redis_Check_Integer': '请输入不小于0的整数',
'Plugin-Redis_Parameter_Insert': '插入',
'Plugin-Redis_Parameter_Delete': '删除',
'Plugin-Redis_Parameter_Move_Up': '上移',
'Plugin-Redis_Parameter_Move_Down': '下移',
'Plugin-Redis_Parameter_Refresh': '刷新',
'Plugin-Redis_Dataset_Parameter_Name': '参数',
'Plugin-Redis_Dataset_Parameter_Value': '值',
'Plugin-Redis_Parameter_Please_Set_Parameter_Name': '请先设置参数名',
'Plugin-Redis_Parameter_Type_String': '字符串',
'Plugin-Redis_Parameter_Type_Int': '整型',
'Plugin-Redis_Parameter_Type_Number': '双精度型',
'Plugin-Redis_Parameter_Type_Date': '日期',
'Plugin-Redis_Parameter_Type_Boolean': '布尔型',
'Plugin-Redis_Parameter_Type_Formula': '公式',
'Plugin-Redis_Parameter_Delete_Confirm': '你确定决定删除选中的项?',
'Plugin-Redis_Parameter_Delete_Alert': '当前列表为空或者你没有选中任何项',
'Plugin-Redis_View': '视图',
'Plugin-Redis_Table': '表',
};