Update send.ftl

This commit is contained in:
LOLSALT 2024-12-19 19:06:45 +08:00 committed by Tim Visée
parent f54f3ccaa2
commit 67dfc94ef3

View file

@ -2,12 +2,12 @@ title = Send
importingFile = 匯入中… importingFile = 匯入中…
encryptingFile = 加密中… encryptingFile = 加密中…
decryptingFile = 解密中… decryptingFile = 解密中…
downloadCount = downloadCount = { $num ->
{ $num -> [one] 1 次下載
*[other] { $num } 次下載 *[other] { $num } 次下載
} }
timespanHours = timespanHours = { $num ->
{ $num -> [one] 1 小時
*[other] { $num } 小時 *[other] { $num } 小時
} }
copiedUrl = 已複製! copiedUrl = 已複製!
@ -26,6 +26,11 @@ notSupportedOutdatedDetail = 很可惜,此版本的 Firefox 不支援 Send 所
updateFirefox = 更新 Firefox updateFirefox = 更新 Firefox
deletePopupCancel = 取消 deletePopupCancel = 取消
deleteButtonHover = 刪除 deleteButtonHover = 刪除
footerText = Not affiliated with Mozilla or Firefox.
footerLinkDonate = 捐助
footerLinkCli = 命令列
footerLinkDmca = DMCA
footerLinkSource = 原始碼
passwordTryAgain = 密碼不正確,請再試一次。 passwordTryAgain = 密碼不正確,請再試一次。
javascriptRequired = Send 需要開啟 JavaScript 功能 javascriptRequired = Send 需要開啟 JavaScript 功能
whyJavascript = 為什麼 Send 需要 JavaScript 才能使用? whyJavascript = 為什麼 Send 需要 JavaScript 才能使用?
@ -45,25 +50,26 @@ passwordSetError = 無法設定此密碼
-send-short-brand = Send -send-short-brand = Send
-firefox = Firefox -firefox = Firefox
-mozilla = Mozilla -mozilla = Mozilla
introTitle = 簡單而私密的檔案共享服務 introTitle = 簡單而私密的檔案共享服務
introDescription = { -send-brand } 讓您可透過點對點加密的方式來分享檔案,並提供會自動失效的鏈結。這樣一來就可以保留分享時的隱私,也確保檔案不會永久保存於網路上。 introDescription = { -send-brand } 讓您可透過點對點加密的方式來分享檔案,並提供會自動失效的鏈結。這樣一來就可以保留分享時的隱私,也確保檔案不會永久保存於網路上。
notifyUploadEncryptDone = 已加密您的檔案,可以傳送 notifyUploadEncryptDone = 已加密您的檔案,可以傳送
# downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes' # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
archiveExpiryInfo = { $downloadCount } 或 { $timespan } 後失效 archiveExpiryInfo = { $downloadCount } 或 { $timespan } 後失效
timespanMinutes = timespanMinutes = { $num ->
{ $num -> [one] 1 分鐘
*[other] { $num } 分鐘 *[other] { $num } 分鐘
} }
timespanDays = timespanDays = { $num ->
{ $num -> [one] 1 天
*[other] { $num } 天 *[other] { $num } 天
} }
timespanWeeks = timespanWeeks = { $num ->
{ $num -> [one] 1 週
*[other] { $num } 週 *[other] { $num } 週
} }
fileCount = fileCount = { $num ->
{ $num -> [one] 1 個檔案
*[other] { $num } 個檔案 *[other] { $num } 個檔案
} }
# byte abbreviation # byte abbreviation
@ -85,13 +91,13 @@ downloadTitle = 下載檔案
downloadDescription = 此檔案是透過 { -send-brand } 進行分享,以點對點加密的方式來分享檔案,並提供會自動失效的鏈結。 downloadDescription = 此檔案是透過 { -send-brand } 進行分享,以點對點加密的方式來分享檔案,並提供會自動失效的鏈結。
trySendDescription = 快試試 { -send-brand },簡單安全的檔案分享機制。 trySendDescription = 快試試 { -send-brand },簡單安全的檔案分享機制。
# count will always be > 10 # count will always be > 10
tooManyFiles = tooManyFiles = { $count ->
{ $count -> [one] 一次僅能上傳 1 個檔案。
*[other] 一次僅能上傳 { $count } 個檔案。 *[other] 一次僅能上傳 { $count } 個檔案。
} }
# count will always be > 10 # count will always be > 10
tooManyArchives = tooManyArchives = { $count ->
{ $count -> [one] 僅允許 1 個壓縮檔。
*[other] 僅允許 { $count } 個壓縮檔。 *[other] 僅允許 { $count } 個壓縮檔。
} }
expiredTitle = 此鏈結已經失效。 expiredTitle = 此鏈結已經失效。
@ -136,5 +142,4 @@ shareLinkDescription = 您的檔案鏈結:
shareLinkButton = 分享鏈結 shareLinkButton = 分享鏈結
# $name is the name of the file # $name is the name of the file
shareMessage = 使用 { -send-brand } 下載「{ $name }」: 簡單安全的檔案分享機制 shareMessage = 使用 { -send-brand } 下載「{ $name }」: 簡單安全的檔案分享機制
trailheadPromo = 有種方法可以保護您的隱私,加入 Firefox。
learnMore = 了解更多。 learnMore = 了解更多。