mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 19:55:34 +00:00
rename number to num in ftl
This commit is contained in:
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = 準備好傳送
|
||||
uploadSvgAlt = 上傳
|
||||
uploadSuccessTimingHeader = 您的檔案鏈結將會在首次下載,或 24 小時後失效。
|
||||
expireInfo = 檔案鏈結將在 { $downloadCount }或 { $timespan }後失效。
|
||||
downloadCount = { $number ->
|
||||
*[other] { $number } 次下載
|
||||
downloadCount = { $num ->
|
||||
*[other] { $num } 次下載
|
||||
}
|
||||
timespanHours = { $number ->
|
||||
*[other] { $number } 小時
|
||||
timespanHours = { $num ->
|
||||
*[other] { $num } 小時
|
||||
}
|
||||
copyUrlFormLabelWithName = 複製並分享鏈結來傳送您的檔案: { $filename }
|
||||
copyUrlFormButton = 複製到剪貼簿
|
||||
|
||||
Reference in New Issue
Block a user