Skip to content

Commit 69ce155

Browse files
committed
Updating localization 20.1
1 parent 183568c commit 69ce155

57 files changed

Lines changed: 857 additions & 857 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.

src/js/modules/i18n/infragistics.datasource-it.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@
2121
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
2222

2323
$.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."
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."
4949
};
5050

5151
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale.it.DataSourceLocale;

src/js/modules/i18n/infragistics.datasource-zh-cn.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@
2121
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
2222

2323
$.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."
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: "为自定义筛选功能提供了一个意外值。需要函数或字符串。"
4949
};
5050

5151
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-cn'].DataSourceLocale;

src/js/modules/i18n/infragistics.datasource-zh-tw.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@
2121
$.ig.DataSourceLocale = $.ig.DataSourceLocale || {};
2222

2323
$.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."
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: "為自訂篩選功能提供了意外的值。需要一個函數或字串。"
4949
};
5050

5151
$.ig.DataSourceLocale.locale = $.ig.DataSourceLocale.locale || $.ig.locale['zh-tw'].DataSourceLocale;

src/js/modules/i18n/infragistics.templating-it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$.ig.Templating = $.ig.Templating || {};
2222

2323
$.ig.locale.it.Templating = {
24-
undefinedArgument: 'An error has occurred while trying to retrieve data source property: '
24+
undefinedArgument: 'Si è verificato un errore durante il tentativo di recuperare la proprietà dell\'origine dati: '
2525
};
2626

2727
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale.it.Templating;

src/js/modules/i18n/infragistics.templating-zh-cn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$.ig.Templating = $.ig.Templating || {};
2222

2323
$.ig.locale['zh-cn'].Templating = {
24-
undefinedArgument: 'An error has occurred while trying to retrieve data source property: '
24+
undefinedArgument: '尝试检索数据源属性时出现错误: '
2525
};
2626

2727
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-cn'].Templating;

src/js/modules/i18n/infragistics.templating-zh-tw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$.ig.Templating = $.ig.Templating || {};
2222

2323
$.ig.locale['zh-tw'].Templating = {
24-
undefinedArgument: 'An error has occurred while trying to retrieve data source property: '
24+
undefinedArgument: '嘗試擷取資料來源屬性時出錯: '
2525
};
2626

2727
$.ig.Templating.locale = $.ig.Templating.locale || $.ig.locale['zh-tw'].Templating;

src/js/modules/i18n/infragistics.ui.combo-it.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
$.ig.Combo = $.ig.Combo || {};
2222

2323
$.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."
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."
3232
};
3333

3434
$.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale.it.Combo;

src/js/modules/i18n/infragistics.ui.combo-zh-cn.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
$.ig.Combo = $.ig.Combo || {};
2222

2323
$.ig.locale['zh-cn'].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."
24+
noMatchFoundText: '未找到匹配项',
25+
dropDownButtonTitle: '显示下拉菜单',
26+
clearButtonTitle: '清除值',
27+
placeHolder: '选择...',
28+
notSuported: '不支持该操作。',
29+
errorNoSupportedTextsType: "需要不同的筛选文本。提供的值可以是字符串,也可以是字符串数组。",
30+
errorUnrecognizedHighlightMatchesMode: "需要使用不同的突出显示匹配模式。在 'multi''contains''startsWith''full' 'null' 之间选择一个值。",
31+
errorIncorrectGroupingKey: "分组密钥不正确。"
3232
};
3333

3434
$.ig.Combo.locale = $.ig.Combo.locale || $.ig.locale['zh-cn'].Combo;

0 commit comments

Comments
 (0)