1 #
   2 # This properties file is used to create a PropertyResourceBundle
   3 # It contains Locale specific strings used be the Accessibility package.
   4 #
   5 # When this file is read in, the strings are put into the 
   6 # defaults table.  This is an implementation detail of the current
   7 # workings of Accessibility.  DO NOT DEPEND ON THIS.  
   8 # This may change in future versions of Accessibility as we improve 
   9 # localization support.
  10 #
  11 # @author  Lynn Monsanto
  12 
  13 #
  14 # accessible roles
  15 #
  16 alert=警示
  17 awtcomponent=AWT 元件
  18 checkbox=核取方塊
  19 colorchooser=色彩選擇器
  20 columnheader=直欄標題
  21 combobox=下拉式清單方塊
  22 canvas=畫布
  23 desktopicon=桌面圖示
  24 desktoppane=桌面窗格
  25 dialog=對話方塊
  26 directorypane=目錄窗格
  27 glasspane=檢視窗格
  28 filechooser=檔案選擇器
  29 filler=填充物
  30 frame=框架
  31 internalframe=內部框架
  32 label=標籤
  33 layeredpane=分層窗格
  34 list=清單
  35 listitem=清單項目
  36 menubar=功能表列
  37 menu=功能表
  38 menuitem=功能表項目
  39 optionpane=選項窗格
  40 pagetab=頁面頁籤
  41 pagetablist=頁面頁籤清單
  42 panel=面板
  43 passwordtext=密碼文字
  44 popupmenu=即現式功能表
  45 progressbar=進度列
  46 pushbutton=下壓按鈕
  47 radiobutton=圓鈕
  48 rootpane=root 窗格
  49 rowheader=列標題
  50 scrollbar=捲軸
  51 scrollpane=捲動窗格
  52 separator=分隔元
  53 slider=滑動軸
  54 splitpane=分割窗格
  55 swingcomponent=Swing 元件
  56 table=表格
  57 text=文字
  58 tree=樹狀結構
  59 togglebutton=切換按鈕
  60 toolbar=工具列
  61 tooltip=工具提示
  62 unknown=不明的
  63 viewport=檢視區
  64 window=視窗
  65 #
  66 # accessible relations
  67 #
  68 labelFor=標示對象
  69 labeledBy=標示者
  70 memberOf=所屬成員
  71 controlledBy=控制者
  72 controllerFor=控制對象
  73 #
  74 # accessible states
  75 #
  76 active=作用中
  77 armed=已配備
  78 busy=忙碌中
  79 checked=已核選
  80 collapsed=已收縮
  81 editable=可編輯
  82 expandable=可擴展
  83 expanded=已擴展
  84 enabled=已啟用
  85 focusable=可聚焦
  86 focused=已聚焦
  87 iconified=已圖示化
  88 modal=模態
  89 multiline=多行
  90 multiselectable=可多重選取
  91 opaque=不透明
  92 pressed=已按下
  93 resizable=可調整大小
  94 selectable=可選取
  95 selected=已選取
  96 showing=顯示
  97 singleline=單行
  98 transient=暫時的
  99 visible=可見的
 100 vertical=垂直
 101 horizontal=水平
 102 #
 103 # accessible actions
 104 #
 105 toggleexpand=切換擴展
 106 
 107 # new relations, roles and states for J2SE 1.5.0
 108 
 109 # 
 110 # accessible relations
 111 #
 112 flowsTo=流動至
 113 flowsFrom=流動自
 114 subwindowOf=子視窗
 115 parentWindowOf=父系視窗
 116 embeds=內嵌
 117 embeddedBy=內嵌者
 118 childNodeOf=子節點
 119 
 120 #
 121 # accessible roles
 122 #
 123 header=頁首
 124 footer=頁尾
 125 paragraph=段落
 126 ruler=尺規
 127 editbar=編輯列
 128 progressMonitor=進度監視器
 129 
 130 #
 131 # accessible states
 132 #
 133 managesDescendants=管理子代
 134 indeterminate=不確定
 135 truncated=已截斷
 136 
 137 # new for J2SE 1.6.0
 138 
 139 #
 140 # accessible roles
 141 #
 142 htmlcontainer=HTML 容器
 143 
 144 #
 145 # END OF MATERIAL TO LOCALIZE
 146 #