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