finish string update (#1167)
This commit is contained in:
parent
c23da8f6b0
commit
e19c711548
2 changed files with 2 additions and 7 deletions
|
@ -140,11 +140,7 @@ module.exports = function(state, emit) {
|
||||||
<div class="flex flex-col w-full h-full items-center mt-12">
|
<div class="flex flex-col w-full h-full items-center mt-12">
|
||||||
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
|
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
|
||||||
<p class="w-full md:w-4/5 pb-4 mb-4 text-center">
|
<p class="w-full md:w-4/5 pb-4 mb-4 text-center">
|
||||||
${state.translate('downloadFileText', {
|
${state.translate('downloadMessage')}
|
||||||
name: 'name',
|
|
||||||
timeSpan: 'time span',
|
|
||||||
downloadCount: 'download count'
|
|
||||||
})}
|
|
||||||
</p>
|
</p>
|
||||||
${archiveTile.preview(state, emit)}
|
${archiveTile.preview(state, emit)}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,7 +15,7 @@ importingFile = Importing…
|
||||||
verifyingFile = Verifying…
|
verifyingFile = Verifying…
|
||||||
encryptingFile = Encrypting…
|
encryptingFile = Encrypting…
|
||||||
decryptingFile = Decrypting…
|
decryptingFile = Decrypting…
|
||||||
notifyUploadEncryptDone = Your file is encrypted and ready to send.
|
notifyUploadEncryptDone = Your file is encrypted and ready to share.
|
||||||
uploadingPageMessage = Once your file uploads you will be able to set expiry options.
|
uploadingPageMessage = Once your file uploads you will be able to set expiry options.
|
||||||
uploadingPageCancel = Cancel
|
uploadingPageCancel = Cancel
|
||||||
uploadCancelNotification = Your upload was cancelled.
|
uploadCancelNotification = Your upload was cancelled.
|
||||||
|
@ -71,7 +71,6 @@ unlockInputLabel = Enter Password
|
||||||
unlockInputPlaceholder = Password
|
unlockInputPlaceholder = Password
|
||||||
unlockButtonLabel = Unlock
|
unlockButtonLabel = Unlock
|
||||||
downloadFilesTitle = Download Files
|
downloadFilesTitle = Download Files
|
||||||
downloadFileText = {$name} was encrypted with Firefox Send, and will expire after { $timeSpan } or { $downloadCount }.
|
|
||||||
# Firefox Send is a brand name and should not be localized.
|
# Firefox Send is a brand name and should not be localized.
|
||||||
downloadMessage = Your friend is sending you a file with Firefox Send, a service that allows you to share files with a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
|
downloadMessage = Your friend is sending you a file with Firefox Send, a service that allows you to share files with a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
|
||||||
# Text and title used on the download link/button (indicates an action).
|
# Text and title used on the download link/button (indicates an action).
|
||||||
|
|
Loading…
Reference in a new issue