Skip to content

Commit 183568c

Browse files
committed
feat(localization): Add files structure for
Italian, Chinese (Taiwan) zh-tw and Chinese (PRC) zh-cn
1 parent bf4ca3c commit 183568c

60 files changed

Lines changed: 2832 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI data source localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale.it = $.ig.locale.it || {};
21+
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
22+
23+
$.ig.locale.it.DataSourceLocale = {
24+
invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.",
25+
unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.",
26+
errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ",
27+
errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ",
28+
errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ",
29+
errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ",
30+
errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.",
31+
errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ",
32+
errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ",
33+
errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ",
34+
errorParsingXmlNoSchema: "There was an error parsing the XML string: ",
35+
errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ",
36+
errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ",
37+
errorRemoteRequest: "The remote request to fetch data has failed: ",
38+
errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ",
39+
errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ",
40+
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.",
41+
hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema",
42+
cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.",
43+
unrecognizedCondition: "Unrecognized filtering condition in the following expression: ",
44+
fieldMismatch: "The following expression contains an invalid field or filtering condition: ",
45+
noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().",
46+
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.",
47+
noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.",
48+
errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected."
49+
};
50+
51+
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale.it.DataSourceLocale;
52+
return $.ig.locale.it.DataSourceLocale;
53+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI data source localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {};
21+
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
22+
23+
$.ig.locale['zh-cn'].DataSourceLocale = {
24+
invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.",
25+
unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.",
26+
errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ",
27+
errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ",
28+
errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ",
29+
errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ",
30+
errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.",
31+
errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ",
32+
errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ",
33+
errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ",
34+
errorParsingXmlNoSchema: "There was an error parsing the XML string: ",
35+
errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ",
36+
errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ",
37+
errorRemoteRequest: "The remote request to fetch data has failed: ",
38+
errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ",
39+
errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ",
40+
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.",
41+
hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema",
42+
cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.",
43+
unrecognizedCondition: "Unrecognized filtering condition in the following expression: ",
44+
fieldMismatch: "The following expression contains an invalid field or filtering condition: ",
45+
noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().",
46+
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.",
47+
noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.",
48+
errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected."
49+
};
50+
51+
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-cn'].DataSourceLocale;
52+
return $.ig.locale['zh-cn'].DataSourceLocale;
53+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI data source localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {};
21+
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
22+
23+
$.ig.locale['zh-tw'].DataSourceLocale = {
24+
invalidDataSource: "The supplied data source is invalid. It happens to be a scalar.",
25+
unknownDataSource: "Cannot determine the data source type. Please specify if it is JSON or XML data.",
26+
errorParsingArrays: "There was an error parsing the array data and applying the defined data schema: ",
27+
errorParsingJson: "There was an error parsing the JSON data and applying the defined data schema: ",
28+
errorParsingXml: "There was an error parsing the XML data and applying the defined data schema: ",
29+
errorParsingHtmlTable: "There was an error extracting the data from the HTML Table and applying the schema : ",
30+
errorExpectedTbodyParameter: "Expected a tbody or a table as a parameter.",
31+
errorTableWithIdNotFound: "The HTML Table with the following ID was not found: ",
32+
errorParsingHtmlTableNoSchema: "There was an error parsing the Table DOM: ",
33+
errorParsingJsonNoSchema: "There was an error parsing/evaluating the JSON string: ",
34+
errorParsingXmlNoSchema: "There was an error parsing the XML string: ",
35+
errorXmlSourceWithoutSchema: "The supplied data source is an xml document, but there is no defined data schema ($.IgDataSchema) ",
36+
errorUnrecognizedFilterCondition: " The filter condition that was passed was not recognized: ",
37+
errorRemoteRequest: "The remote request to fetch data has failed: ",
38+
errorSchemaMismatch: "The input data doesn't match the schema, the following field couldn't be mapped: ",
39+
errorSchemaFieldCountMismatch: "The input data doesn't match the schema in terms of number of fields. ",
40+
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.",
41+
hierarchicalTablesNotSupported: "Tables are not supported for HierarchicalSchema",
42+
cannotBuildTemplate: "The jQuery template could not be built. There are no records present in the data source, and no columns defined.",
43+
unrecognizedCondition: "Unrecognized filtering condition in the following expression: ",
44+
fieldMismatch: "The following expression contains an invalid field or filtering condition: ",
45+
noSortingFields: "There are no fields specified. You need to specify at least one field to sort by, when calling sort().",
46+
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.",
47+
noSaveChanges: "Saving changes was not successful. Server did not return Success object or returned Success:false.",
48+
errorUnexpectedCustomFilterFunction: "An unexpected value was provided for a custom filtering function. A function or string is expected."
49+
};
50+
51+
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-tw'].DataSourceLocale;
52+
return $.ig.locale['zh-tw'].DataSourceLocale;
53+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI shared localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale.it = $.ig.locale.it || {};
21+
$.ig.SharedLocale = $.ig.SharedLocale || {};
22+
23+
$.ig.locale.it.SharedLocale = {
24+
25+
};
26+
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale.it.SharedLocale;
27+
return $.ig.locale.it.SharedLocale;
28+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI shared localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {};
21+
$.ig.SharedLocale = $.ig.SharedLocale || {};
22+
23+
$.ig.locale['zh-cn'].SharedLocale = {
24+
25+
};
26+
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-cn'].SharedLocale;
27+
return $.ig.locale['zh-cn'].SharedLocale;
28+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI shared localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {};
21+
$.ig.SharedLocale = $.ig.SharedLocale || {};
22+
23+
$.ig.locale['zh-tw'].SharedLocale = {
24+
25+
};
26+
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-tw'].SharedLocale;
27+
return $.ig.locale['zh-tw'].SharedLocale;
28+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI templating localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale.it = $.ig.locale.it || {};
21+
$.ig.Templating = $.ig.Templating || {};
22+
23+
$.ig.locale.it.Templating = {
24+
undefinedArgument: 'An error has occurred while trying to retrieve data source property: '
25+
};
26+
27+
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale.it.Templating;
28+
return $.ig.locale.it.Templating;
29+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI templating localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale['zh-cn'] = $.ig.locale['zh-cn'] || {};
21+
$.ig.Templating = $.ig.Templating || {};
22+
23+
$.ig.locale['zh-cn'].Templating = {
24+
undefinedArgument: 'An error has occurred while trying to retrieve data source property: '
25+
};
26+
27+
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-cn'].Templating;
28+
return $.ig.locale['zh-cn'].Templating;
29+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI templating localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale['zh-tw'] = $.ig.locale['zh-tw'] || {};
21+
$.ig.Templating = $.ig.Templating || {};
22+
23+
$.ig.locale['zh-tw'].Templating = {
24+
undefinedArgument: 'An error has occurred while trying to retrieve data source property: '
25+
};
26+
27+
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-tw'].Templating;
28+
return $.ig.locale['zh-tw'].Templating;
29+
}));// REMOVE_FROM_COMBINED_FILES
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/*!@license
2+
* Infragistics.Web.ClientUI Combo localization resources <build_number>
3+
*
4+
* Copyright (c) 2011-<year> Infragistics Inc.
5+
*
6+
* http://www.infragistics.com/
7+
*
8+
*/
9+
10+
(function (factory) {
11+
if (typeof define === "function" && define.amd) {
12+
define( ["jquery"], factory );
13+
} else {
14+
return factory(jQuery);
15+
}
16+
}
17+
(function ($) {
18+
$.ig = $.ig || {};
19+
$.ig.locale = $.ig.locale || {};
20+
$.ig.locale.it = $.ig.locale.it || {};
21+
$.ig.Combo = $.ig.Combo || {};
22+
23+
$.ig.locale.it.Combo = {
24+
noMatchFoundText: 'No matches found',
25+
dropDownButtonTitle: 'Show drop-down',
26+
clearButtonTitle: 'Clear value',
27+
placeHolder: 'select...',
28+
notSuported: 'Operation is not supported.',
29+
errorNoSupportedTextsType: "A different filtering text is required. Provide a value that is either a string or an array of strings.",
30+
errorUnrecognizedHighlightMatchesMode: "A different highlight matches mode is required. Choose a value between 'multi', 'contains', 'startsWith', 'full' and 'null'.",
31+
errorIncorrectGroupingKey: "Grouping key is not correct."
32+
};
33+
34+
$.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale.it.Combo;
35+
return $.ig.locale.it.Combo;
36+
}));// REMOVE_FROM_COMBINED_FILES

0 commit comments

Comments
 (0)