fixed ftl variable names
This commit is contained in:
parent
1849d712b1
commit
da4338ed69
21 changed files with 41 additions and 41 deletions
|
@ -26,10 +26,10 @@ uploadSuccessConfirmHeader = 送信準備完了
|
|||
uploadSvgAlt = アップロード
|
||||
uploadSuccessTimingHeader = ファイルへのリンクは、1 回ダウンロードされた後、もしくは 24 時間以内に期限切れとなります。
|
||||
expireInfo = このファイルへのリンクは { $downloadCount } あるいは { $timespan } 後に期限切れとなります。
|
||||
downloadCount = { $num ->
|
||||
downloadCount = { $number ->
|
||||
*[other] { $number } 回のダウンロード
|
||||
}
|
||||
timespanHours = { $num ->
|
||||
timespanHours = { $number ->
|
||||
*[other] { $number } 時間
|
||||
}
|
||||
copyUrlFormLabelWithName = ファイルを送信するにはこのリンクをコピー、共有してください: { $filename }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue