⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tabledlg_zh.java

📁 今天为网友提供的是JAVA源码
💻 JAVA
字号:
package com.power.language;

import java.util.*;

public class Tabledlg_zh extends java.util.ListResourceBundle {
  static final Object[][] contents = new String[][]{
      {"font","宋体"},
      {"fontKey","宋体"},
      {"fontNotKey","宋体"},


      { "Save", "保存" },
      { "Add_Row", "添加行" },
      { "Delete_Row", "删除行" },
      { "Help", "帮助" },
      { "Print", "打印" },

      {"OK","确定"},
      {"CANCEL","取消"},

    //the tale header and the label resource
       { "Bounds_Support", "产量限制支持计划" },
       { "Facility_ID", "设施编号" },
       { "Product_ID", "产品标识" },
       { "Bucket_ID", "计划期编号" },
       { "Bucket_Start_Date", "起始日期" },
       { "Lower_Bound_Specified", "设定下限" },
       { "Lower_Bound_Actually_Used", "实际采用下限" },
       { "Support_Level", "支持水平 (%)" },
    //Calendar
    { "Calendar", "滚动计划主日历" },
    { "Number_of_Days", "天数" },
    { "Start_Date", "开始日期" },
    //Deliquency
    { "Deliquency", "缺货计划" },
    { "Demand_Facility_ID", "需求设施编号" },
    { "Delinquent_Product_ID", "缺货产品标识" },
    { "Com_Plan_Outs", "累计计划产出量" },
    { "Com_Demand", "累计需求量" },
    { "Shortage", "短缺量" },
    //Facility
    { "Facility", "设施" },
    { "Description", "说明" },
    { "Facility_Type","设施类型"},
    //Inter-Shipment
    { "Inter_Shipment", "仓储转运" },
    { "Orig_Facility_ID", "发货设施编号" },
    { "Dest_Facility_ID", "收货设施编号" },
    { "Ship_Time", "运输时间" },
    { "Orig_Product_ID", "发出产品标识" },
    { "Dest_Product_ID", "收到产品标识" },
    //Inventory
    { "Inventory", "库存" },
    { "Receiving_Bucket", "预计收到期" },
    { "Quantity", "数量" },
    //Inventory Costs
    { "Inventory_Costs", "库存成本" },
    { "Effective_Bucket", "生效期" },
    { "Holding_Cost", "库存成本(¥/件/天)" },
    //Inventory Group
    { "Inventory_Group", "库存编组" },
    { "Inventory_Group_ID", "库存组编号" },
    //Material Consumption
    { "Material_Consumption", "耗材消耗计划" },
    { "Material_ID", "耗材标识" },
    { "Consumed_Amount", "消耗量" },
    { "Material_Supply", "耗材供应" },
    //Materials
    { "Materials", "耗材" },
    { "Available_Quantity", "可用量" },
    //Material Use
    { "Material_Use", "耗材消耗定额" },
    { "Route_ID", "工艺流程编号" },
    { "Material_Use_Amount", "用量/单位" },
    //Min Inventory
    { "Min_Inventory", "最小库存需求" },
    //Minimum Inventory Support
    { "Minimum_Inventory_Support", "最小库存支持计划" },
    { "Min_Inventory_Specified", "给定最小库存" },
    { "Plan_Support_Quantity", "计划支持数量" },
    //Product
    { "Product", "产品" },
    //Product Bounds
    { "Product_Bounds", "产量限制" },
    { "Bound_Type", "限制类型" },
    { "Bound_Quantity", "限制数量" },
    { "Penalty", "惩罚系数" },
    //Product Demand
    { "Product_Demand", "产品需求" },
    { "Bucket", "计划期" },
    { "Priority", "优先度" },
    { "Gross_Demand", "总需求量" },
    { "ASP", "平均售价" },
    //Product Dispatch
    { "Product_Dispatch", "发货计划" },
    { "Supply_Facility_ID", "发货设施编号" },
    { "Supply_Product_ID", "发出产品标识" },
    { "Shipment_Starting_Bucket", "起运期" },
    { "Quantity_Shipped", "发货量" },
    //Outs By Route
    { "Outs_By_Route", "工艺流程出产计划" },
    { "Bucket_ID1","出产期"},
    { "Facility_Description", "设施说明" },
    { "Starts_Bucket", "起始期" },
    { "Outs_Quantity", "产出量" },
    //Outs Schedule
    { "Outs_Schedule", "产出量计划" },
    //Production Plan
    { "Production_Plan", "生产计划" },
    { "Facility_ID_of_Route", "工艺流程设施编号" },

    { "Facility_ID_of_Route_Out", "流程产出设施编号" },
    //Starts Schedule
    { "Starts_Schedule", "生产量计划" },
    { "Facility_Desc_of_Route", "工艺流程设施说明" },
    { "Starts_Quantity", "生产数量" },
    //Product Receipt
    { "Product_Receipt", "进货计划" },
    { "Shipment_Receipt_Bucket", "收货期" },
    { "Quantity_Received", "收到数量" },
    //Resource
    { "Resource", "资源" },
    { "Resource_ID", "资源标识" },
    { "Avail_Hours_Working_Day", "可用小时数" },
    //Resource Usage
    { "Resource_Usage", "资源使用计划" },
    { "Hours_Used", "使用时间(小时)" },
    { "Percent_Used", "设备负荷率(%)" },
    //Resource Use
    { "Resource_Use", "资源使用定额" },
    { "Cycle_Time_to_Rsc", "使用资源之前周期" },
    { "Yield_to_Rsc", "使用资源之前正品率" },
    { "UPH", "加工量/小时" },
    //Route
    { "Route", "工艺流程" },
    { "Src_Facility_ID", "供货设施编号" },
    { "Effect_Bucket", "起始有效期" },
    { "Cycle_Time", "流程周期" },
    { "Yield", "正品率" },
    { "Cost_per_Start", "单位生产成本" },
    //Route Product
    { "Route_Product", "工艺流程产出品" },
    { "Effective_Split_Bucket", "起始有效期" },
    { "Fraction_of_Route", "百分比/数量" },
    //Route Source
    { "Route_Source", "工艺流程辅料" },
    { "Rank_Number", "喜好度" },
    { "Required_Number", "用量" },
    { "Single_or_Multi", "单或多" },
    //Sourcing Plan
    { "Sourcing_Plan", "辅料/半成品使用计划" },
    { "Source_Facility_ID", "供货设施编号" },
    { "Source_Quantity", "用量" },
    //WIP
    { "WIP", "工艺流程在制品" },
    { "WIP_Quantity", "在制品数量" },
    { "Start_Date1","开始生产日期"},
//Working Calendar
    { "Working_Calendar", "工作日历" },
    { "Work_Days", "工作天数" },

    //messages
   {"SaveOk","你的数据已经保存!"},
   {"DeleteConfirm","你确定删除所选择的行?"},
   {"DeleteWarning","请选择需要删除的行!"},
   {"DuplicatedWarning1","信息 : 有重复的关键字! 请输入另一个值!"},
   {"DuplicatedWarning2","有重复的关键字! \n 请用另一个值!"} ,
   {"DuplicatedWarning3","信息 :有重复的工艺流程编号,请用另一个值!"} ,
   {"DuplicatedWarning4","有重复的工艺流程编号! \n 请用另一个值!"} ,
   {"NullWarning","信息 :不能为空值!"},
   {"ChangeType","你确定更改类型吗?"},
    //ToolTips
    {"FirstPage","最前"},
    {"PreviousPage","前一页"},
    {"NextPage","下一页"},
    {"LastPage","最后"},
    {"PreviousMonth","上个月"},
    {"PreviousYear","上一年"},
    {"NextMonth","下个月"},
    {"NextYear","下一年"},
   //others
   {"All","全部"},
   {"Filter","筛选"},
   {"Input_Data","输入数据"},
   {"Row","行"},
   {"Column","列"},
   {"Facility_Type_I","库存设施"},
   {"Facility_Type_M","生产设施"},
   {"Single","单"},
   {"Muti","多"},
   {"UPPER","上限"},
   {"LOWER","下限"},
   {"WarningMessage","警告信息"},
   {"Message","信息"},

    //calendar
    {"DateFormat","yyyy年MM月dd日"},
    {"MonthFormat","yyyy M月"},
    {"Sun","日"},
    {"Mon","一"},
    {"Tue","二"},
    {"Wed","三"},
    {"Thu","四"},
    {"Fri","五"},
    {"Sat","六"}

};
  public Object[][] getContents() {
    return contents;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -