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..85d94522f --- /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: "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 diff --git a/src/js/modules/i18n/infragistics.datasource-zh-Hans.js b/src/js/modules/i18n/infragistics.datasource-zh-Hans.js new file mode 100644 index 000000000..a4b4dd83f --- /dev/null +++ b/src/js/modules/i18n/infragistics.datasource-zh-Hans.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-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 diff --git a/src/js/modules/i18n/infragistics.datasource-zh-Hant.js b/src/js/modules/i18n/infragistics.datasource-zh-Hant.js new file mode 100644 index 000000000..032572c4c --- /dev/null +++ b/src/js/modules/i18n/infragistics.datasource-zh-Hant.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-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 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-Hans.js b/src/js/modules/i18n/infragistics.shared-zh-Hans.js new file mode 100644 index 000000000..ad1ee964f --- /dev/null +++ b/src/js/modules/i18n/infragistics.shared-zh-Hans.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-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 diff --git a/src/js/modules/i18n/infragistics.shared-zh-Hant.js b/src/js/modules/i18n/infragistics.shared-zh-Hant.js new file mode 100644 index 000000000..14526b6b4 --- /dev/null +++ b/src/js/modules/i18n/infragistics.shared-zh-Hant.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-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 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..d0c5ec23c --- /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: '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 diff --git a/src/js/modules/i18n/infragistics.templating-zh-Hans.js b/src/js/modules/i18n/infragistics.templating-zh-Hans.js new file mode 100644 index 000000000..5417e2a8f --- /dev/null +++ b/src/js/modules/i18n/infragistics.templating-zh-Hans.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-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 diff --git a/src/js/modules/i18n/infragistics.templating-zh-Hant.js b/src/js/modules/i18n/infragistics.templating-zh-Hant.js new file mode 100644 index 000000000..ff5f1071c --- /dev/null +++ b/src/js/modules/i18n/infragistics.templating-zh-Hant.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-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 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..1bbc50701 --- /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: '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 diff --git a/src/js/modules/i18n/infragistics.ui.combo-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.combo-zh-Hans.js new file mode 100644 index 000000000..36086acf9 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + $.ig.Combo = $.ig.Combo || {}; + + $.ig.locale['zh-Hans'].Combo = { + noMatchFoundText: '未找到匹配项', + dropDownButtonTitle: '显示下拉菜单', + clearButtonTitle: '清除值', + placeHolder: '选择...', + notSuported: '不支持该操作。', + errorNoSupportedTextsType: "需要不同的筛选文本。提供的值可以是字符串,也可以是字符串数组。", + errorUnrecognizedHighlightMatchesMode: "需要使用不同的突出显示匹配模式。在 'multi','contains','startsWith','full' 和 'null' 之间选择一个值。", + errorIncorrectGroupingKey: "分组密钥不正确。" + }; + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.combo-zh-Hant.js new file mode 100644 index 000000000..6b96c411d --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.combo-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + $.ig.Combo = $.ig.Combo || {}; + + $.ig.locale['zh-Hant'].Combo = { + noMatchFoundText: '未找到匹配項', + dropDownButtonTitle: '顯示下拉式選單', + clearButtonTitle: '清除值', + placeHolder: '選擇...', + notSuported: '不支援該操作。', + errorNoSupportedTextsType: "需要不同的過濾文字。提供的值可以是字串或字串陣列。", + errorUnrecognizedHighlightMatchesMode: "需要使用不同的突顯匹配模式。在 'multi','contains','startsWith','full' 和 'null' 之間選擇一個值。", + errorIncorrectGroupingKey: "分組密鑰不正確。" + }; + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.dialog-it.js new file mode 100644 index 000000000..f5c60d716 --- /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: "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; + return $.ig.locale.it.Dialog; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.dialog-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hans.js new file mode 100644 index 000000000..dc7d8c5d9 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + $.ig.Dialog = $.ig.Dialog || {}; + + $.ig.locale['zh-Hans'].Dialog = { + closeButtonTitle: "收盘", + minimizeButtonTitle: "最小化", + maximizeButtonTitle: "最大化", + pinButtonTitle: "固定", + unpinButtonTitle: "取消固定", + restoreButtonTitle: "恢复", + setOptionError: '以下选项不允许运行时更改: ' + }; + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hant.js new file mode 100644 index 000000000..df84ff70d --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.dialog-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + $.ig.Dialog = $.ig.Dialog || {}; + + $.ig.locale['zh-Hant'].Dialog = { + closeButtonTitle: "關閉", + minimizeButtonTitle: "最小化", + maximizeButtonTitle: "最大化", + pinButtonTitle: "釘選", + unpinButtonTitle: "取消釘選", + restoreButtonTitle: "恢復", + setOptionError: '以下選項不允許執行階段變更: ' + }; + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.editors-it.js new file mode 100644 index 000000000..f2532a347 --- /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: '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; + return $.ig.locale.it.Editor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.editors-zh-Hans.js new file mode 100644 index 000000000..02b755658 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Editor = { + 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-Hans'].Editor; + return $.ig.locale['zh-Hans'].Editor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.editors-zh-Hant.js b/src/js/modules/i18n/infragistics.ui.editors-zh-Hant.js new file mode 100644 index 000000000..504e84ba6 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.editors-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Editor = { + 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-Hant'].Editor; + return $.ig.locale['zh-Hant'].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..708dfdefe --- /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: '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" }, + { 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: "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" } + ] +}; + +$.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-Hans.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hans.js new file mode 100644 index 000000000..818910971 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + $.ig.HtmlEditor = $.ig.HtmlEditor || {}; + + $.ig.locale['zh-Hans'].HtmlEditor = { + 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" }, + { 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-Hans'].HtmlEditor; +return $.ig.locale['zh-Hans'].HtmlEditor; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hant.js b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hant.js new file mode 100644 index 000000000..62412fba0 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.htmleditor-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + $.ig.HtmlEditor = $.ig.HtmlEditor || {}; + + $.ig.locale['zh-Hant'].HtmlEditor = { + 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" }, + { 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: "標題 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" } + ] +}; + +$.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-it.js b/src/js/modules/i18n/infragistics.ui.notifier-it.js new file mode 100644 index 000000000..ad5cb865a --- /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: "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; +return $.ig.locale.it.Notifier; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.notifier-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hans.js new file mode 100644 index 000000000..1f81645fe --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + $.ig.Notifier = $.ig.Notifier || {}; + + $.ig.locale['zh-Hans'].Notifier = { + successMsg: "成功", + errorMsg: "错误", + warningMsg: "警告", + infoMsg: "信息", + notSupportedState: "不支持的通知状态!使用支持的 'success','info','warning','error' 状态之一", + notSupportedMode: "不支持的通知模式!使用支持的 'auto','popover','inline' 模式之一" +}; + +$.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-Hant.js b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hant.js new file mode 100644 index 000000000..bff5a7e0d --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.notifier-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + $.ig.Notifier = $.ig.Notifier || {}; + + $.ig.locale['zh-Hant'].Notifier = { + successMsg: "成功", + errorMsg: "錯誤", + warningMsg: "警告", + infoMsg: "資訊", + notSupportedState: "不支援的通知狀態!使用受支援 'success','info','warning','error' 的狀態之一", + notSupportedMode: "不支援的通知模式!使用支援 'auto','popover','inline' 的模式之一" +}; + +$.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-it.js b/src/js/modules/i18n/infragistics.ui.popover-it.js new file mode 100644 index 000000000..5c14cc3d7 --- /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: "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; +return $.ig.locale.it.Popover; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.popover-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.popover-zh-Hans.js new file mode 100644 index 000000000..100b3b04c --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + $.ig.Popover = $.ig.Popover || {}; + + $.ig.locale['zh-Hans'].Popover = { + popoverOptionChangeNotSupported: "不支持在初始化 igPopover 之后更改以下选项:", + popoverShowMethodWithoutTarget: "当使用选择器选项时,show 函数的目标参数是强制性的" + }; + +$.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-Hant.js b/src/js/modules/i18n/infragistics.ui.popover-zh-Hant.js new file mode 100644 index 000000000..5eb6c4914 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.popover-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + $.ig.Popover = $.ig.Popover || {}; + + $.ig.locale['zh-Hant'].Popover = { + popoverOptionChangeNotSupported: "不支援在 igPopover 初始化後更改以下選項:", + popoverShowMethodWithoutTarget: "當使用選擇器選項時,show 函數的目標參數是強制性的" + }; + +$.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-it.js b/src/js/modules/i18n/infragistics.ui.rating-it.js new file mode 100644 index 000000000..a3b91ac09 --- /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: 'Le modifiche di runtime non sono consentite per la seguente opzione: ' + } + + $.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-Hans.js b/src/js/modules/i18n/infragistics.ui.rating-zh-Hans.js new file mode 100644 index 000000000..c34b1036a --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Rating = { + setOptionError: '以下选项不允许运行时更改: ' + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.rating-zh-Hant.js new file mode 100644 index 000000000..6ce28d6d9 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.rating-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Rating = { + setOptionError: '以下選項不允許執行階段變更: ' + } + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.scroll-it.js new file mode 100644 index 000000000..8aec411eb --- /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: '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; + return $.ig.locale.it.Scroll; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.scroll-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hans.js new file mode 100644 index 000000000..fed08810f --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Scroll = { + errorNoElementLink: '被链接的元素不存在。', + errorNoScrollbarLink: '正在链接的滚动条元素不存在。' + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hant.js new file mode 100644 index 000000000..16e1a4000 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.scroll-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Scroll = { + errorNoElementLink: '所連結的元素不存在。', + errorNoScrollbarLink: '所連結的捲動條元素不存在。' + } + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.splitter-it.js new file mode 100644 index 000000000..2932735e2 --- /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: 'Il numero di pannelli non deve essere superiore a due.', + errorSettingOption: 'Opzione impostazione errore.' + } + + $.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-Hans.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hans.js new file mode 100644 index 000000000..36fdc3338 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Splitter = { + errorPanels: '面板的数量不得超过两个。', + errorSettingOption: '设置选项时出错。' + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hant.js new file mode 100644 index 000000000..77309cfbd --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.splitter-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Splitter = { + errorPanels: '面板的數量不得超過兩個。', + errorSettingOption: '設定選項時出錯。' + } + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.tilemanager-it.js new file mode 100644 index 000000000..f3f2af9b9 --- /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: "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; + return $.ig.locale.it.TileManager; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hans.js new file mode 100644 index 000000000..ca3150927 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].TileManager = { + renderDataError: "未成功检索或解析数据。", + setOptionItemsLengthError: "项目配置的长度与图块的数量不匹配。", + setOptionError: "此选项不允许运行时更改。" + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hant.js new file mode 100644 index 000000000..0587faf20 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tilemanager-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].TileManager = { + renderDataError: "未成功擷取或解析資料。", + setOptionItemsLengthError: "項目設定的長度與磁貼數量不符。", + setOptionError: "此選項不允許運行時變更。" + } + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.toolbar-it.js new file mode 100644 index 000000000..6c5c78783 --- /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: 'Comprimi {0}', + expandButtonTitle: 'Espandi {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-Hans.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hans.js new file mode 100644 index 000000000..5bdb2ad6f --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Toolbar = { + collapseButtonTitle: '折叠 {0}', + expandButtonTitle: '展开 {0}' + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hant.js new file mode 100644 index 000000000..ef663c166 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.toolbar-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Toolbar = { + collapseButtonTitle: '折疊 {0}', + expandButtonTitle: '展開 {0}' + } + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.tree-it.js new file mode 100644 index 000000000..93b146d1c --- /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: '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; + return $.ig.locale.it.Tree; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.tree-zh-Hans.js new file mode 100644 index 000000000..2cf45c084 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Tree = { + 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-Hans'].Tree; + return $.ig.locale['zh-Hans'].Tree; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.tree-zh-Hant.js b/src/js/modules/i18n/infragistics.ui.tree-zh-Hant.js new file mode 100644 index 000000000..55476f3c0 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.tree-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Tree = { + 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-Hant'].Tree; + return $.ig.locale['zh-Hant'].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..122d1222e --- /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: "Carica file", + labelAddButton: "Aggiungi", + labelClearAllButton: "Cancella caricato", + // M.H. 13 May 2011 - fix bug 75042 + labelSummaryTemplate: "{0} di {1} caricati", + labelSummaryProgressBarTemplate: "{0}/{1}", + labelShowDetails: "Mostra dettagli", + labelHideDetails: "Nascondi dettagli", + labelSummaryProgressButtonCancel: "Annulla", + // M.H. 1 June 2011 Fix bug #77532 + labelSummaryProgressButtonContinue: "Carica", + labelSummaryProgressButtonDone: "Fine", + labelProgressBarFileNameContinue: "...", + + //error messages + 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: "Carica file", + titleAddFileButton: "Aggiungi", + titleCancelUploadButton: "Annulla", + // M.H. 1 June 2011 Fix bug #77532 + titleSummaryProgressButtonContinue: "Carica", + titleClearUploaded: "Cancella caricato", + titleShowDetailsButton: "Mostra dettagli", + titleHideDetailsButton: "Nascondi dettagli", + titleSummaryProgressButtonCancel: "Annulla", + titleSummaryProgressButtonDone: "Fine", + // M.H. 1 June 2011 Fix bug #77532 + titleSingleUploadButtonContinue: "Carica", + titleClearAllButton: "Cancella caricato" + } + + $.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-Hans.js b/src/js/modules/i18n/infragistics.ui.upload-zh-Hans.js new file mode 100644 index 000000000..5381e4b1f --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Upload = { + labelUploadButton: "上传文件", + labelAddButton: "添加", + labelClearAllButton: "清除已上传", + // M.H. 13 May 2011 - fix bug 75042 + labelSummaryTemplate: "{1} 中的 {0} 个已上传", + labelSummaryProgressBarTemplate: "{0}/{1}", + labelShowDetails: "显示详细信息", + labelHideDetails: "隐藏详细信息", + labelSummaryProgressButtonCancel: "取消", + // M.H. 1 June 2011 Fix bug #77532 + labelSummaryProgressButtonContinue: "上传", + labelSummaryProgressButtonDone: "完成", + labelProgressBarFileNameContinue: "...", + + //error messages + 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: "上传文件", + titleAddFileButton: "添加", + titleCancelUploadButton: "取消", + // M.H. 1 June 2011 Fix bug #77532 + titleSummaryProgressButtonContinue: "上传", + titleClearUploaded: "清除已上传", + titleShowDetailsButton: "显示详细信息", + titleHideDetailsButton: "隐藏详细信息", + titleSummaryProgressButtonCancel: "取消", + titleSummaryProgressButtonDone: "完成", + // M.H. 1 June 2011 Fix bug #77532 + titleSingleUploadButtonContinue: "上传", + titleClearAllButton: "清除已上传" + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.upload-zh-Hant.js new file mode 100644 index 000000000..29fe9263a --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.upload-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Upload = { + labelUploadButton: "上載檔案", + labelAddButton: "新增", + labelClearAllButton: "清除已上傳", + // M.H. 13 May 2011 - fix bug 75042 + labelSummaryTemplate: "已上傳 {1} 中的 {0}", + labelSummaryProgressBarTemplate: "{0}/{1}", + labelShowDetails: "顯示詳細資訊", + labelHideDetails: "隱藏詳細資料", + labelSummaryProgressButtonCancel: "取消", + // M.H. 1 June 2011 Fix bug #77532 + labelSummaryProgressButtonContinue: "上傳", + labelSummaryProgressButtonDone: "完成", + labelProgressBarFileNameContinue: "...", + + //error messages + 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: "上載檔案", + titleAddFileButton: "新增", + titleCancelUploadButton: "取消", + // M.H. 1 June 2011 Fix bug #77532 + titleSummaryProgressButtonContinue: "上傳", + titleClearUploaded: "清除已上傳", + titleShowDetailsButton: "顯示詳細資訊", + titleHideDetailsButton: "隱藏詳細資料", + titleSummaryProgressButtonCancel: "取消", + titleSummaryProgressButtonDone: "完成", + // M.H. 1 June 2011 Fix bug #77532 + titleSingleUploadButtonContinue: "上傳", + titleClearAllButton: "清除已上傳" + } + + $.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-it.js b/src/js/modules/i18n/infragistics.ui.validator-it.js new file mode 100644 index 000000000..e35f6a14f --- /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: '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; + return $.ig.locale.it.Validator; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.validator-zh-Hans.js new file mode 100644 index 000000000..4f3849b02 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Validator = { + 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-Hans'].Validator; + return $.ig.locale['zh-Hans'].Validator; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.validator-zh-Hant.js b/src/js/modules/i18n/infragistics.ui.validator-zh-Hant.js new file mode 100644 index 000000000..f1a131716 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.validator-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Validator = { + 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-Hant'].Validator; + return $.ig.locale['zh-Hant'].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..138751711 --- /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: "Video live", + live: "Live", + paused: "In pausa", + playing: "In riproduzione", + play: 'Riproduci', + volume: "Volume", + unsupportedVideoSource: "Le origini video correnti non contengono un formato supportato dal browser.", + missingVideoSource: "Nessuna sorgente video compatibile.", + progressLabelLongFormat: "$currentTime$ / $duration$", + progressLabelShortFormat: "$currentTime$", + 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: "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: '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; + return $.ig.locale.it.VideoPlayer; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hans.js new file mode 100644 index 000000000..011df8ac9 --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].VideoPlayer = { + liveStream: "实时视频", + live: "实时", + paused: "已暂停", + playing: "正在播放", + play: '播放', + volume: "成交量", + unsupportedVideoSource: "当前视频源不包含您的浏览器支持的格式。", + missingVideoSource: "无兼容视频源。", + progressLabelLongFormat: "$currentTime$ / $duration$", + progressLabelShortFormat: "$currentTime$", + 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: "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-Hans'].VideoPlayer; + return $.ig.locale['zh-Hans'].VideoPlayer; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hant.js b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hant.js new file mode 100644 index 000000000..684f6684f --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.videoplayer-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].VideoPlayer = { + liveStream: "實況視訊", + live: "直播", + paused: "已暫停", + playing: "正在播放", + play: '播放', + volume: "成交量", + unsupportedVideoSource: "當前視訊來源不包含您的瀏覽器支援的格式。", + missingVideoSource: "無相容的視訊來源。", + progressLabelLongFormat: "$currentTime$ / $duration$", + progressLabelShortFormat: "$currentTime$", + 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: "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-Hant'].VideoPlayer; + return $.ig.locale['zh-Hant'].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..eb03b2ff3 --- /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 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; + return $.ig.locale.it.Zoombar; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hans.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hans.js new file mode 100644 index 000000000..3f632ab0c --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].Zoombar = { + zoombarTargetNotSpecified: "igZoombar 需要附加有效目标!", + zoombarTypeNotSupported: "不支持 Zoombar 尝试附加的小程序类型!", + zoombarProviderNotRecognized: "igZoombar 无法从指定的类中初始化提供者,或者所传递的值不是类。", + optionChangeNotSupported: "不支持在创建 igZoombar 之后更改以下选项:" + } + + $.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-Hant.js b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hant.js new file mode 100644 index 000000000..601d41a1b --- /dev/null +++ b/src/js/modules/i18n/infragistics.ui.zoombar-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].Zoombar = { + zoombarTargetNotSpecified: "igZoombar 需要附加有效目標!", + zoombarTypeNotSupported: "不支援 Zoombar 嘗試附加的小工具類型!", + zoombarProviderNotRecognized: "igZoombar 無法從指定的類別或傳遞的值不是類別,來初始化提供者。", + optionChangeNotSupported: "不支援在創建 igZoombar 之後更改以下選項:" + } + + $.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-it.js b/src/js/modules/i18n/infragistics.util-it.js new file mode 100644 index 000000000..d4b9b49e5 --- /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: "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: "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 = ", + 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-Hans.js b/src/js/modules/i18n/infragistics.util-zh-Hans.js new file mode 100644 index 000000000..1818e8cd8 --- /dev/null +++ b/src/js/modules/i18n/infragistics.util-zh-Hans.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-Hans'] = $.ig.locale['zh-Hans'] || {}; + + $.ig.locale['zh-Hans'].util = { + 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: "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-Hans'].util; + return igRoot; +}));// REMOVE_FROM_COMBINED_FILES diff --git a/src/js/modules/i18n/infragistics.util-zh-Hant.js b/src/js/modules/i18n/infragistics.util-zh-Hant.js new file mode 100644 index 000000000..efbc0df30 --- /dev/null +++ b/src/js/modules/i18n/infragistics.util-zh-Hant.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-Hant'] = $.ig.locale['zh-Hant'] || {}; + + $.ig.locale['zh-Hant'].util = { + 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: "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-Hant'].util; + return igRoot; +}));// REMOVE_FROM_COMBINED_FILES