removed .title and .alt attributes from ftl
This commit is contained in:
parent
01a064ef7f
commit
59e2267513
41 changed files with 287 additions and 978 deletions
|
@ -8,9 +8,7 @@ uploadPageLearnMore = 了解更多
|
|||
uploadPageDropMessage = 將檔案放到此處開始上傳
|
||||
uploadPageSizeMessage = 為了讓系統能最穩定地執行,請盡量將檔案控制在 1GB 以下。
|
||||
uploadPageBrowseButton = 選擇您電腦上的檔案
|
||||
.title = 選擇您電腦上的檔案
|
||||
uploadPageBrowseButton1 = 選擇要上傳的檔案
|
||||
.title = 選擇要上傳的檔案
|
||||
uploadPageMultipleFilesAlert = 目前暫不支援上傳多個檔案或資料夾。
|
||||
uploadPageBrowseButtonTitle = 上傳檔案
|
||||
uploadingPageProgress = 正在上傳 { $filename }({ $size })
|
||||
|
@ -21,52 +19,39 @@ decryptingFile = 解密中…
|
|||
notifyUploadDone = 已完成上傳。
|
||||
uploadingPageMessage = 檔案上傳後,即可設定過期時間。
|
||||
uploadingPageCancel = 取消上傳
|
||||
.title = 取消上傳
|
||||
uploadCancelNotification = 已取消上傳。
|
||||
uploadingPageLargeFileMessage = 這個檔案有點大,可能需要花點時間上傳,再等會兒!
|
||||
uploadingFileNotification = 上傳完成時通知我。
|
||||
uploadSuccessConfirmHeader = 準備好傳送
|
||||
uploadSvgAlt
|
||||
.alt = 上傳
|
||||
uploadSvgAlt = 上傳
|
||||
uploadSuccessTimingHeader = 您的檔案鏈結將會在首次下載,或 24 小時後失效。
|
||||
copyUrlFormLabelWithName = 複製並分享鏈結來傳送您的檔案: { $filename }
|
||||
// Note: Title text for button should be the same.
|
||||
copyUrlFormButton = 複製到剪貼簿
|
||||
.title = 複製到剪貼簿
|
||||
copiedUrl = 已複製!
|
||||
// Note: Title text for button should be the same.
|
||||
deleteFileButton = 刪除檔案
|
||||
.title = 刪除檔案
|
||||
// Note: Title text for button should be the same.
|
||||
sendAnotherFileLink = 傳送另一個檔案
|
||||
.title = 傳送另一個檔案
|
||||
// Alternative text used on the download link/button (indicates an action).
|
||||
downloadAltText
|
||||
.alt = 下載
|
||||
downloadAltText = 下載
|
||||
downloadFileName = 下載 { $filename }
|
||||
downloadFileSize = ({ $size })
|
||||
// Firefox Send is a brand name and should not be localized.
|
||||
downloadMessage = 您的朋友正透過 Firefox Send 傳送檔案給您。這是一個可讓您透過安全、隱密、並且會將鏈結加密過,自動失效以確保檔案不會在網路上無限停留的檔案分享服務。
|
||||
// Text and title used on the download link/button (indicates an action).
|
||||
downloadButtonLabel = 下載
|
||||
.title = 下載
|
||||
downloadNotification = 下載完成。
|
||||
downloadFinish = 下載完成
|
||||
// This message is displayed when uploading or downloading a file, e.g. "(1,3 MB of 10 MB)".
|
||||
fileSizeProgress = ({ $partialSize },共 { $totalSize })
|
||||
// Firefox Send is a brand name and should not be localized. Title text for button should be the same.
|
||||
// Firefox Send is a brand name and should not be localized.
|
||||
sendYourFilesLink = 試用 Firefox Send
|
||||
.title = 試用 Firefox Send
|
||||
downloadingPageProgress = 正在下載 { $filename }({ $size })
|
||||
downloadingPageMessage = 請保留此分頁開啟,我們將取回這個檔案並進行解密。
|
||||
errorAltText
|
||||
.alt = 上傳錯誤
|
||||
errorAltText = 上傳錯誤
|
||||
errorPageHeader = 有些東西不對勁!
|
||||
errorPageMessage = 上傳檔案時發生錯誤。
|
||||
errorPageLink = 傳送另一個檔案
|
||||
fileTooBig = 檔案太大無法上傳。檔案大小限制為 { $size }。
|
||||
linkExpiredAlt
|
||||
.alt = 鏈結已過期
|
||||
linkExpiredAlt = 鏈結已過期
|
||||
expiredPageHeader = 鏈結已失效,或根本不存在!
|
||||
notSupportedHeader = 不支援您的瀏覽器。
|
||||
// Firefox Send is a brand name and should not be localized.
|
||||
|
@ -87,10 +72,8 @@ legalNoticeMozilla = 使用 Firefox Send 網站時,亦受到 Mozilla 的<a>網
|
|||
deletePopupText = 真的要刪除這個檔案嗎?
|
||||
deletePopupYes = 好的,刪除
|
||||
deletePopupCancel = 不要刪除
|
||||
deleteButtonHover
|
||||
.title = 刪除
|
||||
copyUrlHover
|
||||
.title = 複製網址
|
||||
deleteButtonHover = 刪除
|
||||
copyUrlHover = 複製網址
|
||||
footerLinkLegal = 法律資訊
|
||||
// Test Pilot is a proper name and should not be localized.
|
||||
footerLinkAbout = 關於 Test Pilot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue