diff --git a/app/templates/share.js b/app/templates/share.js
index 4869cb50..e86d18e0 100644
--- a/app/templates/share.js
+++ b/app/templates/share.js
@@ -19,12 +19,12 @@ function expireInfo(file, translate, emit) {
const el = html([
`
${translate('expireInfo', {
downloadCount: '',
- timespan: translate('timespanHours', { number: 24 })
+ timespan: translate('timespanHours', { num: 24 })
})}
`
]);
const select = el.querySelector('select');
const options = [1, 2, 3, 4, 5, 20];
- const t = number => translate('downloadCount', { number });
+ const t = num => translate('downloadCount', { num });
const changed = value => emit('changeLimit', { file, value });
select.parentNode.replaceChild(
selectbox(file.dlimit || 1, options, t, changed),
diff --git a/public/locales/bs/send.ftl b/public/locales/bs/send.ftl
index 4abcab4e..b8804a41 100644
--- a/public/locales/bs/send.ftl
+++ b/public/locales/bs/send.ftl
@@ -26,10 +26,10 @@ uploadSuccessConfirmHeader = Spremno za slanje
uploadSvgAlt = Otpremi
uploadSuccessTimingHeader = Veza prema vašoj datoteci će isteći nakon prvog preuzimanja ili za 24 sata.
expireInfo = Link za vašu datoteku će isteći nakon { $downloadCount } ili { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 preuzimanja
- [few] { $number } preuzimanja
- *[other] { $number } preuzimanja
+ [few] { $num } preuzimanja
+ *[other] { $num } preuzimanja
}
copyUrlFormLabelWithName = Iskopirajte i podijelite vezu da biste poslali datoteku: { $filename }
copyUrlFormButton = Kopiraj u međuspremnik
diff --git a/public/locales/de/send.ftl b/public/locales/de/send.ftl
index e3540a9c..2f490bb9 100644
--- a/public/locales/de/send.ftl
+++ b/public/locales/de/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Bereit zum Senden
uploadSvgAlt = Hochladen
uploadSuccessTimingHeader = Der Link zu Ihrer Datei läuft nach einem Download oder in 24 Stunden ab.
expireInfo = Der Link zu Ihrer Datei läuft nach { $downloadCount } oder { $timespan } ab.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] einem Download
- *[other] { $number } Downloads
+ *[other] { $num } Downloads
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] einer Stunde
- *[other] { $number } Stunden
+ *[other] { $num } Stunden
}
copyUrlFormLabelWithName = Kopieren und teilen Sie den Link, um Ihre Datei zu senden: { $filename }
copyUrlFormButton = In Zwischenablage kopieren
diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl
index 9067dab4..a2c8367a 100644
--- a/public/locales/en-US/send.ftl
+++ b/public/locales/en-US/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Ready to Send
uploadSvgAlt = Upload
uploadSuccessTimingHeader = The link to your file will expire after 1 download or in 24 hours.
expireInfo = The link to your file will expire after { $downloadCount } or { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 download
- *[other] { $number } downloads
+ *[other] { $num } downloads
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 hour
- *[other] { $number } hours
+ *[other] { $num } hours
}
copyUrlFormLabelWithName = Copy and share the link to send your file: { $filename }
copyUrlFormButton = Copy to clipboard
diff --git a/public/locales/es-CL/send.ftl b/public/locales/es-CL/send.ftl
index ffa5d1fe..2866c7ac 100644
--- a/public/locales/es-CL/send.ftl
+++ b/public/locales/es-CL/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Listo para enviar
uploadSvgAlt = Subir
uploadSuccessTimingHeader = El enlace a tu archivo expirará tras 1 descarga o en 24 horas.
expireInfo = El enlace a tu archivo expirará después de { $downloadCount } o { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 descarga
- *[other] { $number } descargas
+ *[other] { $num } descargas
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 hora
- *[other] { $number } horas
+ *[other] { $num } horas
}
copyUrlFormLabelWithName = Copia y comparte el enlace para enviar tu archivo: { $filename }
copyUrlFormButton = Copiar al portapapeles
diff --git a/public/locales/es-ES/send.ftl b/public/locales/es-ES/send.ftl
index 17685fa2..67faaaa4 100644
--- a/public/locales/es-ES/send.ftl
+++ b/public/locales/es-ES/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Listo para enviar
uploadSvgAlt = Subir
uploadSuccessTimingHeader = El enlace al archivo caducará tras descargarlo una vez o en 24 horas.
expireInfo = El enlace al archivo expirará tras { $downloadCount } o { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 descarga
- *[other] { $number } descargas
+ *[other] { $num } descargas
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 hora
- *[other] { $number } horas
+ *[other] { $num } horas
}
copyUrlFormLabelWithName = Copiar y compartir el enlace para enviar tu archivo: { $filename }
copyUrlFormButton = Copiar en el portapapeles
diff --git a/public/locales/es-MX/send.ftl b/public/locales/es-MX/send.ftl
index 546ecba9..3af0d59e 100644
--- a/public/locales/es-MX/send.ftl
+++ b/public/locales/es-MX/send.ftl
@@ -26,12 +26,12 @@ uploadSuccessConfirmHeader = Listo para enviar
uploadSvgAlt = Subir
uploadSuccessTimingHeader = El enlace a tu archivo expirará después de una descarga o en 24 horas.
expireInfo = El enlace a tu archivo expirará después de { $downloadCount } o { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
*[one] 1 descarga
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 hora
- *[other] { $number } horas
+ *[other] { $num } horas
}
copyUrlFormLabelWithName = Copiar y compartir el enlace para enviar tu archivo: ($filename)
copyUrlFormButton = Copiar a portapapeles
diff --git a/public/locales/fa/send.ftl b/public/locales/fa/send.ftl
index fff6df18..690bc2d9 100644
--- a/public/locales/fa/send.ftl
+++ b/public/locales/fa/send.ftl
@@ -26,10 +26,10 @@ uploadSuccessConfirmHeader = آماده برای ارسال
uploadSvgAlt = بارگذاری
uploadSuccessTimingHeader = پیوند به پرونده شما بعد از ۱ بار دانلود یا ۲۴ ساعت حذف خواهد شد.
expireInfo = این پیوند به فایل شما پس از { $downloadCount } یا { $timespan } منقضی خواهد شد.
-downloadCount = { $number ->
+downloadCount = { $num ->
*[other] ۱ بارگذاری
}
-timespanHours = { $number ->
+timespanHours = { $num ->
*[other] ۱ ساعت
}
copyUrlFormLabelWithName = برای ارسال پرونده پیوند آن را رونوشت و به اشتراک بگذارید: { $filename }
diff --git a/public/locales/fr/send.ftl b/public/locales/fr/send.ftl
index 4c249598..8dde9935 100644
--- a/public/locales/fr/send.ftl
+++ b/public/locales/fr/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Paré à l’envoi
uploadSvgAlt = Envoyer
uploadSuccessTimingHeader = Le lien vers votre fichier expirera après le premier téléchargement ou au bout de 24 heures.
expireInfo = Le lien vers votre fichier expirera après { $downloadCount } ou { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 téléchargement
- *[other] { $number } téléchargements
+ *[other] { $num } téléchargements
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 heure
- *[other] { $number } heures
+ *[other] { $num } heures
}
copyUrlFormLabelWithName = Copiez et partagez le lien pour envoyer votre fichier : { $filename }
copyUrlFormButton = Copier dans le presse-papiers
diff --git a/public/locales/fy-NL/send.ftl b/public/locales/fy-NL/send.ftl
index f8c641cf..b070de0e 100644
--- a/public/locales/fy-NL/send.ftl
+++ b/public/locales/fy-NL/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Ree om te ferstjoeren
uploadSvgAlt = Oplaad
uploadSuccessTimingHeader = De keppeling nei jo bestân sil nei 1 download ferrinne of nei 24 oeren.
expireInfo = De keppeling nei jo bestân sil nei { $downloadCount } of { $timespan } ferrinne.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 download
- *[other] { $number } downloads
+ *[other] { $num } downloads
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 oer
- *[other] { $number } oeren
+ *[other] { $num } oeren
}
copyUrlFormLabelWithName = Kopiearje en diel de keppeling om jo bestân te ferstjoeren: { $filename }
copyUrlFormButton = Nei klamboerd kopiearje
diff --git a/public/locales/hsb/send.ftl b/public/locales/hsb/send.ftl
index 0ba8f839..ccd3fc54 100644
--- a/public/locales/hsb/send.ftl
+++ b/public/locales/hsb/send.ftl
@@ -28,15 +28,15 @@ uploadSuccessTimingHeader = Wotkaz k wašej dataji po 1 sćehnjenju abo 24 hodź
expireInfo = Wotkaz k wašej dataji po { $downloadCount } abo { $timespan } spadnje.
downloadCount = { $num ->
[one] 1 sćehnjenje
- [two] { $number } sćehnjeni
- [few] { $number } sćehnjenja
- *[other] { $number } sćehnjenjow
+ [two] { $num } sćehnjeni
+ [few] { $num } sćehnjenja
+ *[other] { $num } sćehnjenjow
}
timespanHours = { $num ->
[one] 1 hodźina
- [two] { $number } hodźinje
- [few] { $number } hodźiny
- *[other] { $number } hodźin
+ [two] { $num } hodźinje
+ [few] { $num } hodźiny
+ *[other] { $num } hodźin
}
copyUrlFormLabelWithName = Kopěrujće a dźělće wotkaz, zo byšće swoju dataju pósłał: { $filename }
copyUrlFormButton = Do mjezyskłada kopěrować
diff --git a/public/locales/hu/send.ftl b/public/locales/hu/send.ftl
index e4177cfd..bab9a066 100644
--- a/public/locales/hu/send.ftl
+++ b/public/locales/hu/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Küldésre kész
uploadSvgAlt = Feltöltés
uploadSuccessTimingHeader = A fájl hivatkozása lejár 1 letöltés vagy 24 óra múlva.
expireInfo = A fájlhoz tartozó hivatkozás { $downloadCount } vagy { $timespan } múlva lejár.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 letöltés
- *[other] { $number } letöltés
+ *[other] { $num } letöltés
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 óra
- *[other] { $number } óra
+ *[other] { $num } óra
}
copyUrlFormLabelWithName = Másolja és ossza meg a hivatkozást a fájl küldéséhez: { $filename }
copyUrlFormButton = Vágólapra másolás
diff --git a/public/locales/it/send.ftl b/public/locales/it/send.ftl
index c9c8942d..9c36dcfe 100644
--- a/public/locales/it/send.ftl
+++ b/public/locales/it/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Pronto per l’invio
uploadSvgAlt = Carica
uploadSuccessTimingHeader = Il link al file scadrà dopo 1 download o in 24 ore.
expireInfo = Il link a questo file scadrà dopo { $downloadCount } o { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 download
- *[other] { $number } download
+ *[other] { $num } download
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 ora
- *[other] { $number } ore
+ *[other] { $num } ore
}
copyUrlFormLabelWithName = Copia e condividi il link per inviare il tuo file: { $filename }
copyUrlFormButton = Copia negli appunti
diff --git a/public/locales/ja/send.ftl b/public/locales/ja/send.ftl
index 2b2c34ee..be1a8d48 100644
--- a/public/locales/ja/send.ftl
+++ b/public/locales/ja/send.ftl
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = 送信準備完了
uploadSvgAlt = アップロード
uploadSuccessTimingHeader = ファイルへのリンクは、1 回ダウンロードされた後、もしくは 24 時間以内に期限切れとなります。
expireInfo = このファイルへのリンクは { $downloadCount } あるいは { $timespan } 後に期限切れとなります。
-downloadCount = { $number ->
- *[other] { $number } 回のダウンロード
+downloadCount = { $num ->
+ *[other] { $num } 回のダウンロード
}
-timespanHours = { $number ->
- *[other] { $number } 時間
+timespanHours = { $num ->
+ *[other] { $num } 時間
}
copyUrlFormLabelWithName = ファイルを送信するにはこのリンクをコピー、共有してください: { $filename }
copyUrlFormButton = クリップボードへコピー
diff --git a/public/locales/ka/send.ftl b/public/locales/ka/send.ftl
index 38102e86..7ed542e2 100644
--- a/public/locales/ka/send.ftl
+++ b/public/locales/ka/send.ftl
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = მზადაა გასაგზავნა
uploadSvgAlt = ატვირთვა
uploadSuccessTimingHeader = ფაილს ვადა გაუვა 1 ჩამოტვირთვის, ან 24 საათის მერე.
expireInfo = ფაილის ბმულს, ვადა გაუვა { $downloadCount }, ან { $timespan } მერე.
-downloadCount = { $number ->
- *[other] { $number } ჩამოტვირთვა
+downloadCount = { $num ->
+ *[other] { $num } ჩამოტვირთვა
}
-timespanHours = { $number ->
- *[other] { $number } საათი
+timespanHours = { $num ->
+ *[other] { $num } საათი
}
copyUrlFormLabelWithName = დააკოპირეთ და გააზიარეთ ბმული, ფაილის გასაგზავნად: { $filename }
copyUrlFormButton = დაკოპირება
diff --git a/public/locales/ms/send.ftl b/public/locales/ms/send.ftl
index 19a20eb1..4917f9d9 100644
--- a/public/locales/ms/send.ftl
+++ b/public/locales/ms/send.ftl
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Sedia untuk Hantar
uploadSvgAlt = Muat naik
uploadSuccessTimingHeader = Pautan ke fail anda akan luput selepas 1 muat turun atau dalam 24 jam.
expireInfo = Pautan ke fail anda akan luput selepas { $downloadCount } atau { $timespan }.
-downloadCount = { $number ->
- *[other] { $number } muat turun
+downloadCount = { $num ->
+ *[other] { $num } muat turun
}
-timespanHours = { $number ->
- *[other] { $number } jam
+timespanHours = { $num ->
+ *[other] { $num } jam
}
copyUrlFormLabelWithName = Salin dan kongsi pautan untuk menghantar fail anda: { $filename }
copyUrlFormButton = Salin ke Klipbod
diff --git a/public/locales/nl/send.ftl b/public/locales/nl/send.ftl
index 62696815..b54c747f 100644
--- a/public/locales/nl/send.ftl
+++ b/public/locales/nl/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Gereed voor verzending
uploadSvgAlt = Uploaden
uploadSuccessTimingHeader = De koppeling naar uw bestand zal na 1 download of 24 uur verlopen.
expireInfo = De koppeling naar uw bestand zal na { $downloadCount } of { $timespan } verlopen.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 download
- *[other] { $number } downloads
+ *[other] { $num } downloads
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 uur
- *[other] { $number } uur
+ *[other] { $num } uur
}
copyUrlFormLabelWithName = Kopieer en deel de koppeling om uw bestand te verzenden: { $filename }
copyUrlFormButton = Kopiëren naar klembord
diff --git a/public/locales/nn-NO/send.ftl b/public/locales/nn-NO/send.ftl
index 897552da..b3231a37 100644
--- a/public/locales/nn-NO/send.ftl
+++ b/public/locales/nn-NO/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Klår til å senda
uploadSvgAlt = Last opp
uploadSuccessTimingHeader = Lenka til fila di går ut etter 1 nedlasting eller om 24 timar.
expireInfo = Lenka til fila di vil gå ut etter { $downloadCount } eller { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 nedlasting
- *[other] { $number } nedlastingar
+ *[other] { $num } nedlastingar
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 time
- *[other] { $number } timar
+ *[other] { $num } timar
}
copyUrlFormLabelWithName = Kopier og del lenka for å sende fila: { $filename }
copyUrlFormButton = Kopier til utklippstavla
diff --git a/public/locales/pt-BR/send.ftl b/public/locales/pt-BR/send.ftl
index e0a209da..6a37b0e7 100644
--- a/public/locales/pt-BR/send.ftl
+++ b/public/locales/pt-BR/send.ftl
@@ -26,13 +26,13 @@ uploadSuccessConfirmHeader = Pronto para enviar
uploadSvgAlt = Enviado
uploadSuccessTimingHeader = O link para o seu arquivo expirará após 1 download ou em 24 horas.
expireInfo = O link para o seu arquivo expirará após { $downloadCount } ou { $timepan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 download
- *[other] { $number } downloads
+ *[other] { $num } downloads
}
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 hora
- *[other] { $number } horas
+ *[other] { $num } horas
}
copyUrlFormLabelWithName = Copie e compartilhe o link para enviar o seu arquivo: { $filename }
copyUrlFormButton = Copiar para área de transferência
diff --git a/public/locales/pt-PT/send.ftl b/public/locales/pt-PT/send.ftl
index 10d5526f..3d351c91 100644
--- a/public/locales/pt-PT/send.ftl
+++ b/public/locales/pt-PT/send.ftl
@@ -26,9 +26,9 @@ uploadSuccessConfirmHeader = Pronto para enviar
uploadSvgAlt = Carregar
uploadSuccessTimingHeader = A ligação para o seu ficheiro irá expirar depois de 1 transferência ou em 24 horas.
expireInfo = A ligação para o seu ficheiro irá expirar depois de { $downloadCount } or { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 transferência
- *[other] { $number } transferências
+ *[other] { $num } transferências
}
timespanHours = 1 hora
copyUrlFormLabelWithName = Copie e partilhe a ligação para enviar o seu ficheiro: { $filename }
diff --git a/public/locales/sv-SE/send.ftl b/public/locales/sv-SE/send.ftl
index 3df191f7..6667243f 100644
--- a/public/locales/sv-SE/send.ftl
+++ b/public/locales/sv-SE/send.ftl
@@ -26,9 +26,9 @@ uploadSuccessConfirmHeader = Klar för att skicka
uploadSvgAlt = Ladda upp
uploadSuccessTimingHeader = Länken till din fil upphör att gälla efter 1 nedladdning eller om 24 timmar.
expireInfo = Länken till din fil upphör att gälla efter { $downloadCount } eller { $timespan }.
-timespanHours = { $number ->
+timespanHours = { $num ->
[one] 1 timme
- *[other] { $number } timmar
+ *[other] { $num } timmar
}
copyUrlFormLabelWithName = Kopiera och dela länken för att skicka din fil: { $filename }
copyUrlFormButton = Kopiera till urklipp
diff --git a/public/locales/tl/send.ftl b/public/locales/tl/send.ftl
index a49bef3e..7c0341ce 100644
--- a/public/locales/tl/send.ftl
+++ b/public/locales/tl/send.ftl
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Handa nang Ipadala
uploadSvgAlt = I-upload
uploadSuccessTimingHeader = Mag-e-expire ang link sa iyong file pagkatapos ng 1 pag-download o sa loob ng 24 na oras.
expireInfo = Mag-e-expire ang link sa iyong file pagkatapos ng { $downloadCount } o { $timespan }.
-downloadCount = { $number ->
+downloadCount = { $num ->
[one] 1 pag-download
- *[other] { $number } na mga pag-download
+ *[other] { $num } na mga pag-download
}
-timespanHours = { $number ->
+timespanHours = { $num ->
*[one] 1 oras
}
copyUrlFormLabelWithName = Kopyahin at ibahagi ang link upang ipadala ang iyong file: { $filename }
diff --git a/public/locales/zh-CN/send.ftl b/public/locales/zh-CN/send.ftl
index 7b0d6c56..098b9eab 100644
--- a/public/locales/zh-CN/send.ftl
+++ b/public/locales/zh-CN/send.ftl
@@ -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 = 复制到剪贴板
diff --git a/public/locales/zh-TW/send.ftl b/public/locales/zh-TW/send.ftl
index f93e3db5..fa99b19a 100644
--- a/public/locales/zh-TW/send.ftl
+++ b/public/locales/zh-TW/send.ftl
@@ -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 = 複製到剪貼簿