Skip to content

Commit 362e773

Browse files
authored
Merge pull request #2108 from IgniteUI/iganchev/add-more-lang-20.1
Add files structure for Italian, Chinese (Taiwan) and Chinese (PRC) - 20.1
2 parents bf4ca3c + ec12147 commit 362e773

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: "L'origine dati fornita non è valida. Risulta essere casualmente uno scalare.",
25+
unknownDataSource: "Impossibile determinare il tipo di origine dati. Specificare se si tratta di dati JSON o XML.",
26+
errorParsingArrays: "Si è verificato un errore durante l'analisi dei dati dell'array e l'applicazione dello schema dati definito: ",
27+
errorParsingJson: "Si è verificato un errore durante l'analisi dei dati JSON e l'applicazione dello schema dati definito: ",
28+
errorParsingXml: "Si è verificato un errore durante l'analisi dei dati XML e l'applicazione dello schema dati definito: ",
29+
errorParsingHtmlTable: "Si è verificato un errore durante l'estrazione dei dati dalla tabella HTML e l'applicazione dello schema: ",
30+
errorExpectedTbodyParameter: "Previsto un tbody o una tabella come parametro.",
31+
errorTableWithIdNotFound: "Impossibile trovare la tabella HTML con il seguente ID: ",
32+
errorParsingHtmlTableNoSchema: "Si è verificato un errore durante l'analisi del DOM tabella: ",
33+
errorParsingJsonNoSchema: "Errore durante l'analisi / valutazione della stringa JSON: ",
34+
errorParsingXmlNoSchema: "Si è verificato un errore durante l'analisi della stringa XML: ",
35+
errorXmlSourceWithoutSchema: "L'origine dati fornita è un documento XML, ma non esiste uno schema dati definito ($.IgDataSchema) ",
36+
errorUnrecognizedFilterCondition: " La condizione di filtro passata non è stata riconosciuta: ",
37+
errorRemoteRequest: "La richiesta remota di recupero dei dati non è riuscita: ",
38+
errorSchemaMismatch: "I dati di input non corrispondono allo schema, il seguente campo non può essere mappato: ",
39+
errorSchemaFieldCountMismatch: "I dati di input non corrispondono allo schema in termini di numero di campi. ",
40+
errorUnrecognizedResponseType: "Il tipo di risposta non è stato impostato correttamente o non è stato possibile rilevarlo automaticamente. Impostare settings.responseDataType e / o settings.responseContentType.",
41+
hierarchicalTablesNotSupported: "Le tabelle non sono supportate per HierarchicalSchema",
42+
cannotBuildTemplate: "Impossibile creare il modello jQuery. Non sono presenti record nell'origine dati e non sono state definite colonne.",
43+
unrecognizedCondition: "Condizione di filtro non riconosciuta nell'espressione seguente: ",
44+
fieldMismatch: "L'espressione seguente contiene un campo o una condizione di filtro non validi: ",
45+
noSortingFields: "Non ci sono campi specificati. È necessario specificare almeno un campo in base al quale ordinare, quando si chiama sort().",
46+
filteringNoSchema: "Non sono stati specificati schemi / campi. È necessario specificare uno schema con definizioni e tipi di campi per poter filtrare l'origine dati.",
47+
noSaveChanges: "Salvataggio delle modifiche non riuscito. Il server non ha restituito l'oggetto Success o ha restituito Success: false.",
48+
errorUnexpectedCustomFilterFunction: "È stato fornito un valore imprevisto per una funzione di filtro personalizzata. È prevista una funzione o una stringa."
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-Hans'] = $.ig.locale['zh-Hans'] || {};
21+
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
22+
23+
$.ig.locale['zh-Hans'].DataSourceLocale = {
24+
invalidDataSource: "提供的数据源无效。它恰好是一个标量。",
25+
unknownDataSource: "无法确定数据源类型。请指定是 JSON 还是 XML 数据。",
26+
errorParsingArrays: "解析数组数据并应用定义的数据模式时出现错误: ",
27+
errorParsingJson: "解析 JSON 数据并应用定义的数据模式时出现错误: ",
28+
errorParsingXml: "解析 XML 数据并应用定义的数据模式时出现错误: ",
29+
errorParsingHtmlTable: "从 HTML 表格提取数据并应用架构时出现错误: ",
30+
errorExpectedTbodyParameter: "期望将正文或表格作为参数。",
31+
errorTableWithIdNotFound: "未找到具有以下 ID 的 HTML 表格: ",
32+
errorParsingHtmlTableNoSchema: "解析表格 DOM 时出现错误: ",
33+
errorParsingJsonNoSchema: "解析/评估 JSON 字符串时出现错误: ",
34+
errorParsingXmlNoSchema: "解析 XML 字符串时出现错误: ",
35+
errorXmlSourceWithoutSchema: "提供的数据源是 xml 文档,但没有定义的数据模式 ($.IgDataSchema) ",
36+
errorUnrecognizedFilterCondition: " 无法识别已通过的筛选条件: ",
37+
errorRemoteRequest: "远程获取数据请求失败: ",
38+
errorSchemaMismatch: "输入的数据与模式不匹配,无法映射以下字段: ",
39+
errorSchemaFieldCountMismatch: "就字段数量而言,输入数据与模式不匹配。 ",
40+
errorUnrecognizedResponseType: "响应类型设置不正确,或无法自动检测。请设置 settings.responseDataType 和/或 settings.responseContentType。",
41+
hierarchicalTablesNotSupported: "HierarchicalSchema 不支持表格",
42+
cannotBuildTemplate: "无法构建 jQuery 模板。数据源中没有记录,也没有定义列。",
43+
unrecognizedCondition: "以下表达式中无法识别的筛选条件: ",
44+
fieldMismatch: "以下表达式包含无效字段或筛选条件: ",
45+
noSortingFields: "未指定任何字段。调用 sort() 时,您需要指定至少一个字段进行排序。",
46+
filteringNoSchema: "未指定架构/字段。您需要指定具有字段定义和类型的架构,以便能够筛选数据源。",
47+
noSaveChanges: "保存更改未成功。服务器未返回 Success 对象或返回 Success:false。",
48+
errorUnexpectedCustomFilterFunction: "为自定义筛选功能提供了一个意外值。需要函数或字符串。"
49+
};
50+
51+
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-Hans'].DataSourceLocale;
52+
return $.ig.locale['zh-Hans'].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-Hant'] = $.ig.locale['zh-Hant'] || {};
21+
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
22+
23+
$.ig.locale['zh-Hant'].DataSourceLocale = {
24+
invalidDataSource: "提供的資料來源無效。它恰好是一個標量。",
25+
unknownDataSource: "無法確定資料來源類型。請指定是 JSON 或 XML 資料。",
26+
errorParsingArrays: "解析陣列資料並套用已定義的資料架構時出錯: ",
27+
errorParsingJson: "解析 JSON 資料並套用已定義的資料架構時出現錯誤: ",
28+
errorParsingXml: "解析 XML 資料並套用已定義的資料架構時出錯: ",
29+
errorParsingHtmlTable: "從 HTML 表格提取資料並套用架構時出現錯誤: ",
30+
errorExpectedTbodyParameter: "預期將 tbody 或表格作為參數。",
31+
errorTableWithIdNotFound: "未找到具有以下 ID 的 HTML 表格: ",
32+
errorParsingHtmlTableNoSchema: "解析表格 DOM 時出現錯誤: ",
33+
errorParsingJsonNoSchema: "解析/評估 JSON 字串時出現錯誤: ",
34+
errorParsingXmlNoSchema: "解析 XML 字串時出現錯誤: ",
35+
errorXmlSourceWithoutSchema: "提供的資料來源為 xml 文件,但沒有定義的資料架構 ($.IgDataSchema) ",
36+
errorUnrecognizedFilterCondition: " 無法識別已通過的篩選條件: ",
37+
errorRemoteRequest: "遠端擷取資料的請求失敗: ",
38+
errorSchemaMismatch: "輸入資料與架構不符,無法對應以下欄位: ",
39+
errorSchemaFieldCountMismatch: "就欄位數量而言,輸入資料與架構不符。 ",
40+
errorUnrecognizedResponseType: "響應類型未正確設定,或無法自動檢測。請設定 settings.responseDataType 和/或 settings.responseContentType。",
41+
hierarchicalTablesNotSupported: "HierarchicalSchema 不支援表格",
42+
cannotBuildTemplate: "無法建立 jQuery 範本。資料來源中沒有記錄,也沒有定義列。",
43+
unrecognizedCondition: "以下表達式中無法識別的過濾條件: ",
44+
fieldMismatch: "以下表達式包含無效欄位或篩選條件: ",
45+
noSortingFields: "沒有指定欄位。調用 sort() 時,您需要指定至少一個要排序的欄位。",
46+
filteringNoSchema: "沒有指定架構/欄位。您需要指定具有欄位定義和類型的架構,以便能夠過濾資料來源。",
47+
noSaveChanges: "儲存更改未成功。伺服器未傳回 Success 物件或傳回 Success:false。",
48+
errorUnexpectedCustomFilterFunction: "為自訂篩選功能提供了意外的值。需要一個函數或字串。"
49+
};
50+
51+
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-Hant'].DataSourceLocale;
52+
return $.ig.locale['zh-Hant'].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-Hans'] = $.ig.locale['zh-Hans'] || {};
21+
$.ig.SharedLocale = $.ig.SharedLocale || {};
22+
23+
$.ig.locale['zh-Hans'].SharedLocale = {
24+
25+
};
26+
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-Hans'].SharedLocale;
27+
return $.ig.locale['zh-Hans'].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-Hant'] = $.ig.locale['zh-Hant'] || {};
21+
$.ig.SharedLocale = $.ig.SharedLocale || {};
22+
23+
$.ig.locale['zh-Hant'].SharedLocale = {
24+
25+
};
26+
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-Hant'].SharedLocale;
27+
return $.ig.locale['zh-Hant'].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: 'Si è verificato un errore durante il tentativo di recuperare la proprietà dell\'origine dati: '
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-Hans'] = $.ig.locale['zh-Hans'] || {};
21+
$.ig.Templating = $.ig.Templating || {};
22+
23+
$.ig.locale['zh-Hans'].Templating = {
24+
undefinedArgument: '尝试检索数据源属性时出现错误: '
25+
};
26+
27+
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-Hans'].Templating;
28+
return $.ig.locale['zh-Hans'].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-Hant'] = $.ig.locale['zh-Hant'] || {};
21+
$.ig.Templating = $.ig.Templating || {};
22+
23+
$.ig.locale['zh-Hant'].Templating = {
24+
undefinedArgument: '嘗試擷取資料來源屬性時出錯: '
25+
};
26+
27+
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-Hant'].Templating;
28+
return $.ig.locale['zh-Hant'].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: 'Nessuna corrispondenza trovata',
25+
dropDownButtonTitle: 'Mostra menu a discesa',
26+
clearButtonTitle: 'Cancella valore',
27+
placeHolder: 'seleziona...',
28+
notSuported: 'Operazione non supportata.',
29+
errorNoSupportedTextsType: "È richiesto un testo di filtro diverso. Fornire un valore che è una stringa o un array di stringhe.",
30+
errorUnrecognizedHighlightMatchesMode: "È necessaria una diversa modalità di evidenziazione. Scegliere un valore tra 'multi', 'contains', 'startsWith', 'full' e 'null'.",
31+
errorIncorrectGroupingKey: "La chiave di raggruppamento non è corretta."
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)