35 lines
2.1 KiB
Properties
35 lines
2.1 KiB
Properties
# This Source Code Form is subject to the terms of the Mozilla Public
|
||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
||
Reset = 重設
|
||
Submit = 送出查詢
|
||
Browse = 瀏覽…
|
||
FileUpload = 上傳檔案
|
||
DirectoryUpload = 選擇要上傳的資料夾
|
||
DirectoryPickerOkButtonLabel = 上傳
|
||
ForgotPostWarning = 表格含有 enctype=%S 但未使用 method=post。傳送時會使用 method=GET 且忽略 enctype 設定。
|
||
ForgotFileEnctypeWarning = 表格含有上傳檔案的輸入,但未使用 method=POST 與 enctype=multipart/form-data。檔案將不會被上傳。
|
||
# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
|
||
DefaultFormSubject = 來自 %S 的表單
|
||
CannotEncodeAllUnicode = 有一張使用 %S 編碼送出的表單無法對所有的 Unicode 字元進行編碼,所以使用者所輸入的東西可能發生錯誤。若要避免這個問題,應該修改此網頁,將網頁本身改為 UTF-8 編碼格式,或是在表單元素上指定 accept-charset=utf-8,以確保能使用 UTF-8 編碼送出表單。
|
||
AllSupportedTypes = 所有支援的類型
|
||
# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
|
||
# <input type='file'> when there is no file selected yet.
|
||
NoFileSelected = 未選擇檔案。
|
||
# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
|
||
# <input type='file' multiple> when there is no file selected yet.
|
||
NoFilesSelected = 未選擇檔案。
|
||
# LOCALIZATION NOTE (NoDirSelected): this string is shown on a
|
||
# <input type='file' directory/webkitdirectory> when there is no directory
|
||
# selected yet.
|
||
NoDirSelected = 未選擇目錄。
|
||
# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
|
||
# <input type='file' multiple> when there are more than one selected file.
|
||
# %S will be a number greater or equal to 2.
|
||
XFilesSelected = 選擇了 %S 個檔案。
|
||
ColorPicker = 選擇色彩
|
||
# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
|
||
# it has no direct <summary> child. Google Chrome should already have this
|
||
# string translated.
|
||
DefaultSummary = 詳細資訊
|