################################################################################ ## ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with ## this work for additional information regarding copyright ownership. ## The ASF licenses this file to You under the Apache License, Version 2.0 ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. ## ################################################################################ # DataGridAccImpl rowMofN = 第 %1 列 (共 %2 列) sortedAscending = 排序 sortedDescending = 遞減排序 sortLevel = 層級 %1 # DataGroup cannotDisplayVisualElement=除非視覺元素為顯示物件並且會實作 IVisualElement,否則 DataGroup 無法直接顯示這些元素。 unableToCreateRenderer=無法建立 {0} 的項目輸出器。 addChildDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 addChild()。若要加入、移除或交換檔案,請修改 dataProvider。 addChildAtDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 addChildAt()。若要加入、移除或交換檔案,請修改 dataProvider。 removeChildDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 removeChild()。若要加入、移除或交換檔案,請修改 dataProvider。 removeChildAtDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 removeChildAt()。若要加入、移除或交換檔案,請修改 dataProvider。 setChildIndexDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 setChildIndex()。若要加入、移除或交換檔案,請修改 dataProvider。 swapChildrenDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 swapChildren()。若要加入、移除或交換檔案,請修改 dataProvider。 swapChildrenAtDataGroupError=DataGroup 會管理自己的顯示物件,因此您不應該直接呼叫 swapChildrenAt()。若要加入、移除或交換檔案,請修改 dataProvider。 # Application viewSource=檢視原始碼 # VideoPlayer videoPlayerVideoDisplayAccName=視訊播放程式 videoPlayerPlayButtonAccName=播放,暫停 videoPlayerScrubBarAccName=擦除 videoPlayerMuteButtonAccName=未靜音,靜音 videoPlayerVolumeBarAccName=音量 videoPlayerFullScreenButtonAccName=全螢幕 # SkinnableComponent skinNotFound=找不到 {0} 的外觀。 requiredSkinPartNotFound=找不到必要的外觀部分 {0}。 # SkinnableComponent, Group addChildError=在此類別中無法使用 addChild()。請改用 addElement(),或是修改外觀 (如果有的話)。 addChildAtError=在此類別中無法使用 addChildAt()。請改用 addElementAt(),或是修改外觀 (如果有的話)。 removeChildError=在此類別中無法使用 removeChild()。請改用 removeElement(),或是修改外觀 (如果有的話)。 removeChildAtError=在此類別中無法使用 removeChildAt()。請改用 removeElementAt(),或是修改外觀 (如果有的話)。 setChildIndexError=在此類別中無法使用 setChildIndex()。請改用 setElementIndex(),或是修改外觀 (如果有的話)。 swapChildrenError=在此類別中無法使用 swapChildren()。請改用 swapElements(),或是修改外觀 (如果有的話)。 swapChildrenAtError=在此類別中無法使用 swapChildrenAt()。請改用 swapElementsAt(),或是修改外觀 (如果有的話)。 # HGroup, VGroup layoutReadOnly=不允許變更此類別的配置。其為唯讀。 # Scroller elementNotFoundInScroller=在此 Scroller 中找不到 {0}。 operationNotSupported=不支援此作業。 operationSupportedForOneAxisOnly=僅當執行水平或垂直捲動時 (但不是二者同時) 才支援此作業。 operationRequiresViewportLayout=此作業要求視埠具有配置。 operationRequiresSnappingMode=此作業要求 scrollSnappingMode 設定為 NONE 以外的其他值。 # Group cannotAddYourselfAsYourChild=無法將元素加入為自己的子項。 elementNotFoundInGroup=在此 Group 中找不到 {0}。 mxmlElementNoMultipleParents=MXML 元素 {0} 只能有一個父項。 scaleGridGroupError=無法在此 Group 上設定 ScaleGrid 屬性,因為有至少一個子元素是 DisplayObject。 # Scroller, Group indexOutOfRange=索引 {0} 超出範圍。 # DisplayLayer objectNotFoundInDisplayLayer=在此 DisplayLayer 中找不到 {0}。 # Slider sliderPageUpAccName=向上翻頁 sliderPageDownAccName=向下翻頁 sliderPageLeftAccName=向左翻頁 sliderPageRightAccName=向右翻頁 sliderPositionAccName=位置 # Spinner spinnerLessAccName=更少 spinnerMoreAccName=更多 # ToggleSwitch toggleSwitchSelectedLabel=ON toggleSwitchUnselectedLabel=OFF # StyleableTextField styleSheetError=包含樣式表的文字欄位無法使用此方法或屬性。