mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 05:02:45 +01:00
rename number to num in ftl
This commit is contained in:
parent
c517b074f1
commit
53d5b08559
@ -19,12 +19,12 @@ function expireInfo(file, translate, emit) {
|
||||
const el = html([
|
||||
`<div>${translate('expireInfo', {
|
||||
downloadCount: '<select></select>',
|
||||
timespan: translate('timespanHours', { number: 24 })
|
||||
timespan: translate('timespanHours', { num: 24 })
|
||||
})}</div>`
|
||||
]);
|
||||
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),
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -26,10 +26,10 @@ uploadSuccessConfirmHeader = آماده برای ارسال
|
||||
uploadSvgAlt = بارگذاری
|
||||
uploadSuccessTimingHeader = پیوند به پرونده شما بعد از ۱ بار دانلود یا ۲۴ ساعت حذف خواهد شد.
|
||||
expireInfo = این پیوند به فایل شما پس از { $downloadCount } یا { $timespan } منقضی خواهد شد.
|
||||
downloadCount = { $number ->
|
||||
downloadCount = { $num ->
|
||||
*[other] ۱ بارگذاری
|
||||
}
|
||||
timespanHours = { $number ->
|
||||
timespanHours = { $num ->
|
||||
*[other] ۱ ساعت
|
||||
}
|
||||
copyUrlFormLabelWithName = برای ارسال پرونده پیوند آن را رونوشت و به اشتراک بگذارید: { $filename }
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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ć
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 = クリップボードへコピー
|
||||
|
@ -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 = დაკოპირება
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 }
|
||||
|
@ -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
|
||||
|
@ -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 }
|
||||
|
@ -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 = 复制到剪贴板
|
||||
|
@ -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 = 複製到剪貼簿
|
||||
|
Loading…
Reference in New Issue
Block a user