ultraGrid中關於篩選視窗的漢化代碼

來源:互聯網
上載者:User
 

private void GridFilter_Customizer()
  {
   Infragistics.Shared.ResourceCustomizer rc=Infragistics.Win.UltraWinGrid.Resources.Customizer;
   rc.SetCustomizedString("RowFilterDropDownAllItem","所有");
   rc.SetCustomizedString("RowFilterDropDownBlanksItem","空");
   rc.SetCustomizedString("RowFilterDropDownCustomItem","自訂");
   rc.SetCustomizedString("RowFilterDropDownNonBlanksItem","非空");
   rc.SetCustomizedString("RowFilterDropDownAllItem","所有");
   rc.SetCustomizedString("RowFilterDialogTitlePrefix","輸入過濾準則為");
   rc.SetCustomizedString("FilterDialogAndRadioText","並且");
   rc.SetCustomizedString("FilterDialogOrRadioText","或者");
   rc.SetCustomizedString("FilterDialogAddConditionButtonText","增加一個條件(&N)");
   rc.SetCustomizedString("FilterDialogDeleteButtonText","刪除一個條件");
   rc.SetCustomizedString("FilterDialogOkButtonText","確定(&O)");
   rc.SetCustomizedString("FilterDialogCancelButtonText","取消(&C)");
   rc.SetCustomizedString("FilterDialogOkButtonNoFiltersText","不過濾");
   rc.SetCustomizedString("RowFilterDialogOperatorHeaderCaption","比較子");
   rc.SetCustomizedString("RowFilterDialogOperandHeaderCaption","準則");
   rc.SetCustomizedString("RowFilterDropDownEquals","等於");
   rc.SetCustomizedString("RowFilterDropDownNotEquals","不等於");
   rc.SetCustomizedString("RowFilterDropDownLessThan","小於");
   rc.SetCustomizedString("RowFilterDropDownLessThanOrEqualTo","小於等於");
   rc.SetCustomizedString("RowFilterDropDownGreaterThan","大於");
   rc.SetCustomizedString("RowFilterDropDownGreaterThanOrEqualTo","大於等於");
   rc.SetCustomizedString("RowFilterDropDownMatch","自訂規則運算式");
   rc.SetCustomizedString("RowFilterDropDownLike","模糊尋找");

   rc.SetCustomizedString("RowFilterDialogBlanksItem","空白");
   rc.SetCustomizedString("RowFilterDialogDBNullItem","無值");
   rc.SetCustomizedString("RowFilterDialogEmptyTextItem","Null 字元");

   rc.SetCustomizedString("RowFilterDropDown_Operator_Equals","等於");
   rc.SetCustomizedString("RowFilterDropDown_Operator_NotEquals","不等於");
   rc.SetCustomizedString("RowFilterDropDown_Operator_LessThan","小於");
   rc.SetCustomizedString("RowFilterDropDown_Operator_LessThanOrEqualTo","小於等於");
   rc.SetCustomizedString("RowFilterDropDown_Operator_GreaterThan","大於");
   rc.SetCustomizedString("RowFilterDropDown_Operator_GreaterThanOrEqualTo","大於等於");
   rc.SetCustomizedString("RowFilterDropDown_Operator_Match","自訂規則運算式");
   rc.SetCustomizedString("RowFilterDropDown_Operator_Like","模糊尋找");

   rc.SetCustomizedString("RowFilterPatternCaption","無效尋找模式");
   rc.SetCustomizedString("RowFilterPatternError","錯誤的解析模式{0}. 請輸入一個有效運算式");
   rc.SetCustomizedString("RowFilterPatternException","無效尋找模式{0}");
   rc.SetCustomizedString("RowFilterRegexError","無效的規則運算式{0}.請輸入一個有效運算式");
   rc.SetCustomizedString("RowFilterRegexErrorCaption","無效規則運算式");
   rc.SetCustomizedString("RowFilterRegexException","無效規則運算式{0}");
  }

裡面翻譯的有所不妥。請大家諒解,正好有個網友需要,所以貼上來了。



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.