From 5c85e73ff0aa467143fe00a6bffc8d24bd35a9af Mon Sep 17 00:00:00 2001 From: StellaSun Date: Tue, 19 Nov 2019 10:57:08 +0800 Subject: [PATCH] =?UTF-8?q?INO-1363=20=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fr/design/i18n/main_en_US.properties | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/design-i18n-report/src/main/resources/com/fr/design/i18n/main_en_US.properties b/design-i18n-report/src/main/resources/com/fr/design/i18n/main_en_US.properties index 1cc3d1c..2286bd8 100644 --- a/design-i18n-report/src/main/resources/com/fr/design/i18n/main_en_US.properties +++ b/design-i18n-report/src/main/resources/com/fr/design/i18n/main_en_US.properties @@ -2433,24 +2433,24 @@ Fine-Designer_PC_Fit_Attr=PC Adaptive Attr Fine-Designer_PC_Element_Case_Fit_Attr=PC element adaptive attr Fine-Design_Form_Functional_When_Unactivated=Widget is selectable Fine-Design_Report_Mobile_Attr_Allow_Zoom=Allow double-click/two-finger zoom - -Fine-Design_CurReport_Variable_Page_Number=The page number which is being edited. -Fine-Design_CurReport_Variable_Total_Page_number=Total page numbers -Fine-Design_CurReport_Variable_Fine_Role=Parameter of user authority -Fine-Design_CurReport_Variable_Fine_Username=Parameter of username -Fine-Design_CurReport_Variable_Fine_Position=Department role of user -Fine-Design_CurReport_Variable_Context_Path=Absolute path of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt\uFF0CcontextPath is /webroot/decision/view -Fine-Design_CurReport_Variable_Formlet_Name=Form name http://localhost:8075/webroot/decision/view/form?viewlet=Form1.frm\uFF0CformName is Form1.frm -Fine-Design_CurReport_Variable_No_Filter=The result is always true when NOFILTER is compared with any other values. -Fine-Design_CurReport_Variable_Null=NULL is a variable which contains nothing. -Fine-Design_CurReport_Variable_Report_Name=Report name http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt\uFF0CreportName is WorkBook1.cpt -Fine-Design_CurReport_Variable_Server_Name=Address or name of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt\uFF0CserverName means localhost -Fine-Design_CurReport_Variable_Server_Port=Server port -Fine-Design_CurReport_Variable_Server_Schema=serverSchema http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt\uFF0CserverSchema is http -Fine-Design_CurReport_Variable_Server_URL=URL of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt\uFF0CserverURL is http://localhost:8075 -Fine-Design_CurReport_Variable_Servlet_URL=http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt\uFF0CservletURL is /webroot/decision/view/report -Fine-Design_CurReport_Variable_SessionID=session id -Fine-Design_Mobile_Tab_Min_Width=Tab min width -Fine-Design_Mobile_Only_Support_Scan_Code_Input=Only scan code input -Fine-Design_Mobile_Only_Support_Manual_Input=Only manual input -Fine-Design__Mobile_Support_Scan_Code_And_Manual_Input=Scan code and manual input \ No newline at end of file +Fine-Design_CurReport_Variable_Page_Number=The current page number. +Fine-Design_CurReport_Variable_Total_Page_number=Total page number. +Fine-Design_CurReport_Variable_Fine_Role=When using permissions, $fine_role is the saved role. +Fine-Design_CurReport_Variable_Fine_Username=When using permissions, $fine_username is the saved username. +Fine-Design_CurReport_Variable_Fine_Position=When using permissions, $fine_position is the department role, in the format: {"jobTitle": "sales manager", "departments": "sales"}, the department role is an array of departments and positions. +Fine-Design_CurReport_Variable_Context_Path=contextPath refers to the server alias of the absolute path, that is, the virtual directory. If you visit: http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt, contextPath is /webroot/decision/view +Fine-Design_CurReport_Variable_Formlet_Name=Dashboard name. If you visit: http://localhost:8075/webroot/decision/view/form?viewlet=Form1.frm, formName is Form1.frm +Fine-Design_CurReport_Variable_No_Filter=The result is always TRUE when NOFILTER is compared with any other values. +Fine-Design_CurReport_Variable_Null=NULL is a variable of no value. +Fine-Design_CurReport_Variable_Report_Name=Report name. If you visit: http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt, reportName is WorkBook1.cpt +Fine-Design_CurReport_Variable_Server_Name=serverName, which refers to the server address or name. If you visit: http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt, serverName refers to: localhost, which is the IP of the access machine. +Fine-Design_CurReport_Variable_Server_Port=serverPort refers to the port that is accessed. +Fine-Design_CurReport_Variable_Server_Schema=serverSchema, which refers to the protocol name. If you visit: http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt, serverSchema means: http +Fine-Design_CurReport_Variable_Server_URL=serverURL refers to the URL of the access service. If you visit: http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt, serverURL is http://localhost:8075 +Fine-Design_CurReport_Variable_Servlet_URL=If you visit http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt, servletURL refers to: /webroot/decision/view/report +Fine-Design_CurReport_Variable_SessionID=The SessionID is the identifier that returns the user session. When a session is created, the server generates an identity for each session, and the session ID is returned as a long integer data type. The SessionID equals the record of the session ID. The SessionID is mostly used for statistics on the WEB page. +Fine-Design_Mobile_Tab_Min_Width=Tab Min Width +Fine-Design_Mobile_Only_Support_Scan_Code_Input=Scan Code Input Only +Fine-Design_Mobile_Only_Support_Manual_Input=Manual Input Only +Fine-Design__Mobile_Support_Scan_Code_And_Manual_Input=Scan Code or Manual Input +Fine-Design_CurReport_Variable_Total_Page_Number=Total page number. \ No newline at end of file