Skip to content

Commit

Permalink
Merge pull request #2108 from IgniteUI/iganchev/add-more-lang-20.1
Browse files Browse the repository at this point in the history
Add files structure for Italian, Chinese (Taiwan) and Chinese (PRC) - 20.1
  • Loading branch information
Lipata authored Feb 12, 2021
2 parents bf4ca3c + ec12147 commit 362e773
Show file tree
Hide file tree
Showing 60 changed files with 2,832 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/js/modules/i18n/infragistics.datasource-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/*!@license
* Infragistics.Web.ClientUI data source localization resources <build_number>
*
* Copyright (c) 2011-<year> 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: "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;
return $.ig.locale.it.DataSourceLocale;
}));// REMOVE_FROM_COMBINED_FILES
53 changes: 53 additions & 0 deletions src/js/modules/i18n/infragistics.datasource-zh-Hans.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/*!@license
* Infragistics.Web.ClientUI data source localization resources <build_number>
*
* Copyright (c) 2011-<year> 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-Hans'] = $.ig.locale['zh-Hans'] || {};
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};

$.ig.locale['zh-Hans'].DataSourceLocale = {
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-Hans'].DataSourceLocale;
return $.ig.locale['zh-Hans'].DataSourceLocale;
}));// REMOVE_FROM_COMBINED_FILES
53 changes: 53 additions & 0 deletions src/js/modules/i18n/infragistics.datasource-zh-Hant.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/*!@license
* Infragistics.Web.ClientUI data source localization resources <build_number>
*
* Copyright (c) 2011-<year> 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-Hant'] = $.ig.locale['zh-Hant'] || {};
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};

$.ig.locale['zh-Hant'].DataSourceLocale = {
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-Hant'].DataSourceLocale;
return $.ig.locale['zh-Hant'].DataSourceLocale;
}));// REMOVE_FROM_COMBINED_FILES
28 changes: 28 additions & 0 deletions src/js/modules/i18n/infragistics.shared-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!@license
* Infragistics.Web.ClientUI shared localization resources <build_number>
*
* Copyright (c) 2011-<year> 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
28 changes: 28 additions & 0 deletions src/js/modules/i18n/infragistics.shared-zh-Hans.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!@license
* Infragistics.Web.ClientUI shared localization resources <build_number>
*
* Copyright (c) 2011-<year> 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-Hans'] = $.ig.locale['zh-Hans'] || {};
$.ig.SharedLocale = $.ig.SharedLocale || {};

$.ig.locale['zh-Hans'].SharedLocale = {

};
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-Hans'].SharedLocale;
return $.ig.locale['zh-Hans'].SharedLocale;
}));// REMOVE_FROM_COMBINED_FILES
28 changes: 28 additions & 0 deletions src/js/modules/i18n/infragistics.shared-zh-Hant.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!@license
* Infragistics.Web.ClientUI shared localization resources <build_number>
*
* Copyright (c) 2011-<year> 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-Hant'] = $.ig.locale['zh-Hant'] || {};
$.ig.SharedLocale = $.ig.SharedLocale || {};

$.ig.locale['zh-Hant'].SharedLocale = {

};
$.ig.SharedLocale.locale = $.ig.SharedLocale.locale || $.ig.locale['zh-Hant'].SharedLocale;
return $.ig.locale['zh-Hant'].SharedLocale;
}));// REMOVE_FROM_COMBINED_FILES
29 changes: 29 additions & 0 deletions src/js/modules/i18n/infragistics.templating-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*!@license
* Infragistics.Web.ClientUI templating localization resources <build_number>
*
* Copyright (c) 2011-<year> 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: 'Si è verificato un errore durante il tentativo di recuperare la proprietà dell\'origine dati: '
};

$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale.it.Templating;
return $.ig.locale.it.Templating;
}));// REMOVE_FROM_COMBINED_FILES
29 changes: 29 additions & 0 deletions src/js/modules/i18n/infragistics.templating-zh-Hans.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*!@license
* Infragistics.Web.ClientUI templating localization resources <build_number>
*
* Copyright (c) 2011-<year> 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-Hans'] = $.ig.locale['zh-Hans'] || {};
$.ig.Templating = $.ig.Templating || {};

$.ig.locale['zh-Hans'].Templating = {
undefinedArgument: '尝试检索数据源属性时出现错误: '
};

$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-Hans'].Templating;
return $.ig.locale['zh-Hans'].Templating;
}));// REMOVE_FROM_COMBINED_FILES
29 changes: 29 additions & 0 deletions src/js/modules/i18n/infragistics.templating-zh-Hant.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*!@license
* Infragistics.Web.ClientUI templating localization resources <build_number>
*
* Copyright (c) 2011-<year> 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-Hant'] = $.ig.locale['zh-Hant'] || {};
$.ig.Templating = $.ig.Templating || {};

$.ig.locale['zh-Hant'].Templating = {
undefinedArgument: '嘗試擷取資料來源屬性時出錯: '
};

$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-Hant'].Templating;
return $.ig.locale['zh-Hant'].Templating;
}));// REMOVE_FROM_COMBINED_FILES
36 changes: 36 additions & 0 deletions src/js/modules/i18n/infragistics.ui.combo-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*!@license
* Infragistics.Web.ClientUI Combo localization resources <build_number>
*
* Copyright (c) 2011-<year> 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: '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;
return $.ig.locale.it.Combo;
}));// REMOVE_FROM_COMBINED_FILES
Loading

0 comments on commit 362e773

Please sign in to comment.