@boldreports/global
Version:
Bold Reports by Syncfusion controls for JavaScript with language packs for the localization of ReportViewer and ReportDesigner reporting widgets.
11 lines (10 loc) • 10.9 kB
JavaScript
/*!
* filename: ej.localetexts.en-NZ.min.js
* version : 13.1.33
* Copyright Syncfusion Inc. 2001 - 2026. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
ej.QueryDesigner.Locale["en-NZ"]={storeParameter:{title:"Parameters",ok:"OK",cancel:"Cancel",parameterLable:"Parameter",nullLable:"Null",valueLable:"Value",dataTypeLable:"Data type",closeToolTip:"Close"},parameter:{title:"Parameters",ok:"OK",cancel:"Cancel",parameterLable:"Parameter",nullLable:"Null",valueLable:"Value",dataTypeLable:"Data type",auto:"Auto",text:"Text",closeToolTip:"Close"},filter:{title:"Query Filters",descriptionLable:"List of Table Filters",add:"ADD",save:"OK",cancel:"Cancel",nullLable:"Null",trueLable:"True",falseLable:"False",parameterTooltip:"Include as Parameter",closeToolTip:"Close",numberType:"Number",stringType:"String",intOperatorType:{equals:"Equals",doesNotEqual:"Does Not Equal",greaterThan:"Greater Than",greaterThanOrEqual:"Greater Than Or Equal To",lessThan:"Less Than",lessThanOrEqual:"Less Than Or Equal To",between:"Between",notBetween:"Not Between"},stringOpertorType:{equals:"Equals",startsWith:"Starts With",endWith:"Ends With",contains:"Contains",notContains:"Not Contains"},errorMessage:{dateValidation:"Value is in an invalid date format.",commonContent:"The filter on ",booleanValidation:" has no values. Please provide the values for the filter.",stringValidation:" does not have valid values to filter on. ",noRecordMessage:"No Records found"},queryCondition:{and:"AND",or:"OR"}},previewArea:{dataPreview:"Data Preview",noRecords:"No records to display",generatePreview:"Generate Preview",executeRecords:"Execute to preview records",record:"Record",records:"Records",retrieved:"Retrieved",loadRecord:"Load More",update:"Update",previewContainer:"Data Preview Container"},schemaArea:{search:"Search",matchesFound:"No matches found",rename:"Rename",aggregation:"Aggregate",dialogHeader:"Dataset",alertMessage:{datasourceAlert:"Select a DataSource to Configure Report Dataset",removeTable:"The associated tables below will be removed with this",duplicateName:"The specified column name already exists",duplicateDatasetName:"The specified name already exists in the Dataset list",datasetSpecialCharacter:"Name should not contain spaces or special characters",specialCharacter:"Column name should not contain special characters.",switcherAlert:"Switching to the visual designer will discard the manual changes made to the query. Do you still want to use the visual designer?"},errorMessage:{specifyName:"Specify the column name",specifyDatasetName:"Specify the Dataset name",previewFailed:"Failed to preview the selected table in the Dataset",specifyQuery:"Specify the Dataset query",selectTable:"Select the table to save the Dataset",queryFailed:"Failed to save the Query of the selected table in the Dataset",refreshFailed:"Failed to refresh the dataset {datasetName}, it requires one or more input values. Please edit and save the dataset.",tableProcedure:"Failed to retrieve the selected table procedure in the Dataset",confirmPermission:"A large number of records have been retrieved, and rendering may take some time. Would you like to load them anyway?",deleteTableFailure:"Failed to delete the selected table",joinTableFailure:"Failed to join the selected tables"},dragSurface:"Drag Surface Container",searchSchema:"Search Schema",fieldTable:"Field Table",closeFieldTable:"Close Table",fieldSelection:"Field Chooser",selectAndDeselectAll:"Select and Deselect All Columns",searchColumn:"Search Column"},toolBar:{datasourceLable:"DataSource",datasetName:"Name",run:"Run",join:"Join",expression:"Expression",filter:"Filter",code:"Code",finish:"Finish",cancel:"Cancel",datasourceWaterMark:"Select a DataSource",parameter:"Parameter",autoPreview:"Auto Preview"},joiner:{title:"Query Joiner",descriptionLable:"List of Table Relations",add:"ADD",save:"OK",cancel:"Cancel",closeToolTip:"Close",addField:"Add Field",leftTableWaterMark:"Left Table",rightTableWaterMark:"Right Table",leftFieldWaterMark:"Left Field",rightFieldWaterMark:"Right Field",operatorWaterMark:"Operator",joinTypeWaterMark:"Join Type",joinTypes:{inner:"Inner",outer:"Left Outer",rightOuter:"Right Outer",fullOuter:"Full Outer"},errorMessage:{removeField:"Each relation must have one field condition, so deleting this field is not permitted.",noRelationAlert:" is no relation with other tables",selectLeftTable:"Select the left table value",selectRightTable:"Select the right table value",selectRelation:"Select the relation for tables",selectLeftColumn:"Select the left column value of field row #",selectRightColumn:"Select the right column value of field row #",selectOperator:"Select the operator of field row #",relationExists:"A relation already exists between the tables",saveJoinerAlert:"Failed to join the selected tables",noRecordMessage:"No Records found"}},credentialDialog:{title:"Credential Dialog",userName:"Username",password:"Password",userNameErrorMessage:"Please enter a username",passwordErrorMessage:"Please enter a password",connect:"Connect",close:"Close",credentialLabel:"Data Source Credentials"},queryExpression:{title:"Query Expressions",functionLabel:"Functions",columnLabel:"Column Settings",expressionLabel:"Expression",nameLabel:"Name",descriptionLabel:"Description",exampleLabelText:"Example",ok:"Save",cancel:"Cancel",add:"Add",textAreaWaterMark:"Query Expression",nameFieldWaterMark:"Expression Name",closeToolTip:"Close",errorMessage:{saveAlert:"The expression is not saved. Do you want to save and continue?",bracketSyntax:"Incorrect syntax near open or close bracket(s).",parseAlert:"ReportDesigner failed to parse the specified expression.",nameAlert:"The Name field cannot be empty.",emptyAlert:"The Expression field cannot be empty.",duplicateName:"The specified expression name already exists.",specialCharacter:"The expression name cannot contain special characters.",referenceError:"A column cannot be referenced within its own expression!",invalidSyntax:"Invalid syntax near open or close bracket(s).",retrieveExpression:"ReportDesigner failed to retrieve the specified expression."},datasetTitle:"Dataset",expressions:{all:"All",numbers:"Numbers",logical:"Logical",conditional:"Conditional",date:"Date",stringType:"String",text:"Text",miscellenuous:"Miscellaneous",abs:"Returns the absolute value of the given expression.",acos:"Returns the inverse cosine (also known as arccosine) of the given numeric expression.",asin:"Returns the inverse sine (also known as arcsine) of the given numeric expression.",atan:"Returns the inverse tangent (also known as arctangent) of the given numeric expression.",cos:"Returns the cosine of the angle specified in radians for the given expression.",degree:"Returns the angle in degrees for the value specified in radians in the given numeric expression.",exponent:"Returns the exponential value of the given expression.",logrithm:"Returns the logarithm of the given expression to the specified base.",pi:"Returns the constant value of π (pi).",power:"Returns the value of the given expression (expression1) raised to the specified power (expression2).",radians:"Returns the angle in radians for the value specified in degrees in the given numeric expression.",round:"Returns the rounded value of the given numeric expression.",sign:"Returns a value representing the sign of the given numeric expression: positive (+1), zero (0), or negative (-1).",sin:"Returns the sine of the angle specified in radians for the given expression.",squareRoot:"Returns the square root of the given numeric expression.",tan:"Returns the tangent of the given numeric expression.",ifCondition:"Returns either the true part or the false part, depending on the evaluation of the expression.",ifNull:"If the expression is numeric, string, or date, returns the first expression. If the first expression is NULL, returns the second expression.",isNotNull:"If the numeric, string, or date expression is NULL, returns a string representing false; otherwise, returns true.",isNull:"If the numeric, string, or date expression is NULL, returns a string representing true; otherwise, returns false.",and:"Returns true if both the expressions evaluate to true.",notOperation:"Returns the logical negation of the evaluated expression.",orOperation:"Returns true if any of the expressions evaluate to true.",addDate:"Adds the specified number of days to the given date.",name:"Returns a string representing the specified datepart of the given date expression.",part:"Returns an integer value representing the specified date part of the given date expression.",sub:"Returns the date obtained by subtracting the specified value from the given date.",day:"Returns a numeric value representing the day part of the specified date.",dateDiff:"Returns a numeric value representing the difference between two specified dates.",hour:"Returns the hour of the given date as an integer.",minute:"Returns a numeric value representing the minute part of the date resulting from the specified date expression.",month:"Returns a numeric value representing the month part of the date resulting from the specified date expression.",now:"Returns the current date and time.",today:"Returns the current date.",year:"Returns a numeric value representing the year part of the date resulting from the specified date expression.",char:"Converts the given integer ASCII code into its corresponding character.",concat:"Returns a string resulting from the concatenation of two or more string values.",contains:"Returns true if the given string expression contains the specified substring.",endsWith:"Returns true if the given string expression ends with the specified substring.",left:"Returns the specified number of characters from the start of the given string expression.",length:"Returns the length of the given string expression.",lower:"Returns the given string expression converted to lowercase.",leftTrim:"Returns the string with leading spaces removed from the given string expression.",maximum:"Returns the maximum value from the given expression.",minimum:"Returns the minimum value from the given expression.",right:"Returns the specified number of characters from the end of the given string expression.",rightTrim:"Returns the string with trailing spaces removed from the given string expression.",startswith:"Returns true if the given string expression starts with the specified substring.",subString:"Returns a substring of the given string expression starting from a specified index and of a specified length.",upper:"Returns the given string expression converted to uppercase."}},alertMessage:{yes:"Yes",no:"No",ok:"OK",showDetails:"Show Details",hideDetails:"Hide Details",close:"Close"}};