From 183568cec24ae89a2521868ed735543c19fa6dfc Mon Sep 17 00:00:00 2001 From: iganchev Date: Tue, 19 Jan 2021 13:50:47 +0200 Subject: [PATCH 1/3] feat(localization): Add files structure for Italian, Chinese (Taiwan) zh-tw and Chinese (PRC) zh-cn --- .../i18n/infragistics.datasource-it.js | 53 +++++++ .../i18n/infragistics.datasource-zh-cn.js | 53 +++++++ .../i18n/infragistics.datasource-zh-tw.js | 53 +++++++ src/js/modules/i18n/infragistics.shared-it.js | 28 ++++ .../modules/i18n/infragistics.shared-zh-cn.js | 28 ++++ .../modules/i18n/infragistics.shared-zh-tw.js | 28 ++++ .../i18n/infragistics.templating-it.js | 29 ++++ .../i18n/infragistics.templating-zh-cn.js | 29 ++++ .../i18n/infragistics.templating-zh-tw.js | 29 ++++ .../modules/i18n/infragistics.ui.combo-it.js | 36 +++++ .../i18n/infragistics.ui.combo-zh-cn.js | 36 +++++ .../i18n/infragistics.ui.combo-zh-tw.js | 36 +++++ .../modules/i18n/infragistics.ui.dialog-it.js | 35 +++++ .../i18n/infragistics.ui.dialog-zh-cn.js | 35 +++++ .../i18n/infragistics.ui.dialog-zh-tw.js | 35 +++++ .../i18n/infragistics.ui.editors-it.js | 96 +++++++++++++ .../i18n/infragistics.ui.editors-zh-cn.js | 96 +++++++++++++ .../i18n/infragistics.ui.editors-zh-tw.js | 96 +++++++++++++ .../i18n/infragistics.ui.htmleditor-it.js | 136 ++++++++++++++++++ .../i18n/infragistics.ui.htmleditor-zh-cn.js | 136 ++++++++++++++++++ .../i18n/infragistics.ui.htmleditor-zh-tw.js | 136 ++++++++++++++++++ .../i18n/infragistics.ui.notifier-it.js | 34 +++++ .../i18n/infragistics.ui.notifier-zh-cn.js | 34 +++++ .../i18n/infragistics.ui.notifier-zh-tw.js | 34 +++++ .../i18n/infragistics.ui.popover-it.js | 30 ++++ .../i18n/infragistics.ui.popover-zh-cn.js | 30 ++++ .../i18n/infragistics.ui.popover-zh-tw.js | 30 ++++ .../modules/i18n/infragistics.ui.rating-it.js | 29 ++++ .../i18n/infragistics.ui.rating-zh-cn.js | 29 ++++ .../i18n/infragistics.ui.rating-zh-tw.js | 29 ++++ .../modules/i18n/infragistics.ui.scroll-it.js | 30 ++++ .../i18n/infragistics.ui.scroll-zh-cn.js | 30 ++++ .../i18n/infragistics.ui.scroll-zh-tw.js | 30 ++++ .../i18n/infragistics.ui.splitter-it.js | 30 ++++ .../i18n/infragistics.ui.splitter-zh-cn.js | 30 ++++ .../i18n/infragistics.ui.splitter-zh-tw.js | 30 ++++ .../i18n/infragistics.ui.tilemanager-it.js | 31 ++++ .../i18n/infragistics.ui.tilemanager-zh-cn.js | 31 ++++ .../i18n/infragistics.ui.tilemanager-zh-tw.js | 31 ++++ .../i18n/infragistics.ui.toolbar-it.js | 30 ++++ .../i18n/infragistics.ui.toolbar-zh-cn.js | 30 ++++ .../i18n/infragistics.ui.toolbar-zh-tw.js | 30 ++++ .../modules/i18n/infragistics.ui.tree-it.js | 43 ++++++ .../i18n/infragistics.ui.tree-zh-cn.js | 43 ++++++ .../i18n/infragistics.ui.tree-zh-tw.js | 43 ++++++ .../modules/i18n/infragistics.ui.upload-it.js | 71 +++++++++ .../i18n/infragistics.ui.upload-zh-cn.js | 71 +++++++++ .../i18n/infragistics.ui.upload-zh-tw.js | 71 +++++++++ .../i18n/infragistics.ui.validator-it.js | 50 +++++++ .../i18n/infragistics.ui.validator-zh-cn.js | 50 +++++++ .../i18n/infragistics.ui.validator-zh-tw.js | 50 +++++++ .../i18n/infragistics.ui.videoplayer-it.js | 63 ++++++++ .../i18n/infragistics.ui.videoplayer-zh-cn.js | 63 ++++++++ .../i18n/infragistics.ui.videoplayer-zh-tw.js | 63 ++++++++ .../i18n/infragistics.ui.zoombar-it.js | 32 +++++ .../i18n/infragistics.ui.zoombar-zh-cn.js | 32 +++++ .../i18n/infragistics.ui.zoombar-zh-tw.js | 32 +++++ src/js/modules/i18n/infragistics.util-it.js | 58 ++++++++ .../modules/i18n/infragistics.util-zh-cn.js | 58 ++++++++ .../modules/i18n/infragistics.util-zh-tw.js | 58 ++++++++ 60 files changed, 2832 insertions(+) create mode 100644 src/js/modules/i18n/infragistics.datasource-it.js create mode 100644 src/js/modules/i18n/infragistics.datasource-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.datasource-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.shared-it.js create mode 100644 src/js/modules/i18n/infragistics.shared-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.shared-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.templating-it.js create mode 100644 src/js/modules/i18n/infragistics.templating-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.templating-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.combo-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.combo-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.combo-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.dialog-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.editors-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.editors-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.editors-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.htmleditor-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.notifier-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.popover-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.popover-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.popover-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.rating-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.rating-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.rating-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.scroll-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.splitter-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.tilemanager-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.toolbar-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.tree-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.tree-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.tree-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.upload-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.upload-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.upload-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.validator-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.validator-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.validator-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.videoplayer-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.ui.zoombar-it.js create mode 100644 src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js create mode 100644 src/js/modules/i18n/infragistics.util-it.js create mode 100644 src/js/modules/i18n/infragistics.util-zh-cn.js create mode 100644 src/js/modules/i18n/infragistics.util-zh-tw.js diff --git a/src/js/modules/i18n/infragistics.datasource-it.js b/src/js/modules/i18n/infragistics.datasource-it.js new file mode 100644 index 000000000..ce14bac87 --- /dev/null +++ b/src/js/modules/i18n/infragistics.datasource-it.js @@ -0,0 +1,53 @@ +/*!@license +* Infragistics.Web.ClientUI data source localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; + + $.ig.locale.it.DataSourceLocale = { + invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.", + unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.", + errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ", + errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ", + errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ", + errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ", + errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.", + errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ", + errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ", + errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ", + errorParsingXmlNoSchema: "There was an error parsing the XML string: ", + errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ", + errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ", + errorRemoteRequest: "The remote request to fetch data has failed: ", + errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ", + errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ", + errorUnrecognizedResponseType: "The response type was either not set correctly, or it was not possible to detect it automatically. Please set settings.responseDataType and/or settings.responseContentType.", + hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema", + cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.", + unrecognizedCondition: "Unrecognized filtering condition in the following expression: ", + fieldMismatch: "The following expression contains an invalid field or filtering condition: ", + noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().", + filteringNoSchema: "There is no schema / fields specified. You need to specify a schema with field definitions and types to be able to filter the data source.", + noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.", + errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected." + }; + + $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale.it.DataSourceLocale; + return $.ig.locale.it.DataSourceLocale; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.datasource-zh-cn.js b/src/js/modules/i18n/infragistics.datasource-zh-cn.js new file mode 100644 index 000000000..a1385f249 --- /dev/null +++ b/src/js/modules/i18n/infragistics.datasource-zh-cn.js @@ -0,0 +1,53 @@ +/*!@license +* Infragistics.Web.ClientUI data source localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; + + $.ig.locale['zh-cn'].DataSourceLocale = { + invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.", + unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.", + errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ", + errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ", + errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ", + errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ", + errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.", + errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ", + errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ", + errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ", + errorParsingXmlNoSchema: "There was an error parsing the XML string: ", + errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ", + errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ", + errorRemoteRequest: "The remote request to fetch data has failed: ", + errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ", + errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ", + errorUnrecognizedResponseType: "The response type was either not set correctly, or it was not possible to detect it automatically. Please set settings.responseDataType and/or settings.responseContentType.", + hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema", + cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.", + unrecognizedCondition: "Unrecognized filtering condition in the following expression: ", + fieldMismatch: "The following expression contains an invalid field or filtering condition: ", + noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().", + filteringNoSchema: "There is no schema / fields specified. You need to specify a schema with field definitions and types to be able to filter the data source.", + noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.", + errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected." + }; + + $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-cn'].DataSourceLocale; + return $.ig.locale['zh-cn'].DataSourceLocale; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.datasource-zh-tw.js b/src/js/modules/i18n/infragistics.datasource-zh-tw.js new file mode 100644 index 000000000..00384b443 --- /dev/null +++ b/src/js/modules/i18n/infragistics.datasource-zh-tw.js @@ -0,0 +1,53 @@ +/*!@license +* Infragistics.Web.ClientUI data source localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; + + $.ig.locale['zh-tw'].DataSourceLocale = { + invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.", + unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.", + errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ", + errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ", + errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ", + errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ", + errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.", + errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ", + errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ", + errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ", + errorParsingXmlNoSchema: "There was an error parsing the XML string: ", + errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ", + errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ", + errorRemoteRequest: "The remote request to fetch data has failed: ", + errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ", + errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ", + errorUnrecognizedResponseType: "The response type was either not set correctly, or it was not possible to detect it automatically. Please set settings.responseDataType and/or settings.responseContentType.", + hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema", + cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.", + unrecognizedCondition: "Unrecognized filtering condition in the following expression: ", + fieldMismatch: "The following expression contains an invalid field or filtering condition: ", + noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().", + filteringNoSchema: "There is no schema / fields specified. You need to specify a schema with field definitions and types to be able to filter the data source.", + noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.", + errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected." + }; + + $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-tw'].DataSourceLocale; + return $.ig.locale['zh-tw'].DataSourceLocale; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.shared-it.js b/src/js/modules/i18n/infragistics.shared-it.js new file mode 100644 index 000000000..f7fdf7887 --- /dev/null +++ b/src/js/modules/i18n/infragistics.shared-it.js @@ -0,0 +1,28 @@ +/*!@license +* Infragistics.Web.ClientUI shared localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.SharedLocale = $.ig.SharedLocale || {}; + + $.ig.locale.it.SharedLocale = { + + }; +$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale.it.SharedLocale; +return $.ig.locale.it.SharedLocale; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.shared-zh-cn.js b/src/js/modules/i18n/infragistics.shared-zh-cn.js new file mode 100644 index 000000000..f06eb4216 --- /dev/null +++ b/src/js/modules/i18n/infragistics.shared-zh-cn.js @@ -0,0 +1,28 @@ +/*!@license +* Infragistics.Web.ClientUI shared localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.SharedLocale = $.ig.SharedLocale || {}; + + $.ig.locale['zh-cn'].SharedLocale = { + + }; +$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-cn'].SharedLocale; +return $.ig.locale['zh-cn'].SharedLocale; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.shared-zh-tw.js b/src/js/modules/i18n/infragistics.shared-zh-tw.js new file mode 100644 index 000000000..bd18eef01 --- /dev/null +++ b/src/js/modules/i18n/infragistics.shared-zh-tw.js @@ -0,0 +1,28 @@ +/*!@license +* Infragistics.Web.ClientUI shared localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.SharedLocale = $.ig.SharedLocale || {}; + + $.ig.locale['zh-tw'].SharedLocale = { + + }; +$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-tw'].SharedLocale; +return $.ig.locale['zh-tw'].SharedLocale; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.templating-it.js b/src/js/modules/i18n/infragistics.templating-it.js new file mode 100644 index 000000000..a882af2a1 --- /dev/null +++ b/src/js/modules/i18n/infragistics.templating-it.js @@ -0,0 +1,29 @@ +/*!@license +* Infragistics.Web.ClientUI templating localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.Templating = $.ig.Templating || {}; + + $.ig.locale.it.Templating = { + undefinedArgument: 'An error has occurred while trying to retrieve data source property: ' + }; + + $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale.it.Templating; + return $.ig.locale.it.Templating; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.templating-zh-cn.js b/src/js/modules/i18n/infragistics.templating-zh-cn.js new file mode 100644 index 000000000..dec400e3a --- /dev/null +++ b/src/js/modules/i18n/infragistics.templating-zh-cn.js @@ -0,0 +1,29 @@ +/*!@license +* Infragistics.Web.ClientUI templating localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.Templating = $.ig.Templating || {}; + + $.ig.locale['zh-cn'].Templating = { + undefinedArgument: 'An error has occurred while trying to retrieve data source property: ' + }; + + $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-cn'].Templating; + return $.ig.locale['zh-cn'].Templating; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.templating-zh-tw.js b/src/js/modules/i18n/infragistics.templating-zh-tw.js new file mode 100644 index 000000000..1c2ef6a75 --- /dev/null +++ b/src/js/modules/i18n/infragistics.templating-zh-tw.js @@ -0,0 +1,29 @@ +/*!@license +* Infragistics.Web.ClientUI templating localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.Templating = $.ig.Templating || {}; + + $.ig.locale['zh-tw'].Templating = { + undefinedArgument: 'An error has occurred while trying to retrieve data source property: ' + }; + + $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-tw'].Templating; + return $.ig.locale['zh-tw'].Templating; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.combo-it.js b/src/js/modules/i18n/infragistics.ui.combo-it.js new file mode 100644 index 000000000..d495c8a88 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.combo-it.js @@ -0,0 +1,36 @@ +/*!@license +* Infragistics.Web.ClientUI Combo localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.Combo = $.ig.Combo || {}; + + $.ig.locale.it.Combo = { + noMatchFoundText: 'No matches found', + dropDownButtonTitle: 'Show drop-down', + clearButtonTitle: 'Clear value', + placeHolder: 'select...', + notSuported: 'Operation is not supported.', + errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.", + errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.", + errorIncorrectGroupingKey: "Grouping key is not correct." + }; + + $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale.it.Combo; + return $.ig.locale.it.Combo; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js b/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js new file mode 100644 index 000000000..a0ee40aa4 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js @@ -0,0 +1,36 @@ +/*!@license +* Infragistics.Web.ClientUI Combo localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.Combo = $.ig.Combo || {}; + + $.ig.locale['zh-cn'].Combo = { + noMatchFoundText: 'No matches found', + dropDownButtonTitle: 'Show drop-down', + clearButtonTitle: 'Clear value', + placeHolder: 'select...', + notSuported: 'Operation is not supported.', + errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.", + errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.", + errorIncorrectGroupingKey: "Grouping key is not correct." + }; + + $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-cn'].Combo; + return $.ig.locale['zh-cn'].Combo; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js b/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js new file mode 100644 index 000000000..1e46147eb --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js @@ -0,0 +1,36 @@ +/*!@license +* Infragistics.Web.ClientUI Combo localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.Combo = $.ig.Combo || {}; + + $.ig.locale['zh-tw'].Combo = { + noMatchFoundText: 'No matches found', + dropDownButtonTitle: 'Show drop-down', + clearButtonTitle: 'Clear value', + placeHolder: 'select...', + notSuported: 'Operation is not supported.', + errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.", + errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.", + errorIncorrectGroupingKey: "Grouping key is not correct." + }; + + $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-tw'].Combo; + return $.ig.locale['zh-tw'].Combo; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.dialog-it.js b/src/js/modules/i18n/infragistics.ui.dialog-it.js new file mode 100644 index 000000000..8018643d0 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.dialog-it.js @@ -0,0 +1,35 @@ +/*!@license +* Infragistics.Web.ClientUI Dialog localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.Dialog = $.ig.Dialog || {}; + + $.ig.locale.it.Dialog = { + closeButtonTitle: "Close", + minimizeButtonTitle: "Minimize", + maximizeButtonTitle: "Maximize", + pinButtonTitle: "Pin", + unpinButtonTitle: "Unpin", + restoreButtonTitle: "Restore", + setOptionError: 'Runtime changes are not allowed for the following option: ' + }; + + $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale.it.Dialog; + return $.ig.locale.it.Dialog; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js new file mode 100644 index 000000000..f263b5136 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js @@ -0,0 +1,35 @@ +/*!@license +* Infragistics.Web.ClientUI Dialog localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.Dialog = $.ig.Dialog || {}; + + $.ig.locale['zh-cn'].Dialog = { + closeButtonTitle: "Close", + minimizeButtonTitle: "Minimize", + maximizeButtonTitle: "Maximize", + pinButtonTitle: "Pin", + unpinButtonTitle: "Unpin", + restoreButtonTitle: "Restore", + setOptionError: 'Runtime changes are not allowed for the following option: ' + }; + + $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-cn'].Dialog; + return $.ig.locale['zh-cn'].Dialog; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js new file mode 100644 index 000000000..ef4435716 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js @@ -0,0 +1,35 @@ +/*!@license +* Infragistics.Web.ClientUI Dialog localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.Dialog = $.ig.Dialog || {}; + + $.ig.locale['zh-tw'].Dialog = { + closeButtonTitle: "Close", + minimizeButtonTitle: "Minimize", + maximizeButtonTitle: "Maximize", + pinButtonTitle: "Pin", + unpinButtonTitle: "Unpin", + restoreButtonTitle: "Restore", + setOptionError: 'Runtime changes are not allowed for the following option: ' + }; + + $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-tw'].Dialog; + return $.ig.locale['zh-tw'].Dialog; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-it.js b/src/js/modules/i18n/infragistics.ui.editors-it.js new file mode 100644 index 000000000..07fba707c --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.editors-it.js @@ -0,0 +1,96 @@ +/*!@license +* Infragistics.Web.ClientUI Editors localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Editor = $.ig.Editor || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Editor = { + spinUpperTitle: 'Increment', + spinLowerTitle: 'Decrement', + buttonTitle: 'Show list', + clearTitle: 'Clear value', + ariaTextEditorFieldLabel: 'Text Editor', + ariaNumericEditorFieldLabel: 'Numeric Editor', + ariaCurrencyEditorFieldLabel: 'Currency Editor', + ariaPercentEditorFieldLabel: 'Percent Editor', + ariaMaskEditorFieldLabel: 'Mask Editor', + ariaDateEditorFieldLabel: 'Date Editor', + ariaDatePickerFieldLabel: 'Date Picker', + ariaTimePickerFieldLabel: "Time Picker", + ariaSpinUpButton: 'Spin up', + ariaSpinDownButton: 'Spin down', + ariaDropDownButton: 'Drop down', + ariaClearButton: 'Clear', + ariaCalendarButton: 'Calendar', + datePickerButtonTitle: 'Show calendar', + updateModeUnsupportedValue: 'updateMode requires a different configuration. Choose a value between "onChange" and "immediate".', + updateModeNotSupported: 'updateMode property supports only "onchange" mode for igMaskEditor, igDateEditor and igDatePicker extensions', + renderErrMsg: "A base editor cannot be instantiated directly. Try with a text, numeric, date, or other editor.", + multilineErrMsg: 'textArea requires a different configuration. The textMode should be set to "multiline".', + targetNotSupported: "This target element is not supported.", + placeHolderNotSupported: "The placeholder attribute is not supported by your browser.", + allowedValuesMsg: "Pick a value from the drop-down list", + maxLengthErrMsg: "Entry is too long and was trimmed to {0} symbols", + maxLengthWarningMsg: "Entry reached the maximum length of {0} for this field", + minLengthErrMsg: "At least {0} characters should be entered", + maxValErrMsg: "Entry reached the maximum value of {0} for this field", + minValErrMsg: "Entry reached the minimum value of {0} for this field", + maxValExceedRevertErrMsg: "Entry exceeded the maximum value of {0} and was reverted to previous one", + minValExceedRevertErrMsg: "Entry was less than the minimum value of {0} and was reverted to previous one", + maxValExceedSetErrMsg: "Entry exceeded the maximum value of {0} and was set to the maximum value", + minValExceedSetErrMsg: "Entry was less than the minimum value of {0} and was set to the minimum value", + maxValExceededWrappedAroundErrMsg: "Entry exceeded the maximum value of {0} and was set to the minimum allowed one", + minValExceededWrappedAroundErrMsg: "Entry was less than the minimum value of {0} and was set to the maximum allowed one", + btnValueNotSupported: 'A different button value is required. Choose a value between "dropdown", "clear" and "spin".', + scientificFormatErrMsg: 'A different scientificFormat is required. Choose a value between "E", "e", "E+" and "e+".', + spinDeltaIsOfTypeNumber: "A different type of spinDelta is required. A positive number should be entered.", + spinDeltaIsOfTypeNumberForPeriod: "A different type of spinDelta is required for the {0}. A positive number between {1} and {2} should be entered.", + spinDeltaIsOfTypeNumberOrObject: "A different type of spinDelta is required. A positive number or an object, defining different time period deltas, should be entered.", + spinDeltaShouldBeInRange: "The spinDelta option for {0} should be between {1} and {2}", + spinDeltaCouldntBeNegative: "The spinDelta option cannot be negative. A positive number should be entered.", + spinDeltaContainsExceedsMaxDecimals: "Maximum allowed fractions for spinDelta are set to {0}. Either change MaxDecimals or try to shrink your value.", + spinDeltaIncorrectFloatingPoint: 'A floating point spinDelta requires a different configuration. Set the dataMode of the editor to either "double" or "float" or set spinDelta to integer.', + numericEditorNoSuchMethod: "The numeric editor does not support this method.", + numericEditorNoSuchOption: "The numeric editor does not support this option.", + displayFactorIsOfTypeNumber: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", + displayFactorAllowedValue: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", + instantiateCheckBoxErrMsg: "igCheckboxEditor requires a different element. Use INPUT, SPAN or DIV element.", + cannotParseNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", + cannotSetNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", + maskEditorNoSuchMethod: "The mask editor does not support this method.", + datePickerEditorNoSuchMethod: "The date editor does not support this method.", + datePickerNoSuchMethodDropDownContainer: "The date editor does not support this method. Use 'getCalendar' one instead.", + buttonTypeIsDropDownOnly: "Datepicker allows only dropdown and clear values for the buttonType option.", + dateEditorOffsetRange: "The displayTimeOffset option should be between -720 and 840, which represents the offset in minutes, according to the UTC, of all the timezones from the westernmost (−12:00) to the easternmost (+14:00).", + setOptionError: 'Runtime changes are not allowed for the following option: ', + invalidDate: "Invalid date", + maskMessage: 'All required positions should be filled', + maskRevertMessage: 'All required positions should be filled, that is why the value was reverted to the last valid one.', + dateMessage: 'A valid date should be entered', + centuryThresholdValidValues: "centuryThreshold property shoud be between 0 and 99.", + noListItemsNoButton: "No spin or dropdown button is rendered because there are no listitems.", + decimalNumber: "When dataMode is '{0}', the {1} option can accept numeric values between 0 and {2}.", + decimalSeparatorErrorMsg: "The decimalSeparator option requires a different value. Its value should be a single character.", + decimalSeparatorEqualsGroupSeparatorErrorMsg: "The groupSeparator and the decimalSeparator options can not have equal values.", + timePickerNoSuchMethod: "The time picker does not support this method." + }; + + $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale.it.Editor; + return $.ig.locale.it.Editor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js b/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js new file mode 100644 index 000000000..33aae3d6f --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js @@ -0,0 +1,96 @@ +/*!@license +* Infragistics.Web.ClientUI Editors localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Editor = $.ig.Editor || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Editor = { + spinUpperTitle: 'Increment', + spinLowerTitle: 'Decrement', + buttonTitle: 'Show list', + clearTitle: 'Clear value', + ariaTextEditorFieldLabel: 'Text Editor', + ariaNumericEditorFieldLabel: 'Numeric Editor', + ariaCurrencyEditorFieldLabel: 'Currency Editor', + ariaPercentEditorFieldLabel: 'Percent Editor', + ariaMaskEditorFieldLabel: 'Mask Editor', + ariaDateEditorFieldLabel: 'Date Editor', + ariaDatePickerFieldLabel: 'Date Picker', + ariaTimePickerFieldLabel: "Time Picker", + ariaSpinUpButton: 'Spin up', + ariaSpinDownButton: 'Spin down', + ariaDropDownButton: 'Drop down', + ariaClearButton: 'Clear', + ariaCalendarButton: 'Calendar', + datePickerButtonTitle: 'Show calendar', + updateModeUnsupportedValue: 'updateMode requires a different configuration. Choose a value between "onChange" and "immediate".', + updateModeNotSupported: 'updateMode property supports only "onchange" mode for igMaskEditor, igDateEditor and igDatePicker extensions', + renderErrMsg: "A base editor cannot be instantiated directly. Try with a text, numeric, date, or other editor.", + multilineErrMsg: 'textArea requires a different configuration. The textMode should be set to "multiline".', + targetNotSupported: "This target element is not supported.", + placeHolderNotSupported: "The placeholder attribute is not supported by your browser.", + allowedValuesMsg: "Pick a value from the drop-down list", + maxLengthErrMsg: "Entry is too long and was trimmed to {0} symbols", + maxLengthWarningMsg: "Entry reached the maximum length of {0} for this field", + minLengthErrMsg: "At least {0} characters should be entered", + maxValErrMsg: "Entry reached the maximum value of {0} for this field", + minValErrMsg: "Entry reached the minimum value of {0} for this field", + maxValExceedRevertErrMsg: "Entry exceeded the maximum value of {0} and was reverted to previous one", + minValExceedRevertErrMsg: "Entry was less than the minimum value of {0} and was reverted to previous one", + maxValExceedSetErrMsg: "Entry exceeded the maximum value of {0} and was set to the maximum value", + minValExceedSetErrMsg: "Entry was less than the minimum value of {0} and was set to the minimum value", + maxValExceededWrappedAroundErrMsg: "Entry exceeded the maximum value of {0} and was set to the minimum allowed one", + minValExceededWrappedAroundErrMsg: "Entry was less than the minimum value of {0} and was set to the maximum allowed one", + btnValueNotSupported: 'A different button value is required. Choose a value between "dropdown", "clear" and "spin".', + scientificFormatErrMsg: 'A different scientificFormat is required. Choose a value between "E", "e", "E+" and "e+".', + spinDeltaIsOfTypeNumber: "A different type of spinDelta is required. A positive number should be entered.", + spinDeltaIsOfTypeNumberForPeriod: "A different type of spinDelta is required for the {0}. A positive number between {1} and {2} should be entered.", + spinDeltaIsOfTypeNumberOrObject: "A different type of spinDelta is required. A positive number or an object, defining different time period deltas, should be entered.", + spinDeltaShouldBeInRange: "The spinDelta option for {0} should be between {1} and {2}", + spinDeltaCouldntBeNegative: "The spinDelta option cannot be negative. A positive number should be entered.", + spinDeltaContainsExceedsMaxDecimals: "Maximum allowed fractions for spinDelta are set to {0}. Either change MaxDecimals or try to shrink your value.", + spinDeltaIncorrectFloatingPoint: 'A floating point spinDelta requires a different configuration. Set the dataMode of the editor to either "double" or "float" or set spinDelta to integer.', + numericEditorNoSuchMethod: "The numeric editor does not support this method.", + numericEditorNoSuchOption: "The numeric editor does not support this option.", + displayFactorIsOfTypeNumber: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", + displayFactorAllowedValue: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", + instantiateCheckBoxErrMsg: "igCheckboxEditor requires a different element. Use INPUT, SPAN or DIV element.", + cannotParseNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", + cannotSetNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", + maskEditorNoSuchMethod: "The mask editor does not support this method.", + datePickerEditorNoSuchMethod: "The date editor does not support this method.", + datePickerNoSuchMethodDropDownContainer: "The date editor does not support this method. Use 'getCalendar' one instead.", + buttonTypeIsDropDownOnly: "Datepicker allows only dropdown and clear values for the buttonType option.", + dateEditorOffsetRange: "The displayTimeOffset option should be between -720 and 840, which represents the offset in minutes, according to the UTC, of all the timezones from the westernmost (−12:00) to the easternmost (+14:00).", + setOptionError: 'Runtime changes are not allowed for the following option: ', + invalidDate: "Invalid date", + maskMessage: 'All required positions should be filled', + maskRevertMessage: 'All required positions should be filled, that is why the value was reverted to the last valid one.', + dateMessage: 'A valid date should be entered', + centuryThresholdValidValues: "centuryThreshold property shoud be between 0 and 99.", + noListItemsNoButton: "No spin or dropdown button is rendered because there are no listitems.", + decimalNumber: "When dataMode is '{0}', the {1} option can accept numeric values between 0 and {2}.", + decimalSeparatorErrorMsg: "The decimalSeparator option requires a different value. Its value should be a single character.", + decimalSeparatorEqualsGroupSeparatorErrorMsg: "The groupSeparator and the decimalSeparator options can not have equal values.", + timePickerNoSuchMethod: "The time picker does not support this method." + }; + + $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-cn'].Editor; + return $.ig.locale['zh-cn'].Editor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js b/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js new file mode 100644 index 000000000..fd18ac3ea --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js @@ -0,0 +1,96 @@ +/*!@license +* Infragistics.Web.ClientUI Editors localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Editor = $.ig.Editor || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Editor = { + spinUpperTitle: 'Increment', + spinLowerTitle: 'Decrement', + buttonTitle: 'Show list', + clearTitle: 'Clear value', + ariaTextEditorFieldLabel: 'Text Editor', + ariaNumericEditorFieldLabel: 'Numeric Editor', + ariaCurrencyEditorFieldLabel: 'Currency Editor', + ariaPercentEditorFieldLabel: 'Percent Editor', + ariaMaskEditorFieldLabel: 'Mask Editor', + ariaDateEditorFieldLabel: 'Date Editor', + ariaDatePickerFieldLabel: 'Date Picker', + ariaTimePickerFieldLabel: "Time Picker", + ariaSpinUpButton: 'Spin up', + ariaSpinDownButton: 'Spin down', + ariaDropDownButton: 'Drop down', + ariaClearButton: 'Clear', + ariaCalendarButton: 'Calendar', + datePickerButtonTitle: 'Show calendar', + updateModeUnsupportedValue: 'updateMode requires a different configuration. Choose a value between "onChange" and "immediate".', + updateModeNotSupported: 'updateMode property supports only "onchange" mode for igMaskEditor, igDateEditor and igDatePicker extensions', + renderErrMsg: "A base editor cannot be instantiated directly. Try with a text, numeric, date, or other editor.", + multilineErrMsg: 'textArea requires a different configuration. The textMode should be set to "multiline".', + targetNotSupported: "This target element is not supported.", + placeHolderNotSupported: "The placeholder attribute is not supported by your browser.", + allowedValuesMsg: "Pick a value from the drop-down list", + maxLengthErrMsg: "Entry is too long and was trimmed to {0} symbols", + maxLengthWarningMsg: "Entry reached the maximum length of {0} for this field", + minLengthErrMsg: "At least {0} characters should be entered", + maxValErrMsg: "Entry reached the maximum value of {0} for this field", + minValErrMsg: "Entry reached the minimum value of {0} for this field", + maxValExceedRevertErrMsg: "Entry exceeded the maximum value of {0} and was reverted to previous one", + minValExceedRevertErrMsg: "Entry was less than the minimum value of {0} and was reverted to previous one", + maxValExceedSetErrMsg: "Entry exceeded the maximum value of {0} and was set to the maximum value", + minValExceedSetErrMsg: "Entry was less than the minimum value of {0} and was set to the minimum value", + maxValExceededWrappedAroundErrMsg: "Entry exceeded the maximum value of {0} and was set to the minimum allowed one", + minValExceededWrappedAroundErrMsg: "Entry was less than the minimum value of {0} and was set to the maximum allowed one", + btnValueNotSupported: 'A different button value is required. Choose a value between "dropdown", "clear" and "spin".', + scientificFormatErrMsg: 'A different scientificFormat is required. Choose a value between "E", "e", "E+" and "e+".', + spinDeltaIsOfTypeNumber: "A different type of spinDelta is required. A positive number should be entered.", + spinDeltaIsOfTypeNumberForPeriod: "A different type of spinDelta is required for the {0}. A positive number between {1} and {2} should be entered.", + spinDeltaIsOfTypeNumberOrObject: "A different type of spinDelta is required. A positive number or an object, defining different time period deltas, should be entered.", + spinDeltaShouldBeInRange: "The spinDelta option for {0} should be between {1} and {2}", + spinDeltaCouldntBeNegative: "The spinDelta option cannot be negative. A positive number should be entered.", + spinDeltaContainsExceedsMaxDecimals: "Maximum allowed fractions for spinDelta are set to {0}. Either change MaxDecimals or try to shrink your value.", + spinDeltaIncorrectFloatingPoint: 'A floating point spinDelta requires a different configuration. Set the dataMode of the editor to either "double" or "float" or set spinDelta to integer.', + numericEditorNoSuchMethod: "The numeric editor does not support this method.", + numericEditorNoSuchOption: "The numeric editor does not support this option.", + displayFactorIsOfTypeNumber: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", + displayFactorAllowedValue: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", + instantiateCheckBoxErrMsg: "igCheckboxEditor requires a different element. Use INPUT, SPAN or DIV element.", + cannotParseNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", + cannotSetNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", + maskEditorNoSuchMethod: "The mask editor does not support this method.", + datePickerEditorNoSuchMethod: "The date editor does not support this method.", + datePickerNoSuchMethodDropDownContainer: "The date editor does not support this method. Use 'getCalendar' one instead.", + buttonTypeIsDropDownOnly: "Datepicker allows only dropdown and clear values for the buttonType option.", + dateEditorOffsetRange: "The displayTimeOffset option should be between -720 and 840, which represents the offset in minutes, according to the UTC, of all the timezones from the westernmost (−12:00) to the easternmost (+14:00).", + setOptionError: 'Runtime changes are not allowed for the following option: ', + invalidDate: "Invalid date", + maskMessage: 'All required positions should be filled', + maskRevertMessage: 'All required positions should be filled, that is why the value was reverted to the last valid one.', + dateMessage: 'A valid date should be entered', + centuryThresholdValidValues: "centuryThreshold property shoud be between 0 and 99.", + noListItemsNoButton: "No spin or dropdown button is rendered because there are no listitems.", + decimalNumber: "When dataMode is '{0}', the {1} option can accept numeric values between 0 and {2}.", + decimalSeparatorErrorMsg: "The decimalSeparator option requires a different value. Its value should be a single character.", + decimalSeparatorEqualsGroupSeparatorErrorMsg: "The groupSeparator and the decimalSeparator options can not have equal values.", + timePickerNoSuchMethod: "The time picker does not support this method." + }; + + $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-tw'].Editor; + return $.ig.locale['zh-tw'].Editor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-it.js b/src/js/modules/i18n/infragistics.ui.htmleditor-it.js new file mode 100644 index 000000000..4435f6861 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-it.js @@ -0,0 +1,136 @@ +/*!@license +* Infragistics.Web.ClientUI HTML Editor localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.HtmlEditor = $.ig.HtmlEditor || {}; + + $.ig.locale.it.HtmlEditor = { + boldButtonTitle: 'Bold', + italicButtonTitle: 'Italic', + underlineButtonTitle: 'Underline', + strikethroughButtonTitle: 'Strikethrough', + increaseFontSizeButtonTitle: 'Increase Font Size', + decreaseFontSizeButtonTitle: 'Decrease Font Size', + alignTextLeftButtonTitle: 'Align Text Left', + alignTextRightButtonTitle: 'Align Text Right', + alignTextCenterButtonTitle: 'Center', + justifyButtonTitle: 'Justify', + bulletsButtonTitle: 'Bullets', + numberingButtonTitle: 'Numbering', + decreaseIndentButtonTitle: 'Decrease Indent', + increaseIndentButtonTitle: 'Increase Indent', + insertPictureButtonTitle: 'Insert Picture', + fontColorButtonTitle: 'Font Color', + textHighlightButtonTitle: 'Text Highlight Color', + insertLinkButtonTitle: 'Insert Hyperlink', + insertTableButtonTitle: 'Table', + addRowButtonTitle: 'Add Row', + removeRowButtonTitle: 'Remove Row', + addColumnButtonTitle: 'Add Column', + removeColumnButtonTitle: 'Remove Column', + inserHRButtonTitle: 'Insert Horizontal Rule', + viewSourceButtonTitle: 'View Source', + cutButtonTitle: 'Cut', + copyButtonTitle: 'Copy', + pasteButtonTitle: 'Paste', + undoButtonTitle: 'Undo', + redoButtonTitle: 'Redo', + imageUrlDialogText: 'Image URL:', + imageAlternativeTextDialogText: 'Alternative Text:', + imageWidthDialogText: 'Image Width:', + imageHeihgtDialogText: 'Image Height:', + linkNavigateToUrlDialogText: 'Navigate to URL:', + linkDisplayTextDialogText: 'Display Text:', + linkOpenInDialogText: 'Open In:', + linkTargetNewWindowDialogText: 'New Window', + linkTargetSameWindowDialogText: 'Same Window', + linkTargetParentWindowDialogText: 'Parent Window', + linkTargetTopmostWindowDialogText: 'Topmost Window', + applyButtonTitle: 'Apply', + cancelButtonTitle: 'Cancel', + textToolbar: "text manipulation toolbar", + formattingToolbar: "text formatting toolbar", + insertObjectToolbar: "objects insertion toolbar", + copyPasteToolbar: "copy/paste toolbar", + fontNames: { + win: [ + { text: "Times New Roman", value: "Times New Roman" }, + { text: "Arial", value: "Arial" }, + { text: "Arial Black", value: "Arial Black" }, + { text: "Helvetica", value: "Helvetica" }, + { text: "Comic Sans MS", value: "Comic Sans MS" }, + { text: "Courier New", value: "Courier New" }, + { text: "Georgia", value: "Georgia" }, + { text: "Impact", value: "Impact" }, + { text: "Lucida Console", value: "Lucida Console" }, + { text: "Lucida Sans Unicode", value: "Lucida Sans Unicode" }, + { text: "Palatino Linotype", value: "Palatino Linotype" }, + { text: "Tahoma", value: "Tahoma" }, + { text: "Trebuchet MS", value: "Trebuchet MS" }, + { text: "Verdana", value: "Verdana" }, + { text: "Symbol", value: "Symbol" }, + { text: "Webdings", value: "Webdings" }, + { text: "Wingdings", value: "Wingdings" }, + { text: "MS Sans Serif", value: "MS Sans Serif" }, + { text: "MS Serif", value: "MS Serif" } + ], + mac: [ + { text: "Times New Roman", value: "Times New Roman" }, + { text: "Arial", value: "Arial" }, + { text: "Arial Black", value: "Arial Black" }, + { text: "Helvetica", value: "Helvetica" }, + { text: "Comic Sans MS", value: "Comic Sans MS" }, + { text: "Courier New", value: "Courier New" }, + { text: "Georgia", value: "Georgia" }, + { text: "Impact", value: "Impact" }, + { text: "Monaco", value: "Monaco" }, + { text: "Lucida Grande", value: "Lucida Grande" }, + { text: "Book Antiqua", value: "Book Antiqua" }, + { text: "Geneva", value: "Geneva" }, + { text: "Trebuchet MS", value: "Trebuchet" }, + { text: "Verdana", value: "Verdana" }, + { text: "Symbol", value: "Symbol" }, + { text: "Webdings", value: "Webdings" }, + { text: "Zapf Dingbats", value: "Zapf Dingbats" }, + { text: "New York", value: "New York" } + ] + }, + fontSizes: [ + { text: "1", value: "7.5 pt"}, + { text: "2", value: "10 pt"}, + { text: "3", value: "12 pt"}, + { text: "4", value: "13.5 pt"}, + { text: "5", value: "18 pt"}, + { text: "6", value: "24 pt"}, + { text: "7", value: "36 pt"} + ], + formatsList: [ + { text: "h1", value: "Heading 1" }, + { text: "h2", value: "Heading 2" }, + { text: "h3", value: "Heading 3" }, + { text: "h4", value: "Heading 4" }, + { text: "h5", value: "Heading 5" }, + { text: "h6", value: "Heading 6" }, + { text: "p", value: "Normal" } + ] +}; + +$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale.it.HtmlEditor; +return $.ig.locale.it.HtmlEditor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js new file mode 100644 index 000000000..e2755181b --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js @@ -0,0 +1,136 @@ +/*!@license +* Infragistics.Web.ClientUI HTML Editor localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.HtmlEditor = $.ig.HtmlEditor || {}; + + $.ig.locale['zh-cn'].HtmlEditor = { + boldButtonTitle: 'Bold', + italicButtonTitle: 'Italic', + underlineButtonTitle: 'Underline', + strikethroughButtonTitle: 'Strikethrough', + increaseFontSizeButtonTitle: 'Increase Font Size', + decreaseFontSizeButtonTitle: 'Decrease Font Size', + alignTextLeftButtonTitle: 'Align Text Left', + alignTextRightButtonTitle: 'Align Text Right', + alignTextCenterButtonTitle: 'Center', + justifyButtonTitle: 'Justify', + bulletsButtonTitle: 'Bullets', + numberingButtonTitle: 'Numbering', + decreaseIndentButtonTitle: 'Decrease Indent', + increaseIndentButtonTitle: 'Increase Indent', + insertPictureButtonTitle: 'Insert Picture', + fontColorButtonTitle: 'Font Color', + textHighlightButtonTitle: 'Text Highlight Color', + insertLinkButtonTitle: 'Insert Hyperlink', + insertTableButtonTitle: 'Table', + addRowButtonTitle: 'Add Row', + removeRowButtonTitle: 'Remove Row', + addColumnButtonTitle: 'Add Column', + removeColumnButtonTitle: 'Remove Column', + inserHRButtonTitle: 'Insert Horizontal Rule', + viewSourceButtonTitle: 'View Source', + cutButtonTitle: 'Cut', + copyButtonTitle: 'Copy', + pasteButtonTitle: 'Paste', + undoButtonTitle: 'Undo', + redoButtonTitle: 'Redo', + imageUrlDialogText: 'Image URL:', + imageAlternativeTextDialogText: 'Alternative Text:', + imageWidthDialogText: 'Image Width:', + imageHeihgtDialogText: 'Image Height:', + linkNavigateToUrlDialogText: 'Navigate to URL:', + linkDisplayTextDialogText: 'Display Text:', + linkOpenInDialogText: 'Open In:', + linkTargetNewWindowDialogText: 'New Window', + linkTargetSameWindowDialogText: 'Same Window', + linkTargetParentWindowDialogText: 'Parent Window', + linkTargetTopmostWindowDialogText: 'Topmost Window', + applyButtonTitle: 'Apply', + cancelButtonTitle: 'Cancel', + textToolbar: "text manipulation toolbar", + formattingToolbar: "text formatting toolbar", + insertObjectToolbar: "objects insertion toolbar", + copyPasteToolbar: "copy/paste toolbar", + fontNames: { + win: [ + { text: "Times New Roman", value: "Times New Roman" }, + { text: "Arial", value: "Arial" }, + { text: "Arial Black", value: "Arial Black" }, + { text: "Helvetica", value: "Helvetica" }, + { text: "Comic Sans MS", value: "Comic Sans MS" }, + { text: "Courier New", value: "Courier New" }, + { text: "Georgia", value: "Georgia" }, + { text: "Impact", value: "Impact" }, + { text: "Lucida Console", value: "Lucida Console" }, + { text: "Lucida Sans Unicode", value: "Lucida Sans Unicode" }, + { text: "Palatino Linotype", value: "Palatino Linotype" }, + { text: "Tahoma", value: "Tahoma" }, + { text: "Trebuchet MS", value: "Trebuchet MS" }, + { text: "Verdana", value: "Verdana" }, + { text: "Symbol", value: "Symbol" }, + { text: "Webdings", value: "Webdings" }, + { text: "Wingdings", value: "Wingdings" }, + { text: "MS Sans Serif", value: "MS Sans Serif" }, + { text: "MS Serif", value: "MS Serif" } + ], + mac: [ + { text: "Times New Roman", value: "Times New Roman" }, + { text: "Arial", value: "Arial" }, + { text: "Arial Black", value: "Arial Black" }, + { text: "Helvetica", value: "Helvetica" }, + { text: "Comic Sans MS", value: "Comic Sans MS" }, + { text: "Courier New", value: "Courier New" }, + { text: "Georgia", value: "Georgia" }, + { text: "Impact", value: "Impact" }, + { text: "Monaco", value: "Monaco" }, + { text: "Lucida Grande", value: "Lucida Grande" }, + { text: "Book Antiqua", value: "Book Antiqua" }, + { text: "Geneva", value: "Geneva" }, + { text: "Trebuchet MS", value: "Trebuchet" }, + { text: "Verdana", value: "Verdana" }, + { text: "Symbol", value: "Symbol" }, + { text: "Webdings", value: "Webdings" }, + { text: "Zapf Dingbats", value: "Zapf Dingbats" }, + { text: "New York", value: "New York" } + ] + }, + fontSizes: [ + { text: "1", value: "7.5 pt"}, + { text: "2", value: "10 pt"}, + { text: "3", value: "12 pt"}, + { text: "4", value: "13.5 pt"}, + { text: "5", value: "18 pt"}, + { text: "6", value: "24 pt"}, + { text: "7", value: "36 pt"} + ], + formatsList: [ + { text: "h1", value: "Heading 1" }, + { text: "h2", value: "Heading 2" }, + { text: "h3", value: "Heading 3" }, + { text: "h4", value: "Heading 4" }, + { text: "h5", value: "Heading 5" }, + { text: "h6", value: "Heading 6" }, + { text: "p", value: "Normal" } + ] +}; + +$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale['zh-cn'].HtmlEditor; +return $.ig.locale['zh-cn'].HtmlEditor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js new file mode 100644 index 000000000..41acfee83 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js @@ -0,0 +1,136 @@ +/*!@license +* Infragistics.Web.ClientUI HTML Editor localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.HtmlEditor = $.ig.HtmlEditor || {}; + + $.ig.locale['zh-tw'].HtmlEditor = { + boldButtonTitle: 'Bold', + italicButtonTitle: 'Italic', + underlineButtonTitle: 'Underline', + strikethroughButtonTitle: 'Strikethrough', + increaseFontSizeButtonTitle: 'Increase Font Size', + decreaseFontSizeButtonTitle: 'Decrease Font Size', + alignTextLeftButtonTitle: 'Align Text Left', + alignTextRightButtonTitle: 'Align Text Right', + alignTextCenterButtonTitle: 'Center', + justifyButtonTitle: 'Justify', + bulletsButtonTitle: 'Bullets', + numberingButtonTitle: 'Numbering', + decreaseIndentButtonTitle: 'Decrease Indent', + increaseIndentButtonTitle: 'Increase Indent', + insertPictureButtonTitle: 'Insert Picture', + fontColorButtonTitle: 'Font Color', + textHighlightButtonTitle: 'Text Highlight Color', + insertLinkButtonTitle: 'Insert Hyperlink', + insertTableButtonTitle: 'Table', + addRowButtonTitle: 'Add Row', + removeRowButtonTitle: 'Remove Row', + addColumnButtonTitle: 'Add Column', + removeColumnButtonTitle: 'Remove Column', + inserHRButtonTitle: 'Insert Horizontal Rule', + viewSourceButtonTitle: 'View Source', + cutButtonTitle: 'Cut', + copyButtonTitle: 'Copy', + pasteButtonTitle: 'Paste', + undoButtonTitle: 'Undo', + redoButtonTitle: 'Redo', + imageUrlDialogText: 'Image URL:', + imageAlternativeTextDialogText: 'Alternative Text:', + imageWidthDialogText: 'Image Width:', + imageHeihgtDialogText: 'Image Height:', + linkNavigateToUrlDialogText: 'Navigate to URL:', + linkDisplayTextDialogText: 'Display Text:', + linkOpenInDialogText: 'Open In:', + linkTargetNewWindowDialogText: 'New Window', + linkTargetSameWindowDialogText: 'Same Window', + linkTargetParentWindowDialogText: 'Parent Window', + linkTargetTopmostWindowDialogText: 'Topmost Window', + applyButtonTitle: 'Apply', + cancelButtonTitle: 'Cancel', + textToolbar: "text manipulation toolbar", + formattingToolbar: "text formatting toolbar", + insertObjectToolbar: "objects insertion toolbar", + copyPasteToolbar: "copy/paste toolbar", + fontNames: { + win: [ + { text: "Times New Roman", value: "Times New Roman" }, + { text: "Arial", value: "Arial" }, + { text: "Arial Black", value: "Arial Black" }, + { text: "Helvetica", value: "Helvetica" }, + { text: "Comic Sans MS", value: "Comic Sans MS" }, + { text: "Courier New", value: "Courier New" }, + { text: "Georgia", value: "Georgia" }, + { text: "Impact", value: "Impact" }, + { text: "Lucida Console", value: "Lucida Console" }, + { text: "Lucida Sans Unicode", value: "Lucida Sans Unicode" }, + { text: "Palatino Linotype", value: "Palatino Linotype" }, + { text: "Tahoma", value: "Tahoma" }, + { text: "Trebuchet MS", value: "Trebuchet MS" }, + { text: "Verdana", value: "Verdana" }, + { text: "Symbol", value: "Symbol" }, + { text: "Webdings", value: "Webdings" }, + { text: "Wingdings", value: "Wingdings" }, + { text: "MS Sans Serif", value: "MS Sans Serif" }, + { text: "MS Serif", value: "MS Serif" } + ], + mac: [ + { text: "Times New Roman", value: "Times New Roman" }, + { text: "Arial", value: "Arial" }, + { text: "Arial Black", value: "Arial Black" }, + { text: "Helvetica", value: "Helvetica" }, + { text: "Comic Sans MS", value: "Comic Sans MS" }, + { text: "Courier New", value: "Courier New" }, + { text: "Georgia", value: "Georgia" }, + { text: "Impact", value: "Impact" }, + { text: "Monaco", value: "Monaco" }, + { text: "Lucida Grande", value: "Lucida Grande" }, + { text: "Book Antiqua", value: "Book Antiqua" }, + { text: "Geneva", value: "Geneva" }, + { text: "Trebuchet MS", value: "Trebuchet" }, + { text: "Verdana", value: "Verdana" }, + { text: "Symbol", value: "Symbol" }, + { text: "Webdings", value: "Webdings" }, + { text: "Zapf Dingbats", value: "Zapf Dingbats" }, + { text: "New York", value: "New York" } + ] + }, + fontSizes: [ + { text: "1", value: "7.5 pt"}, + { text: "2", value: "10 pt"}, + { text: "3", value: "12 pt"}, + { text: "4", value: "13.5 pt"}, + { text: "5", value: "18 pt"}, + { text: "6", value: "24 pt"}, + { text: "7", value: "36 pt"} + ], + formatsList: [ + { text: "h1", value: "Heading 1" }, + { text: "h2", value: "Heading 2" }, + { text: "h3", value: "Heading 3" }, + { text: "h4", value: "Heading 4" }, + { text: "h5", value: "Heading 5" }, + { text: "h6", value: "Heading 6" }, + { text: "p", value: "Normal" } + ] +}; + +$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale['zh-tw'].HtmlEditor; +return $.ig.locale['zh-tw'].HtmlEditor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.notifier-it.js b/src/js/modules/i18n/infragistics.ui.notifier-it.js new file mode 100644 index 000000000..6a729182e --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.notifier-it.js @@ -0,0 +1,34 @@ +/*!@license +* Infragistics.Web.ClientUI Notifier localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.Notifier = $.ig.Notifier || {}; + + $.ig.locale.it.Notifier = { + successMsg: "Success", + errorMsg: "Error", + warningMsg: "Warning", + infoMsg: "Information", + notSupportedState: "Not supported notification state! Use one of the supported states 'success', 'info', 'warning', 'error'", + notSupportedMode: "Not supported notification mode! Use one of the supported modes 'auto', 'popover', 'inline'" +}; + +$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale.it.Notifier; +return $.ig.locale.it.Notifier; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js new file mode 100644 index 000000000..dcb52ca93 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js @@ -0,0 +1,34 @@ +/*!@license +* Infragistics.Web.ClientUI Notifier localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.Notifier = $.ig.Notifier || {}; + + $.ig.locale['zh-cn'].Notifier = { + successMsg: "Success", + errorMsg: "Error", + warningMsg: "Warning", + infoMsg: "Information", + notSupportedState: "Not supported notification state! Use one of the supported states 'success', 'info', 'warning', 'error'", + notSupportedMode: "Not supported notification mode! Use one of the supported modes 'auto', 'popover', 'inline'" +}; + +$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-cn'].Notifier; +return $.ig.locale['zh-cn'].Notifier; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js new file mode 100644 index 000000000..4e81ab4b7 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js @@ -0,0 +1,34 @@ +/*!@license +* Infragistics.Web.ClientUI Notifier localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.Notifier = $.ig.Notifier || {}; + + $.ig.locale['zh-tw'].Notifier = { + successMsg: "Success", + errorMsg: "Error", + warningMsg: "Warning", + infoMsg: "Information", + notSupportedState: "Not supported notification state! Use one of the supported states 'success', 'info', 'warning', 'error'", + notSupportedMode: "Not supported notification mode! Use one of the supported modes 'auto', 'popover', 'inline'" +}; + +$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-tw'].Notifier; +return $.ig.locale['zh-tw'].Notifier; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.popover-it.js b/src/js/modules/i18n/infragistics.ui.popover-it.js new file mode 100644 index 000000000..a5ab11d1e --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.popover-it.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Popover localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + $.ig.Popover = $.ig.Popover || {}; + + $.ig.locale.it.Popover = { + popoverOptionChangeNotSupported: "Changing the following option after igPopover has been initialized is not supported:", + popoverShowMethodWithoutTarget: "The target parameter of the show function is mandatory when the selectors option is used" + }; + +$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale.it.Popover; +return $.ig.locale.it.Popover; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js b/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js new file mode 100644 index 000000000..1f8fd47ec --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Popover localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.Popover = $.ig.Popover || {}; + + $.ig.locale['zh-cn'].Popover = { + popoverOptionChangeNotSupported: "Changing the following option after igPopover has been initialized is not supported:", + popoverShowMethodWithoutTarget: "The target parameter of the show function is mandatory when the selectors option is used" + }; + +$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-cn'].Popover; +return $.ig.locale['zh-cn'].Popover; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js b/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js new file mode 100644 index 000000000..e74cba9cc --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Popover localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.Popover = $.ig.Popover || {}; + + $.ig.locale['zh-tw'].Popover = { + popoverOptionChangeNotSupported: "Changing the following option after igPopover has been initialized is not supported:", + popoverShowMethodWithoutTarget: "The target parameter of the show function is mandatory when the selectors option is used" + }; + +$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-tw'].Popover; +return $.ig.locale['zh-tw'].Popover; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.rating-it.js b/src/js/modules/i18n/infragistics.ui.rating-it.js new file mode 100644 index 000000000..fce862956 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.rating-it.js @@ -0,0 +1,29 @@ +/*!@license +* Infragistics.Web.ClientUI Rating localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Rating = $.ig.Rating || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Rating = { + setOptionError: 'Runtime changes are not allowed for the following option: ' + } + + $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale.it.Rating; + return $.ig.locale.it.Rating; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js b/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js new file mode 100644 index 000000000..86e6417bd --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js @@ -0,0 +1,29 @@ +/*!@license +* Infragistics.Web.ClientUI Rating localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Rating = $.ig.Rating || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Rating = { + setOptionError: 'Runtime changes are not allowed for the following option: ' + } + + $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-cn'].Rating; + return $.ig.locale['zh-cn'].Rating; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js b/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js new file mode 100644 index 000000000..9f3fb2679 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js @@ -0,0 +1,29 @@ +/*!@license +* Infragistics.Web.ClientUI Rating localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Rating = $.ig.Rating || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Rating = { + setOptionError: 'Runtime changes are not allowed for the following option: ' + } + + $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-tw'].Rating; + return $.ig.locale['zh-tw'].Rating; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.scroll-it.js b/src/js/modules/i18n/infragistics.ui.scroll-it.js new file mode 100644 index 000000000..9ae751c7e --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.scroll-it.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Scroll localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Scroll = $.ig.Scroll || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Scroll = { + errorNoElementLink: 'Element that is being linked does not exists.', + errorNoScrollbarLink: 'Scrollbar element that is being linked does not exists.' + } + + $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale.it.Scroll; + return $.ig.locale.it.Scroll; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js new file mode 100644 index 000000000..11609988f --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Scroll localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Scroll = $.ig.Scroll || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Scroll = { + errorNoElementLink: 'Element that is being linked does not exists.', + errorNoScrollbarLink: 'Scrollbar element that is being linked does not exists.' + } + + $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-cn'].Scroll; + return $.ig.locale['zh-cn'].Scroll; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js new file mode 100644 index 000000000..e8100bd78 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Scroll localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Scroll = $.ig.Scroll || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Scroll = { + errorNoElementLink: 'Element that is being linked does not exists.', + errorNoScrollbarLink: 'Scrollbar element that is being linked does not exists.' + } + + $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-tw'].Scroll; + return $.ig.locale['zh-tw'].Scroll; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.splitter-it.js b/src/js/modules/i18n/infragistics.ui.splitter-it.js new file mode 100644 index 000000000..925476d23 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.splitter-it.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Splitter localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Splitter = $.ig.Splitter || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Splitter = { + errorPanels: 'The number of panels have to be no more than two.', + errorSettingOption: 'Error setting option.' + } + + $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale.it.Splitter; + return $.ig.locale.it.Splitter; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js new file mode 100644 index 000000000..a7a6f3c3a --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Splitter localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Splitter = $.ig.Splitter || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Splitter = { + errorPanels: 'The number of panels have to be no more than two.', + errorSettingOption: 'Error setting option.' + } + + $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-cn'].Splitter; + return $.ig.locale['zh-cn'].Splitter; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js new file mode 100644 index 000000000..11f72338d --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Splitter localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Splitter = $.ig.Splitter || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Splitter = { + errorPanels: 'The number of panels have to be no more than two.', + errorSettingOption: 'Error setting option.' + } + + $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-tw'].Splitter; + return $.ig.locale['zh-tw'].Splitter; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-it.js b/src/js/modules/i18n/infragistics.ui.tilemanager-it.js new file mode 100644 index 000000000..2021109d7 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-it.js @@ -0,0 +1,31 @@ +/*!@license +* Infragistics.Web.ClientUI Tile Manager localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.TileManager = $.ig.TileManager || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.TileManager = { + renderDataError: "Data was not successfully retrieved or parsed.", + setOptionItemsLengthError: "The length of the items configurations does not match the number of the tiles.", + setOptionError: "Runtime changes are not allowed for this option." + } + + $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale.it.TileManager; + return $.ig.locale.it.TileManager; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js new file mode 100644 index 000000000..b561588a6 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js @@ -0,0 +1,31 @@ +/*!@license +* Infragistics.Web.ClientUI Tile Manager localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.TileManager = $.ig.TileManager || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].TileManager = { + renderDataError: "Data was not successfully retrieved or parsed.", + setOptionItemsLengthError: "The length of the items configurations does not match the number of the tiles.", + setOptionError: "Runtime changes are not allowed for this option." + } + + $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-cn'].TileManager; + return $.ig.locale['zh-cn'].TileManager; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js new file mode 100644 index 000000000..b79478cca --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js @@ -0,0 +1,31 @@ +/*!@license +* Infragistics.Web.ClientUI Tile Manager localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.TileManager = $.ig.TileManager || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].TileManager = { + renderDataError: "Data was not successfully retrieved or parsed.", + setOptionItemsLengthError: "The length of the items configurations does not match the number of the tiles.", + setOptionError: "Runtime changes are not allowed for this option." + } + + $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-tw'].TileManager; + return $.ig.locale['zh-tw'].TileManager; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-it.js b/src/js/modules/i18n/infragistics.ui.toolbar-it.js new file mode 100644 index 000000000..da86e14bc --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.toolbar-it.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Toolbar localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Toolbar = $.ig.Toolbar || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Toolbar = { + collapseButtonTitle: 'Collapse {0}', + expandButtonTitle: 'Expand {0}' + } + + $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale.it.Toolbar; + return $.ig.locale.it.Toolbar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js new file mode 100644 index 000000000..b432ca6cf --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Toolbar localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Toolbar = $.ig.Toolbar || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Toolbar = { + collapseButtonTitle: 'Collapse {0}', + expandButtonTitle: 'Expand {0}' + } + + $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-cn'].Toolbar; + return $.ig.locale['zh-cn'].Toolbar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js new file mode 100644 index 000000000..2c5dc2d68 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js @@ -0,0 +1,30 @@ +/*!@license +* Infragistics.Web.ClientUI Toolbar localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Toolbar = $.ig.Toolbar || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Toolbar = { + collapseButtonTitle: 'Collapse {0}', + expandButtonTitle: 'Expand {0}' + } + + $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-tw'].Toolbar; + return $.ig.locale['zh-tw'].Toolbar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-it.js b/src/js/modules/i18n/infragistics.ui.tree-it.js new file mode 100644 index 000000000..73107e341 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tree-it.js @@ -0,0 +1,43 @@ +/*!@license +* Infragistics.Web.ClientUI Tree localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Tree = $.ig.Tree || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Tree = { + invalidArgumentType: 'Invalid argument type provided.', + errorOnRequest: 'An error has occurred while retrieving data: ', + noDataSourceUrl: 'The igTree control requires a dataSourceUrl provided in order to initiate a request for data to that URL.', + incorrectPath: 'A node was not found at the provided path: ', + incorrectNodeObject: 'The provided argument is not a jQuery node element.', + setOptionError: 'Runtime changes are not allowed for the following option: ', + moveTo: 'Move to {0}', + moveBetween: 'Move between {0} and {1}', + moveAfter: 'Move after {0}', + moveBefore: 'Move before {0}', + copyTo: 'Copy to {0}', + copyBetween: 'Copy between {0} and {1}', + copyAfter: 'Copy after {0}', + copyBefore: 'Copy before {0}', + and: 'and' + } + + $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale.it.Tree; + return $.ig.locale.it.Tree; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js b/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js new file mode 100644 index 000000000..9ddd63b90 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js @@ -0,0 +1,43 @@ +/*!@license +* Infragistics.Web.ClientUI Tree localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Tree = $.ig.Tree || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Tree = { + invalidArgumentType: 'Invalid argument type provided.', + errorOnRequest: 'An error has occurred while retrieving data: ', + noDataSourceUrl: 'The igTree control requires a dataSourceUrl provided in order to initiate a request for data to that URL.', + incorrectPath: 'A node was not found at the provided path: ', + incorrectNodeObject: 'The provided argument is not a jQuery node element.', + setOptionError: 'Runtime changes are not allowed for the following option: ', + moveTo: 'Move to {0}', + moveBetween: 'Move between {0} and {1}', + moveAfter: 'Move after {0}', + moveBefore: 'Move before {0}', + copyTo: 'Copy to {0}', + copyBetween: 'Copy between {0} and {1}', + copyAfter: 'Copy after {0}', + copyBefore: 'Copy before {0}', + and: 'and' + } + + $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-cn'].Tree; + return $.ig.locale['zh-cn'].Tree; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js b/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js new file mode 100644 index 000000000..eb989918d --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js @@ -0,0 +1,43 @@ +/*!@license +* Infragistics.Web.ClientUI Tree localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Tree = $.ig.Tree || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Tree = { + invalidArgumentType: 'Invalid argument type provided.', + errorOnRequest: 'An error has occurred while retrieving data: ', + noDataSourceUrl: 'The igTree control requires a dataSourceUrl provided in order to initiate a request for data to that URL.', + incorrectPath: 'A node was not found at the provided path: ', + incorrectNodeObject: 'The provided argument is not a jQuery node element.', + setOptionError: 'Runtime changes are not allowed for the following option: ', + moveTo: 'Move to {0}', + moveBetween: 'Move between {0} and {1}', + moveAfter: 'Move after {0}', + moveBefore: 'Move before {0}', + copyTo: 'Copy to {0}', + copyBetween: 'Copy between {0} and {1}', + copyAfter: 'Copy after {0}', + copyBefore: 'Copy before {0}', + and: 'and' + } + + $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-tw'].Tree; + return $.ig.locale['zh-tw'].Tree; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.upload-it.js b/src/js/modules/i18n/infragistics.ui.upload-it.js new file mode 100644 index 000000000..fba80a231 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.upload-it.js @@ -0,0 +1,71 @@ +/*!@license +* Infragistics.Web.ClientUI Upload localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Upload = $.ig.Upload || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Upload = { + labelUploadButton: "Upload File", + labelAddButton: "Add", + labelClearAllButton: "Clear Uploaded", + // M.H. 13 May 2011 - fix bug 75042 + labelSummaryTemplate: "{0} of {1} uploaded", + labelSummaryProgressBarTemplate: "{0}/{1}", + labelShowDetails: "Show Details", + labelHideDetails: "Hide Details", + labelSummaryProgressButtonCancel: "Cancel", + // M.H. 1 June 2011 Fix bug #77532 + labelSummaryProgressButtonContinue: "Upload", + labelSummaryProgressButtonDone: "Done", + labelProgressBarFileNameContinue: "...", + + //error messages + errorMessageFileSizeExceeded: "Max file size exceeded.", + errorMessageGetFileStatus: "Could not get your current file status! Probably connection dropped.", + errorMessageCancelUpload: "Could not send to server command to cancel upload! Probably connection dropped.", + errorMessageNoSuchFile: "The file you requested could not be found. Probably this file is too big.", + errorMessageOther: "There is internal error uploading file. Error code: {0}.", + errorMessageValidatingFileExtension: "File extension validation failed.", + errorMessageAJAXRequestFileSize: "AJAX error while trying to get file size.", + errorMessageMaxUploadedFiles: "Maximum count of uploading files exceeded.", + errorMessageMaxSimultaneousFiles: "Value of maxSimultaneousFilesUploads is incorrect. It should be more than 0 or null.", + errorMessageTryToRemoveNonExistingFile: "You are trying to remove non-existing file with id {0}.", + errorMessageTryToStartNonExistingFile: "You are trying to start non-existing file with id {0}.", + errorMessageDropMultipleFilesWhenSingleModel: "It is not allowed to drop more than 1 file when mode is single", + + // M.H. 12 May 2011 - fix bug 74763: add title to all buttons + // title attributes + titleUploadFileButtonInit: "Upload File", + titleAddFileButton: "Add", + titleCancelUploadButton: "Cancel", + // M.H. 1 June 2011 Fix bug #77532 + titleSummaryProgressButtonContinue: "Upload", + titleClearUploaded: "Clear Uploaded", + titleShowDetailsButton: "Show Details", + titleHideDetailsButton: "Hide Details", + titleSummaryProgressButtonCancel: "Cancel", + titleSummaryProgressButtonDone: "Done", + // M.H. 1 June 2011 Fix bug #77532 + titleSingleUploadButtonContinue: "Upload", + titleClearAllButton: "Clear Uploaded" + } + + $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale.it.Upload; + return $.ig.locale.it.Upload; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js b/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js new file mode 100644 index 000000000..c8567f044 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js @@ -0,0 +1,71 @@ +/*!@license +* Infragistics.Web.ClientUI Upload localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Upload = $.ig.Upload || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Upload = { + labelUploadButton: "Upload File", + labelAddButton: "Add", + labelClearAllButton: "Clear Uploaded", + // M.H. 13 May 2011 - fix bug 75042 + labelSummaryTemplate: "{0} of {1} uploaded", + labelSummaryProgressBarTemplate: "{0}/{1}", + labelShowDetails: "Show Details", + labelHideDetails: "Hide Details", + labelSummaryProgressButtonCancel: "Cancel", + // M.H. 1 June 2011 Fix bug #77532 + labelSummaryProgressButtonContinue: "Upload", + labelSummaryProgressButtonDone: "Done", + labelProgressBarFileNameContinue: "...", + + //error messages + errorMessageFileSizeExceeded: "Max file size exceeded.", + errorMessageGetFileStatus: "Could not get your current file status! Probably connection dropped.", + errorMessageCancelUpload: "Could not send to server command to cancel upload! Probably connection dropped.", + errorMessageNoSuchFile: "The file you requested could not be found. Probably this file is too big.", + errorMessageOther: "There is internal error uploading file. Error code: {0}.", + errorMessageValidatingFileExtension: "File extension validation failed.", + errorMessageAJAXRequestFileSize: "AJAX error while trying to get file size.", + errorMessageMaxUploadedFiles: "Maximum count of uploading files exceeded.", + errorMessageMaxSimultaneousFiles: "Value of maxSimultaneousFilesUploads is incorrect. It should be more than 0 or null.", + errorMessageTryToRemoveNonExistingFile: "You are trying to remove non-existing file with id {0}.", + errorMessageTryToStartNonExistingFile: "You are trying to start non-existing file with id {0}.", + errorMessageDropMultipleFilesWhenSingleModel: "It is not allowed to drop more than 1 file when mode is single", + + // M.H. 12 May 2011 - fix bug 74763: add title to all buttons + // title attributes + titleUploadFileButtonInit: "Upload File", + titleAddFileButton: "Add", + titleCancelUploadButton: "Cancel", + // M.H. 1 June 2011 Fix bug #77532 + titleSummaryProgressButtonContinue: "Upload", + titleClearUploaded: "Clear Uploaded", + titleShowDetailsButton: "Show Details", + titleHideDetailsButton: "Hide Details", + titleSummaryProgressButtonCancel: "Cancel", + titleSummaryProgressButtonDone: "Done", + // M.H. 1 June 2011 Fix bug #77532 + titleSingleUploadButtonContinue: "Upload", + titleClearAllButton: "Clear Uploaded" + } + + $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-cn'].Upload; + return $.ig.locale['zh-cn'].Upload; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js b/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js new file mode 100644 index 000000000..96c8e4857 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js @@ -0,0 +1,71 @@ +/*!@license +* Infragistics.Web.ClientUI Upload localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Upload = $.ig.Upload || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Upload = { + labelUploadButton: "Upload File", + labelAddButton: "Add", + labelClearAllButton: "Clear Uploaded", + // M.H. 13 May 2011 - fix bug 75042 + labelSummaryTemplate: "{0} of {1} uploaded", + labelSummaryProgressBarTemplate: "{0}/{1}", + labelShowDetails: "Show Details", + labelHideDetails: "Hide Details", + labelSummaryProgressButtonCancel: "Cancel", + // M.H. 1 June 2011 Fix bug #77532 + labelSummaryProgressButtonContinue: "Upload", + labelSummaryProgressButtonDone: "Done", + labelProgressBarFileNameContinue: "...", + + //error messages + errorMessageFileSizeExceeded: "Max file size exceeded.", + errorMessageGetFileStatus: "Could not get your current file status! Probably connection dropped.", + errorMessageCancelUpload: "Could not send to server command to cancel upload! Probably connection dropped.", + errorMessageNoSuchFile: "The file you requested could not be found. Probably this file is too big.", + errorMessageOther: "There is internal error uploading file. Error code: {0}.", + errorMessageValidatingFileExtension: "File extension validation failed.", + errorMessageAJAXRequestFileSize: "AJAX error while trying to get file size.", + errorMessageMaxUploadedFiles: "Maximum count of uploading files exceeded.", + errorMessageMaxSimultaneousFiles: "Value of maxSimultaneousFilesUploads is incorrect. It should be more than 0 or null.", + errorMessageTryToRemoveNonExistingFile: "You are trying to remove non-existing file with id {0}.", + errorMessageTryToStartNonExistingFile: "You are trying to start non-existing file with id {0}.", + errorMessageDropMultipleFilesWhenSingleModel: "It is not allowed to drop more than 1 file when mode is single", + + // M.H. 12 May 2011 - fix bug 74763: add title to all buttons + // title attributes + titleUploadFileButtonInit: "Upload File", + titleAddFileButton: "Add", + titleCancelUploadButton: "Cancel", + // M.H. 1 June 2011 Fix bug #77532 + titleSummaryProgressButtonContinue: "Upload", + titleClearUploaded: "Clear Uploaded", + titleShowDetailsButton: "Show Details", + titleHideDetailsButton: "Hide Details", + titleSummaryProgressButtonCancel: "Cancel", + titleSummaryProgressButtonDone: "Done", + // M.H. 1 June 2011 Fix bug #77532 + titleSingleUploadButtonContinue: "Upload", + titleClearAllButton: "Clear Uploaded" + } + + $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-tw'].Upload; + return $.ig.locale['zh-tw'].Upload; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-it.js b/src/js/modules/i18n/infragistics.ui.validator-it.js new file mode 100644 index 000000000..b197e3471 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.validator-it.js @@ -0,0 +1,50 @@ +/*!@license +* Infragistics.Web.ClientUI Validator localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Validator = $.ig.Validator || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Validator = { + defaultMessage: 'This field needs attention', + selectMessage: 'A value should be selected', + rangeSelectMessage: 'At least {0} but no more than {1} items should be selected', + minSelectMessage: 'At least {0} item(s) should be selected', + maxSelectMessage: 'No more than {0} item(s) should be selected', + rangeLengthMessage: 'Entry should be between {0} and {1} characters long', + minLengthMessage: 'Entry should be at least {0} character(s) long', + maxLengthMessage: 'Entry should be no more than {0} character(s) long', + requiredMessage: 'This field is required', + patternMessage: 'Entry does not match the required pattern', + maskMessage: 'All required positions should be filled', + dateFieldsMessage: 'Date field values should be entered', + invalidDayMessage: 'A valid day of the month should be entered', + dateMessage: 'A valid date should be entered', + numberMessage: 'A valid number should be entered', + rangeValueMessage: 'A value between {0} and {1} should be entered', + minValueMessage: 'A value of at least {0} should be entered', + maxValueMessage: 'A value no more than {0} should be entered', + emailMessage: 'A valid email address should be entered', + creditCardMessage: 'A valid payment card number should be entered', + equalToMessage: 'The two values do not match', + optionalString: '(optional)' + } + + $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale.it.Validator; + return $.ig.locale.it.Validator; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js b/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js new file mode 100644 index 000000000..39920747e --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js @@ -0,0 +1,50 @@ +/*!@license +* Infragistics.Web.ClientUI Validator localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Validator = $.ig.Validator || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Validator = { + defaultMessage: 'This field needs attention', + selectMessage: 'A value should be selected', + rangeSelectMessage: 'At least {0} but no more than {1} items should be selected', + minSelectMessage: 'At least {0} item(s) should be selected', + maxSelectMessage: 'No more than {0} item(s) should be selected', + rangeLengthMessage: 'Entry should be between {0} and {1} characters long', + minLengthMessage: 'Entry should be at least {0} character(s) long', + maxLengthMessage: 'Entry should be no more than {0} character(s) long', + requiredMessage: 'This field is required', + patternMessage: 'Entry does not match the required pattern', + maskMessage: 'All required positions should be filled', + dateFieldsMessage: 'Date field values should be entered', + invalidDayMessage: 'A valid day of the month should be entered', + dateMessage: 'A valid date should be entered', + numberMessage: 'A valid number should be entered', + rangeValueMessage: 'A value between {0} and {1} should be entered', + minValueMessage: 'A value of at least {0} should be entered', + maxValueMessage: 'A value no more than {0} should be entered', + emailMessage: 'A valid email address should be entered', + creditCardMessage: 'A valid payment card number should be entered', + equalToMessage: 'The two values do not match', + optionalString: '(optional)' + } + + $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-cn'].Validator; + return $.ig.locale['zh-cn'].Validator; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js b/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js new file mode 100644 index 000000000..9eb33c5fb --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js @@ -0,0 +1,50 @@ +/*!@license +* Infragistics.Web.ClientUI Validator localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Validator = $.ig.Validator || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Validator = { + defaultMessage: 'This field needs attention', + selectMessage: 'A value should be selected', + rangeSelectMessage: 'At least {0} but no more than {1} items should be selected', + minSelectMessage: 'At least {0} item(s) should be selected', + maxSelectMessage: 'No more than {0} item(s) should be selected', + rangeLengthMessage: 'Entry should be between {0} and {1} characters long', + minLengthMessage: 'Entry should be at least {0} character(s) long', + maxLengthMessage: 'Entry should be no more than {0} character(s) long', + requiredMessage: 'This field is required', + patternMessage: 'Entry does not match the required pattern', + maskMessage: 'All required positions should be filled', + dateFieldsMessage: 'Date field values should be entered', + invalidDayMessage: 'A valid day of the month should be entered', + dateMessage: 'A valid date should be entered', + numberMessage: 'A valid number should be entered', + rangeValueMessage: 'A value between {0} and {1} should be entered', + minValueMessage: 'A value of at least {0} should be entered', + maxValueMessage: 'A value no more than {0} should be entered', + emailMessage: 'A valid email address should be entered', + creditCardMessage: 'A valid payment card number should be entered', + equalToMessage: 'The two values do not match', + optionalString: '(optional)' + } + + $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-tw'].Validator; + return $.ig.locale['zh-tw'].Validator; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-it.js b/src/js/modules/i18n/infragistics.ui.videoplayer-it.js new file mode 100644 index 000000000..d939c32a8 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-it.js @@ -0,0 +1,63 @@ +/*!@license +* Infragistics.Web.ClientUI Video Player localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.VideoPlayer = $.ig.VideoPlayer || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.VideoPlayer = { + liveStream: "Live video", + live: "Live", + paused: "Paused", + playing: "Playing", + play: 'Play', + volume: "Volume", + unsupportedVideoSource: "The current video sources does not contain a format that is supported by your browser.", + missingVideoSource: "No compatible video source.", + progressLabelLongFormat: "$currentTime$ / $duration$", + progressLabelShortFormat: "$currentTime$", + enterFullscreen: "Go Fullscreen", + exitFullscreen: "Exit Fullscreen", + skipTo: "SKIP TO", + unsupportedBrowser: "The current browser does not support HTML5 video.
Try upgrading to any of the following versions:", + currentBrowser: "Current browser: {0}", + ie9: "Microsoft Internet Explorer V 9+", + chrome8: "Google Chrome V 8+", + firefox36: "Mozilla Firefox V 3.6+", + safari5: "Apple Safari V 5+", + opera11: "Opera V 11+", + ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", + operaDownload: "http://www.opera.com/download/", + chromeDownload: "http://www.google.com/chrome", + firefoxDownload: "http://www.mozilla.com/", + safariDownload: "http://www.apple.com/safari/download/", + buffering: 'Buffering...', + adMessage: 'Ad: Video will resume in $duration$ seconds.', + adMessageLong: 'Ad: Video will resume in $duration$.', + adMessageNoDuration: 'Ad: Video will resume after the commercial.', + adNewWindowTip: 'Ad: Click to open ad content in a new window.', + nonDivException: 'The Infragistics HTML5 Video Player can be instantiated only on a DIV tag.', + relatedVideos: 'RELATED VIDEOS', + replayButton: 'Replay', + replayTooltip: 'Click to replay last video.', + noCommercials: 'Browser controls does not support commercials' + } + + $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale.it.VideoPlayer; + return $.ig.locale.it.VideoPlayer; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js new file mode 100644 index 000000000..62092b2ed --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js @@ -0,0 +1,63 @@ +/*!@license +* Infragistics.Web.ClientUI Video Player localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.VideoPlayer = $.ig.VideoPlayer || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].VideoPlayer = { + liveStream: "Live video", + live: "Live", + paused: "Paused", + playing: "Playing", + play: 'Play', + volume: "Volume", + unsupportedVideoSource: "The current video sources does not contain a format that is supported by your browser.", + missingVideoSource: "No compatible video source.", + progressLabelLongFormat: "$currentTime$ / $duration$", + progressLabelShortFormat: "$currentTime$", + enterFullscreen: "Go Fullscreen", + exitFullscreen: "Exit Fullscreen", + skipTo: "SKIP TO", + unsupportedBrowser: "The current browser does not support HTML5 video.
Try upgrading to any of the following versions:", + currentBrowser: "Current browser: {0}", + ie9: "Microsoft Internet Explorer V 9+", + chrome8: "Google Chrome V 8+", + firefox36: "Mozilla Firefox V 3.6+", + safari5: "Apple Safari V 5+", + opera11: "Opera V 11+", + ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", + operaDownload: "http://www.opera.com/download/", + chromeDownload: "http://www.google.com/chrome", + firefoxDownload: "http://www.mozilla.com/", + safariDownload: "http://www.apple.com/safari/download/", + buffering: 'Buffering...', + adMessage: 'Ad: Video will resume in $duration$ seconds.', + adMessageLong: 'Ad: Video will resume in $duration$.', + adMessageNoDuration: 'Ad: Video will resume after the commercial.', + adNewWindowTip: 'Ad: Click to open ad content in a new window.', + nonDivException: 'The Infragistics HTML5 Video Player can be instantiated only on a DIV tag.', + relatedVideos: 'RELATED VIDEOS', + replayButton: 'Replay', + replayTooltip: 'Click to replay last video.', + noCommercials: 'Browser controls does not support commercials' + } + + $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-cn'].VideoPlayer; + return $.ig.locale['zh-cn'].VideoPlayer; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js new file mode 100644 index 000000000..d08472b59 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js @@ -0,0 +1,63 @@ +/*!@license +* Infragistics.Web.ClientUI Video Player localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.VideoPlayer = $.ig.VideoPlayer || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].VideoPlayer = { + liveStream: "Live video", + live: "Live", + paused: "Paused", + playing: "Playing", + play: 'Play', + volume: "Volume", + unsupportedVideoSource: "The current video sources does not contain a format that is supported by your browser.", + missingVideoSource: "No compatible video source.", + progressLabelLongFormat: "$currentTime$ / $duration$", + progressLabelShortFormat: "$currentTime$", + enterFullscreen: "Go Fullscreen", + exitFullscreen: "Exit Fullscreen", + skipTo: "SKIP TO", + unsupportedBrowser: "The current browser does not support HTML5 video.
Try upgrading to any of the following versions:", + currentBrowser: "Current browser: {0}", + ie9: "Microsoft Internet Explorer V 9+", + chrome8: "Google Chrome V 8+", + firefox36: "Mozilla Firefox V 3.6+", + safari5: "Apple Safari V 5+", + opera11: "Opera V 11+", + ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", + operaDownload: "http://www.opera.com/download/", + chromeDownload: "http://www.google.com/chrome", + firefoxDownload: "http://www.mozilla.com/", + safariDownload: "http://www.apple.com/safari/download/", + buffering: 'Buffering...', + adMessage: 'Ad: Video will resume in $duration$ seconds.', + adMessageLong: 'Ad: Video will resume in $duration$.', + adMessageNoDuration: 'Ad: Video will resume after the commercial.', + adNewWindowTip: 'Ad: Click to open ad content in a new window.', + nonDivException: 'The Infragistics HTML5 Video Player can be instantiated only on a DIV tag.', + relatedVideos: 'RELATED VIDEOS', + replayButton: 'Replay', + replayTooltip: 'Click to replay last video.', + noCommercials: 'Browser controls does not support commercials' + } + + $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-tw'].VideoPlayer; + return $.ig.locale['zh-tw'].VideoPlayer; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-it.js b/src/js/modules/i18n/infragistics.ui.zoombar-it.js new file mode 100644 index 000000000..011083f03 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.zoombar-it.js @@ -0,0 +1,32 @@ +/*!@license +* Infragistics.Web.ClientUI Zoombar localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Zoombar = $.ig.Zoombar || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.Zoombar = { + zoombarTargetNotSpecified: "igZoombar requires a valid target to attach to!", + zoombarTypeNotSupported: "The type of widget the Zoombar is trying to attach to is not supported!", + zoombarProviderNotRecognized: "igZoombar could not initialize a provider from the class specified or the value passed is not a class.", + optionChangeNotSupported: "Changing the following option after the igZoombar has been created is not supported:" + } + + $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale.it.Zoombar; + return $.ig.locale.it.Zoombar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js new file mode 100644 index 000000000..cd1d62eb3 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js @@ -0,0 +1,32 @@ +/*!@license +* Infragistics.Web.ClientUI Zoombar localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Zoombar = $.ig.Zoombar || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].Zoombar = { + zoombarTargetNotSpecified: "igZoombar requires a valid target to attach to!", + zoombarTypeNotSupported: "The type of widget the Zoombar is trying to attach to is not supported!", + zoombarProviderNotRecognized: "igZoombar could not initialize a provider from the class specified or the value passed is not a class.", + optionChangeNotSupported: "Changing the following option after the igZoombar has been created is not supported:" + } + + $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-cn'].Zoombar; + return $.ig.locale['zh-cn'].Zoombar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js new file mode 100644 index 000000000..c2c0277a3 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js @@ -0,0 +1,32 @@ +/*!@license +* Infragistics.Web.ClientUI Zoombar localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( ["jquery"], factory ); + } else { + return factory(jQuery); + } +} +(function ($) { + $.ig = $.ig || {}; + $.ig.Zoombar = $.ig.Zoombar || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].Zoombar = { + zoombarTargetNotSpecified: "igZoombar requires a valid target to attach to!", + zoombarTypeNotSupported: "The type of widget the Zoombar is trying to attach to is not supported!", + zoombarProviderNotRecognized: "igZoombar could not initialize a provider from the class specified or the value passed is not a class.", + optionChangeNotSupported: "Changing the following option after the igZoombar has been created is not supported:" + } + + $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-tw'].Zoombar; + return $.ig.locale['zh-tw'].Zoombar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.util-it.js b/src/js/modules/i18n/infragistics.util-it.js new file mode 100644 index 000000000..6a5f24154 --- /dev/null +++ b/src/js/modules/i18n/infragistics.util-it.js @@ -0,0 +1,58 @@ +/*!@license +* Infragistics.Web.ClientUI common utilities localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( [], factory ); + } else { + return factory(); + } +} +(function () { + window.igRoot = window.igRoot || {}; + /* jshint ignore:start */ + if (window.$ !== undefined || typeof $ === "function") { + window.igRoot = window.$ || $; + } + /* jshint ignore:end */ + + window.igRoot.ig = window.igRoot.ig || { _isNamespace: true }; + window.$ig = window.$ig || window.igRoot.ig; + + var $ = igRoot; // REMOVE_FROM_COMBINED_FILES + + $ = $ || {}; + $.ig = $.ig || {}; + $.ig.util = $.ig.util || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale.it = $.ig.locale.it || {}; + + $.ig.locale.it.util = { + unsupportedBrowser: "The current browser does not support HTML5 canvas element.
Try upgrading to any of the following versions:", + currentBrowser: "Current browser: {0}", + ie9: "Microsoft Internet Explorer V 9+", + chrome8: "Google Chrome V 8+", + firefox36: "Mozilla Firefox V 3.6+", + safari5: "Apple Safari V 5+", + opera11: "Opera V 11+", + ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", + operaDownload: "http://www.opera.com/download/", + chromeDownload: "http://www.google.com/chrome", + firefoxDownload: "http://www.mozilla.com/", + safariDownload: "http://www.apple.com/safari/download/", + defaultSummaryMethodLabelMin: "Min = ", + defaultSummaryMethodLabelMax: "Max = ", + defaultSummaryMethodLabelSum: "Sum = ", + defaultSummaryMethodLabelAvg: "Avg = ", + defaultSummaryMethodLabelCount: "Count = " + } + + $.ig.util.locale = $.ig.util.locale || $.ig.locale.it.util; + return igRoot; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.util-zh-cn.js b/src/js/modules/i18n/infragistics.util-zh-cn.js new file mode 100644 index 000000000..7d6c81ae0 --- /dev/null +++ b/src/js/modules/i18n/infragistics.util-zh-cn.js @@ -0,0 +1,58 @@ +/*!@license +* Infragistics.Web.ClientUI common utilities localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( [], factory ); + } else { + return factory(); + } +} +(function () { + window.igRoot = window.igRoot || {}; + /* jshint ignore:start */ + if (window.$ !== undefined || typeof $ === "function") { + window.igRoot = window.$ || $; + } + /* jshint ignore:end */ + + window.igRoot.ig = window.igRoot.ig || { _isNamespace: true }; + window.$ig = window.$ig || window.igRoot.ig; + + var $ = igRoot; // REMOVE_FROM_COMBINED_FILES + + $ = $ || {}; + $.ig = $.ig || {}; + $.ig.util = $.ig.util || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + + $.ig.locale['zh-cn'].util = { + unsupportedBrowser: "The current browser does not support HTML5 canvas element.
Try upgrading to any of the following versions:", + currentBrowser: "Current browser: {0}", + ie9: "Microsoft Internet Explorer V 9+", + chrome8: "Google Chrome V 8+", + firefox36: "Mozilla Firefox V 3.6+", + safari5: "Apple Safari V 5+", + opera11: "Opera V 11+", + ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", + operaDownload: "http://www.opera.com/download/", + chromeDownload: "http://www.google.com/chrome", + firefoxDownload: "http://www.mozilla.com/", + safariDownload: "http://www.apple.com/safari/download/", + defaultSummaryMethodLabelMin: "Min = ", + defaultSummaryMethodLabelMax: "Max = ", + defaultSummaryMethodLabelSum: "Sum = ", + defaultSummaryMethodLabelAvg: "Avg = ", + defaultSummaryMethodLabelCount: "Count = " + } + + $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-cn'].util; + return igRoot; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.util-zh-tw.js b/src/js/modules/i18n/infragistics.util-zh-tw.js new file mode 100644 index 000000000..9a5da617f --- /dev/null +++ b/src/js/modules/i18n/infragistics.util-zh-tw.js @@ -0,0 +1,58 @@ +/*!@license +* Infragistics.Web.ClientUI common utilities localization resources +* +* Copyright (c) 2011- Infragistics Inc. +* +* http://www.infragistics.com/ +* +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define( [], factory ); + } else { + return factory(); + } +} +(function () { + window.igRoot = window.igRoot || {}; + /* jshint ignore:start */ + if (window.$ !== undefined || typeof $ === "function") { + window.igRoot = window.$ || $; + } + /* jshint ignore:end */ + + window.igRoot.ig = window.igRoot.ig || { _isNamespace: true }; + window.$ig = window.$ig || window.igRoot.ig; + + var $ = igRoot; // REMOVE_FROM_COMBINED_FILES + + $ = $ || {}; + $.ig = $.ig || {}; + $.ig.util = $.ig.util || {}; + $.ig.locale = $.ig.locale || {}; + $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + + $.ig.locale['zh-tw'].util = { + unsupportedBrowser: "The current browser does not support HTML5 canvas element.
Try upgrading to any of the following versions:", + currentBrowser: "Current browser: {0}", + ie9: "Microsoft Internet Explorer V 9+", + chrome8: "Google Chrome V 8+", + firefox36: "Mozilla Firefox V 3.6+", + safari5: "Apple Safari V 5+", + opera11: "Opera V 11+", + ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", + operaDownload: "http://www.opera.com/download/", + chromeDownload: "http://www.google.com/chrome", + firefoxDownload: "http://www.mozilla.com/", + safariDownload: "http://www.apple.com/safari/download/", + defaultSummaryMethodLabelMin: "Min = ", + defaultSummaryMethodLabelMax: "Max = ", + defaultSummaryMethodLabelSum: "Sum = ", + defaultSummaryMethodLabelAvg: "Avg = ", + defaultSummaryMethodLabelCount: "Count = " + } + + $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-tw'].util; + return igRoot; +}));// REMOVE_FROM_COMBINED_FILES From 69ce155dbca18d9a8cdf2eb13f8ae2ce30f51682 Mon Sep 17 00:00:00 2001 From: Rumyana Andriova <54146583+randriova@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:26:49 +0200 Subject: [PATCH 2/3] Updating localization 20.1 --- .../i18n/infragistics.datasource-it.js | 50 +++---- .../i18n/infragistics.datasource-zh-cn.js | 50 +++---- .../i18n/infragistics.datasource-zh-tw.js | 50 +++---- .../i18n/infragistics.templating-it.js | 2 +- .../i18n/infragistics.templating-zh-cn.js | 2 +- .../i18n/infragistics.templating-zh-tw.js | 2 +- .../modules/i18n/infragistics.ui.combo-it.js | 16 +-- .../i18n/infragistics.ui.combo-zh-cn.js | 16 +-- .../i18n/infragistics.ui.combo-zh-tw.js | 16 +-- .../modules/i18n/infragistics.ui.dialog-it.js | 14 +- .../i18n/infragistics.ui.dialog-zh-cn.js | 14 +- .../i18n/infragistics.ui.dialog-zh-tw.js | 14 +- .../i18n/infragistics.ui.editors-it.js | 136 +++++++++--------- .../i18n/infragistics.ui.editors-zh-cn.js | 136 +++++++++--------- .../i18n/infragistics.ui.editors-zh-tw.js | 136 +++++++++--------- .../i18n/infragistics.ui.htmleditor-it.js | 106 +++++++------- .../i18n/infragistics.ui.htmleditor-zh-cn.js | 94 ++++++------ .../i18n/infragistics.ui.htmleditor-zh-tw.js | 106 +++++++------- .../i18n/infragistics.ui.notifier-it.js | 12 +- .../i18n/infragistics.ui.notifier-zh-cn.js | 12 +- .../i18n/infragistics.ui.notifier-zh-tw.js | 12 +- .../i18n/infragistics.ui.popover-it.js | 4 +- .../i18n/infragistics.ui.popover-zh-cn.js | 4 +- .../i18n/infragistics.ui.popover-zh-tw.js | 4 +- .../modules/i18n/infragistics.ui.rating-it.js | 2 +- .../i18n/infragistics.ui.rating-zh-cn.js | 2 +- .../i18n/infragistics.ui.rating-zh-tw.js | 2 +- .../modules/i18n/infragistics.ui.scroll-it.js | 4 +- .../i18n/infragistics.ui.scroll-zh-cn.js | 4 +- .../i18n/infragistics.ui.scroll-zh-tw.js | 4 +- .../i18n/infragistics.ui.splitter-it.js | 4 +- .../i18n/infragistics.ui.splitter-zh-cn.js | 4 +- .../i18n/infragistics.ui.splitter-zh-tw.js | 4 +- .../i18n/infragistics.ui.tilemanager-it.js | 6 +- .../i18n/infragistics.ui.tilemanager-zh-cn.js | 6 +- .../i18n/infragistics.ui.tilemanager-zh-tw.js | 6 +- .../i18n/infragistics.ui.toolbar-it.js | 4 +- .../i18n/infragistics.ui.toolbar-zh-cn.js | 4 +- .../i18n/infragistics.ui.toolbar-zh-tw.js | 4 +- .../modules/i18n/infragistics.ui.tree-it.js | 30 ++-- .../i18n/infragistics.ui.tree-zh-cn.js | 30 ++-- .../i18n/infragistics.ui.tree-zh-tw.js | 30 ++-- .../modules/i18n/infragistics.ui.upload-it.js | 64 ++++----- .../i18n/infragistics.ui.upload-zh-cn.js | 64 ++++----- .../i18n/infragistics.ui.upload-zh-tw.js | 64 ++++----- .../i18n/infragistics.ui.validator-it.js | 44 +++--- .../i18n/infragistics.ui.validator-zh-cn.js | 44 +++--- .../i18n/infragistics.ui.validator-zh-tw.js | 44 +++--- .../i18n/infragistics.ui.videoplayer-it.js | 48 +++---- .../i18n/infragistics.ui.videoplayer-zh-cn.js | 54 +++---- .../i18n/infragistics.ui.videoplayer-zh-tw.js | 52 +++---- .../i18n/infragistics.ui.zoombar-it.js | 8 +- .../i18n/infragistics.ui.zoombar-zh-cn.js | 8 +- .../i18n/infragistics.ui.zoombar-zh-tw.js | 8 +- src/js/modules/i18n/infragistics.util-it.js | 12 +- .../modules/i18n/infragistics.util-zh-cn.js | 22 +-- .../modules/i18n/infragistics.util-zh-tw.js | 20 +-- 57 files changed, 857 insertions(+), 857 deletions(-) diff --git a/src/js/modules/i18n/infragistics.datasource-it.js b/src/js/modules/i18n/infragistics.datasource-it.js index ce14bac87..85d94522f 100644 --- a/src/js/modules/i18n/infragistics.datasource-it.js +++ b/src/js/modules/i18n/infragistics.datasource-it.js @@ -21,31 +21,31 @@ $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; $.ig.locale.it.DataSourceLocale = { - invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.", - unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.", - errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ", - errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ", - errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ", - errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ", - errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.", - errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ", - errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ", - errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ", - errorParsingXmlNoSchema: "There was an error parsing the XML string: ", - errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ", - errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ", - errorRemoteRequest: "The remote request to fetch data has failed: ", - errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ", - errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ", - errorUnrecognizedResponseType: "The response type was either not set correctly, or it was not possible to detect it automatically. Please set settings.responseDataType and/or settings.responseContentType.", - hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema", - cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.", - unrecognizedCondition: "Unrecognized filtering condition in the following expression: ", - fieldMismatch: "The following expression contains an invalid field or filtering condition: ", - noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().", - filteringNoSchema: "There is no schema / fields specified. You need to specify a schema with field definitions and types to be able to filter the data source.", - noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.", - errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected." + invalidDataSource: "L'origine dati fornita non è valida. Risulta essere casualmente uno scalare.", + unknownDataSource: "Impossibile determinare il tipo di origine dati. Specificare se si tratta di dati JSON o XML.", + errorParsingArrays: "Si è verificato un errore durante l'analisi dei dati dell'array e l'applicazione dello schema dati definito: ", + errorParsingJson: "Si è verificato un errore durante l'analisi dei dati JSON e l'applicazione dello schema dati definito: ", + errorParsingXml: "Si è verificato un errore durante l'analisi dei dati XML e l'applicazione dello schema dati definito: ", + errorParsingHtmlTable: "Si è verificato un errore durante l'estrazione dei dati dalla tabella HTML e l'applicazione dello schema: ", + errorExpectedTbodyParameter: "Previsto un tbody o una tabella come parametro.", + errorTableWithIdNotFound: "Impossibile trovare la tabella HTML con il seguente ID: ", + errorParsingHtmlTableNoSchema: "Si è verificato un errore durante l'analisi del DOM tabella: ", + errorParsingJsonNoSchema: "Errore durante l'analisi / valutazione della stringa JSON: ", + errorParsingXmlNoSchema: "Si è verificato un errore durante l'analisi della stringa XML: ", + errorXmlSourceWithoutSchema: "L'origine dati fornita è un documento XML, ma non esiste uno schema dati definito ($.IgDataSchema) ", + errorUnrecognizedFilterCondition: " La condizione di filtro passata non è stata riconosciuta: ", + errorRemoteRequest: "La richiesta remota di recupero dei dati non è riuscita: ", + errorSchemaMismatch: "I dati di input non corrispondono allo schema, il seguente campo non può essere mappato: ", + errorSchemaFieldCountMismatch: "I dati di input non corrispondono allo schema in termini di numero di campi. ", + errorUnrecognizedResponseType: "Il tipo di risposta non è stato impostato correttamente o non è stato possibile rilevarlo automaticamente. Impostare settings.responseDataType e / o settings.responseContentType.", + hierarchicalTablesNotSupported: "Le tabelle non sono supportate per HierarchicalSchema", + cannotBuildTemplate: "Impossibile creare il modello jQuery. Non sono presenti record nell'origine dati e non sono state definite colonne.", + unrecognizedCondition: "Condizione di filtro non riconosciuta nell'espressione seguente: ", + fieldMismatch: "L'espressione seguente contiene un campo o una condizione di filtro non validi: ", + noSortingFields: "Non ci sono campi specificati. È necessario specificare almeno un campo in base al quale ordinare, quando si chiama sort().", + filteringNoSchema: "Non sono stati specificati schemi / campi. È necessario specificare uno schema con definizioni e tipi di campi per poter filtrare l'origine dati.", + noSaveChanges: "Salvataggio delle modifiche non riuscito. Il server non ha restituito l'oggetto Success o ha restituito Success: false.", + errorUnexpectedCustomFilterFunction: "È stato fornito un valore imprevisto per una funzione di filtro personalizzata. È prevista una funzione o una stringa." }; $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale.it.DataSourceLocale; diff --git a/src/js/modules/i18n/infragistics.datasource-zh-cn.js b/src/js/modules/i18n/infragistics.datasource-zh-cn.js index a1385f249..d32398ee7 100644 --- a/src/js/modules/i18n/infragistics.datasource-zh-cn.js +++ b/src/js/modules/i18n/infragistics.datasource-zh-cn.js @@ -21,31 +21,31 @@ $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; $.ig.locale['zh-cn'].DataSourceLocale = { - invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.", - unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.", - errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ", - errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ", - errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ", - errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ", - errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.", - errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ", - errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ", - errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ", - errorParsingXmlNoSchema: "There was an error parsing the XML string: ", - errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ", - errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ", - errorRemoteRequest: "The remote request to fetch data has failed: ", - errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ", - errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ", - errorUnrecognizedResponseType: "The response type was either not set correctly, or it was not possible to detect it automatically. Please set settings.responseDataType and/or settings.responseContentType.", - hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema", - cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.", - unrecognizedCondition: "Unrecognized filtering condition in the following expression: ", - fieldMismatch: "The following expression contains an invalid field or filtering condition: ", - noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().", - filteringNoSchema: "There is no schema / fields specified. You need to specify a schema with field definitions and types to be able to filter the data source.", - noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.", - errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected." + invalidDataSource: "提供的数据源无效。它恰好是一个标量。", + unknownDataSource: "无法确定数据源类型。请指定是 JSON 还是 XML 数据。", + errorParsingArrays: "解析数组数据并应用定义的数据模式时出现错误: ", + errorParsingJson: "解析 JSON 数据并应用定义的数据模式时出现错误: ", + errorParsingXml: "解析 XML 数据并应用定义的数据模式时出现错误: ", + errorParsingHtmlTable: "从 HTML 表格提取数据并应用架构时出现错误: ", + errorExpectedTbodyParameter: "期望将正文或表格作为参数。", + errorTableWithIdNotFound: "未找到具有以下 ID 的 HTML 表格: ", + errorParsingHtmlTableNoSchema: "解析表格 DOM 时出现错误: ", + errorParsingJsonNoSchema: "解析/评估 JSON 字符串时出现错误: ", + errorParsingXmlNoSchema: "解析 XML 字符串时出现错误: ", + errorXmlSourceWithoutSchema: "提供的数据源是 xml 文档,但没有定义的数据模式 ($.IgDataSchema) ", + errorUnrecognizedFilterCondition: " 无法识别已通过的筛选条件: ", + errorRemoteRequest: "远程获取数据请求失败: ", + errorSchemaMismatch: "输入的数据与模式不匹配,无法映射以下字段: ", + errorSchemaFieldCountMismatch: "就字段数量而言,输入数据与模式不匹配。 ", + errorUnrecognizedResponseType: "响应类型设置不正确,或无法自动检测。请设置 settings.responseDataType 和/或 settings.responseContentType。", + hierarchicalTablesNotSupported: "HierarchicalSchema 不支持表格", + cannotBuildTemplate: "无法构建 jQuery 模板。数据源中没有记录,也没有定义列。", + unrecognizedCondition: "以下表达式中无法识别的筛选条件: ", + fieldMismatch: "以下表达式包含无效字段或筛选条件: ", + noSortingFields: "未指定任何字段。调用 sort() 时,您需要指定至少一个字段进行排序。", + filteringNoSchema: "未指定架构/字段。您需要指定具有字段定义和类型的架构,以便能够筛选数据源。", + noSaveChanges: "保存更改未成功。服务器未返回 Success 对象或返回 Success:false。", + errorUnexpectedCustomFilterFunction: "为自定义筛选功能提供了一个意外值。需要函数或字符串。" }; $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-cn'].DataSourceLocale; diff --git a/src/js/modules/i18n/infragistics.datasource-zh-tw.js b/src/js/modules/i18n/infragistics.datasource-zh-tw.js index 00384b443..e37567f67 100644 --- a/src/js/modules/i18n/infragistics.datasource-zh-tw.js +++ b/src/js/modules/i18n/infragistics.datasource-zh-tw.js @@ -21,31 +21,31 @@ $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; $.ig.locale['zh-tw'].DataSourceLocale = { - invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.", - unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.", - errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ", - errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ", - errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ", - errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ", - errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.", - errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ", - errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ", - errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ", - errorParsingXmlNoSchema: "There was an error parsing the XML string: ", - errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ", - errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ", - errorRemoteRequest: "The remote request to fetch data has failed: ", - errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ", - errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ", - errorUnrecognizedResponseType: "The response type was either not set correctly, or it was not possible to detect it automatically. Please set settings.responseDataType and/or settings.responseContentType.", - hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema", - cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.", - unrecognizedCondition: "Unrecognized filtering condition in the following expression: ", - fieldMismatch: "The following expression contains an invalid field or filtering condition: ", - noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().", - filteringNoSchema: "There is no schema / fields specified. You need to specify a schema with field definitions and types to be able to filter the data source.", - noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.", - errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected." + invalidDataSource: "提供的資料來源無效。它恰好是一個標量。", + unknownDataSource: "無法確定資料來源類型。請指定是 JSON 或 XML 資料。", + errorParsingArrays: "解析陣列資料並套用已定義的資料架構時出錯: ", + errorParsingJson: "解析 JSON 資料並套用已定義的資料架構時出現錯誤: ", + errorParsingXml: "解析 XML 資料並套用已定義的資料架構時出錯: ", + errorParsingHtmlTable: "從 HTML 表格提取資料並套用架構時出現錯誤: ", + errorExpectedTbodyParameter: "預期將 tbody 或表格作為參數。", + errorTableWithIdNotFound: "未找到具有以下 ID 的 HTML 表格: ", + errorParsingHtmlTableNoSchema: "解析表格 DOM 時出現錯誤: ", + errorParsingJsonNoSchema: "解析/評估 JSON 字串時出現錯誤: ", + errorParsingXmlNoSchema: "解析 XML 字串時出現錯誤: ", + errorXmlSourceWithoutSchema: "提供的資料來源為 xml 文件,但沒有定義的資料架構 ($.IgDataSchema) ", + errorUnrecognizedFilterCondition: " 無法識別已通過的篩選條件: ", + errorRemoteRequest: "遠端擷取資料的請求失敗: ", + errorSchemaMismatch: "輸入資料與架構不符,無法對應以下欄位: ", + errorSchemaFieldCountMismatch: "就欄位數量而言,輸入資料與架構不符。 ", + errorUnrecognizedResponseType: "響應類型未正確設定,或無法自動檢測。請設定 settings.responseDataType 和/或 settings.responseContentType。", + hierarchicalTablesNotSupported: "HierarchicalSchema 不支援表格", + cannotBuildTemplate: "無法建立 jQuery 範本。資料來源中沒有記錄,也沒有定義列。", + unrecognizedCondition: "以下表達式中無法識別的過濾條件: ", + fieldMismatch: "以下表達式包含無效欄位或篩選條件: ", + noSortingFields: "沒有指定欄位。調用 sort() 時,您需要指定至少一個要排序的欄位。", + filteringNoSchema: "沒有指定架構/欄位。您需要指定具有欄位定義和類型的架構,以便能夠過濾資料來源。", + noSaveChanges: "儲存更改未成功。伺服器未傳回 Success 物件或傳回 Success:false。", + errorUnexpectedCustomFilterFunction: "為自訂篩選功能提供了意外的值。需要一個函數或字串。" }; $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-tw'].DataSourceLocale; diff --git a/src/js/modules/i18n/infragistics.templating-it.js b/src/js/modules/i18n/infragistics.templating-it.js index a882af2a1..d0c5ec23c 100644 --- a/src/js/modules/i18n/infragistics.templating-it.js +++ b/src/js/modules/i18n/infragistics.templating-it.js @@ -21,7 +21,7 @@ $.ig.Templating = $.ig.Templating || {}; $.ig.locale.it.Templating = { - undefinedArgument: 'An error has occurred while trying to retrieve data source property: ' + undefinedArgument: 'Si è verificato un errore durante il tentativo di recuperare la proprietà dell\'origine dati: ' }; $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale.it.Templating; diff --git a/src/js/modules/i18n/infragistics.templating-zh-cn.js b/src/js/modules/i18n/infragistics.templating-zh-cn.js index dec400e3a..8fdf00acf 100644 --- a/src/js/modules/i18n/infragistics.templating-zh-cn.js +++ b/src/js/modules/i18n/infragistics.templating-zh-cn.js @@ -21,7 +21,7 @@ $.ig.Templating = $.ig.Templating || {}; $.ig.locale['zh-cn'].Templating = { - undefinedArgument: 'An error has occurred while trying to retrieve data source property: ' + undefinedArgument: '尝试检索数据源属性时出现错误: ' }; $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-cn'].Templating; diff --git a/src/js/modules/i18n/infragistics.templating-zh-tw.js b/src/js/modules/i18n/infragistics.templating-zh-tw.js index 1c2ef6a75..ce5f53c31 100644 --- a/src/js/modules/i18n/infragistics.templating-zh-tw.js +++ b/src/js/modules/i18n/infragistics.templating-zh-tw.js @@ -21,7 +21,7 @@ $.ig.Templating = $.ig.Templating || {}; $.ig.locale['zh-tw'].Templating = { - undefinedArgument: 'An error has occurred while trying to retrieve data source property: ' + undefinedArgument: '嘗試擷取資料來源屬性時出錯: ' }; $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-tw'].Templating; diff --git a/src/js/modules/i18n/infragistics.ui.combo-it.js b/src/js/modules/i18n/infragistics.ui.combo-it.js index d495c8a88..1bbc50701 100644 --- a/src/js/modules/i18n/infragistics.ui.combo-it.js +++ b/src/js/modules/i18n/infragistics.ui.combo-it.js @@ -21,14 +21,14 @@ $.ig.Combo = $.ig.Combo || {}; $.ig.locale.it.Combo = { - noMatchFoundText: 'No matches found', - dropDownButtonTitle: 'Show drop-down', - clearButtonTitle: 'Clear value', - placeHolder: 'select...', - notSuported: 'Operation is not supported.', - errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.", - errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.", - errorIncorrectGroupingKey: "Grouping key is not correct." + noMatchFoundText: 'Nessuna corrispondenza trovata', + dropDownButtonTitle: 'Mostra menu a discesa', + clearButtonTitle: 'Cancella valore', + placeHolder: 'seleziona...', + notSuported: 'Operazione non supportata.', + errorNoSupportedTextsType: "È richiesto un testo di filtro diverso. Fornire un valore che è una stringa o un array di stringhe.", + errorUnrecognizedHighlightMatchesMode: "È necessaria una diversa modalità di evidenziazione. Scegliere un valore tra 'multi', 'contains', 'startsWith', 'full' e 'null'.", + errorIncorrectGroupingKey: "La chiave di raggruppamento non è corretta." }; $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale.it.Combo; diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js b/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js index a0ee40aa4..29be96a62 100644 --- a/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js @@ -21,14 +21,14 @@ $.ig.Combo = $.ig.Combo || {}; $.ig.locale['zh-cn'].Combo = { - noMatchFoundText: 'No matches found', - dropDownButtonTitle: 'Show drop-down', - clearButtonTitle: 'Clear value', - placeHolder: 'select...', - notSuported: 'Operation is not supported.', - errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.", - errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.", - errorIncorrectGroupingKey: "Grouping key is not correct." + noMatchFoundText: '未找到匹配项', + dropDownButtonTitle: '显示下拉菜单', + clearButtonTitle: '清除值', + placeHolder: '选择...', + notSuported: '不支持该操作。', + errorNoSupportedTextsType: "需要不同的筛选文本。提供的值可以是字符串,也可以是字符串数组。", + errorUnrecognizedHighlightMatchesMode: "需要使用不同的突出显示匹配模式。在 'multi','contains','startsWith','full' 和 'null' 之间选择一个值。", + errorIncorrectGroupingKey: "分组密钥不正确。" }; $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-cn'].Combo; diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js b/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js index 1e46147eb..0fbea0ee3 100644 --- a/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js @@ -21,14 +21,14 @@ $.ig.Combo = $.ig.Combo || {}; $.ig.locale['zh-tw'].Combo = { - noMatchFoundText: 'No matches found', - dropDownButtonTitle: 'Show drop-down', - clearButtonTitle: 'Clear value', - placeHolder: 'select...', - notSuported: 'Operation is not supported.', - errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.", - errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.", - errorIncorrectGroupingKey: "Grouping key is not correct." + noMatchFoundText: '未找到匹配項', + dropDownButtonTitle: '顯示下拉式選單', + clearButtonTitle: '清除值', + placeHolder: '選擇...', + notSuported: '不支援該操作。', + errorNoSupportedTextsType: "需要不同的過濾文字。提供的值可以是字串或字串陣列。", + errorUnrecognizedHighlightMatchesMode: "需要使用不同的突顯匹配模式。在 'multi','contains','startsWith','full' 和 'null' 之間選擇一個值。", + errorIncorrectGroupingKey: "分組密鑰不正確。" }; $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-tw'].Combo; diff --git a/src/js/modules/i18n/infragistics.ui.dialog-it.js b/src/js/modules/i18n/infragistics.ui.dialog-it.js index 8018643d0..f5c60d716 100644 --- a/src/js/modules/i18n/infragistics.ui.dialog-it.js +++ b/src/js/modules/i18n/infragistics.ui.dialog-it.js @@ -21,13 +21,13 @@ $.ig.Dialog = $.ig.Dialog || {}; $.ig.locale.it.Dialog = { - closeButtonTitle: "Close", - minimizeButtonTitle: "Minimize", - maximizeButtonTitle: "Maximize", - pinButtonTitle: "Pin", - unpinButtonTitle: "Unpin", - restoreButtonTitle: "Restore", - setOptionError: 'Runtime changes are not allowed for the following option: ' + closeButtonTitle: "Chiudi", + minimizeButtonTitle: "Riduci a icona", + maximizeButtonTitle: "Ingrandisci", + pinButtonTitle: "Aggiungi", + unpinButtonTitle: "Deseleziona", + restoreButtonTitle: "Ripristina", + setOptionError: 'Le modifiche di runtime non sono consentite per la seguente opzione: ' }; $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale.it.Dialog; diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js index f263b5136..a97de7658 100644 --- a/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js @@ -21,13 +21,13 @@ $.ig.Dialog = $.ig.Dialog || {}; $.ig.locale['zh-cn'].Dialog = { - closeButtonTitle: "Close", - minimizeButtonTitle: "Minimize", - maximizeButtonTitle: "Maximize", - pinButtonTitle: "Pin", - unpinButtonTitle: "Unpin", - restoreButtonTitle: "Restore", - setOptionError: 'Runtime changes are not allowed for the following option: ' + closeButtonTitle: "收盘", + minimizeButtonTitle: "最小化", + maximizeButtonTitle: "最大化", + pinButtonTitle: "固定", + unpinButtonTitle: "取消固定", + restoreButtonTitle: "恢复", + setOptionError: '以下选项不允许运行时更改: ' }; $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-cn'].Dialog; diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js index ef4435716..03494e73a 100644 --- a/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js @@ -21,13 +21,13 @@ $.ig.Dialog = $.ig.Dialog || {}; $.ig.locale['zh-tw'].Dialog = { - closeButtonTitle: "Close", - minimizeButtonTitle: "Minimize", - maximizeButtonTitle: "Maximize", - pinButtonTitle: "Pin", - unpinButtonTitle: "Unpin", - restoreButtonTitle: "Restore", - setOptionError: 'Runtime changes are not allowed for the following option: ' + closeButtonTitle: "關閉", + minimizeButtonTitle: "最小化", + maximizeButtonTitle: "最大化", + pinButtonTitle: "釘選", + unpinButtonTitle: "取消釘選", + restoreButtonTitle: "恢復", + setOptionError: '以下選項不允許執行階段變更: ' }; $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-tw'].Dialog; diff --git a/src/js/modules/i18n/infragistics.ui.editors-it.js b/src/js/modules/i18n/infragistics.ui.editors-it.js index 07fba707c..f2532a347 100644 --- a/src/js/modules/i18n/infragistics.ui.editors-it.js +++ b/src/js/modules/i18n/infragistics.ui.editors-it.js @@ -21,74 +21,74 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Editor = { - spinUpperTitle: 'Increment', - spinLowerTitle: 'Decrement', - buttonTitle: 'Show list', - clearTitle: 'Clear value', - ariaTextEditorFieldLabel: 'Text Editor', - ariaNumericEditorFieldLabel: 'Numeric Editor', - ariaCurrencyEditorFieldLabel: 'Currency Editor', - ariaPercentEditorFieldLabel: 'Percent Editor', - ariaMaskEditorFieldLabel: 'Mask Editor', - ariaDateEditorFieldLabel: 'Date Editor', - ariaDatePickerFieldLabel: 'Date Picker', - ariaTimePickerFieldLabel: "Time Picker", - ariaSpinUpButton: 'Spin up', - ariaSpinDownButton: 'Spin down', - ariaDropDownButton: 'Drop down', - ariaClearButton: 'Clear', - ariaCalendarButton: 'Calendar', - datePickerButtonTitle: 'Show calendar', - updateModeUnsupportedValue: 'updateMode requires a different configuration. Choose a value between "onChange" and "immediate".', - updateModeNotSupported: 'updateMode property supports only "onchange" mode for igMaskEditor, igDateEditor and igDatePicker extensions', - renderErrMsg: "A base editor cannot be instantiated directly. Try with a text, numeric, date, or other editor.", - multilineErrMsg: 'textArea requires a different configuration. The textMode should be set to "multiline".', - targetNotSupported: "This target element is not supported.", - placeHolderNotSupported: "The placeholder attribute is not supported by your browser.", - allowedValuesMsg: "Pick a value from the drop-down list", - maxLengthErrMsg: "Entry is too long and was trimmed to {0} symbols", - maxLengthWarningMsg: "Entry reached the maximum length of {0} for this field", - minLengthErrMsg: "At least {0} characters should be entered", - maxValErrMsg: "Entry reached the maximum value of {0} for this field", - minValErrMsg: "Entry reached the minimum value of {0} for this field", - maxValExceedRevertErrMsg: "Entry exceeded the maximum value of {0} and was reverted to previous one", - minValExceedRevertErrMsg: "Entry was less than the minimum value of {0} and was reverted to previous one", - maxValExceedSetErrMsg: "Entry exceeded the maximum value of {0} and was set to the maximum value", - minValExceedSetErrMsg: "Entry was less than the minimum value of {0} and was set to the minimum value", - maxValExceededWrappedAroundErrMsg: "Entry exceeded the maximum value of {0} and was set to the minimum allowed one", - minValExceededWrappedAroundErrMsg: "Entry was less than the minimum value of {0} and was set to the maximum allowed one", - btnValueNotSupported: 'A different button value is required. Choose a value between "dropdown", "clear" and "spin".', - scientificFormatErrMsg: 'A different scientificFormat is required. Choose a value between "E", "e", "E+" and "e+".', - spinDeltaIsOfTypeNumber: "A different type of spinDelta is required. A positive number should be entered.", - spinDeltaIsOfTypeNumberForPeriod: "A different type of spinDelta is required for the {0}. A positive number between {1} and {2} should be entered.", - spinDeltaIsOfTypeNumberOrObject: "A different type of spinDelta is required. A positive number or an object, defining different time period deltas, should be entered.", - spinDeltaShouldBeInRange: "The spinDelta option for {0} should be between {1} and {2}", - spinDeltaCouldntBeNegative: "The spinDelta option cannot be negative. A positive number should be entered.", - spinDeltaContainsExceedsMaxDecimals: "Maximum allowed fractions for spinDelta are set to {0}. Either change MaxDecimals or try to shrink your value.", - spinDeltaIncorrectFloatingPoint: 'A floating point spinDelta requires a different configuration. Set the dataMode of the editor to either "double" or "float" or set spinDelta to integer.', - numericEditorNoSuchMethod: "The numeric editor does not support this method.", - numericEditorNoSuchOption: "The numeric editor does not support this option.", - displayFactorIsOfTypeNumber: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", - displayFactorAllowedValue: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", - instantiateCheckBoxErrMsg: "igCheckboxEditor requires a different element. Use INPUT, SPAN or DIV element.", - cannotParseNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", - cannotSetNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", - maskEditorNoSuchMethod: "The mask editor does not support this method.", - datePickerEditorNoSuchMethod: "The date editor does not support this method.", - datePickerNoSuchMethodDropDownContainer: "The date editor does not support this method. Use 'getCalendar' one instead.", - buttonTypeIsDropDownOnly: "Datepicker allows only dropdown and clear values for the buttonType option.", - dateEditorOffsetRange: "The displayTimeOffset option should be between -720 and 840, which represents the offset in minutes, according to the UTC, of all the timezones from the westernmost (−12:00) to the easternmost (+14:00).", - setOptionError: 'Runtime changes are not allowed for the following option: ', - invalidDate: "Invalid date", - maskMessage: 'All required positions should be filled', - maskRevertMessage: 'All required positions should be filled, that is why the value was reverted to the last valid one.', - dateMessage: 'A valid date should be entered', - centuryThresholdValidValues: "centuryThreshold property shoud be between 0 and 99.", - noListItemsNoButton: "No spin or dropdown button is rendered because there are no listitems.", - decimalNumber: "When dataMode is '{0}', the {1} option can accept numeric values between 0 and {2}.", - decimalSeparatorErrorMsg: "The decimalSeparator option requires a different value. Its value should be a single character.", - decimalSeparatorEqualsGroupSeparatorErrorMsg: "The groupSeparator and the decimalSeparator options can not have equal values.", - timePickerNoSuchMethod: "The time picker does not support this method." + spinUpperTitle: 'Incremento', + spinLowerTitle: 'Decremento', + buttonTitle: 'Mostra elenco', + clearTitle: 'Cancella valore', + ariaTextEditorFieldLabel: 'Editor di testo', + ariaNumericEditorFieldLabel: 'Editor numerico', + ariaCurrencyEditorFieldLabel: 'Editor valuta', + ariaPercentEditorFieldLabel: 'Editor delle percentuali', + ariaMaskEditorFieldLabel: 'Editor maschera', + ariaDateEditorFieldLabel: 'Editor data', + ariaDatePickerFieldLabel: 'Selezione data', + ariaTimePickerFieldLabel: "Selettore orario", + ariaSpinUpButton: 'Ruota verso l\'alto', + ariaSpinDownButton: 'Ruota verso il basso', + ariaDropDownButton: 'A discesa', + ariaClearButton: 'Cancella', + ariaCalendarButton: 'Calendario', + datePickerButtonTitle: 'Mostra calendario', + updateModeUnsupportedValue: 'updateMode richiede una configurazione diversa. Scegliere un valore tra "onChange" e "immediate".', + updateModeNotSupported: 'La proprietà updateMode supporta solo la modalità "onchange" per le estensioni igMaskEditor, igDateEditor e igDatePicker', + renderErrMsg: "Un editor di base non può essere istanziato direttamente. Prova con un editor di testo, numerico, di data o di altro tipo.", + multilineErrMsg: 'textArea richiede una configurazione diversa. textMode deve essere impostato su "multiline".', + targetNotSupported: "Questo elemento target non è supportato.", + placeHolderNotSupported: "L'attributo segnaposto non è supportato dal browser.", + allowedValuesMsg: "Seleziona un valore dall'elenco a discesa", + maxLengthErrMsg: "La voce è troppo lunga ed è stata ritagliata con i simboli {0}", + maxLengthWarningMsg: "La voce ha raggiunto la lunghezza massima di {0} per questo campo", + minLengthErrMsg: "È necessario immettere almeno {0} caratteri", + maxValErrMsg: "La voce ha raggiunto il valore massimo di {0} per questo campo", + minValErrMsg: "La voce ha raggiunto il valore minimo di {0} per questo campo", + maxValExceedRevertErrMsg: "La voce ha superato il valore massimo di {0} ed è stata ripristinata a quella precedente", + minValExceedRevertErrMsg: "La voce era inferiore al valore minimo di {0} ed è stata ripristinata a quella precedente", + maxValExceedSetErrMsg: "La voce ha superato il valore massimo di {0} ed è stata impostata sul valore massimo", + minValExceedSetErrMsg: "La voce era inferiore al valore minimo di {0} ed era impostata sul valore minimo", + maxValExceededWrappedAroundErrMsg: "La voce ha superato il valore massimo di {0} ed è stata impostata sul valore minimo consentito", + minValExceededWrappedAroundErrMsg: "La voce era inferiore al valore minimo di {0} ed era impostata sul valore massimo consentito", + btnValueNotSupported: 'È richiesto un valore pulsante diverso. Scegliere un valore tra "dropdown", "clear" e "spin".', + scientificFormatErrMsg: 'È necessario un formato scientifico diverso. Scegliere un valore tra "E", "e", "E+" e "e+".', + spinDeltaIsOfTypeNumber: "È richiesto un diverso tipo di spinDelta. È necessario immettere un numero positivo.", + spinDeltaIsOfTypeNumberForPeriod: "Per {0} è necessario un diverso tipo di spinDelta. È necessario immettere un numero positivo compreso tra {1} e {2}.", + spinDeltaIsOfTypeNumberOrObject: "È richiesto un diverso tipo di spinDelta. È necessario immettere un numero positivo o un oggetto che definisce delta di periodi di tempo diversi.", + spinDeltaShouldBeInRange: "L'opzione spinDelta per {0} deve essere compresa tra {1} e {2}", + spinDeltaCouldntBeNegative: "L'opzione spinDelta non può essere negativa. È necessario immettere un numero positivo.", + spinDeltaContainsExceedsMaxDecimals: "Le frazioni massime consentite per spinDelta sono impostate su {0}. Modificare MaxDecimals o provare a ridurre il valore.", + spinDeltaIncorrectFloatingPoint: 'Una spinDelta in virgola mobile richiede una configurazione diversa. Imposta dataMode dell\'editor su "double" o "float" o imposta spinDelta su intero.', + numericEditorNoSuchMethod: "L'editor numerico non supporta questo metodo.", + numericEditorNoSuchOption: "L'editor numerico non supporta questa opzione.", + displayFactorIsOfTypeNumber: "displayFactor richiede un valore diverso. Il valore deve essere impostato su 1 o 100 come numero.", + displayFactorAllowedValue: "displayFactor richiede un valore diverso. Il valore deve essere impostato su 1 o 100 come numero.", + instantiateCheckBoxErrMsg: "igCheckboxEditor richiede un elemento diverso. Utilizzare l'elemento INPUT, SPAN o DIV.", + cannotParseNonBoolValue: "igCheckboxEditor richiede un valore diverso. È necessario fornire un valore booleano.", + cannotSetNonBoolValue: "igCheckboxEditor richiede un valore diverso. È necessario fornire un valore booleano.", + maskEditorNoSuchMethod: "L'editor di maschere non supporta questo metodo.", + datePickerEditorNoSuchMethod: "L'editor della data non supporta questo metodo.", + datePickerNoSuchMethodDropDownContainer: "L'editor della data non supporta questo metodo. Utilizzare invece 'getCalendar'.", + buttonTypeIsDropDownOnly: "Datepicker consente solo il menu a discesa e cancella i valori per l'opzione buttonType.", + dateEditorOffsetRange: "L'opzione displayTimeOffset deve essere compresa tra -720 e 840, che rappresenta l'offset in minuti, in base all'ora UTC, di tutti i fusi orari dal più occidentale (−12:00) al più orientale (+14:00).", + setOptionError: 'Le modifiche di runtime non sono consentite per la seguente opzione: ', + invalidDate: "Data non valida", + maskMessage: 'Tutte le posizioni richieste devono essere riempite', + maskRevertMessage: 'Tutte le posizioni richieste devono essere riempite, ecco perché il valore è stato ripristinato all\'ultima valida.', + dateMessage: 'È necessario immettere una data valida', + centuryThresholdValidValues: "La proprietà centuryThreshold deve essere compresa tra 0 e 99.", + noListItemsNoButton: "Non si visualizza nessun rendering per nessun pulsante di rotazione o a discesa in quanto non sono presenti voci di elenco.", + decimalNumber: "Quando dataMode è '{0}', l'opzione {1} può accettare valori numerici compresi tra 0 e {2}.", + decimalSeparatorErrorMsg: "L'opzione decimalSeparator richiede un valore diverso. Il valore deve essere un singolo carattere.", + decimalSeparatorEqualsGroupSeparatorErrorMsg: "Le opzioni groupSeparator e decimalSeparator non possono avere valori uguali.", + timePickerNoSuchMethod: "Il selettore del tempo non supporta questo metodo. " }; $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale.it.Editor; diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js b/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js index 33aae3d6f..ba2365062 100644 --- a/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js @@ -21,74 +21,74 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Editor = { - spinUpperTitle: 'Increment', - spinLowerTitle: 'Decrement', - buttonTitle: 'Show list', - clearTitle: 'Clear value', - ariaTextEditorFieldLabel: 'Text Editor', - ariaNumericEditorFieldLabel: 'Numeric Editor', - ariaCurrencyEditorFieldLabel: 'Currency Editor', - ariaPercentEditorFieldLabel: 'Percent Editor', - ariaMaskEditorFieldLabel: 'Mask Editor', - ariaDateEditorFieldLabel: 'Date Editor', - ariaDatePickerFieldLabel: 'Date Picker', - ariaTimePickerFieldLabel: "Time Picker", - ariaSpinUpButton: 'Spin up', - ariaSpinDownButton: 'Spin down', - ariaDropDownButton: 'Drop down', - ariaClearButton: 'Clear', - ariaCalendarButton: 'Calendar', - datePickerButtonTitle: 'Show calendar', - updateModeUnsupportedValue: 'updateMode requires a different configuration. Choose a value between "onChange" and "immediate".', - updateModeNotSupported: 'updateMode property supports only "onchange" mode for igMaskEditor, igDateEditor and igDatePicker extensions', - renderErrMsg: "A base editor cannot be instantiated directly. Try with a text, numeric, date, or other editor.", - multilineErrMsg: 'textArea requires a different configuration. The textMode should be set to "multiline".', - targetNotSupported: "This target element is not supported.", - placeHolderNotSupported: "The placeholder attribute is not supported by your browser.", - allowedValuesMsg: "Pick a value from the drop-down list", - maxLengthErrMsg: "Entry is too long and was trimmed to {0} symbols", - maxLengthWarningMsg: "Entry reached the maximum length of {0} for this field", - minLengthErrMsg: "At least {0} characters should be entered", - maxValErrMsg: "Entry reached the maximum value of {0} for this field", - minValErrMsg: "Entry reached the minimum value of {0} for this field", - maxValExceedRevertErrMsg: "Entry exceeded the maximum value of {0} and was reverted to previous one", - minValExceedRevertErrMsg: "Entry was less than the minimum value of {0} and was reverted to previous one", - maxValExceedSetErrMsg: "Entry exceeded the maximum value of {0} and was set to the maximum value", - minValExceedSetErrMsg: "Entry was less than the minimum value of {0} and was set to the minimum value", - maxValExceededWrappedAroundErrMsg: "Entry exceeded the maximum value of {0} and was set to the minimum allowed one", - minValExceededWrappedAroundErrMsg: "Entry was less than the minimum value of {0} and was set to the maximum allowed one", - btnValueNotSupported: 'A different button value is required. Choose a value between "dropdown", "clear" and "spin".', - scientificFormatErrMsg: 'A different scientificFormat is required. Choose a value between "E", "e", "E+" and "e+".', - spinDeltaIsOfTypeNumber: "A different type of spinDelta is required. A positive number should be entered.", - spinDeltaIsOfTypeNumberForPeriod: "A different type of spinDelta is required for the {0}. A positive number between {1} and {2} should be entered.", - spinDeltaIsOfTypeNumberOrObject: "A different type of spinDelta is required. A positive number or an object, defining different time period deltas, should be entered.", - spinDeltaShouldBeInRange: "The spinDelta option for {0} should be between {1} and {2}", - spinDeltaCouldntBeNegative: "The spinDelta option cannot be negative. A positive number should be entered.", - spinDeltaContainsExceedsMaxDecimals: "Maximum allowed fractions for spinDelta are set to {0}. Either change MaxDecimals or try to shrink your value.", - spinDeltaIncorrectFloatingPoint: 'A floating point spinDelta requires a different configuration. Set the dataMode of the editor to either "double" or "float" or set spinDelta to integer.', - numericEditorNoSuchMethod: "The numeric editor does not support this method.", - numericEditorNoSuchOption: "The numeric editor does not support this option.", - displayFactorIsOfTypeNumber: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", - displayFactorAllowedValue: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", - instantiateCheckBoxErrMsg: "igCheckboxEditor requires a different element. Use INPUT, SPAN or DIV element.", - cannotParseNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", - cannotSetNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", - maskEditorNoSuchMethod: "The mask editor does not support this method.", - datePickerEditorNoSuchMethod: "The date editor does not support this method.", - datePickerNoSuchMethodDropDownContainer: "The date editor does not support this method. Use 'getCalendar' one instead.", - buttonTypeIsDropDownOnly: "Datepicker allows only dropdown and clear values for the buttonType option.", - dateEditorOffsetRange: "The displayTimeOffset option should be between -720 and 840, which represents the offset in minutes, according to the UTC, of all the timezones from the westernmost (−12:00) to the easternmost (+14:00).", - setOptionError: 'Runtime changes are not allowed for the following option: ', - invalidDate: "Invalid date", - maskMessage: 'All required positions should be filled', - maskRevertMessage: 'All required positions should be filled, that is why the value was reverted to the last valid one.', - dateMessage: 'A valid date should be entered', - centuryThresholdValidValues: "centuryThreshold property shoud be between 0 and 99.", - noListItemsNoButton: "No spin or dropdown button is rendered because there are no listitems.", - decimalNumber: "When dataMode is '{0}', the {1} option can accept numeric values between 0 and {2}.", - decimalSeparatorErrorMsg: "The decimalSeparator option requires a different value. Its value should be a single character.", - decimalSeparatorEqualsGroupSeparatorErrorMsg: "The groupSeparator and the decimalSeparator options can not have equal values.", - timePickerNoSuchMethod: "The time picker does not support this method." + spinUpperTitle: '增量', + spinLowerTitle: '减量', + buttonTitle: '显示列表', + clearTitle: '清除值', + ariaTextEditorFieldLabel: '文本编辑器', + ariaNumericEditorFieldLabel: '数值编辑器', + ariaCurrencyEditorFieldLabel: '货币编辑器', + ariaPercentEditorFieldLabel: '百分比编辑器', + ariaMaskEditorFieldLabel: '遮罩编辑器', + ariaDateEditorFieldLabel: '日期编辑器', + ariaDatePickerFieldLabel: '日期选择器', + ariaTimePickerFieldLabel: "时间选择器", + ariaSpinUpButton: '上旋', + ariaSpinDownButton: '下旋', + ariaDropDownButton: '下拉', + ariaClearButton: '清除', + ariaCalendarButton: '日历', + datePickerButtonTitle: '显示日历', + updateModeUnsupportedValue: 'updateMode 需要不同的配置。在 "onChange" 和 "immediate" 之间选择一个值。', + updateModeNotSupported: 'updateMode 属性仅支持 igMaskEditor,igDateEditor 和 igDatePicker 扩展的 "onchange" 模式', + renderErrMsg: "基本编辑器无法直接实例化。尝试使用文本,数字,日期或其他编辑器。", + multilineErrMsg: 'textArea 需要不同的配置。textMode 应该设置为 "multiline"。', + targetNotSupported: "不支持该目标元素。", + placeHolderNotSupported: "您的浏览器不支持占位符属性。", + allowedValuesMsg: "从下拉列表中选择一个值", + maxLengthErrMsg: "输入项太长,已被修剪为 {0} 个符号", + maxLengthWarningMsg: "该字段的输入项已达到最大长度 {0}", + minLengthErrMsg: "至少应输入 {0} 个字符", + maxValErrMsg: "该字段的输入项达到最大值 {0}", + minValErrMsg: "该字段的输入项达到最小值 {0}", + maxValExceedRevertErrMsg: "输入项已超过最大值 {0},并已还原为之前的值", + minValExceedRevertErrMsg: "输入项小于最小值 {0},并且已还原为之前的值", + maxValExceedSetErrMsg: "输入项超过最大值 {0},并被设置为最大值", + minValExceedSetErrMsg: "输入项小于最小值 {0},且已设置为最小值", + maxValExceededWrappedAroundErrMsg: "输入项超过最大值 {0},并设置为允许的最小值", + minValExceededWrappedAroundErrMsg: "输入项小于最小值 {0},且已设置为允许的最大值", + btnValueNotSupported: '需要不同的按钮值。在 "dropdown","clear" 和 "spin" 之间选择一个值。', + scientificFormatErrMsg: '需要不同的科学格式。在 "E","e","E+" 和 "e+" 之间选择一个值。', + spinDeltaIsOfTypeNumber: "需要不同类型的 spinDelta。应输入正数。", + spinDeltaIsOfTypeNumberForPeriod: "{0} 需要不同类型的 spinDelta。应输入介于 {1} 和 {2} 之间的正数。", + spinDeltaIsOfTypeNumberOrObject: "需要不同类型的 spinDelta。应输入定义不同时间段增量的正数或对象。", + spinDeltaShouldBeInRange: "{0} 的 spinDelta 选项应介于 {1} 和 {2} 之间", + spinDeltaCouldntBeNegative: "spinDelta 选项不得为负。应输入正数。", + spinDeltaContainsExceedsMaxDecimals: "spinDelta 的最大允许分数设置为 {0}。更改 MaxDecimals 或尝试缩小您的值。", + spinDeltaIncorrectFloatingPoint: '浮点 spinDelta 需要不同的配置。将编辑器的 dataMode 设置为 "double" 或 "float",或将 spinDelta 设置为整数。', + numericEditorNoSuchMethod: "数字编辑器不支持该方法。", + numericEditorNoSuchOption: "数字编辑器不支持该选项。", + displayFactorIsOfTypeNumber: "displayFactor 需要不同的值。其数值应设置为 1 或 100。", + displayFactorAllowedValue: "displayFactor 需要不同的值。其数值应设置为 1 或 100。", + instantiateCheckBoxErrMsg: "igCheckboxEditor 需要其他元素。使用 INPUT,SPAN 或 DIV 元素。", + cannotParseNonBoolValue: "igCheckboxEditor 需要不同的值。应提供一个布尔值。", + cannotSetNonBoolValue: "igCheckboxEditor 需要不同的值。应提供一个布尔值。", + maskEditorNoSuchMethod: "遮罩编辑器不支持此方法。", + datePickerEditorNoSuchMethod: "日期编辑器不支持该方法。", + datePickerNoSuchMethodDropDownContainer: "日期编辑器不支持该方法。请改用 'getCalendar'。", + buttonTypeIsDropDownOnly: "Datepicker 仅允许 buttonType 选项的下拉值和清除值。", + dateEditorOffsetRange: "displayTimeOffset 选项的取值范围应在 - 720 到 840 之间,它根据 UTC 以分钟为单位,表示从最西端 (−12:00) 到最东端 (+14:00) 的所有时区的偏差。", + setOptionError: '以下选项不允许运行时更改: ', + invalidDate: "无效日期", + maskMessage: '应填写所有要求的位置', + maskRevertMessage: '应填写所有要求的位置,这就是为什么值被恢复为最后一个有效位置的原因。', + dateMessage: '必须输入有效日期', + centuryThresholdValidValues: "CenturyThreshold 属性的值应介于0到 99 之间。", + noListItemsNoButton: "由于没有列表项,因此未显示旋转或下拉按钮。", + decimalNumber: "当 dataMode 为 '{0}' 时,{1} 选项可以接受 0 到 {2} 之间的数值。", + decimalSeparatorErrorMsg: "小数点分隔符选项需要不同的值。其值应为单个字符。", + decimalSeparatorEqualsGroupSeparatorErrorMsg: "groupSeparator 和 decimalSeparator 选项的值不能相等。", + timePickerNoSuchMethod: "时间选择器不支持此方法。" }; $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-cn'].Editor; diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js b/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js index fd18ac3ea..aa029aee3 100644 --- a/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js @@ -21,74 +21,74 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Editor = { - spinUpperTitle: 'Increment', - spinLowerTitle: 'Decrement', - buttonTitle: 'Show list', - clearTitle: 'Clear value', - ariaTextEditorFieldLabel: 'Text Editor', - ariaNumericEditorFieldLabel: 'Numeric Editor', - ariaCurrencyEditorFieldLabel: 'Currency Editor', - ariaPercentEditorFieldLabel: 'Percent Editor', - ariaMaskEditorFieldLabel: 'Mask Editor', - ariaDateEditorFieldLabel: 'Date Editor', - ariaDatePickerFieldLabel: 'Date Picker', - ariaTimePickerFieldLabel: "Time Picker", - ariaSpinUpButton: 'Spin up', - ariaSpinDownButton: 'Spin down', - ariaDropDownButton: 'Drop down', - ariaClearButton: 'Clear', - ariaCalendarButton: 'Calendar', - datePickerButtonTitle: 'Show calendar', - updateModeUnsupportedValue: 'updateMode requires a different configuration. Choose a value between "onChange" and "immediate".', - updateModeNotSupported: 'updateMode property supports only "onchange" mode for igMaskEditor, igDateEditor and igDatePicker extensions', - renderErrMsg: "A base editor cannot be instantiated directly. Try with a text, numeric, date, or other editor.", - multilineErrMsg: 'textArea requires a different configuration. The textMode should be set to "multiline".', - targetNotSupported: "This target element is not supported.", - placeHolderNotSupported: "The placeholder attribute is not supported by your browser.", - allowedValuesMsg: "Pick a value from the drop-down list", - maxLengthErrMsg: "Entry is too long and was trimmed to {0} symbols", - maxLengthWarningMsg: "Entry reached the maximum length of {0} for this field", - minLengthErrMsg: "At least {0} characters should be entered", - maxValErrMsg: "Entry reached the maximum value of {0} for this field", - minValErrMsg: "Entry reached the minimum value of {0} for this field", - maxValExceedRevertErrMsg: "Entry exceeded the maximum value of {0} and was reverted to previous one", - minValExceedRevertErrMsg: "Entry was less than the minimum value of {0} and was reverted to previous one", - maxValExceedSetErrMsg: "Entry exceeded the maximum value of {0} and was set to the maximum value", - minValExceedSetErrMsg: "Entry was less than the minimum value of {0} and was set to the minimum value", - maxValExceededWrappedAroundErrMsg: "Entry exceeded the maximum value of {0} and was set to the minimum allowed one", - minValExceededWrappedAroundErrMsg: "Entry was less than the minimum value of {0} and was set to the maximum allowed one", - btnValueNotSupported: 'A different button value is required. Choose a value between "dropdown", "clear" and "spin".', - scientificFormatErrMsg: 'A different scientificFormat is required. Choose a value between "E", "e", "E+" and "e+".', - spinDeltaIsOfTypeNumber: "A different type of spinDelta is required. A positive number should be entered.", - spinDeltaIsOfTypeNumberForPeriod: "A different type of spinDelta is required for the {0}. A positive number between {1} and {2} should be entered.", - spinDeltaIsOfTypeNumberOrObject: "A different type of spinDelta is required. A positive number or an object, defining different time period deltas, should be entered.", - spinDeltaShouldBeInRange: "The spinDelta option for {0} should be between {1} and {2}", - spinDeltaCouldntBeNegative: "The spinDelta option cannot be negative. A positive number should be entered.", - spinDeltaContainsExceedsMaxDecimals: "Maximum allowed fractions for spinDelta are set to {0}. Either change MaxDecimals or try to shrink your value.", - spinDeltaIncorrectFloatingPoint: 'A floating point spinDelta requires a different configuration. Set the dataMode of the editor to either "double" or "float" or set spinDelta to integer.', - numericEditorNoSuchMethod: "The numeric editor does not support this method.", - numericEditorNoSuchOption: "The numeric editor does not support this option.", - displayFactorIsOfTypeNumber: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", - displayFactorAllowedValue: "displayFactor requires a different value. Its value should be set to 1 or 100 as a number.", - instantiateCheckBoxErrMsg: "igCheckboxEditor requires a different element. Use INPUT, SPAN or DIV element.", - cannotParseNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", - cannotSetNonBoolValue: "igCheckboxEditor requires a different value. A boolean value should be provided.", - maskEditorNoSuchMethod: "The mask editor does not support this method.", - datePickerEditorNoSuchMethod: "The date editor does not support this method.", - datePickerNoSuchMethodDropDownContainer: "The date editor does not support this method. Use 'getCalendar' one instead.", - buttonTypeIsDropDownOnly: "Datepicker allows only dropdown and clear values for the buttonType option.", - dateEditorOffsetRange: "The displayTimeOffset option should be between -720 and 840, which represents the offset in minutes, according to the UTC, of all the timezones from the westernmost (−12:00) to the easternmost (+14:00).", - setOptionError: 'Runtime changes are not allowed for the following option: ', - invalidDate: "Invalid date", - maskMessage: 'All required positions should be filled', - maskRevertMessage: 'All required positions should be filled, that is why the value was reverted to the last valid one.', - dateMessage: 'A valid date should be entered', - centuryThresholdValidValues: "centuryThreshold property shoud be between 0 and 99.", - noListItemsNoButton: "No spin or dropdown button is rendered because there are no listitems.", - decimalNumber: "When dataMode is '{0}', the {1} option can accept numeric values between 0 and {2}.", - decimalSeparatorErrorMsg: "The decimalSeparator option requires a different value. Its value should be a single character.", - decimalSeparatorEqualsGroupSeparatorErrorMsg: "The groupSeparator and the decimalSeparator options can not have equal values.", - timePickerNoSuchMethod: "The time picker does not support this method." + spinUpperTitle: '增量', + spinLowerTitle: '減少', + buttonTitle: '顯示清單', + clearTitle: '清除值', + ariaTextEditorFieldLabel: '文字編輯器', + ariaNumericEditorFieldLabel: '數值編輯器', + ariaCurrencyEditorFieldLabel: '貨幣編輯器', + ariaPercentEditorFieldLabel: '百分比編輯器', + ariaMaskEditorFieldLabel: '遮罩編輯器', + ariaDateEditorFieldLabel: '日期編輯器', + ariaDatePickerFieldLabel: '日期選擇器', + ariaTimePickerFieldLabel: "時間選擇器", + ariaSpinUpButton: '旋轉', + ariaSpinDownButton: '調低速度', + ariaDropDownButton: '下拉', + ariaClearButton: '清除', + ariaCalendarButton: '行事曆', + datePickerButtonTitle: '顯示日曆', + updateModeUnsupportedValue: 'updateMode 需要不同的設定。在 "onChange" 和 "immediate" 之間選擇一個值。', + updateModeNotSupported: 'updateMode 屬性僅支援 igMaskEditor,igDateEditor 和 igDatePicker 擴展的 "onchange" 模式', + renderErrMsg: "基本編輯器無法直接實例化。嘗試使用文字,數字,日期或其他編輯器。", + multilineErrMsg: 'textArea 需要不同的設定。應將 textMode 設定為"多行"。', + targetNotSupported: "不支援此目標元素。", + placeHolderNotSupported: "您的瀏覽器不支援預留位置屬性。", + allowedValuesMsg: "從下拉式選單中選擇一個值", + maxLengthErrMsg: "輸入內容太長,已被剪裁為 {0} 個符號", + maxLengthWarningMsg: "此欄位的輸入項已達到最大長度 {0}", + minLengthErrMsg: "至少應輸入 {0} 個字元", + maxValErrMsg: "此欄位的輸入項已達到最大值 {0}", + minValErrMsg: "此欄位的輸入項已達到最小值 {0}", + maxValExceedRevertErrMsg: "輸入項超過最大值 {0},並已還原至上一個", + minValExceedRevertErrMsg: "輸入項小於最小值 {0},並已還原至上一個", + maxValExceedSetErrMsg: "輸入項超過最大值 {0},並已設定為最大值", + minValExceedSetErrMsg: "輸入項小於最小值 {0},並已設定為最小值", + maxValExceededWrappedAroundErrMsg: "輸入項超過最大值 {0},並已設定為允許的最小值", + minValExceededWrappedAroundErrMsg: "輸入項小於最小值 {0},且已設為允許的最大值", + btnValueNotSupported: '需要不同的按鈕值。在 "dropdown","clear" 和 "spin" 之間選擇一個值。', + scientificFormatErrMsg: '需要不同的科學格式。在 "E","e","E+" 和 "e+" 之間選擇一個值。', + spinDeltaIsOfTypeNumber: "需要其他類型的 spinDelta。應輸入正數。", + spinDeltaIsOfTypeNumberForPeriod: "{0} 需要不同類型的 spinDelta。應輸入 {1} 和 {2} 之間的正數。", + spinDeltaIsOfTypeNumberOrObject: "需要其他類型的 spinDelta。輸入正數或定義不同時間段變化量的物件。", + spinDeltaShouldBeInRange: "{0} 的 spinDelta 選項應介於 {1} 和 {2} 之間", + spinDeltaCouldntBeNegative: "spinDelta 選項不得為負數。應輸入正數。", + spinDeltaContainsExceedsMaxDecimals: "spinDelta 的最大允許分數設定為 {0}。更改 MaxDecimals 或嘗試縮小您的值。", + spinDeltaIncorrectFloatingPoint: '浮點 spinDelta 需要不同的設定。將編輯器的 dataMode 設定為 "double" 或 "float",或將 spinDelta 設定為 integer。', + numericEditorNoSuchMethod: "數值編輯器不支援此方法。", + numericEditorNoSuchOption: "數值編輯器不支援此選項。", + displayFactorIsOfTypeNumber: "displayFactor 需要不同的值。其數值應設為 1 或 100。", + displayFactorAllowedValue: "displayFactor 需要不同的值。其數值應設為 1 或 100。", + instantiateCheckBoxErrMsg: "igCheckboxEditor 需要其他元素。使用INPUT,SPAN 或 DIV 元素。", + cannotParseNonBoolValue: "igCheckboxEditor 需要不同的值。應該提供一個布林值。", + cannotSetNonBoolValue: "igCheckboxEditor 需要不同的值。應該提供一個布林值。", + maskEditorNoSuchMethod: "遮罩編輯器不支援此方法。", + datePickerEditorNoSuchMethod: "日期編輯器不支援此方法。", + datePickerNoSuchMethodDropDownContainer: "日期編輯器不支援此方法。請改用 'getCalendar'。", + buttonTypeIsDropDownOnly: "Datepicker 僅允許下拉和清除 buttonType 選項的值。", + dateEditorOffsetRange: "displayTimeOffset 選項的取值範圍應在 -720 至 840 之間,根據 UTC,以分鐘為單位,表示從最西端 (-12:00) 到最東端 (+14:00) 的所有時區的偏移量。", + setOptionError: '以下選項不允許執行階段變更: ', + invalidDate: "無效日期", + maskMessage: '所有必填位置均應填寫', + maskRevertMessage: '所有必要的位置都應填滿,這就是為什麼該值恢復到最後一個有效位置的原因。', + dateMessage: '必須輸入有效日期', + centuryThresholdValidValues: "CenturyThreshold 屬性應介於 0 和 99 之間。", + noListItemsNoButton: "由於沒有清單項,因此未顯示旋轉或下拉按鈕。", + decimalNumber: "當 dataMode 為 ‘{0}’ 時,{1} 選項可以接受 0 到 {2} 之間的數值。", + decimalSeparatorErrorMsg: "小數點分隔符選項需要不同的值。其值應為單個字元。", + decimalSeparatorEqualsGroupSeparatorErrorMsg: "groupSeparator 和 decimalSeparator 選項的值不能相等。", + timePickerNoSuchMethod: "時間選擇器不支援此方法。" }; $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-tw'].Editor; diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-it.js b/src/js/modules/i18n/infragistics.ui.htmleditor-it.js index 4435f6861..708dfdefe 100644 --- a/src/js/modules/i18n/infragistics.ui.htmleditor-it.js +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-it.js @@ -21,53 +21,53 @@ $.ig.HtmlEditor = $.ig.HtmlEditor || {}; $.ig.locale.it.HtmlEditor = { - boldButtonTitle: 'Bold', - italicButtonTitle: 'Italic', - underlineButtonTitle: 'Underline', - strikethroughButtonTitle: 'Strikethrough', - increaseFontSizeButtonTitle: 'Increase Font Size', - decreaseFontSizeButtonTitle: 'Decrease Font Size', - alignTextLeftButtonTitle: 'Align Text Left', - alignTextRightButtonTitle: 'Align Text Right', - alignTextCenterButtonTitle: 'Center', - justifyButtonTitle: 'Justify', - bulletsButtonTitle: 'Bullets', - numberingButtonTitle: 'Numbering', - decreaseIndentButtonTitle: 'Decrease Indent', - increaseIndentButtonTitle: 'Increase Indent', - insertPictureButtonTitle: 'Insert Picture', - fontColorButtonTitle: 'Font Color', - textHighlightButtonTitle: 'Text Highlight Color', - insertLinkButtonTitle: 'Insert Hyperlink', - insertTableButtonTitle: 'Table', - addRowButtonTitle: 'Add Row', - removeRowButtonTitle: 'Remove Row', - addColumnButtonTitle: 'Add Column', - removeColumnButtonTitle: 'Remove Column', - inserHRButtonTitle: 'Insert Horizontal Rule', - viewSourceButtonTitle: 'View Source', - cutButtonTitle: 'Cut', - copyButtonTitle: 'Copy', - pasteButtonTitle: 'Paste', - undoButtonTitle: 'Undo', - redoButtonTitle: 'Redo', - imageUrlDialogText: 'Image URL:', - imageAlternativeTextDialogText: 'Alternative Text:', - imageWidthDialogText: 'Image Width:', - imageHeihgtDialogText: 'Image Height:', - linkNavigateToUrlDialogText: 'Navigate to URL:', - linkDisplayTextDialogText: 'Display Text:', - linkOpenInDialogText: 'Open In:', - linkTargetNewWindowDialogText: 'New Window', - linkTargetSameWindowDialogText: 'Same Window', - linkTargetParentWindowDialogText: 'Parent Window', - linkTargetTopmostWindowDialogText: 'Topmost Window', - applyButtonTitle: 'Apply', - cancelButtonTitle: 'Cancel', - textToolbar: "text manipulation toolbar", - formattingToolbar: "text formatting toolbar", - insertObjectToolbar: "objects insertion toolbar", - copyPasteToolbar: "copy/paste toolbar", + boldButtonTitle: 'Grassetto', + italicButtonTitle: 'Corsivo', + underlineButtonTitle: 'Sottolinea', + strikethroughButtonTitle: 'Barrato', + increaseFontSizeButtonTitle: 'Aumenta dimensione carattere', + decreaseFontSizeButtonTitle: 'Riduci dimensione carattere', + alignTextLeftButtonTitle: 'Allinea testo a sinistra', + alignTextRightButtonTitle: 'Allinea testo a destra', + alignTextCenterButtonTitle: 'Al centro', + justifyButtonTitle: 'Giustifica', + bulletsButtonTitle: 'Punti', + numberingButtonTitle: 'Numerazione', + decreaseIndentButtonTitle: 'Riduci rientro', + increaseIndentButtonTitle: 'Aumenta rientro', + insertPictureButtonTitle: 'Inserisci immagine', + fontColorButtonTitle: 'Colore carattere', + textHighlightButtonTitle: 'Colore evidenziazione testo', + insertLinkButtonTitle: 'Inserisci collegamento ipertestuale', + insertTableButtonTitle: 'Tabella', + addRowButtonTitle: 'Aggiungi riga', + removeRowButtonTitle: 'Rimuovi riga', + addColumnButtonTitle: 'Aggiungi colonna', + removeColumnButtonTitle: 'Rimuovi colonna', + inserHRButtonTitle: 'Inserisci regola orizzontale', + viewSourceButtonTitle: 'Visualizza sorgente', + cutButtonTitle: 'Taglia', + copyButtonTitle: 'Copia', + pasteButtonTitle: 'Incolla', + undoButtonTitle: 'Annulla', + redoButtonTitle: 'Ripeti', + imageUrlDialogText: 'URL immagine:', + imageAlternativeTextDialogText: 'Testo alternativo:', + imageWidthDialogText: 'Larghezza immagine:', + imageHeihgtDialogText: 'Altezza immagine:', + linkNavigateToUrlDialogText: 'Passa all\'URL:', + linkDisplayTextDialogText: 'Visualizza testo:', + linkOpenInDialogText: 'Apri in:', + linkTargetNewWindowDialogText: 'Nuova finestra', + linkTargetSameWindowDialogText: 'Stessa finestra', + linkTargetParentWindowDialogText: 'Finestra principale', + linkTargetTopmostWindowDialogText: 'Finestra più in alto', + applyButtonTitle: 'Applica', + cancelButtonTitle: 'Annulla', + textToolbar: "barra degli strumenti di manipolazione del testo", + formattingToolbar: "barra degli strumenti di formattazione del testo", + insertObjectToolbar: "barra degli strumenti per l'inserimento di oggetti", + copyPasteToolbar: "copia/incolla barra degli strumenti", fontNames: { win: [ { text: "Times New Roman", value: "Times New Roman" }, @@ -121,12 +121,12 @@ { text: "7", value: "36 pt"} ], formatsList: [ - { text: "h1", value: "Heading 1" }, - { text: "h2", value: "Heading 2" }, - { text: "h3", value: "Heading 3" }, - { text: "h4", value: "Heading 4" }, - { text: "h5", value: "Heading 5" }, - { text: "h6", value: "Heading 6" }, + { text: "h1", value: "Titolo 1" }, + { text: "h2", value: "Titolo 2" }, + { text: "h3", value: "Titolo 3" }, + { text: "h4", value: "Titolo 4" }, + { text: "h5", value: "Titolo 5" }, + { text: "h6", value: "Titolo 6" }, { text: "p", value: "Normal" } ] }; diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js index e2755181b..be0b625af 100644 --- a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js @@ -21,53 +21,53 @@ $.ig.HtmlEditor = $.ig.HtmlEditor || {}; $.ig.locale['zh-cn'].HtmlEditor = { - boldButtonTitle: 'Bold', - italicButtonTitle: 'Italic', - underlineButtonTitle: 'Underline', - strikethroughButtonTitle: 'Strikethrough', - increaseFontSizeButtonTitle: 'Increase Font Size', - decreaseFontSizeButtonTitle: 'Decrease Font Size', - alignTextLeftButtonTitle: 'Align Text Left', - alignTextRightButtonTitle: 'Align Text Right', - alignTextCenterButtonTitle: 'Center', - justifyButtonTitle: 'Justify', - bulletsButtonTitle: 'Bullets', - numberingButtonTitle: 'Numbering', - decreaseIndentButtonTitle: 'Decrease Indent', - increaseIndentButtonTitle: 'Increase Indent', - insertPictureButtonTitle: 'Insert Picture', - fontColorButtonTitle: 'Font Color', - textHighlightButtonTitle: 'Text Highlight Color', - insertLinkButtonTitle: 'Insert Hyperlink', - insertTableButtonTitle: 'Table', - addRowButtonTitle: 'Add Row', - removeRowButtonTitle: 'Remove Row', - addColumnButtonTitle: 'Add Column', - removeColumnButtonTitle: 'Remove Column', - inserHRButtonTitle: 'Insert Horizontal Rule', - viewSourceButtonTitle: 'View Source', - cutButtonTitle: 'Cut', - copyButtonTitle: 'Copy', - pasteButtonTitle: 'Paste', - undoButtonTitle: 'Undo', - redoButtonTitle: 'Redo', - imageUrlDialogText: 'Image URL:', - imageAlternativeTextDialogText: 'Alternative Text:', - imageWidthDialogText: 'Image Width:', - imageHeihgtDialogText: 'Image Height:', - linkNavigateToUrlDialogText: 'Navigate to URL:', - linkDisplayTextDialogText: 'Display Text:', - linkOpenInDialogText: 'Open In:', - linkTargetNewWindowDialogText: 'New Window', - linkTargetSameWindowDialogText: 'Same Window', - linkTargetParentWindowDialogText: 'Parent Window', - linkTargetTopmostWindowDialogText: 'Topmost Window', - applyButtonTitle: 'Apply', - cancelButtonTitle: 'Cancel', - textToolbar: "text manipulation toolbar", - formattingToolbar: "text formatting toolbar", - insertObjectToolbar: "objects insertion toolbar", - copyPasteToolbar: "copy/paste toolbar", + boldButtonTitle: '粗体', + italicButtonTitle: '斜体', + underlineButtonTitle: '下划线', + strikethroughButtonTitle: '删除线', + increaseFontSizeButtonTitle: '增加字体大小', + decreaseFontSizeButtonTitle: '减小字体大小', + alignTextLeftButtonTitle: '左对齐文本', + alignTextRightButtonTitle: '右对齐文本', + alignTextCenterButtonTitle: '中心', + justifyButtonTitle: '对齐', + bulletsButtonTitle: '项目符号', + numberingButtonTitle: '编号', + decreaseIndentButtonTitle: '减少缩进', + increaseIndentButtonTitle: '增加缩进', + insertPictureButtonTitle: '插入图片', + fontColorButtonTitle: '字体颜色', + textHighlightButtonTitle: '文本突出显示颜色', + insertLinkButtonTitle: '插入超链接', + insertTableButtonTitle: '表', + addRowButtonTitle: '添加行', + removeRowButtonTitle: '移除行', + addColumnButtonTitle: '添加列', + removeColumnButtonTitle: '移除列', + inserHRButtonTitle: '插入水平线', + viewSourceButtonTitle: '查看源', + cutButtonTitle: '剪切', + copyButtonTitle: '复制', + pasteButtonTitle: '粘贴', + undoButtonTitle: '撤消', + redoButtonTitle: '重做', + imageUrlDialogText: '图像网址:', + imageAlternativeTextDialogText: '备用文本:', + imageWidthDialogText: '图像宽度:', + imageHeihgtDialogText: '图像高度:', + linkNavigateToUrlDialogText: '导航至 URL:', + linkDisplayTextDialogText: '显示文本:', + linkOpenInDialogText: '打开方式:', + linkTargetNewWindowDialogText: '新窗口', + linkTargetSameWindowDialogText: '相同窗口', + linkTargetParentWindowDialogText: '父窗口', + linkTargetTopmostWindowDialogText: '最上面的窗口', + applyButtonTitle: '应用', + cancelButtonTitle: '取消', + textToolbar: "文本操作工具栏", + formattingToolbar: "文本格式化工具栏", + insertObjectToolbar: "对象插入工具栏", + copyPasteToolbar: "复制/粘贴工具栏", fontNames: { win: [ { text: "Times New Roman", value: "Times New Roman" }, diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js index 41acfee83..1154e5121 100644 --- a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js @@ -21,53 +21,53 @@ $.ig.HtmlEditor = $.ig.HtmlEditor || {}; $.ig.locale['zh-tw'].HtmlEditor = { - boldButtonTitle: 'Bold', - italicButtonTitle: 'Italic', - underlineButtonTitle: 'Underline', - strikethroughButtonTitle: 'Strikethrough', - increaseFontSizeButtonTitle: 'Increase Font Size', - decreaseFontSizeButtonTitle: 'Decrease Font Size', - alignTextLeftButtonTitle: 'Align Text Left', - alignTextRightButtonTitle: 'Align Text Right', - alignTextCenterButtonTitle: 'Center', - justifyButtonTitle: 'Justify', - bulletsButtonTitle: 'Bullets', - numberingButtonTitle: 'Numbering', - decreaseIndentButtonTitle: 'Decrease Indent', - increaseIndentButtonTitle: 'Increase Indent', - insertPictureButtonTitle: 'Insert Picture', - fontColorButtonTitle: 'Font Color', - textHighlightButtonTitle: 'Text Highlight Color', - insertLinkButtonTitle: 'Insert Hyperlink', - insertTableButtonTitle: 'Table', - addRowButtonTitle: 'Add Row', - removeRowButtonTitle: 'Remove Row', - addColumnButtonTitle: 'Add Column', - removeColumnButtonTitle: 'Remove Column', - inserHRButtonTitle: 'Insert Horizontal Rule', - viewSourceButtonTitle: 'View Source', - cutButtonTitle: 'Cut', - copyButtonTitle: 'Copy', - pasteButtonTitle: 'Paste', - undoButtonTitle: 'Undo', - redoButtonTitle: 'Redo', - imageUrlDialogText: 'Image URL:', - imageAlternativeTextDialogText: 'Alternative Text:', - imageWidthDialogText: 'Image Width:', - imageHeihgtDialogText: 'Image Height:', - linkNavigateToUrlDialogText: 'Navigate to URL:', - linkDisplayTextDialogText: 'Display Text:', - linkOpenInDialogText: 'Open In:', - linkTargetNewWindowDialogText: 'New Window', - linkTargetSameWindowDialogText: 'Same Window', - linkTargetParentWindowDialogText: 'Parent Window', - linkTargetTopmostWindowDialogText: 'Topmost Window', - applyButtonTitle: 'Apply', - cancelButtonTitle: 'Cancel', - textToolbar: "text manipulation toolbar", - formattingToolbar: "text formatting toolbar", - insertObjectToolbar: "objects insertion toolbar", - copyPasteToolbar: "copy/paste toolbar", + boldButtonTitle: '粗體', + italicButtonTitle: '斜體', + underlineButtonTitle: '底線', + strikethroughButtonTitle: '刪除線', + increaseFontSizeButtonTitle: '增加字體大小', + decreaseFontSizeButtonTitle: '減小字體大小', + alignTextLeftButtonTitle: '左對齊文字', + alignTextRightButtonTitle: '右對齊文字', + alignTextCenterButtonTitle: '中心', + justifyButtonTitle: '調整', + bulletsButtonTitle: '項目符號', + numberingButtonTitle: '編號', + decreaseIndentButtonTitle: '減少縮進', + increaseIndentButtonTitle: '增加縮進', + insertPictureButtonTitle: '插入圖片', + fontColorButtonTitle: '字體顏色', + textHighlightButtonTitle: '文字高亮顏色', + insertLinkButtonTitle: '插入超連結', + insertTableButtonTitle: '表', + addRowButtonTitle: '新增行', + removeRowButtonTitle: '移除行', + addColumnButtonTitle: '新增列', + removeColumnButtonTitle: '移除列', + inserHRButtonTitle: '插入水平線', + viewSourceButtonTitle: '檢視來源', + cutButtonTitle: '剪切', + copyButtonTitle: '複製', + pasteButtonTitle: '貼上', + undoButtonTitle: '撤銷', + redoButtonTitle: '重做', + imageUrlDialogText: '影像網址:', + imageAlternativeTextDialogText: '替代文字:', + imageWidthDialogText: '影像寬度:', + imageHeihgtDialogText: '影像高度:', + linkNavigateToUrlDialogText: '導航至網址:', + linkDisplayTextDialogText: '顯示文字:', + linkOpenInDialogText: '打開方式:', + linkTargetNewWindowDialogText: '新視窗', + linkTargetSameWindowDialogText: '相同視窗', + linkTargetParentWindowDialogText: '父視窗', + linkTargetTopmostWindowDialogText: '最上方的視窗', + applyButtonTitle: '套用', + cancelButtonTitle: '取消', + textToolbar: "文字操作工具欄", + formattingToolbar: "文字格式化工具欄", + insertObjectToolbar: "物件插入工具欄", + copyPasteToolbar: "複製/黏貼工具欄", fontNames: { win: [ { text: "Times New Roman", value: "Times New Roman" }, @@ -121,12 +121,12 @@ { text: "7", value: "36 pt"} ], formatsList: [ - { text: "h1", value: "Heading 1" }, - { text: "h2", value: "Heading 2" }, - { text: "h3", value: "Heading 3" }, - { text: "h4", value: "Heading 4" }, - { text: "h5", value: "Heading 5" }, - { text: "h6", value: "Heading 6" }, + { text: "h1", value: "標題 1" }, + { text: "h2", value: "標題 2" }, + { text: "h3", value: "標題 3" }, + { text: "h4", value: "標題 4" }, + { text: "h5", value: "標題 5" }, + { text: "h6", value: "標題 6" }, { text: "p", value: "Normal" } ] }; diff --git a/src/js/modules/i18n/infragistics.ui.notifier-it.js b/src/js/modules/i18n/infragistics.ui.notifier-it.js index 6a729182e..ad5cb865a 100644 --- a/src/js/modules/i18n/infragistics.ui.notifier-it.js +++ b/src/js/modules/i18n/infragistics.ui.notifier-it.js @@ -21,12 +21,12 @@ $.ig.Notifier = $.ig.Notifier || {}; $.ig.locale.it.Notifier = { - successMsg: "Success", - errorMsg: "Error", - warningMsg: "Warning", - infoMsg: "Information", - notSupportedState: "Not supported notification state! Use one of the supported states 'success', 'info', 'warning', 'error'", - notSupportedMode: "Not supported notification mode! Use one of the supported modes 'auto', 'popover', 'inline'" + successMsg: "Operazione riuscita", + errorMsg: "Errore", + warningMsg: "Avviso", + infoMsg: "Informazioni", + notSupportedState: "Stato di notifica non supportato! Utilizzare uno degli stati supportati 'success', 'info', 'warning', 'error'", + notSupportedMode: "Modalità di notifica non supportata! Utilizzare una delle modalità supportate 'auto', 'popover', 'inline'" }; $.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale.it.Notifier; diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js index dcb52ca93..81d8784d5 100644 --- a/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js @@ -21,12 +21,12 @@ $.ig.Notifier = $.ig.Notifier || {}; $.ig.locale['zh-cn'].Notifier = { - successMsg: "Success", - errorMsg: "Error", - warningMsg: "Warning", - infoMsg: "Information", - notSupportedState: "Not supported notification state! Use one of the supported states 'success', 'info', 'warning', 'error'", - notSupportedMode: "Not supported notification mode! Use one of the supported modes 'auto', 'popover', 'inline'" + successMsg: "成功", + errorMsg: "错误", + warningMsg: "警告", + infoMsg: "信息", + notSupportedState: "不支持的通知状态!使用支持的 'success','info','warning','error' 状态之一", + notSupportedMode: "不支持的通知模式!使用支持的 'auto','popover','inline' 模式之一" }; $.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-cn'].Notifier; diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js index 4e81ab4b7..a6e310b7f 100644 --- a/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js @@ -21,12 +21,12 @@ $.ig.Notifier = $.ig.Notifier || {}; $.ig.locale['zh-tw'].Notifier = { - successMsg: "Success", - errorMsg: "Error", - warningMsg: "Warning", - infoMsg: "Information", - notSupportedState: "Not supported notification state! Use one of the supported states 'success', 'info', 'warning', 'error'", - notSupportedMode: "Not supported notification mode! Use one of the supported modes 'auto', 'popover', 'inline'" + successMsg: "成功", + errorMsg: "錯誤", + warningMsg: "警告", + infoMsg: "資訊", + notSupportedState: "不支援的通知狀態!使用受支援 'success','info','warning','error' 的狀態之一", + notSupportedMode: "不支援的通知模式!使用支援 'auto','popover','inline' 的模式之一" }; $.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-tw'].Notifier; diff --git a/src/js/modules/i18n/infragistics.ui.popover-it.js b/src/js/modules/i18n/infragistics.ui.popover-it.js index a5ab11d1e..5c14cc3d7 100644 --- a/src/js/modules/i18n/infragistics.ui.popover-it.js +++ b/src/js/modules/i18n/infragistics.ui.popover-it.js @@ -21,8 +21,8 @@ $.ig.Popover = $.ig.Popover || {}; $.ig.locale.it.Popover = { - popoverOptionChangeNotSupported: "Changing the following option after igPopover has been initialized is not supported:", - popoverShowMethodWithoutTarget: "The target parameter of the show function is mandatory when the selectors option is used" + popoverOptionChangeNotSupported: "La modifica dell'opzione seguente dopo l'inizializzazione di igPopover non è supportata:", + popoverShowMethodWithoutTarget: "Il parametro target della funzione show è obbligatorio quando si utilizza l'opzione selettori" }; $.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale.it.Popover; diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js b/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js index 1f8fd47ec..4aa34c8e7 100644 --- a/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js @@ -21,8 +21,8 @@ $.ig.Popover = $.ig.Popover || {}; $.ig.locale['zh-cn'].Popover = { - popoverOptionChangeNotSupported: "Changing the following option after igPopover has been initialized is not supported:", - popoverShowMethodWithoutTarget: "The target parameter of the show function is mandatory when the selectors option is used" + popoverOptionChangeNotSupported: "不支持在初始化 igPopover 之后更改以下选项:", + popoverShowMethodWithoutTarget: "当使用选择器选项时,show 函数的目标参数是强制性的" }; $.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-cn'].Popover; diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js b/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js index e74cba9cc..b85d48173 100644 --- a/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js @@ -21,8 +21,8 @@ $.ig.Popover = $.ig.Popover || {}; $.ig.locale['zh-tw'].Popover = { - popoverOptionChangeNotSupported: "Changing the following option after igPopover has been initialized is not supported:", - popoverShowMethodWithoutTarget: "The target parameter of the show function is mandatory when the selectors option is used" + popoverOptionChangeNotSupported: "不支援在 igPopover 初始化後更改以下選項:", + popoverShowMethodWithoutTarget: "當使用選擇器選項時,show 函數的目標參數是強制性的" }; $.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-tw'].Popover; diff --git a/src/js/modules/i18n/infragistics.ui.rating-it.js b/src/js/modules/i18n/infragistics.ui.rating-it.js index fce862956..a3b91ac09 100644 --- a/src/js/modules/i18n/infragistics.ui.rating-it.js +++ b/src/js/modules/i18n/infragistics.ui.rating-it.js @@ -21,7 +21,7 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Rating = { - setOptionError: 'Runtime changes are not allowed for the following option: ' + setOptionError: 'Le modifiche di runtime non sono consentite per la seguente opzione: ' } $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale.it.Rating; diff --git a/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js b/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js index 86e6417bd..d7ad50477 100644 --- a/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js @@ -21,7 +21,7 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Rating = { - setOptionError: 'Runtime changes are not allowed for the following option: ' + setOptionError: '以下选项不允许运行时更改: ' } $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-cn'].Rating; diff --git a/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js b/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js index 9f3fb2679..3390e6ac0 100644 --- a/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js @@ -21,7 +21,7 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Rating = { - setOptionError: 'Runtime changes are not allowed for the following option: ' + setOptionError: '以下選項不允許執行階段變更: ' } $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-tw'].Rating; diff --git a/src/js/modules/i18n/infragistics.ui.scroll-it.js b/src/js/modules/i18n/infragistics.ui.scroll-it.js index 9ae751c7e..8aec411eb 100644 --- a/src/js/modules/i18n/infragistics.ui.scroll-it.js +++ b/src/js/modules/i18n/infragistics.ui.scroll-it.js @@ -21,8 +21,8 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Scroll = { - errorNoElementLink: 'Element that is being linked does not exists.', - errorNoScrollbarLink: 'Scrollbar element that is being linked does not exists.' + errorNoElementLink: 'L\'elemento da collegare non esiste.', + errorNoScrollbarLink: 'L\'elemento della barra di scorrimento da collegare non esiste.' } $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale.it.Scroll; diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js index 11609988f..4d7363b57 100644 --- a/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js @@ -21,8 +21,8 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Scroll = { - errorNoElementLink: 'Element that is being linked does not exists.', - errorNoScrollbarLink: 'Scrollbar element that is being linked does not exists.' + errorNoElementLink: '被链接的元素不存在。', + errorNoScrollbarLink: '正在链接的滚动条元素不存在。' } $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-cn'].Scroll; diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js index e8100bd78..f8ea848f6 100644 --- a/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js @@ -21,8 +21,8 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Scroll = { - errorNoElementLink: 'Element that is being linked does not exists.', - errorNoScrollbarLink: 'Scrollbar element that is being linked does not exists.' + errorNoElementLink: '所連結的元素不存在。', + errorNoScrollbarLink: '所連結的捲動條元素不存在。' } $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-tw'].Scroll; diff --git a/src/js/modules/i18n/infragistics.ui.splitter-it.js b/src/js/modules/i18n/infragistics.ui.splitter-it.js index 925476d23..2932735e2 100644 --- a/src/js/modules/i18n/infragistics.ui.splitter-it.js +++ b/src/js/modules/i18n/infragistics.ui.splitter-it.js @@ -21,8 +21,8 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Splitter = { - errorPanels: 'The number of panels have to be no more than two.', - errorSettingOption: 'Error setting option.' + errorPanels: 'Il numero di pannelli non deve essere superiore a due.', + errorSettingOption: 'Opzione impostazione errore.' } $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale.it.Splitter; diff --git a/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js index a7a6f3c3a..89ae78a9a 100644 --- a/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js @@ -21,8 +21,8 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Splitter = { - errorPanels: 'The number of panels have to be no more than two.', - errorSettingOption: 'Error setting option.' + errorPanels: '面板的数量不得超过两个。', + errorSettingOption: '设置选项时出错。' } $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-cn'].Splitter; diff --git a/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js index 11f72338d..616b1d12d 100644 --- a/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js @@ -21,8 +21,8 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Splitter = { - errorPanels: 'The number of panels have to be no more than two.', - errorSettingOption: 'Error setting option.' + errorPanels: '面板的數量不得超過兩個。', + errorSettingOption: '設定選項時出錯。' } $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-tw'].Splitter; diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-it.js b/src/js/modules/i18n/infragistics.ui.tilemanager-it.js index 2021109d7..f3f2af9b9 100644 --- a/src/js/modules/i18n/infragistics.ui.tilemanager-it.js +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-it.js @@ -21,9 +21,9 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.TileManager = { - renderDataError: "Data was not successfully retrieved or parsed.", - setOptionItemsLengthError: "The length of the items configurations does not match the number of the tiles.", - setOptionError: "Runtime changes are not allowed for this option." + renderDataError: "Dati non recuperati o analizzati correttamente.", + setOptionItemsLengthError: "La lunghezza delle configurazioni degli elementi non corrisponde al numero dei riquadri.", + setOptionError: "Le modifiche al runtime non sono consentite per questa opzione." } $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale.it.TileManager; diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js index b561588a6..c663a6565 100644 --- a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js @@ -21,9 +21,9 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].TileManager = { - renderDataError: "Data was not successfully retrieved or parsed.", - setOptionItemsLengthError: "The length of the items configurations does not match the number of the tiles.", - setOptionError: "Runtime changes are not allowed for this option." + renderDataError: "未成功检索或解析数据。", + setOptionItemsLengthError: "项目配置的长度与图块的数量不匹配。", + setOptionError: "此选项不允许运行时更改。" } $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-cn'].TileManager; diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js index b79478cca..c3e254773 100644 --- a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js @@ -21,9 +21,9 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].TileManager = { - renderDataError: "Data was not successfully retrieved or parsed.", - setOptionItemsLengthError: "The length of the items configurations does not match the number of the tiles.", - setOptionError: "Runtime changes are not allowed for this option." + renderDataError: "未成功擷取或解析資料。", + setOptionItemsLengthError: "項目設定的長度與磁貼數量不符。", + setOptionError: "此選項不允許運行時變更。" } $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-tw'].TileManager; diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-it.js b/src/js/modules/i18n/infragistics.ui.toolbar-it.js index da86e14bc..6c5c78783 100644 --- a/src/js/modules/i18n/infragistics.ui.toolbar-it.js +++ b/src/js/modules/i18n/infragistics.ui.toolbar-it.js @@ -21,8 +21,8 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Toolbar = { - collapseButtonTitle: 'Collapse {0}', - expandButtonTitle: 'Expand {0}' + collapseButtonTitle: 'Comprimi {0}', + expandButtonTitle: 'Espandi {0}' } $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale.it.Toolbar; diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js index b432ca6cf..6d9e81445 100644 --- a/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js @@ -21,8 +21,8 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Toolbar = { - collapseButtonTitle: 'Collapse {0}', - expandButtonTitle: 'Expand {0}' + collapseButtonTitle: '折叠 {0}', + expandButtonTitle: '展开 {0}' } $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-cn'].Toolbar; diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js index 2c5dc2d68..75c9a3f0a 100644 --- a/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js @@ -21,8 +21,8 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Toolbar = { - collapseButtonTitle: 'Collapse {0}', - expandButtonTitle: 'Expand {0}' + collapseButtonTitle: '折疊 {0}', + expandButtonTitle: '展開 {0}' } $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-tw'].Toolbar; diff --git a/src/js/modules/i18n/infragistics.ui.tree-it.js b/src/js/modules/i18n/infragistics.ui.tree-it.js index 73107e341..93b146d1c 100644 --- a/src/js/modules/i18n/infragistics.ui.tree-it.js +++ b/src/js/modules/i18n/infragistics.ui.tree-it.js @@ -21,21 +21,21 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Tree = { - invalidArgumentType: 'Invalid argument type provided.', - errorOnRequest: 'An error has occurred while retrieving data: ', - noDataSourceUrl: 'The igTree control requires a dataSourceUrl provided in order to initiate a request for data to that URL.', - incorrectPath: 'A node was not found at the provided path: ', - incorrectNodeObject: 'The provided argument is not a jQuery node element.', - setOptionError: 'Runtime changes are not allowed for the following option: ', - moveTo: 'Move to {0}', - moveBetween: 'Move between {0} and {1}', - moveAfter: 'Move after {0}', - moveBefore: 'Move before {0}', - copyTo: 'Copy to {0}', - copyBetween: 'Copy between {0} and {1}', - copyAfter: 'Copy after {0}', - copyBefore: 'Copy before {0}', - and: 'and' + invalidArgumentType: 'Tipo di argomento non valido fornito.', + errorOnRequest: 'Si è verificato un errore durante il recupero dei dati: ', + noDataSourceUrl: 'Il controllo igTree richiede un dataSourceUrl fornito per avviare una richiesta di dati a tale URL.', + incorrectPath: 'Impossibile trovare un nodo nel percorso fornito: ', + incorrectNodeObject: 'L\'argomento fornito non è un elemento nodo jQuery.', + setOptionError: 'Le modifiche di runtime non sono consentite per la seguente opzione: ', + moveTo: 'Sposta in {0}', + moveBetween: 'Sposta tra {0} e {1}', + moveAfter: 'Sposta dopo {0}', + moveBefore: 'Sposta prima di {0}', + copyTo: 'Copia in {0}', + copyBetween: 'Copia tra {0} e {1}', + copyAfter: 'Copia dopo {0}', + copyBefore: 'Copia prima di {0}', + and: 'e' } $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale.it.Tree; diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js b/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js index 9ddd63b90..d3cfa3d74 100644 --- a/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js @@ -21,21 +21,21 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Tree = { - invalidArgumentType: 'Invalid argument type provided.', - errorOnRequest: 'An error has occurred while retrieving data: ', - noDataSourceUrl: 'The igTree control requires a dataSourceUrl provided in order to initiate a request for data to that URL.', - incorrectPath: 'A node was not found at the provided path: ', - incorrectNodeObject: 'The provided argument is not a jQuery node element.', - setOptionError: 'Runtime changes are not allowed for the following option: ', - moveTo: 'Move to {0}', - moveBetween: 'Move between {0} and {1}', - moveAfter: 'Move after {0}', - moveBefore: 'Move before {0}', - copyTo: 'Copy to {0}', - copyBetween: 'Copy between {0} and {1}', - copyAfter: 'Copy after {0}', - copyBefore: 'Copy before {0}', - and: 'and' + invalidArgumentType: '提供了无效的自变量类型。', + errorOnRequest: '检索数据时出现错误: ', + noDataSourceUrl: 'igTree 控件需要提供 dataSourceUrl 才能发起对该 URL 的数据请求。', + incorrectPath: '在提供的路径中未找到节点: ', + incorrectNodeObject: '提供的参数不是 jQuery 节点元素。', + setOptionError: '以下选项不允许运行时更改: ', + moveTo: '移至 {0}', + moveBetween: '在 {0} 和 {1} 之间移动', + moveAfter: '在 {0} 之后移动', + moveBefore: '在 {0} 之前移动', + copyTo: '复制到 {0}', + copyBetween: '在 {0} 和 {1} 之间复制', + copyAfter: '在 {0} 之后复制', + copyBefore: '在 {0} 之前复制', + and: '和' } $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-cn'].Tree; diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js b/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js index eb989918d..39d809880 100644 --- a/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js @@ -21,21 +21,21 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Tree = { - invalidArgumentType: 'Invalid argument type provided.', - errorOnRequest: 'An error has occurred while retrieving data: ', - noDataSourceUrl: 'The igTree control requires a dataSourceUrl provided in order to initiate a request for data to that URL.', - incorrectPath: 'A node was not found at the provided path: ', - incorrectNodeObject: 'The provided argument is not a jQuery node element.', - setOptionError: 'Runtime changes are not allowed for the following option: ', - moveTo: 'Move to {0}', - moveBetween: 'Move between {0} and {1}', - moveAfter: 'Move after {0}', - moveBefore: 'Move before {0}', - copyTo: 'Copy to {0}', - copyBetween: 'Copy between {0} and {1}', - copyAfter: 'Copy after {0}', - copyBefore: 'Copy before {0}', - and: 'and' + invalidArgumentType: '提供了無效的引數類型。', + errorOnRequest: '擷取資料時出錯: ', + noDataSourceUrl: 'igTree 控件需要提供 dataSourceUrl,以便向該 URL 發起資料請求。', + incorrectPath: '在提供的路徑中未找到節點: ', + incorrectNodeObject: '提供的引數不是 jQuery 節點元素。', + setOptionError: '以下選項不允許執行階段變更: ', + moveTo: '移至 {0}', + moveBetween: '在 {0} 和 {1} 之間移動', + moveAfter: '在 {0} 之後移動', + moveBefore: '在 {0} 之前移動', + copyTo: '複製到 {0}', + copyBetween: '在 {0} 和 {1} 之間複製', + copyAfter: '在 {0} 之後復制', + copyBefore: '在 {0} 之前複製', + and: '和' } $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-tw'].Tree; diff --git a/src/js/modules/i18n/infragistics.ui.upload-it.js b/src/js/modules/i18n/infragistics.ui.upload-it.js index fba80a231..122d1222e 100644 --- a/src/js/modules/i18n/infragistics.ui.upload-it.js +++ b/src/js/modules/i18n/infragistics.ui.upload-it.js @@ -21,49 +21,49 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Upload = { - labelUploadButton: "Upload File", - labelAddButton: "Add", - labelClearAllButton: "Clear Uploaded", + labelUploadButton: "Carica file", + labelAddButton: "Aggiungi", + labelClearAllButton: "Cancella caricato", // M.H. 13 May 2011 - fix bug 75042 - labelSummaryTemplate: "{0} of {1} uploaded", + labelSummaryTemplate: "{0} di {1} caricati", labelSummaryProgressBarTemplate: "{0}/{1}", - labelShowDetails: "Show Details", - labelHideDetails: "Hide Details", - labelSummaryProgressButtonCancel: "Cancel", + labelShowDetails: "Mostra dettagli", + labelHideDetails: "Nascondi dettagli", + labelSummaryProgressButtonCancel: "Annulla", // M.H. 1 June 2011 Fix bug #77532 - labelSummaryProgressButtonContinue: "Upload", - labelSummaryProgressButtonDone: "Done", + labelSummaryProgressButtonContinue: "Carica", + labelSummaryProgressButtonDone: "Fine", labelProgressBarFileNameContinue: "...", //error messages - errorMessageFileSizeExceeded: "Max file size exceeded.", - errorMessageGetFileStatus: "Could not get your current file status! Probably connection dropped.", - errorMessageCancelUpload: "Could not send to server command to cancel upload! Probably connection dropped.", - errorMessageNoSuchFile: "The file you requested could not be found. Probably this file is too big.", - errorMessageOther: "There is internal error uploading file. Error code: {0}.", - errorMessageValidatingFileExtension: "File extension validation failed.", - errorMessageAJAXRequestFileSize: "AJAX error while trying to get file size.", - errorMessageMaxUploadedFiles: "Maximum count of uploading files exceeded.", - errorMessageMaxSimultaneousFiles: "Value of maxSimultaneousFilesUploads is incorrect. It should be more than 0 or null.", - errorMessageTryToRemoveNonExistingFile: "You are trying to remove non-existing file with id {0}.", - errorMessageTryToStartNonExistingFile: "You are trying to start non-existing file with id {0}.", - errorMessageDropMultipleFilesWhenSingleModel: "It is not allowed to drop more than 1 file when mode is single", + errorMessageFileSizeExceeded: "Dimensione massima del file superata.", + errorMessageGetFileStatus: "Impossibile ottenere lo stato del file corrente! Probabilmente la connessione è caduta.", + errorMessageCancelUpload: "Impossibile inviare il comando al server per annullare il caricamento! Probabilmente la connessione è caduta.", + errorMessageNoSuchFile: "Impossibile trovare il file richiesto. Probabilmente questo file è troppo grande.", + errorMessageOther: "Errore interno durante il caricamento del file. Codice errore: {0}.", + errorMessageValidatingFileExtension: "Convalida dell'estensione del file non riuscita.", + errorMessageAJAXRequestFileSize: "Errore AJAX durante il tentativo di ottenere le dimensioni del file.", + errorMessageMaxUploadedFiles: "Superato il numero massimo di file caricati.", + errorMessageMaxSimultaneousFiles: "Il valore di maxSimultaneousFilesUploads non è corretto. Dovrebbe essere maggiore di 0 o null.", + errorMessageTryToRemoveNonExistingFile: "Si sta tentando di rimuovere il file inesistente con id {0}.", + errorMessageTryToStartNonExistingFile: "Si sta tentando di avviare un file inesistente con id {0}.", + errorMessageDropMultipleFilesWhenSingleModel: "Non è consentito eliminare più di 1 file quando la modalità è singola", // M.H. 12 May 2011 - fix bug 74763: add title to all buttons // title attributes - titleUploadFileButtonInit: "Upload File", - titleAddFileButton: "Add", - titleCancelUploadButton: "Cancel", + titleUploadFileButtonInit: "Carica file", + titleAddFileButton: "Aggiungi", + titleCancelUploadButton: "Annulla", // M.H. 1 June 2011 Fix bug #77532 - titleSummaryProgressButtonContinue: "Upload", - titleClearUploaded: "Clear Uploaded", - titleShowDetailsButton: "Show Details", - titleHideDetailsButton: "Hide Details", - titleSummaryProgressButtonCancel: "Cancel", - titleSummaryProgressButtonDone: "Done", + titleSummaryProgressButtonContinue: "Carica", + titleClearUploaded: "Cancella caricato", + titleShowDetailsButton: "Mostra dettagli", + titleHideDetailsButton: "Nascondi dettagli", + titleSummaryProgressButtonCancel: "Annulla", + titleSummaryProgressButtonDone: "Fine", // M.H. 1 June 2011 Fix bug #77532 - titleSingleUploadButtonContinue: "Upload", - titleClearAllButton: "Clear Uploaded" + titleSingleUploadButtonContinue: "Carica", + titleClearAllButton: "Cancella caricato" } $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale.it.Upload; diff --git a/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js b/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js index c8567f044..faad79ddc 100644 --- a/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js @@ -21,49 +21,49 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Upload = { - labelUploadButton: "Upload File", - labelAddButton: "Add", - labelClearAllButton: "Clear Uploaded", + labelUploadButton: "上传文件", + labelAddButton: "添加", + labelClearAllButton: "清除已上传", // M.H. 13 May 2011 - fix bug 75042 - labelSummaryTemplate: "{0} of {1} uploaded", + labelSummaryTemplate: "{1} 中的 {0} 个已上传", labelSummaryProgressBarTemplate: "{0}/{1}", - labelShowDetails: "Show Details", - labelHideDetails: "Hide Details", - labelSummaryProgressButtonCancel: "Cancel", + labelShowDetails: "显示详细信息", + labelHideDetails: "隐藏详细信息", + labelSummaryProgressButtonCancel: "取消", // M.H. 1 June 2011 Fix bug #77532 - labelSummaryProgressButtonContinue: "Upload", - labelSummaryProgressButtonDone: "Done", + labelSummaryProgressButtonContinue: "上传", + labelSummaryProgressButtonDone: "完成", labelProgressBarFileNameContinue: "...", //error messages - errorMessageFileSizeExceeded: "Max file size exceeded.", - errorMessageGetFileStatus: "Could not get your current file status! Probably connection dropped.", - errorMessageCancelUpload: "Could not send to server command to cancel upload! Probably connection dropped.", - errorMessageNoSuchFile: "The file you requested could not be found. Probably this file is too big.", - errorMessageOther: "There is internal error uploading file. Error code: {0}.", - errorMessageValidatingFileExtension: "File extension validation failed.", - errorMessageAJAXRequestFileSize: "AJAX error while trying to get file size.", - errorMessageMaxUploadedFiles: "Maximum count of uploading files exceeded.", - errorMessageMaxSimultaneousFiles: "Value of maxSimultaneousFilesUploads is incorrect. It should be more than 0 or null.", - errorMessageTryToRemoveNonExistingFile: "You are trying to remove non-existing file with id {0}.", - errorMessageTryToStartNonExistingFile: "You are trying to start non-existing file with id {0}.", - errorMessageDropMultipleFilesWhenSingleModel: "It is not allowed to drop more than 1 file when mode is single", + errorMessageFileSizeExceeded: "超出最大文件大小。", + errorMessageGetFileStatus: "无法获取您的当前文件状态!连接可能已断开。", + errorMessageCancelUpload: "无法发送至服务器命令以取消上传!连接可能已断开。", + errorMessageNoSuchFile: "找不到您请求的文件。该文件可能太大。", + errorMessageOther: "上传文件时出现内部错误。错误代码: {0}。", + errorMessageValidatingFileExtension: "文件扩展名验证失败。", + errorMessageAJAXRequestFileSize: "尝试获取文件大小时出现 AJAX 错误。", + errorMessageMaxUploadedFiles: "已超过上传文件的最大数量。", + errorMessageMaxSimultaneousFiles: "maxSimultaneousFilesUploads 的值不正确。它应大于 0 或为空值。", + errorMessageTryToRemoveNonExistingFile: "您正在尝试删除 ID 为 {0} 的不存在的文件。", + errorMessageTryToStartNonExistingFile: "您正在尝试启动 ID 为 {0} 的不存在的文件。", + errorMessageDropMultipleFilesWhenSingleModel: "模式为单模式时,不允许删除超过 1 个文件", // M.H. 12 May 2011 - fix bug 74763: add title to all buttons // title attributes - titleUploadFileButtonInit: "Upload File", - titleAddFileButton: "Add", - titleCancelUploadButton: "Cancel", + titleUploadFileButtonInit: "上传文件", + titleAddFileButton: "添加", + titleCancelUploadButton: "取消", // M.H. 1 June 2011 Fix bug #77532 - titleSummaryProgressButtonContinue: "Upload", - titleClearUploaded: "Clear Uploaded", - titleShowDetailsButton: "Show Details", - titleHideDetailsButton: "Hide Details", - titleSummaryProgressButtonCancel: "Cancel", - titleSummaryProgressButtonDone: "Done", + titleSummaryProgressButtonContinue: "上传", + titleClearUploaded: "清除已上传", + titleShowDetailsButton: "显示详细信息", + titleHideDetailsButton: "隐藏详细信息", + titleSummaryProgressButtonCancel: "取消", + titleSummaryProgressButtonDone: "完成", // M.H. 1 June 2011 Fix bug #77532 - titleSingleUploadButtonContinue: "Upload", - titleClearAllButton: "Clear Uploaded" + titleSingleUploadButtonContinue: "上传", + titleClearAllButton: "清除已上传" } $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-cn'].Upload; diff --git a/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js b/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js index 96c8e4857..a84417b29 100644 --- a/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js @@ -21,49 +21,49 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Upload = { - labelUploadButton: "Upload File", - labelAddButton: "Add", - labelClearAllButton: "Clear Uploaded", + labelUploadButton: "上載檔案", + labelAddButton: "新增", + labelClearAllButton: "清除已上傳", // M.H. 13 May 2011 - fix bug 75042 - labelSummaryTemplate: "{0} of {1} uploaded", + labelSummaryTemplate: "已上傳 {1} 中的 {0}", labelSummaryProgressBarTemplate: "{0}/{1}", - labelShowDetails: "Show Details", - labelHideDetails: "Hide Details", - labelSummaryProgressButtonCancel: "Cancel", + labelShowDetails: "顯示詳細資訊", + labelHideDetails: "隱藏詳細資料", + labelSummaryProgressButtonCancel: "取消", // M.H. 1 June 2011 Fix bug #77532 - labelSummaryProgressButtonContinue: "Upload", - labelSummaryProgressButtonDone: "Done", + labelSummaryProgressButtonContinue: "上傳", + labelSummaryProgressButtonDone: "完成", labelProgressBarFileNameContinue: "...", //error messages - errorMessageFileSizeExceeded: "Max file size exceeded.", - errorMessageGetFileStatus: "Could not get your current file status! Probably connection dropped.", - errorMessageCancelUpload: "Could not send to server command to cancel upload! Probably connection dropped.", - errorMessageNoSuchFile: "The file you requested could not be found. Probably this file is too big.", - errorMessageOther: "There is internal error uploading file. Error code: {0}.", - errorMessageValidatingFileExtension: "File extension validation failed.", - errorMessageAJAXRequestFileSize: "AJAX error while trying to get file size.", - errorMessageMaxUploadedFiles: "Maximum count of uploading files exceeded.", - errorMessageMaxSimultaneousFiles: "Value of maxSimultaneousFilesUploads is incorrect. It should be more than 0 or null.", - errorMessageTryToRemoveNonExistingFile: "You are trying to remove non-existing file with id {0}.", - errorMessageTryToStartNonExistingFile: "You are trying to start non-existing file with id {0}.", - errorMessageDropMultipleFilesWhenSingleModel: "It is not allowed to drop more than 1 file when mode is single", + errorMessageFileSizeExceeded: "超出最大檔案大小。", + errorMessageGetFileStatus: "無法求取您的當前檔案狀態!可能是連線中斷。", + errorMessageCancelUpload: "無法發送至伺服器指令以取消上傳!可能是連線中斷。", + errorMessageNoSuchFile: "找不到您要求的檔案。可能是這個檔案太大。", + errorMessageOther: "上傳檔案有內部錯誤。錯誤代碼: {0}。", + errorMessageValidatingFileExtension: "文件擴展名驗證失敗。", + errorMessageAJAXRequestFileSize: "嘗試求取檔案大小時出現 AJAX 錯誤。", + errorMessageMaxUploadedFiles: "已超過上傳檔案的最大數量。", + errorMessageMaxSimultaneousFiles: "maxSimultaneousFilesUploads 的值不正確。它應大於 0 或為空值。", + errorMessageTryToRemoveNonExistingFile: "您正在嘗試移除 id 為 {0} 的不存在的檔案。", + errorMessageTryToStartNonExistingFile: "您正在嘗試啟動 id 為 {0} 的不存在的檔案。", + errorMessageDropMultipleFilesWhenSingleModel: "單一模式下,最多只能刪除 1 個檔案", // M.H. 12 May 2011 - fix bug 74763: add title to all buttons // title attributes - titleUploadFileButtonInit: "Upload File", - titleAddFileButton: "Add", - titleCancelUploadButton: "Cancel", + titleUploadFileButtonInit: "上載檔案", + titleAddFileButton: "新增", + titleCancelUploadButton: "取消", // M.H. 1 June 2011 Fix bug #77532 - titleSummaryProgressButtonContinue: "Upload", - titleClearUploaded: "Clear Uploaded", - titleShowDetailsButton: "Show Details", - titleHideDetailsButton: "Hide Details", - titleSummaryProgressButtonCancel: "Cancel", - titleSummaryProgressButtonDone: "Done", + titleSummaryProgressButtonContinue: "上傳", + titleClearUploaded: "清除已上傳", + titleShowDetailsButton: "顯示詳細資訊", + titleHideDetailsButton: "隱藏詳細資料", + titleSummaryProgressButtonCancel: "取消", + titleSummaryProgressButtonDone: "完成", // M.H. 1 June 2011 Fix bug #77532 - titleSingleUploadButtonContinue: "Upload", - titleClearAllButton: "Clear Uploaded" + titleSingleUploadButtonContinue: "上傳", + titleClearAllButton: "清除已上傳" } $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-tw'].Upload; diff --git a/src/js/modules/i18n/infragistics.ui.validator-it.js b/src/js/modules/i18n/infragistics.ui.validator-it.js index b197e3471..e35f6a14f 100644 --- a/src/js/modules/i18n/infragistics.ui.validator-it.js +++ b/src/js/modules/i18n/infragistics.ui.validator-it.js @@ -21,28 +21,28 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Validator = { - defaultMessage: 'This field needs attention', - selectMessage: 'A value should be selected', - rangeSelectMessage: 'At least {0} but no more than {1} items should be selected', - minSelectMessage: 'At least {0} item(s) should be selected', - maxSelectMessage: 'No more than {0} item(s) should be selected', - rangeLengthMessage: 'Entry should be between {0} and {1} characters long', - minLengthMessage: 'Entry should be at least {0} character(s) long', - maxLengthMessage: 'Entry should be no more than {0} character(s) long', - requiredMessage: 'This field is required', - patternMessage: 'Entry does not match the required pattern', - maskMessage: 'All required positions should be filled', - dateFieldsMessage: 'Date field values should be entered', - invalidDayMessage: 'A valid day of the month should be entered', - dateMessage: 'A valid date should be entered', - numberMessage: 'A valid number should be entered', - rangeValueMessage: 'A value between {0} and {1} should be entered', - minValueMessage: 'A value of at least {0} should be entered', - maxValueMessage: 'A value no more than {0} should be entered', - emailMessage: 'A valid email address should be entered', - creditCardMessage: 'A valid payment card number should be entered', - equalToMessage: 'The two values do not match', - optionalString: '(optional)' + defaultMessage: 'Questo campo richiede attenzione', + selectMessage: 'È necessario selezionare un valore', + rangeSelectMessage: 'È necessario selezionare almeno {0} ma non più di {1} elementi', + minSelectMessage: 'È necessario selezionare almeno {0} elementi', + maxSelectMessage: 'Non selezionare più di {0} elementi', + rangeLengthMessage: 'La voce deve contenere da {0} a {1} caratteri', + minLengthMessage: 'La voce deve contenere almeno {0} caratteri', + maxLengthMessage: 'La voce non deve contenere più di {0} caratteri', + requiredMessage: 'Questo campo è obbligatorio', + patternMessage: 'La voce non corrisponde al modello richiesto', + maskMessage: 'Tutte le posizioni richieste devono essere riempite', + dateFieldsMessage: 'I valori del campo data devono essere immessi', + invalidDayMessage: 'È necessario immettere un giorno del mese valido', + dateMessage: 'È necessario immettere una data valida', + numberMessage: 'È necessario immettere un numero valido', + rangeValueMessage: 'È necessario immettere un valore compreso tra {0} e {1}', + minValueMessage: 'È necessario immettere un valore di almeno {0}', + maxValueMessage: 'È necessario immettere un valore non superiore a {0}', + emailMessage: 'È necessario inserire un indirizzo e-mail valido', + creditCardMessage: 'È necessario inserire un numero di carta di pagamento valido', + equalToMessage: 'I due valori non corrispondono', + optionalString: '(facoltativo)' } $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale.it.Validator; diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js b/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js index 39920747e..71c0cb1d5 100644 --- a/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js @@ -21,28 +21,28 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Validator = { - defaultMessage: 'This field needs attention', - selectMessage: 'A value should be selected', - rangeSelectMessage: 'At least {0} but no more than {1} items should be selected', - minSelectMessage: 'At least {0} item(s) should be selected', - maxSelectMessage: 'No more than {0} item(s) should be selected', - rangeLengthMessage: 'Entry should be between {0} and {1} characters long', - minLengthMessage: 'Entry should be at least {0} character(s) long', - maxLengthMessage: 'Entry should be no more than {0} character(s) long', - requiredMessage: 'This field is required', - patternMessage: 'Entry does not match the required pattern', - maskMessage: 'All required positions should be filled', - dateFieldsMessage: 'Date field values should be entered', - invalidDayMessage: 'A valid day of the month should be entered', - dateMessage: 'A valid date should be entered', - numberMessage: 'A valid number should be entered', - rangeValueMessage: 'A value between {0} and {1} should be entered', - minValueMessage: 'A value of at least {0} should be entered', - maxValueMessage: 'A value no more than {0} should be entered', - emailMessage: 'A valid email address should be entered', - creditCardMessage: 'A valid payment card number should be entered', - equalToMessage: 'The two values do not match', - optionalString: '(optional)' + defaultMessage: '需要注意此字段', + selectMessage: '应选择一个值', + rangeSelectMessage: '至少应选择 {0} 但不超过 {1} 个项目', + minSelectMessage: '至少应选择 {0} 个项目', + maxSelectMessage: '选择的项不得超过 {0} 个', + rangeLengthMessage: '输入项的长度应在 {0} 和 {1} 个字符之间', + minLengthMessage: '输入项的字符长度至少应为 {0} 个字符', + maxLengthMessage: '输入项的字符不得超过 {0} 个字符', + requiredMessage: '此字段为必填项', + patternMessage: '输入项与要求的模式不匹配', + maskMessage: '应填写所有要求的位置', + dateFieldsMessage: '必须输入日期字段值', + invalidDayMessage: '应输入当月的有效日期', + dateMessage: '必须输入有效日期', + numberMessage: '必须输入有效的数字', + rangeValueMessage: '应输入 {0} 至 {1} 之间的值', + minValueMessage: '至少应输入 {0} 的值', + maxValueMessage: '必须输入不超过 {0} 的值', + emailMessage: '必须输入有效的电子邮件地址', + creditCardMessage: '必须输入有效的支付卡号', + equalToMessage: '两个值不匹配', + optionalString: '(可选)' } $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-cn'].Validator; diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js b/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js index 9eb33c5fb..de8dce9d7 100644 --- a/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js @@ -21,28 +21,28 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Validator = { - defaultMessage: 'This field needs attention', - selectMessage: 'A value should be selected', - rangeSelectMessage: 'At least {0} but no more than {1} items should be selected', - minSelectMessage: 'At least {0} item(s) should be selected', - maxSelectMessage: 'No more than {0} item(s) should be selected', - rangeLengthMessage: 'Entry should be between {0} and {1} characters long', - minLengthMessage: 'Entry should be at least {0} character(s) long', - maxLengthMessage: 'Entry should be no more than {0} character(s) long', - requiredMessage: 'This field is required', - patternMessage: 'Entry does not match the required pattern', - maskMessage: 'All required positions should be filled', - dateFieldsMessage: 'Date field values should be entered', - invalidDayMessage: 'A valid day of the month should be entered', - dateMessage: 'A valid date should be entered', - numberMessage: 'A valid number should be entered', - rangeValueMessage: 'A value between {0} and {1} should be entered', - minValueMessage: 'A value of at least {0} should be entered', - maxValueMessage: 'A value no more than {0} should be entered', - emailMessage: 'A valid email address should be entered', - creditCardMessage: 'A valid payment card number should be entered', - equalToMessage: 'The two values do not match', - optionalString: '(optional)' + defaultMessage: '此欄位需要注意', + selectMessage: '應選擇一個值', + rangeSelectMessage: '至少應選擇 {0} 但不超過 {1} 個項目', + minSelectMessage: '至少應選擇 {0} 個項目', + maxSelectMessage: '選擇的項目數不應超過{0}個', + rangeLengthMessage: '輸入項的長度應在 {0} 和 {1} 個字元之間', + minLengthMessage: '輸入內容必須至少 {0} 個字元', + maxLengthMessage: '輸入內容不得超過 {0} 個字元', + requiredMessage: '此欄位為必填項', + patternMessage: '輸入的內容不符合要求的格式', + maskMessage: '所有必填位置均應填寫', + dateFieldsMessage: '應輸入日期欄位值', + invalidDayMessage: '應輸入當月的有效日期', + dateMessage: '必須輸入有效日期', + numberMessage: '必須輸入有效數字', + rangeValueMessage: '應輸入介於 {0} 和 {1} 之間的數值', + minValueMessage: '必須輸入至少 {0} 的值', + maxValueMessage: '必須輸入不超過 {0} 的值', + emailMessage: '必須輸入有效的電子郵件地址', + creditCardMessage: '必須輸入有效的付款卡號', + equalToMessage: '兩個值不匹配', + optionalString: '(可選)' } $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-tw'].Validator; diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-it.js b/src/js/modules/i18n/infragistics.ui.videoplayer-it.js index d939c32a8..138751711 100644 --- a/src/js/modules/i18n/infragistics.ui.videoplayer-it.js +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-it.js @@ -21,41 +21,41 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.VideoPlayer = { - liveStream: "Live video", + liveStream: "Video live", live: "Live", - paused: "Paused", - playing: "Playing", - play: 'Play', + paused: "In pausa", + playing: "In riproduzione", + play: 'Riproduci', volume: "Volume", - unsupportedVideoSource: "The current video sources does not contain a format that is supported by your browser.", - missingVideoSource: "No compatible video source.", + unsupportedVideoSource: "Le origini video correnti non contengono un formato supportato dal browser.", + missingVideoSource: "Nessuna sorgente video compatibile.", progressLabelLongFormat: "$currentTime$ / $duration$", progressLabelShortFormat: "$currentTime$", - enterFullscreen: "Go Fullscreen", - exitFullscreen: "Exit Fullscreen", - skipTo: "SKIP TO", - unsupportedBrowser: "The current browser does not support HTML5 video.
Try upgrading to any of the following versions:", - currentBrowser: "Current browser: {0}", + enterFullscreen: "Passa a schermo intero", + exitFullscreen: "Esci da schermo intero", + skipTo: "SALTA A", + unsupportedBrowser: "Il browser corrente non supporta i video HTML5.
Prova a eseguire l'upgrade a una delle seguenti versioni:", + currentBrowser: "Browser corrente: {0}", ie9: "Microsoft Internet Explorer V 9+", chrome8: "Google Chrome V 8+", firefox36: "Mozilla Firefox V 3.6+", safari5: "Apple Safari V 5+", opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", - operaDownload: "http://www.opera.com/download/", - chromeDownload: "http://www.google.com/chrome", - firefoxDownload: "http://www.mozilla.com/", - safariDownload: "http://www.apple.com/safari/download/", + operaDownload: "https://www.opera.com/it/download", + chromeDownload: "https://www.google.com/intl/it/chrome/", + firefoxDownload: "https://www.mozilla.org/it/firefox/", + safariDownload: "https://www.apple.com/it/safari/", buffering: 'Buffering...', - adMessage: 'Ad: Video will resume in $duration$ seconds.', - adMessageLong: 'Ad: Video will resume in $duration$.', - adMessageNoDuration: 'Ad: Video will resume after the commercial.', - adNewWindowTip: 'Ad: Click to open ad content in a new window.', - nonDivException: 'The Infragistics HTML5 Video Player can be instantiated only on a DIV tag.', - relatedVideos: 'RELATED VIDEOS', - replayButton: 'Replay', - replayTooltip: 'Click to replay last video.', - noCommercials: 'Browser controls does not support commercials' + adMessage: 'Annuncio: il video riprenderà tra $duration$ secondi.', + adMessageLong: 'Annuncio: il video riprenderà tra $duration$.', + adMessageNoDuration: 'Annuncio: il video riprenderà dopo la pubblicità.', + adNewWindowTip: 'Annuncio: fare clic per aprire il contenuto dell\'annuncio in una nuova finestra.', + nonDivException: 'Infragistics HTML5 Video Player può essere istanziato solo su un tag DIV.', + relatedVideos: 'VIDEO CORRELATI', + replayButton: 'Riproduci', + replayTooltip: 'Fare clic per riprodurre l\'ultimo video.', + noCommercials: 'I controlli del browser non supportano gli annunci pubblicitari' } $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale.it.VideoPlayer; diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js index 62092b2ed..66e5bc73a 100644 --- a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js @@ -21,41 +21,41 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].VideoPlayer = { - liveStream: "Live video", - live: "Live", - paused: "Paused", - playing: "Playing", - play: 'Play', - volume: "Volume", - unsupportedVideoSource: "The current video sources does not contain a format that is supported by your browser.", - missingVideoSource: "No compatible video source.", + liveStream: "实时视频", + live: "实时", + paused: "已暂停", + playing: "正在播放", + play: '播放', + volume: "成交量", + unsupportedVideoSource: "当前视频源不包含您的浏览器支持的格式。", + missingVideoSource: "无兼容视频源。", progressLabelLongFormat: "$currentTime$ / $duration$", progressLabelShortFormat: "$currentTime$", - enterFullscreen: "Go Fullscreen", - exitFullscreen: "Exit Fullscreen", - skipTo: "SKIP TO", - unsupportedBrowser: "The current browser does not support HTML5 video.
Try upgrading to any of the following versions:", - currentBrowser: "Current browser: {0}", + enterFullscreen: "进入全屏", + exitFullscreen: "退出全屏", + skipTo: "跳至", + unsupportedBrowser: "当前浏览器不支持 HTML5 视频。
尝试升级至以下任何版本:", + currentBrowser: "当前浏览器: {0}", ie9: "Microsoft Internet Explorer V 9+", chrome8: "Google Chrome V 8+", firefox36: "Mozilla Firefox V 3.6+", safari5: "Apple Safari V 5+", opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", - operaDownload: "http://www.opera.com/download/", - chromeDownload: "http://www.google.com/chrome", - firefoxDownload: "http://www.mozilla.com/", - safariDownload: "http://www.apple.com/safari/download/", - buffering: 'Buffering...', - adMessage: 'Ad: Video will resume in $duration$ seconds.', - adMessageLong: 'Ad: Video will resume in $duration$.', - adMessageNoDuration: 'Ad: Video will resume after the commercial.', - adNewWindowTip: 'Ad: Click to open ad content in a new window.', - nonDivException: 'The Infragistics HTML5 Video Player can be instantiated only on a DIV tag.', - relatedVideos: 'RELATED VIDEOS', - replayButton: 'Replay', - replayTooltip: 'Click to replay last video.', - noCommercials: 'Browser controls does not support commercials' + operaDownload: "https://www.opera.com/zh-cn/download", + chromeDownload: "https://www.google.com/intl/zh-CN/chrome/", + firefoxDownload: "https://www.mozilla.org/zh-CN/firefox/", + safariDownload: "https://www.apple.com.cn/safari/", + buffering: '正在缓冲...', + adMessage: '广告: 视频将在 $duration$ 秒内继续播放。', + adMessageLong: '广告: 视频将在 $duration$ 内继续播放。', + adMessageNoDuration: '广告: 视频将在商业广告后继续播放。', + adNewWindowTip: '广告: 单击可在新窗口中打开广告内容。', + nonDivException: 'Infragistics HTML5 Video Player 只能在 DIV 标签上实例化。', + relatedVideos: '相关视频', + replayButton: '重播', + replayTooltip: '单击以重播上一个视频。', + noCommercials: '浏览器控件不支持广告' } $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-cn'].VideoPlayer; diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js index d08472b59..bc7d8b61f 100644 --- a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js @@ -21,21 +21,21 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].VideoPlayer = { - liveStream: "Live video", - live: "Live", - paused: "Paused", - playing: "Playing", - play: 'Play', - volume: "Volume", - unsupportedVideoSource: "The current video sources does not contain a format that is supported by your browser.", - missingVideoSource: "No compatible video source.", + liveStream: "實況視訊", + live: "直播", + paused: "已暫停", + playing: "正在播放", + play: '播放', + volume: "成交量", + unsupportedVideoSource: "當前視訊來源不包含您的瀏覽器支援的格式。", + missingVideoSource: "無相容的視訊來源。", progressLabelLongFormat: "$currentTime$ / $duration$", progressLabelShortFormat: "$currentTime$", - enterFullscreen: "Go Fullscreen", - exitFullscreen: "Exit Fullscreen", - skipTo: "SKIP TO", - unsupportedBrowser: "The current browser does not support HTML5 video.
Try upgrading to any of the following versions:", - currentBrowser: "Current browser: {0}", + enterFullscreen: "進入全螢幕", + exitFullscreen: "退出全螢幕", + skipTo: "跳至", + unsupportedBrowser: "當前瀏覽器不支援 HTML5 視訊。
嘗試升級至以下任何版本:", + currentBrowser: "當前瀏覽器: {0}", ie9: "Microsoft Internet Explorer V 9+", chrome8: "Google Chrome V 8+", firefox36: "Mozilla Firefox V 3.6+", @@ -43,19 +43,19 @@ opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", operaDownload: "http://www.opera.com/download/", - chromeDownload: "http://www.google.com/chrome", - firefoxDownload: "http://www.mozilla.com/", - safariDownload: "http://www.apple.com/safari/download/", - buffering: 'Buffering...', - adMessage: 'Ad: Video will resume in $duration$ seconds.', - adMessageLong: 'Ad: Video will resume in $duration$.', - adMessageNoDuration: 'Ad: Video will resume after the commercial.', - adNewWindowTip: 'Ad: Click to open ad content in a new window.', - nonDivException: 'The Infragistics HTML5 Video Player can be instantiated only on a DIV tag.', - relatedVideos: 'RELATED VIDEOS', - replayButton: 'Replay', - replayTooltip: 'Click to replay last video.', - noCommercials: 'Browser controls does not support commercials' + chromeDownload: "https://www.google.com/intl/zh-TW/chrome/", + firefoxDownload: "https://www.mozilla.org/zh-TW/firefox/", + safariDownload: "https://www.apple.com/tw/safari/", + buffering: '正在緩衝...', + adMessage: '廣告:視訊將在 $duration$ 秒內恢復播放。', + adMessageLong: '廣告:視訊將在 $duration$ 後恢復播放。', + adMessageNoDuration: '廣告:視訊將在廣告投放後恢復播放。', + adNewWindowTip: '廣告:點選可在新窗口中打開廣告內容。', + nonDivException: '僅可在 DIV 標籤上實例化 Infragistics HTML5 視訊播放器。', + relatedVideos: '相關影片', + replayButton: '重新播放', + replayTooltip: '點選以重播上一個視訊。', + noCommercials: '瀏覽器控件不支援廣告的' } $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-tw'].VideoPlayer; diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-it.js b/src/js/modules/i18n/infragistics.ui.zoombar-it.js index 011083f03..eb03b2ff3 100644 --- a/src/js/modules/i18n/infragistics.ui.zoombar-it.js +++ b/src/js/modules/i18n/infragistics.ui.zoombar-it.js @@ -21,10 +21,10 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.Zoombar = { - zoombarTargetNotSpecified: "igZoombar requires a valid target to attach to!", - zoombarTypeNotSupported: "The type of widget the Zoombar is trying to attach to is not supported!", - zoombarProviderNotRecognized: "igZoombar could not initialize a provider from the class specified or the value passed is not a class.", - optionChangeNotSupported: "Changing the following option after the igZoombar has been created is not supported:" + zoombarTargetNotSpecified: "igZoombar richiede un bersaglio valido a cui attaccarsi!", + zoombarTypeNotSupported: "Il tipo di widget a cui Zoombar sta tentando di collegarsi non è supportato!", + zoombarProviderNotRecognized: "igZoombar non è riuscito a inizializzare un provider dalla classe specificata o il valore passato non è una classe.", + optionChangeNotSupported: "La modifica dell'opzione seguente dopo la creazione di igZoombar non è supportata: " } $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale.it.Zoombar; diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js index cd1d62eb3..f6976e799 100644 --- a/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js @@ -21,10 +21,10 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].Zoombar = { - zoombarTargetNotSpecified: "igZoombar requires a valid target to attach to!", - zoombarTypeNotSupported: "The type of widget the Zoombar is trying to attach to is not supported!", - zoombarProviderNotRecognized: "igZoombar could not initialize a provider from the class specified or the value passed is not a class.", - optionChangeNotSupported: "Changing the following option after the igZoombar has been created is not supported:" + zoombarTargetNotSpecified: "igZoombar 需要附加有效目标!", + zoombarTypeNotSupported: "不支持 Zoombar 尝试附加的小程序类型!", + zoombarProviderNotRecognized: "igZoombar 无法从指定的类中初始化提供者,或者所传递的值不是类。", + optionChangeNotSupported: "不支持在创建 igZoombar 之后更改以下选项:" } $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-cn'].Zoombar; diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js index c2c0277a3..056444c52 100644 --- a/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js @@ -21,10 +21,10 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].Zoombar = { - zoombarTargetNotSpecified: "igZoombar requires a valid target to attach to!", - zoombarTypeNotSupported: "The type of widget the Zoombar is trying to attach to is not supported!", - zoombarProviderNotRecognized: "igZoombar could not initialize a provider from the class specified or the value passed is not a class.", - optionChangeNotSupported: "Changing the following option after the igZoombar has been created is not supported:" + zoombarTargetNotSpecified: "igZoombar 需要附加有效目標!", + zoombarTypeNotSupported: "不支援 Zoombar 嘗試附加的小工具類型!", + zoombarProviderNotRecognized: "igZoombar 無法從指定的類別或傳遞的值不是類別,來初始化提供者。", + optionChangeNotSupported: "不支援在創建 igZoombar 之後更改以下選項:" } $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-tw'].Zoombar; diff --git a/src/js/modules/i18n/infragistics.util-it.js b/src/js/modules/i18n/infragistics.util-it.js index 6a5f24154..d4b9b49e5 100644 --- a/src/js/modules/i18n/infragistics.util-it.js +++ b/src/js/modules/i18n/infragistics.util-it.js @@ -34,18 +34,18 @@ $.ig.locale.it = $.ig.locale.it || {}; $.ig.locale.it.util = { - unsupportedBrowser: "The current browser does not support HTML5 canvas element.
Try upgrading to any of the following versions:", - currentBrowser: "Current browser: {0}", + unsupportedBrowser: "Il browser corrente non supporta l'elemento canvas HTML5.
Prova a eseguire l'upgrade a una delle seguenti versioni:", + currentBrowser: "Browser corrente: {0}", ie9: "Microsoft Internet Explorer V 9+", chrome8: "Google Chrome V 8+", firefox36: "Mozilla Firefox V 3.6+", safari5: "Apple Safari V 5+", opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", - operaDownload: "http://www.opera.com/download/", - chromeDownload: "http://www.google.com/chrome", - firefoxDownload: "http://www.mozilla.com/", - safariDownload: "http://www.apple.com/safari/download/", + operaDownload: "https://www.opera.com/it/download", + chromeDownload: "https://www.google.com/intl/it/chrome/", + firefoxDownload: "https://www.mozilla.org/it/firefox/", + safariDownload: "https://www.apple.com/it/safari/", defaultSummaryMethodLabelMin: "Min = ", defaultSummaryMethodLabelMax: "Max = ", defaultSummaryMethodLabelSum: "Sum = ", diff --git a/src/js/modules/i18n/infragistics.util-zh-cn.js b/src/js/modules/i18n/infragistics.util-zh-cn.js index 7d6c81ae0..ef04c6530 100644 --- a/src/js/modules/i18n/infragistics.util-zh-cn.js +++ b/src/js/modules/i18n/infragistics.util-zh-cn.js @@ -34,23 +34,23 @@ $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; $.ig.locale['zh-cn'].util = { - unsupportedBrowser: "The current browser does not support HTML5 canvas element.
Try upgrading to any of the following versions:", - currentBrowser: "Current browser: {0}", + unsupportedBrowser: "当前浏览器不支持 HTML5 canvas 元素。
尝试升级至以下任何版本:", + currentBrowser: "当前浏览器: {0}", ie9: "Microsoft Internet Explorer V 9+", chrome8: "Google Chrome V 8+", firefox36: "Mozilla Firefox V 3.6+", safari5: "Apple Safari V 5+", opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", - operaDownload: "http://www.opera.com/download/", - chromeDownload: "http://www.google.com/chrome", - firefoxDownload: "http://www.mozilla.com/", - safariDownload: "http://www.apple.com/safari/download/", - defaultSummaryMethodLabelMin: "Min = ", - defaultSummaryMethodLabelMax: "Max = ", - defaultSummaryMethodLabelSum: "Sum = ", - defaultSummaryMethodLabelAvg: "Avg = ", - defaultSummaryMethodLabelCount: "Count = " + operaDownload: "https://www.opera.com/zh-cn/download", + chromeDownload: "https://www.google.com/intl/zh-CN/chrome/", + firefoxDownload: "https://www.mozilla.org/zh-CN/firefox/", + safariDownload: "https://www.apple.com.cn/safari/", + defaultSummaryMethodLabelMin: "最小值 = ", + defaultSummaryMethodLabelMax: "最大值 = ", + defaultSummaryMethodLabelSum: "合计 = ", + defaultSummaryMethodLabelAvg: "平均 = ", + defaultSummaryMethodLabelCount: "计数 = " } $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-cn'].util; diff --git a/src/js/modules/i18n/infragistics.util-zh-tw.js b/src/js/modules/i18n/infragistics.util-zh-tw.js index 9a5da617f..2e9f57d37 100644 --- a/src/js/modules/i18n/infragistics.util-zh-tw.js +++ b/src/js/modules/i18n/infragistics.util-zh-tw.js @@ -34,8 +34,8 @@ $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; $.ig.locale['zh-tw'].util = { - unsupportedBrowser: "The current browser does not support HTML5 canvas element.
Try upgrading to any of the following versions:", - currentBrowser: "Current browser: {0}", + unsupportedBrowser: "當前瀏覽器不支援 HTML5 canvas 元素。
嘗試升級至以下任何版本:", + currentBrowser: "當前瀏覽器: {0}", ie9: "Microsoft Internet Explorer V 9+", chrome8: "Google Chrome V 8+", firefox36: "Mozilla Firefox V 3.6+", @@ -43,14 +43,14 @@ opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", operaDownload: "http://www.opera.com/download/", - chromeDownload: "http://www.google.com/chrome", - firefoxDownload: "http://www.mozilla.com/", - safariDownload: "http://www.apple.com/safari/download/", - defaultSummaryMethodLabelMin: "Min = ", - defaultSummaryMethodLabelMax: "Max = ", - defaultSummaryMethodLabelSum: "Sum = ", - defaultSummaryMethodLabelAvg: "Avg = ", - defaultSummaryMethodLabelCount: "Count = " + chromeDownload: "https://www.google.com/intl/zh-TW/chrome/", + firefoxDownload: "https://www.mozilla.org/zh-TW/firefox/", + safariDownload: "https://www.apple.com/tw/safari/", + defaultSummaryMethodLabelMin: "最小值 = ", + defaultSummaryMethodLabelMax: "最大值 = ", + defaultSummaryMethodLabelSum: "總和= ", + defaultSummaryMethodLabelAvg: "平均 = ", + defaultSummaryMethodLabelCount: "計數 = " } $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-tw'].util; From ec12147f132559d05a08e73ab701644ca744037e Mon Sep 17 00:00:00 2001 From: iganchev Date: Fri, 29 Jan 2021 15:41:02 +0200 Subject: [PATCH 3/3] Update language files&tags to zh-Hans and zh-Hant --- ...rce-zh-cn.js => infragistics.datasource-zh-Hans.js} | 8 ++++---- ...rce-zh-tw.js => infragistics.datasource-zh-Hant.js} | 8 ++++---- ....shared-zh-cn.js => infragistics.shared-zh-Hans.js} | 8 ++++---- ....shared-zh-tw.js => infragistics.shared-zh-Hant.js} | 8 ++++---- ...ing-zh-cn.js => infragistics.templating-zh-Hans.js} | 8 ++++---- ...ing-zh-tw.js => infragistics.templating-zh-Hant.js} | 8 ++++---- ...combo-zh-cn.js => infragistics.ui.combo-zh-Hans.js} | 8 ++++---- ...combo-zh-tw.js => infragistics.ui.combo-zh-Hant.js} | 8 ++++---- ...alog-zh-cn.js => infragistics.ui.dialog-zh-Hans.js} | 8 ++++---- ...alog-zh-tw.js => infragistics.ui.dialog-zh-Hant.js} | 8 ++++---- ...ors-zh-cn.js => infragistics.ui.editors-zh-Hans.js} | 8 ++++---- ...ors-zh-tw.js => infragistics.ui.editors-zh-Hant.js} | 8 ++++---- ...-zh-cn.js => infragistics.ui.htmleditor-zh-Hans.js} | 8 ++++---- ...-zh-tw.js => infragistics.ui.htmleditor-zh-Hant.js} | 8 ++++---- ...er-zh-cn.js => infragistics.ui.notifier-zh-Hans.js} | 8 ++++---- ...er-zh-tw.js => infragistics.ui.notifier-zh-Hant.js} | 8 ++++---- ...ver-zh-cn.js => infragistics.ui.popover-zh-Hans.js} | 8 ++++---- ...ver-zh-tw.js => infragistics.ui.popover-zh-Hant.js} | 8 ++++---- ...ting-zh-cn.js => infragistics.ui.rating-zh-Hans.js} | 8 ++++---- ...ting-zh-tw.js => infragistics.ui.rating-zh-Hant.js} | 8 ++++---- ...roll-zh-cn.js => infragistics.ui.scroll-zh-Hans.js} | 8 ++++---- ...roll-zh-tw.js => infragistics.ui.scroll-zh-Hant.js} | 8 ++++---- ...er-zh-cn.js => infragistics.ui.splitter-zh-Hans.js} | 8 ++++---- ...er-zh-tw.js => infragistics.ui.splitter-zh-Hant.js} | 8 ++++---- ...zh-cn.js => infragistics.ui.tilemanager-zh-Hans.js} | 8 ++++---- ...zh-tw.js => infragistics.ui.tilemanager-zh-Hant.js} | 8 ++++---- ...bar-zh-cn.js => infragistics.ui.toolbar-zh-Hans.js} | 8 ++++---- ...bar-zh-tw.js => infragistics.ui.toolbar-zh-Hant.js} | 8 ++++---- ...i.tree-zh-cn.js => infragistics.ui.tree-zh-Hans.js} | 8 ++++---- ...i.tree-zh-tw.js => infragistics.ui.tree-zh-Hant.js} | 8 ++++---- ...load-zh-cn.js => infragistics.ui.upload-zh-Hans.js} | 8 ++++---- ...load-zh-tw.js => infragistics.ui.upload-zh-Hant.js} | 8 ++++---- ...r-zh-cn.js => infragistics.ui.validator-zh-Hans.js} | 8 ++++---- ...r-zh-tw.js => infragistics.ui.validator-zh-Hant.js} | 8 ++++---- ...zh-cn.js => infragistics.ui.videoplayer-zh-Hans.js} | 10 +++++----- ...zh-tw.js => infragistics.ui.videoplayer-zh-Hant.js} | 8 ++++---- ...bar-zh-cn.js => infragistics.ui.zoombar-zh-Hans.js} | 8 ++++---- ...bar-zh-tw.js => infragistics.ui.zoombar-zh-Hant.js} | 8 ++++---- ...tics.util-zh-cn.js => infragistics.util-zh-Hans.js} | 6 +++--- ...tics.util-zh-tw.js => infragistics.util-zh-Hant.js} | 6 +++--- 40 files changed, 159 insertions(+), 159 deletions(-) rename src/js/modules/i18n/{infragistics.datasource-zh-cn.js => infragistics.datasource-zh-Hans.js} (93%) rename src/js/modules/i18n/{infragistics.datasource-zh-tw.js => infragistics.datasource-zh-Hant.js} (93%) rename src/js/modules/i18n/{infragistics.shared-zh-cn.js => infragistics.shared-zh-Hans.js} (76%) rename src/js/modules/i18n/{infragistics.shared-zh-tw.js => infragistics.shared-zh-Hant.js} (76%) rename src/js/modules/i18n/{infragistics.templating-zh-cn.js => infragistics.templating-zh-Hans.js} (79%) rename src/js/modules/i18n/{infragistics.templating-zh-tw.js => infragistics.templating-zh-Hant.js} (79%) rename src/js/modules/i18n/{infragistics.ui.combo-zh-cn.js => infragistics.ui.combo-zh-Hans.js} (83%) rename src/js/modules/i18n/{infragistics.ui.combo-zh-tw.js => infragistics.ui.combo-zh-Hant.js} (83%) rename src/js/modules/i18n/{infragistics.ui.dialog-zh-cn.js => infragistics.ui.dialog-zh-Hans.js} (78%) rename src/js/modules/i18n/{infragistics.ui.dialog-zh-tw.js => infragistics.ui.dialog-zh-Hant.js} (78%) rename src/js/modules/i18n/{infragistics.ui.editors-zh-cn.js => infragistics.ui.editors-zh-Hans.js} (96%) rename src/js/modules/i18n/{infragistics.ui.editors-zh-tw.js => infragistics.ui.editors-zh-Hant.js} (96%) rename src/js/modules/i18n/{infragistics.ui.htmleditor-zh-cn.js => infragistics.ui.htmleditor-zh-Hans.js} (96%) rename src/js/modules/i18n/{infragistics.ui.htmleditor-zh-tw.js => infragistics.ui.htmleditor-zh-Hant.js} (96%) rename src/js/modules/i18n/{infragistics.ui.notifier-zh-cn.js => infragistics.ui.notifier-zh-Hans.js} (78%) rename src/js/modules/i18n/{infragistics.ui.notifier-zh-tw.js => infragistics.ui.notifier-zh-Hant.js} (78%) rename src/js/modules/i18n/{infragistics.ui.popover-zh-cn.js => infragistics.ui.popover-zh-Hans.js} (76%) rename src/js/modules/i18n/{infragistics.ui.popover-zh-tw.js => infragistics.ui.popover-zh-Hant.js} (76%) rename src/js/modules/i18n/{infragistics.ui.rating-zh-cn.js => infragistics.ui.rating-zh-Hans.js} (71%) rename src/js/modules/i18n/{infragistics.ui.rating-zh-tw.js => infragistics.ui.rating-zh-Hant.js} (72%) rename src/js/modules/i18n/{infragistics.ui.scroll-zh-cn.js => infragistics.ui.scroll-zh-Hans.js} (74%) rename src/js/modules/i18n/{infragistics.ui.scroll-zh-tw.js => infragistics.ui.scroll-zh-Hant.js} (74%) rename src/js/modules/i18n/{infragistics.ui.splitter-zh-cn.js => infragistics.ui.splitter-zh-Hans.js} (80%) rename src/js/modules/i18n/{infragistics.ui.splitter-zh-tw.js => infragistics.ui.splitter-zh-Hant.js} (80%) rename src/js/modules/i18n/{infragistics.ui.tilemanager-zh-cn.js => infragistics.ui.tilemanager-zh-Hans.js} (81%) rename src/js/modules/i18n/{infragistics.ui.tilemanager-zh-tw.js => infragistics.ui.tilemanager-zh-Hant.js} (81%) rename src/js/modules/i18n/{infragistics.ui.toolbar-zh-cn.js => infragistics.ui.toolbar-zh-Hans.js} (71%) rename src/js/modules/i18n/{infragistics.ui.toolbar-zh-tw.js => infragistics.ui.toolbar-zh-Hant.js} (71%) rename src/js/modules/i18n/{infragistics.ui.tree-zh-cn.js => infragistics.ui.tree-zh-Hans.js} (87%) rename src/js/modules/i18n/{infragistics.ui.tree-zh-tw.js => infragistics.ui.tree-zh-Hant.js} (87%) rename src/js/modules/i18n/{infragistics.ui.upload-zh-cn.js => infragistics.ui.upload-zh-Hans.js} (93%) rename src/js/modules/i18n/{infragistics.ui.upload-zh-tw.js => infragistics.ui.upload-zh-Hant.js} (93%) rename src/js/modules/i18n/{infragistics.ui.validator-zh-cn.js => infragistics.ui.validator-zh-Hans.js} (92%) rename src/js/modules/i18n/{infragistics.ui.validator-zh-tw.js => infragistics.ui.validator-zh-Hant.js} (92%) rename src/js/modules/i18n/{infragistics.ui.videoplayer-zh-cn.js => infragistics.ui.videoplayer-zh-Hans.js} (91%) rename src/js/modules/i18n/{infragistics.ui.videoplayer-zh-tw.js => infragistics.ui.videoplayer-zh-Hant.js} (93%) rename src/js/modules/i18n/{infragistics.ui.zoombar-zh-cn.js => infragistics.ui.zoombar-zh-Hans.js} (79%) rename src/js/modules/i18n/{infragistics.ui.zoombar-zh-tw.js => infragistics.ui.zoombar-zh-Hant.js} (79%) rename src/js/modules/i18n/{infragistics.util-zh-cn.js => infragistics.util-zh-Hans.js} (91%) rename src/js/modules/i18n/{infragistics.util-zh-tw.js => infragistics.util-zh-Hant.js} (91%) diff --git a/src/js/modules/i18n/infragistics.datasource-zh-cn.js b/src/js/modules/i18n/infragistics.datasource-zh-Hans.js similarity index 93% rename from src/js/modules/i18n/infragistics.datasource-zh-cn.js rename to src/js/modules/i18n/infragistics.datasource-zh-Hans.js index d32398ee7..a4b4dd83f 100644 --- a/src/js/modules/i18n/infragistics.datasource-zh-cn.js +++ b/src/js/modules/i18n/infragistics.datasource-zh-Hans.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; - $.ig.locale['zh-cn'].DataSourceLocale = { + $.ig.locale['zh-Hans'].DataSourceLocale = { invalidDataSource: "提供的数据源无效。它恰好是一个标量。", unknownDataSource: "无法确定数据源类型。请指定是 JSON 还是 XML 数据。", errorParsingArrays: "解析数组数据并应用定义的数据模式时出现错误: ", @@ -48,6 +48,6 @@ errorUnexpectedCustomFilterFunction: "为自定义筛选功能提供了一个意外值。需要函数或字符串。" }; - $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-cn'].DataSourceLocale; - return $.ig.locale['zh-cn'].DataSourceLocale; + $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-Hans'].DataSourceLocale; + return $.ig.locale['zh-Hans'].DataSourceLocale; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.datasource-zh-tw.js b/src/js/modules/i18n/infragistics.datasource-zh-Hant.js similarity index 93% rename from src/js/modules/i18n/infragistics.datasource-zh-tw.js rename to src/js/modules/i18n/infragistics.datasource-zh-Hant.js index e37567f67..032572c4c 100644 --- a/src/js/modules/i18n/infragistics.datasource-zh-tw.js +++ b/src/js/modules/i18n/infragistics.datasource-zh-Hant.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.DataSourceLocale = $.ig.DataSourceLocale || {}; - $.ig.locale['zh-tw'].DataSourceLocale = { + $.ig.locale['zh-Hant'].DataSourceLocale = { invalidDataSource: "提供的資料來源無效。它恰好是一個標量。", unknownDataSource: "無法確定資料來源類型。請指定是 JSON 或 XML 資料。", errorParsingArrays: "解析陣列資料並套用已定義的資料架構時出錯: ", @@ -48,6 +48,6 @@ errorUnexpectedCustomFilterFunction: "為自訂篩選功能提供了意外的值。需要一個函數或字串。" }; - $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-tw'].DataSourceLocale; - return $.ig.locale['zh-tw'].DataSourceLocale; + $.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-Hant'].DataSourceLocale; + return $.ig.locale['zh-Hant'].DataSourceLocale; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.shared-zh-cn.js b/src/js/modules/i18n/infragistics.shared-zh-Hans.js similarity index 76% rename from src/js/modules/i18n/infragistics.shared-zh-cn.js rename to src/js/modules/i18n/infragistics.shared-zh-Hans.js index f06eb4216..ad1ee964f 100644 --- a/src/js/modules/i18n/infragistics.shared-zh-cn.js +++ b/src/js/modules/i18n/infragistics.shared-zh-Hans.js @@ -17,12 +17,12 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.SharedLocale = $.ig.SharedLocale || {}; - $.ig.locale['zh-cn'].SharedLocale = { + $.ig.locale['zh-Hans'].SharedLocale = { }; -$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-cn'].SharedLocale; -return $.ig.locale['zh-cn'].SharedLocale; +$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-Hans'].SharedLocale; +return $.ig.locale['zh-Hans'].SharedLocale; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.shared-zh-tw.js b/src/js/modules/i18n/infragistics.shared-zh-Hant.js similarity index 76% rename from src/js/modules/i18n/infragistics.shared-zh-tw.js rename to src/js/modules/i18n/infragistics.shared-zh-Hant.js index bd18eef01..14526b6b4 100644 --- a/src/js/modules/i18n/infragistics.shared-zh-tw.js +++ b/src/js/modules/i18n/infragistics.shared-zh-Hant.js @@ -17,12 +17,12 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.SharedLocale = $.ig.SharedLocale || {}; - $.ig.locale['zh-tw'].SharedLocale = { + $.ig.locale['zh-Hant'].SharedLocale = { }; -$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-tw'].SharedLocale; -return $.ig.locale['zh-tw'].SharedLocale; +$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-Hant'].SharedLocale; +return $.ig.locale['zh-Hant'].SharedLocale; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.templating-zh-cn.js b/src/js/modules/i18n/infragistics.templating-zh-Hans.js similarity index 79% rename from src/js/modules/i18n/infragistics.templating-zh-cn.js rename to src/js/modules/i18n/infragistics.templating-zh-Hans.js index 8fdf00acf..5417e2a8f 100644 --- a/src/js/modules/i18n/infragistics.templating-zh-cn.js +++ b/src/js/modules/i18n/infragistics.templating-zh-Hans.js @@ -17,13 +17,13 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.Templating = $.ig.Templating || {}; - $.ig.locale['zh-cn'].Templating = { + $.ig.locale['zh-Hans'].Templating = { undefinedArgument: '尝试检索数据源属性时出现错误: ' }; - $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-cn'].Templating; - return $.ig.locale['zh-cn'].Templating; + $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-Hans'].Templating; + return $.ig.locale['zh-Hans'].Templating; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.templating-zh-tw.js b/src/js/modules/i18n/infragistics.templating-zh-Hant.js similarity index 79% rename from src/js/modules/i18n/infragistics.templating-zh-tw.js rename to src/js/modules/i18n/infragistics.templating-zh-Hant.js index ce5f53c31..ff5f1071c 100644 --- a/src/js/modules/i18n/infragistics.templating-zh-tw.js +++ b/src/js/modules/i18n/infragistics.templating-zh-Hant.js @@ -17,13 +17,13 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.Templating = $.ig.Templating || {}; - $.ig.locale['zh-tw'].Templating = { + $.ig.locale['zh-Hant'].Templating = { undefinedArgument: '嘗試擷取資料來源屬性時出錯: ' }; - $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-tw'].Templating; - return $.ig.locale['zh-tw'].Templating; + $.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-Hant'].Templating; + return $.ig.locale['zh-Hant'].Templating; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js b/src/js/modules/i18n/infragistics.ui.combo-zh-Hans.js similarity index 83% rename from src/js/modules/i18n/infragistics.ui.combo-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.combo-zh-Hans.js index 29be96a62..36086acf9 100644 --- a/src/js/modules/i18n/infragistics.ui.combo-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-Hans.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.Combo = $.ig.Combo || {}; - $.ig.locale['zh-cn'].Combo = { + $.ig.locale['zh-Hans'].Combo = { noMatchFoundText: '未找到匹配项', dropDownButtonTitle: '显示下拉菜单', clearButtonTitle: '清除值', @@ -31,6 +31,6 @@ errorIncorrectGroupingKey: "分组密钥不正确。" }; - $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-cn'].Combo; - return $.ig.locale['zh-cn'].Combo; + $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-Hans'].Combo; + return $.ig.locale['zh-Hans'].Combo; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js b/src/js/modules/i18n/infragistics.ui.combo-zh-Hant.js similarity index 83% rename from src/js/modules/i18n/infragistics.ui.combo-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.combo-zh-Hant.js index 0fbea0ee3..6b96c411d 100644 --- a/src/js/modules/i18n/infragistics.ui.combo-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-Hant.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.Combo = $.ig.Combo || {}; - $.ig.locale['zh-tw'].Combo = { + $.ig.locale['zh-Hant'].Combo = { noMatchFoundText: '未找到匹配項', dropDownButtonTitle: '顯示下拉式選單', clearButtonTitle: '清除值', @@ -31,6 +31,6 @@ errorIncorrectGroupingKey: "分組密鑰不正確。" }; - $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-tw'].Combo; - return $.ig.locale['zh-tw'].Combo; + $.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-Hant'].Combo; + return $.ig.locale['zh-Hant'].Combo; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hans.js similarity index 78% rename from src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.dialog-zh-Hans.js index a97de7658..dc7d8c5d9 100644 --- a/src/js/modules/i18n/infragistics.ui.dialog-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hans.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.Dialog = $.ig.Dialog || {}; - $.ig.locale['zh-cn'].Dialog = { + $.ig.locale['zh-Hans'].Dialog = { closeButtonTitle: "收盘", minimizeButtonTitle: "最小化", maximizeButtonTitle: "最大化", @@ -30,6 +30,6 @@ setOptionError: '以下选项不允许运行时更改: ' }; - $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-cn'].Dialog; - return $.ig.locale['zh-cn'].Dialog; + $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-Hans'].Dialog; + return $.ig.locale['zh-Hans'].Dialog; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hant.js similarity index 78% rename from src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.dialog-zh-Hant.js index 03494e73a..df84ff70d 100644 --- a/src/js/modules/i18n/infragistics.ui.dialog-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hant.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.Dialog = $.ig.Dialog || {}; - $.ig.locale['zh-tw'].Dialog = { + $.ig.locale['zh-Hant'].Dialog = { closeButtonTitle: "關閉", minimizeButtonTitle: "最小化", maximizeButtonTitle: "最大化", @@ -30,6 +30,6 @@ setOptionError: '以下選項不允許執行階段變更: ' }; - $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-tw'].Dialog; - return $.ig.locale['zh-tw'].Dialog; + $.ig.Dialog.locale = $.ig.Dialog.locale || $.ig.locale['zh-Hant'].Dialog; + return $.ig.locale['zh-Hant'].Dialog; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js b/src/js/modules/i18n/infragistics.ui.editors-zh-Hans.js similarity index 96% rename from src/js/modules/i18n/infragistics.ui.editors-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.editors-zh-Hans.js index ba2365062..02b755658 100644 --- a/src/js/modules/i18n/infragistics.ui.editors-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-Hans.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Editor = $.ig.Editor || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Editor = { + $.ig.locale['zh-Hans'].Editor = { spinUpperTitle: '增量', spinLowerTitle: '减量', buttonTitle: '显示列表', @@ -91,6 +91,6 @@ timePickerNoSuchMethod: "时间选择器不支持此方法。" }; - $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-cn'].Editor; - return $.ig.locale['zh-cn'].Editor; + $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-Hans'].Editor; + return $.ig.locale['zh-Hans'].Editor; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js b/src/js/modules/i18n/infragistics.ui.editors-zh-Hant.js similarity index 96% rename from src/js/modules/i18n/infragistics.ui.editors-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.editors-zh-Hant.js index aa029aee3..504e84ba6 100644 --- a/src/js/modules/i18n/infragistics.ui.editors-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-Hant.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Editor = $.ig.Editor || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Editor = { + $.ig.locale['zh-Hant'].Editor = { spinUpperTitle: '增量', spinLowerTitle: '減少', buttonTitle: '顯示清單', @@ -91,6 +91,6 @@ timePickerNoSuchMethod: "時間選擇器不支援此方法。" }; - $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-tw'].Editor; - return $.ig.locale['zh-tw'].Editor; + $.ig.Editor.locale = $.ig.Editor.locale || $.ig.locale['zh-Hant'].Editor; + return $.ig.locale['zh-Hant'].Editor; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hans.js similarity index 96% rename from src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hans.js index be0b625af..818910971 100644 --- a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hans.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.HtmlEditor = $.ig.HtmlEditor || {}; - $.ig.locale['zh-cn'].HtmlEditor = { + $.ig.locale['zh-Hans'].HtmlEditor = { boldButtonTitle: '粗体', italicButtonTitle: '斜体', underlineButtonTitle: '下划线', @@ -131,6 +131,6 @@ ] }; -$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale['zh-cn'].HtmlEditor; -return $.ig.locale['zh-cn'].HtmlEditor; +$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale['zh-Hans'].HtmlEditor; +return $.ig.locale['zh-Hans'].HtmlEditor; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hant.js similarity index 96% rename from src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hant.js index 1154e5121..62412fba0 100644 --- a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hant.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.HtmlEditor = $.ig.HtmlEditor || {}; - $.ig.locale['zh-tw'].HtmlEditor = { + $.ig.locale['zh-Hant'].HtmlEditor = { boldButtonTitle: '粗體', italicButtonTitle: '斜體', underlineButtonTitle: '底線', @@ -131,6 +131,6 @@ ] }; -$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale['zh-tw'].HtmlEditor; -return $.ig.locale['zh-tw'].HtmlEditor; +$.ig.HtmlEditor.locale = $.ig.HtmlEditor.locale || $.ig.locale['zh-Hant'].HtmlEditor; +return $.ig.locale['zh-Hant'].HtmlEditor; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hans.js similarity index 78% rename from src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.notifier-zh-Hans.js index 81d8784d5..1f81645fe 100644 --- a/src/js/modules/i18n/infragistics.ui.notifier-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hans.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.Notifier = $.ig.Notifier || {}; - $.ig.locale['zh-cn'].Notifier = { + $.ig.locale['zh-Hans'].Notifier = { successMsg: "成功", errorMsg: "错误", warningMsg: "警告", @@ -29,6 +29,6 @@ notSupportedMode: "不支持的通知模式!使用支持的 'auto','popover','inline' 模式之一" }; -$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-cn'].Notifier; -return $.ig.locale['zh-cn'].Notifier; +$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-Hans'].Notifier; +return $.ig.locale['zh-Hans'].Notifier; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hant.js similarity index 78% rename from src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.notifier-zh-Hant.js index a6e310b7f..bff5a7e0d 100644 --- a/src/js/modules/i18n/infragistics.ui.notifier-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hant.js @@ -17,10 +17,10 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.Notifier = $.ig.Notifier || {}; - $.ig.locale['zh-tw'].Notifier = { + $.ig.locale['zh-Hant'].Notifier = { successMsg: "成功", errorMsg: "錯誤", warningMsg: "警告", @@ -29,6 +29,6 @@ notSupportedMode: "不支援的通知模式!使用支援 'auto','popover','inline' 的模式之一" }; -$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-tw'].Notifier; -return $.ig.locale['zh-tw'].Notifier; +$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale['zh-Hant'].Notifier; +return $.ig.locale['zh-Hant'].Notifier; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js b/src/js/modules/i18n/infragistics.ui.popover-zh-Hans.js similarity index 76% rename from src/js/modules/i18n/infragistics.ui.popover-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.popover-zh-Hans.js index 4aa34c8e7..100b3b04c 100644 --- a/src/js/modules/i18n/infragistics.ui.popover-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-Hans.js @@ -17,14 +17,14 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; $.ig.Popover = $.ig.Popover || {}; - $.ig.locale['zh-cn'].Popover = { + $.ig.locale['zh-Hans'].Popover = { popoverOptionChangeNotSupported: "不支持在初始化 igPopover 之后更改以下选项:", popoverShowMethodWithoutTarget: "当使用选择器选项时,show 函数的目标参数是强制性的" }; -$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-cn'].Popover; -return $.ig.locale['zh-cn'].Popover; +$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-Hans'].Popover; +return $.ig.locale['zh-Hans'].Popover; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js b/src/js/modules/i18n/infragistics.ui.popover-zh-Hant.js similarity index 76% rename from src/js/modules/i18n/infragistics.ui.popover-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.popover-zh-Hant.js index b85d48173..5eb6c4914 100644 --- a/src/js/modules/i18n/infragistics.ui.popover-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-Hant.js @@ -17,14 +17,14 @@ (function ($) { $.ig = $.ig || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; $.ig.Popover = $.ig.Popover || {}; - $.ig.locale['zh-tw'].Popover = { + $.ig.locale['zh-Hant'].Popover = { popoverOptionChangeNotSupported: "不支援在 igPopover 初始化後更改以下選項:", popoverShowMethodWithoutTarget: "當使用選擇器選項時,show 函數的目標參數是強制性的" }; -$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-tw'].Popover; -return $.ig.locale['zh-tw'].Popover; +$.ig.Popover.locale = $.ig.Popover.locale || $.ig.locale['zh-Hant'].Popover; +return $.ig.locale['zh-Hant'].Popover; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js b/src/js/modules/i18n/infragistics.ui.rating-zh-Hans.js similarity index 71% rename from src/js/modules/i18n/infragistics.ui.rating-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.rating-zh-Hans.js index d7ad50477..c34b1036a 100644 --- a/src/js/modules/i18n/infragistics.ui.rating-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-Hans.js @@ -18,12 +18,12 @@ $.ig = $.ig || {}; $.ig.Rating = $.ig.Rating || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Rating = { + $.ig.locale['zh-Hans'].Rating = { setOptionError: '以下选项不允许运行时更改: ' } - $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-cn'].Rating; - return $.ig.locale['zh-cn'].Rating; + $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-Hans'].Rating; + return $.ig.locale['zh-Hans'].Rating; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js b/src/js/modules/i18n/infragistics.ui.rating-zh-Hant.js similarity index 72% rename from src/js/modules/i18n/infragistics.ui.rating-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.rating-zh-Hant.js index 3390e6ac0..6ce28d6d9 100644 --- a/src/js/modules/i18n/infragistics.ui.rating-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-Hant.js @@ -18,12 +18,12 @@ $.ig = $.ig || {}; $.ig.Rating = $.ig.Rating || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Rating = { + $.ig.locale['zh-Hant'].Rating = { setOptionError: '以下選項不允許執行階段變更: ' } - $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-tw'].Rating; - return $.ig.locale['zh-tw'].Rating; + $.ig.Rating.locale = $.ig.Rating.locale || $.ig.locale['zh-Hant'].Rating; + return $.ig.locale['zh-Hant'].Rating; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hans.js similarity index 74% rename from src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.scroll-zh-Hans.js index 4d7363b57..fed08810f 100644 --- a/src/js/modules/i18n/infragistics.ui.scroll-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hans.js @@ -18,13 +18,13 @@ $.ig = $.ig || {}; $.ig.Scroll = $.ig.Scroll || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Scroll = { + $.ig.locale['zh-Hans'].Scroll = { errorNoElementLink: '被链接的元素不存在。', errorNoScrollbarLink: '正在链接的滚动条元素不存在。' } - $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-cn'].Scroll; - return $.ig.locale['zh-cn'].Scroll; + $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-Hans'].Scroll; + return $.ig.locale['zh-Hans'].Scroll; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hant.js similarity index 74% rename from src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.scroll-zh-Hant.js index f8ea848f6..16e1a4000 100644 --- a/src/js/modules/i18n/infragistics.ui.scroll-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hant.js @@ -18,13 +18,13 @@ $.ig = $.ig || {}; $.ig.Scroll = $.ig.Scroll || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Scroll = { + $.ig.locale['zh-Hant'].Scroll = { errorNoElementLink: '所連結的元素不存在。', errorNoScrollbarLink: '所連結的捲動條元素不存在。' } - $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-tw'].Scroll; - return $.ig.locale['zh-tw'].Scroll; + $.ig.Scroll.locale = $.ig.Scroll.locale || $.ig.locale['zh-Hant'].Scroll; + return $.ig.locale['zh-Hant'].Scroll; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hans.js similarity index 80% rename from src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.splitter-zh-Hans.js index 89ae78a9a..36fdc3338 100644 --- a/src/js/modules/i18n/infragistics.ui.splitter-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hans.js @@ -18,13 +18,13 @@ $.ig = $.ig || {}; $.ig.Splitter = $.ig.Splitter || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Splitter = { + $.ig.locale['zh-Hans'].Splitter = { errorPanels: '面板的数量不得超过两个。', errorSettingOption: '设置选项时出错。' } - $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-cn'].Splitter; - return $.ig.locale['zh-cn'].Splitter; + $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-Hans'].Splitter; + return $.ig.locale['zh-Hans'].Splitter; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hant.js similarity index 80% rename from src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.splitter-zh-Hant.js index 616b1d12d..77309cfbd 100644 --- a/src/js/modules/i18n/infragistics.ui.splitter-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hant.js @@ -18,13 +18,13 @@ $.ig = $.ig || {}; $.ig.Splitter = $.ig.Splitter || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Splitter = { + $.ig.locale['zh-Hant'].Splitter = { errorPanels: '面板的數量不得超過兩個。', errorSettingOption: '設定選項時出錯。' } - $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-tw'].Splitter; - return $.ig.locale['zh-tw'].Splitter; + $.ig.Splitter.locale = $.ig.Splitter.locale || $.ig.locale['zh-Hant'].Splitter; + return $.ig.locale['zh-Hant'].Splitter; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hans.js similarity index 81% rename from src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hans.js index c663a6565..ca3150927 100644 --- a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hans.js @@ -18,14 +18,14 @@ $.ig = $.ig || {}; $.ig.TileManager = $.ig.TileManager || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].TileManager = { + $.ig.locale['zh-Hans'].TileManager = { renderDataError: "未成功检索或解析数据。", setOptionItemsLengthError: "项目配置的长度与图块的数量不匹配。", setOptionError: "此选项不允许运行时更改。" } - $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-cn'].TileManager; - return $.ig.locale['zh-cn'].TileManager; + $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-Hans'].TileManager; + return $.ig.locale['zh-Hans'].TileManager; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hant.js similarity index 81% rename from src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hant.js index c3e254773..0587faf20 100644 --- a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hant.js @@ -18,14 +18,14 @@ $.ig = $.ig || {}; $.ig.TileManager = $.ig.TileManager || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].TileManager = { + $.ig.locale['zh-Hant'].TileManager = { renderDataError: "未成功擷取或解析資料。", setOptionItemsLengthError: "項目設定的長度與磁貼數量不符。", setOptionError: "此選項不允許運行時變更。" } - $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-tw'].TileManager; - return $.ig.locale['zh-tw'].TileManager; + $.ig.TileManager.locale = $.ig.TileManager.locale || $.ig.locale['zh-Hant'].TileManager; + return $.ig.locale['zh-Hant'].TileManager; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hans.js similarity index 71% rename from src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.toolbar-zh-Hans.js index 6d9e81445..5bdb2ad6f 100644 --- a/src/js/modules/i18n/infragistics.ui.toolbar-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hans.js @@ -18,13 +18,13 @@ $.ig = $.ig || {}; $.ig.Toolbar = $.ig.Toolbar || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Toolbar = { + $.ig.locale['zh-Hans'].Toolbar = { collapseButtonTitle: '折叠 {0}', expandButtonTitle: '展开 {0}' } - $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-cn'].Toolbar; - return $.ig.locale['zh-cn'].Toolbar; + $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-Hans'].Toolbar; + return $.ig.locale['zh-Hans'].Toolbar; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hant.js similarity index 71% rename from src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.toolbar-zh-Hant.js index 75c9a3f0a..ef663c166 100644 --- a/src/js/modules/i18n/infragistics.ui.toolbar-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hant.js @@ -18,13 +18,13 @@ $.ig = $.ig || {}; $.ig.Toolbar = $.ig.Toolbar || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Toolbar = { + $.ig.locale['zh-Hant'].Toolbar = { collapseButtonTitle: '折疊 {0}', expandButtonTitle: '展開 {0}' } - $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-tw'].Toolbar; - return $.ig.locale['zh-tw'].Toolbar; + $.ig.Toolbar.locale = $.ig.Toolbar.locale || $.ig.locale['zh-Hant'].Toolbar; + return $.ig.locale['zh-Hant'].Toolbar; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js b/src/js/modules/i18n/infragistics.ui.tree-zh-Hans.js similarity index 87% rename from src/js/modules/i18n/infragistics.ui.tree-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.tree-zh-Hans.js index d3cfa3d74..2cf45c084 100644 --- a/src/js/modules/i18n/infragistics.ui.tree-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-Hans.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Tree = $.ig.Tree || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Tree = { + $.ig.locale['zh-Hans'].Tree = { invalidArgumentType: '提供了无效的自变量类型。', errorOnRequest: '检索数据时出现错误: ', noDataSourceUrl: 'igTree 控件需要提供 dataSourceUrl 才能发起对该 URL 的数据请求。', @@ -38,6 +38,6 @@ and: '和' } - $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-cn'].Tree; - return $.ig.locale['zh-cn'].Tree; + $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-Hans'].Tree; + return $.ig.locale['zh-Hans'].Tree; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js b/src/js/modules/i18n/infragistics.ui.tree-zh-Hant.js similarity index 87% rename from src/js/modules/i18n/infragistics.ui.tree-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.tree-zh-Hant.js index 39d809880..55476f3c0 100644 --- a/src/js/modules/i18n/infragistics.ui.tree-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-Hant.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Tree = $.ig.Tree || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Tree = { + $.ig.locale['zh-Hant'].Tree = { invalidArgumentType: '提供了無效的引數類型。', errorOnRequest: '擷取資料時出錯: ', noDataSourceUrl: 'igTree 控件需要提供 dataSourceUrl,以便向該 URL 發起資料請求。', @@ -38,6 +38,6 @@ and: '和' } - $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-tw'].Tree; - return $.ig.locale['zh-tw'].Tree; + $.ig.Tree.locale = $.ig.Tree.locale || $.ig.locale['zh-Hant'].Tree; + return $.ig.locale['zh-Hant'].Tree; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js b/src/js/modules/i18n/infragistics.ui.upload-zh-Hans.js similarity index 93% rename from src/js/modules/i18n/infragistics.ui.upload-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.upload-zh-Hans.js index faad79ddc..5381e4b1f 100644 --- a/src/js/modules/i18n/infragistics.ui.upload-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-Hans.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Upload = $.ig.Upload || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Upload = { + $.ig.locale['zh-Hans'].Upload = { labelUploadButton: "上传文件", labelAddButton: "添加", labelClearAllButton: "清除已上传", @@ -66,6 +66,6 @@ titleClearAllButton: "清除已上传" } - $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-cn'].Upload; - return $.ig.locale['zh-cn'].Upload; + $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-Hans'].Upload; + return $.ig.locale['zh-Hans'].Upload; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js b/src/js/modules/i18n/infragistics.ui.upload-zh-Hant.js similarity index 93% rename from src/js/modules/i18n/infragistics.ui.upload-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.upload-zh-Hant.js index a84417b29..29fe9263a 100644 --- a/src/js/modules/i18n/infragistics.ui.upload-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-Hant.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Upload = $.ig.Upload || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Upload = { + $.ig.locale['zh-Hant'].Upload = { labelUploadButton: "上載檔案", labelAddButton: "新增", labelClearAllButton: "清除已上傳", @@ -66,6 +66,6 @@ titleClearAllButton: "清除已上傳" } - $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-tw'].Upload; - return $.ig.locale['zh-tw'].Upload; + $.ig.Upload.locale = $.ig.Upload.locale || $.ig.locale['zh-Hant'].Upload; + return $.ig.locale['zh-Hant'].Upload; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js b/src/js/modules/i18n/infragistics.ui.validator-zh-Hans.js similarity index 92% rename from src/js/modules/i18n/infragistics.ui.validator-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.validator-zh-Hans.js index 71c0cb1d5..4f3849b02 100644 --- a/src/js/modules/i18n/infragistics.ui.validator-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-Hans.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Validator = $.ig.Validator || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Validator = { + $.ig.locale['zh-Hans'].Validator = { defaultMessage: '需要注意此字段', selectMessage: '应选择一个值', rangeSelectMessage: '至少应选择 {0} 但不超过 {1} 个项目', @@ -45,6 +45,6 @@ optionalString: '(可选)' } - $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-cn'].Validator; - return $.ig.locale['zh-cn'].Validator; + $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-Hans'].Validator; + return $.ig.locale['zh-Hans'].Validator; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js b/src/js/modules/i18n/infragistics.ui.validator-zh-Hant.js similarity index 92% rename from src/js/modules/i18n/infragistics.ui.validator-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.validator-zh-Hant.js index de8dce9d7..f1a131716 100644 --- a/src/js/modules/i18n/infragistics.ui.validator-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-Hant.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.Validator = $.ig.Validator || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Validator = { + $.ig.locale['zh-Hant'].Validator = { defaultMessage: '此欄位需要注意', selectMessage: '應選擇一個值', rangeSelectMessage: '至少應選擇 {0} 但不超過 {1} 個項目', @@ -45,6 +45,6 @@ optionalString: '(可選)' } - $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-tw'].Validator; - return $.ig.locale['zh-tw'].Validator; + $.ig.Validator.locale = $.ig.Validator.locale || $.ig.locale['zh-Hant'].Validator; + return $.ig.locale['zh-Hant'].Validator; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hans.js similarity index 91% rename from src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hans.js index 66e5bc73a..011df8ac9 100644 --- a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hans.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.VideoPlayer = $.ig.VideoPlayer || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].VideoPlayer = { + $.ig.locale['zh-Hans'].VideoPlayer = { liveStream: "实时视频", live: "实时", paused: "已暂停", @@ -42,7 +42,7 @@ safari5: "Apple Safari V 5+", opera11: "Opera V 11+", ieDownload: "http://www.microsoft.com/windows/internet-explorer/default.aspx", - operaDownload: "https://www.opera.com/zh-cn/download", + operaDownload: "https://www.opera.com/zh-CN/download", chromeDownload: "https://www.google.com/intl/zh-CN/chrome/", firefoxDownload: "https://www.mozilla.org/zh-CN/firefox/", safariDownload: "https://www.apple.com.cn/safari/", @@ -58,6 +58,6 @@ noCommercials: '浏览器控件不支持广告' } - $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-cn'].VideoPlayer; - return $.ig.locale['zh-cn'].VideoPlayer; + $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-Hans'].VideoPlayer; + return $.ig.locale['zh-Hans'].VideoPlayer; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hant.js similarity index 93% rename from src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hant.js index bc7d8b61f..684f6684f 100644 --- a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hant.js @@ -18,9 +18,9 @@ $.ig = $.ig || {}; $.ig.VideoPlayer = $.ig.VideoPlayer || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].VideoPlayer = { + $.ig.locale['zh-Hant'].VideoPlayer = { liveStream: "實況視訊", live: "直播", paused: "已暫停", @@ -58,6 +58,6 @@ noCommercials: '瀏覽器控件不支援廣告的' } - $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-tw'].VideoPlayer; - return $.ig.locale['zh-tw'].VideoPlayer; + $.ig.VideoPlayer.locale = $.ig.VideoPlayer.locale || $.ig.locale['zh-Hant'].VideoPlayer; + return $.ig.locale['zh-Hant'].VideoPlayer; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hans.js similarity index 79% rename from src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js rename to src/js/modules/i18n/infragistics.ui.zoombar-zh-Hans.js index f6976e799..3f632ab0c 100644 --- a/src/js/modules/i18n/infragistics.ui.zoombar-zh-cn.js +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hans.js @@ -18,15 +18,15 @@ $.ig = $.ig || {}; $.ig.Zoombar = $.ig.Zoombar || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].Zoombar = { + $.ig.locale['zh-Hans'].Zoombar = { zoombarTargetNotSpecified: "igZoombar 需要附加有效目标!", zoombarTypeNotSupported: "不支持 Zoombar 尝试附加的小程序类型!", zoombarProviderNotRecognized: "igZoombar 无法从指定的类中初始化提供者,或者所传递的值不是类。", optionChangeNotSupported: "不支持在创建 igZoombar 之后更改以下选项:" } - $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-cn'].Zoombar; - return $.ig.locale['zh-cn'].Zoombar; + $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-Hans'].Zoombar; + return $.ig.locale['zh-Hans'].Zoombar; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hant.js similarity index 79% rename from src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js rename to src/js/modules/i18n/infragistics.ui.zoombar-zh-Hant.js index 056444c52..601d41a1b 100644 --- a/src/js/modules/i18n/infragistics.ui.zoombar-zh-tw.js +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hant.js @@ -18,15 +18,15 @@ $.ig = $.ig || {}; $.ig.Zoombar = $.ig.Zoombar || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].Zoombar = { + $.ig.locale['zh-Hant'].Zoombar = { zoombarTargetNotSpecified: "igZoombar 需要附加有效目標!", zoombarTypeNotSupported: "不支援 Zoombar 嘗試附加的小工具類型!", zoombarProviderNotRecognized: "igZoombar 無法從指定的類別或傳遞的值不是類別,來初始化提供者。", optionChangeNotSupported: "不支援在創建 igZoombar 之後更改以下選項:" } - $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-tw'].Zoombar; - return $.ig.locale['zh-tw'].Zoombar; + $.ig.Zoombar.locale = $.ig.Zoombar.locale || $.ig.locale['zh-Hant'].Zoombar; + return $.ig.locale['zh-Hant'].Zoombar; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.util-zh-cn.js b/src/js/modules/i18n/infragistics.util-zh-Hans.js similarity index 91% rename from src/js/modules/i18n/infragistics.util-zh-cn.js rename to src/js/modules/i18n/infragistics.util-zh-Hans.js index ef04c6530..1818e8cd8 100644 --- a/src/js/modules/i18n/infragistics.util-zh-cn.js +++ b/src/js/modules/i18n/infragistics.util-zh-Hans.js @@ -31,9 +31,9 @@ $.ig = $.ig || {}; $.ig.util = $.ig.util || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {}; + $.ig.locale['zh-Hans'] = $.ig.locale['zh-Hans'] || {}; - $.ig.locale['zh-cn'].util = { + $.ig.locale['zh-Hans'].util = { unsupportedBrowser: "当前浏览器不支持 HTML5 canvas 元素。
尝试升级至以下任何版本:", currentBrowser: "当前浏览器: {0}", ie9: "Microsoft Internet Explorer V 9+", @@ -53,6 +53,6 @@ defaultSummaryMethodLabelCount: "计数 = " } - $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-cn'].util; + $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-Hans'].util; return igRoot; }));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.util-zh-tw.js b/src/js/modules/i18n/infragistics.util-zh-Hant.js similarity index 91% rename from src/js/modules/i18n/infragistics.util-zh-tw.js rename to src/js/modules/i18n/infragistics.util-zh-Hant.js index 2e9f57d37..efbc0df30 100644 --- a/src/js/modules/i18n/infragistics.util-zh-tw.js +++ b/src/js/modules/i18n/infragistics.util-zh-Hant.js @@ -31,9 +31,9 @@ $.ig = $.ig || {}; $.ig.util = $.ig.util || {}; $.ig.locale = $.ig.locale || {}; - $.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {}; + $.ig.locale['zh-Hant'] = $.ig.locale['zh-Hant'] || {}; - $.ig.locale['zh-tw'].util = { + $.ig.locale['zh-Hant'].util = { unsupportedBrowser: "當前瀏覽器不支援 HTML5 canvas 元素。
嘗試升級至以下任何版本:", currentBrowser: "當前瀏覽器: {0}", ie9: "Microsoft Internet Explorer V 9+", @@ -53,6 +53,6 @@ defaultSummaryMethodLabelCount: "計數 = " } - $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-tw'].util; + $.ig.util.locale = $.ig.util.locale || $.ig.locale['zh-Hant'].util; return igRoot; }));// REMOVE_FROM_COMBINED_FILES