send.ftl 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. # Firefox Send is a brand name and should not be localized.
  2. title = Firefox Send
  3. importingFile = Importando…
  4. encryptingFile = Cifrando…
  5. decryptingFile = Descifrando…
  6. downloadCount =
  7. { $num ->
  8. [one] 1 descarga
  9. *[other] { $num } descargas
  10. }
  11. timespanHours =
  12. { $num ->
  13. [one] 1 hora
  14. *[other] { $num } horas
  15. }
  16. copiedUrl = ¡Copiado!
  17. unlockInputPlaceholder = Contraseña
  18. unlockButtonLabel = Desbloquear
  19. downloadButtonLabel = Descargar
  20. downloadFinish = Descarga completa
  21. fileSizeProgress = ({ $partialSize } de { $totalSize })
  22. sendYourFilesLink = Probar Firefox Send
  23. errorPageHeader = ¡Algo se fue a las pailas!
  24. fileTooBig = Ese archivo es muy grande para ser subido. Debiera tener un tamaño menor a { $size }.
  25. linkExpiredAlt = Enlace expirado
  26. notSupportedHeader = Tu navegador no está soportado.
  27. notSupportedLink = ¿Por qué mi navegador no es soportado?
  28. notSupportedOutdatedDetail = Lamentablemente esta versión de Firefox no soporta la tecnología web que potencia a Firefox Send. Deberás actualizar tu navegador.
  29. updateFirefox = Actualizar Firefox
  30. deletePopupCancel = Cancelar
  31. deleteButtonHover = Eliminar
  32. footerLinkLegal = Legal
  33. footerLinkPrivacy = Privacidad
  34. footerLinkCookies = Cookies
  35. passwordTryAgain = Contraseña incorrecta. Vuelve a intentarlo.
  36. javascriptRequired = Firefox Send requiere JavaScript.
  37. whyJavascript = ¿Por qué Firefox Send requiere JavaScript?
  38. enableJavascript = Por favor, activa JavaScript y vuelve a intentarlo.
  39. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  40. expiresHoursMinutes = { $hours }h { $minutes }m
  41. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  42. expiresMinutes = { $minutes }m
  43. # A short status message shown when the user enters a long password
  44. maxPasswordLength = Longitud máxima de la contraseña: { $length }
  45. # A short status message shown when there was an error setting the password
  46. passwordSetError = Esta contraseña no pudo ser establecida
  47. ## Send version 2 strings
  48. # Firefox Send, Send, Firefox, Mozilla are proper names and should not be localized
  49. -send-brand = Firefox Send
  50. -send-short-brand = Send
  51. -firefox = Firefox
  52. -mozilla = Mozilla
  53. introTitle = Intercambio de archivos simple y privado
  54. introDescription = { -send-brand } te permite compartir archivos con cifrado de extremo a extremo y un enlace que expira automáticamente. Así puedes mantener lo que compartes en privado y asegurarte de que tus cosas no permanezcan en línea para siempre.
  55. notifyUploadEncryptDone = Tu archivo está cifrado y listo para enviar
  56. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  57. archiveExpiryInfo = Expira después de { $downloadCount } o { $timespan }
  58. timespanMinutes =
  59. { $num ->
  60. [one] 1 minuto
  61. *[other] { $num } minutos
  62. }
  63. timespanDays =
  64. { $num ->
  65. [one] 1 día
  66. *[other] { $num } días
  67. }
  68. timespanWeeks =
  69. { $num ->
  70. [one] 1 semana
  71. *[other] { $num } semanas
  72. }
  73. fileCount =
  74. { $num ->
  75. [one] 1 archivo
  76. *[other] { $num } archivos
  77. }
  78. # byte abbreviation
  79. bytes = B
  80. # kibibyte abbreviation
  81. kb = KB
  82. # mebibyte abbreviation
  83. mb = MB
  84. # gibibyte abbreviation
  85. gb = GB
  86. # localized number and byte abbreviation. example "2.5MB"
  87. fileSize = { $num }{ $units }
  88. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  89. totalSize = Tamaño total: { $size }
  90. # the next line after the colon contains a file name
  91. copyLinkDescription = Copiar el enlace para compartir el archivo:
  92. copyLinkButton = Copiar enlace
  93. downloadTitle = Bajando archivos
  94. downloadDescription = Este archivo fue compartido a través de { -send-brand } con cifrado de punto a punto y un enlace que expira automáticamente.
  95. trySendDescription = Prueba { -send-brand } para compartir archivos de forma simple y segura.
  96. # count will always be > 10
  97. tooManyFiles =
  98. { $count ->
  99. [one] Solo 1 archivo puede ser subido a la vez.
  100. *[other] Solo { $count } archivos pueden ser subidos a la vez.
  101. }
  102. # count will always be > 10
  103. tooManyArchives =
  104. { $count ->
  105. [one] Solo 1 archivo está permitido.
  106. *[other] Solo { $count } archivos están permitidos.
  107. }
  108. expiredTitle = Este enlace ha expirado.
  109. notSupportedDescription = { -send-brand } no funcionará con este navegador. { -send-short-brand } funciona mejor con la última versión de { -firefox } y con la versión actual de la mayoría de los navegadores.
  110. downloadFirefox = Bajar { -firefox }
  111. legalTitle = Aviso de privacidad de { -send-short-brand }
  112. legalDateStamp = Versión 1.0 del 12 de marzo de 2019
  113. # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
  114. expiresDaysHoursMinutes = { $days }d { $hours }h { $minutes }m
  115. addFilesButton = Selecciona los archivos a subir
  116. trustWarningMessage = Asegúrate de que confías en tu destinatario cuando compartas datos sensibles.
  117. uploadButton = Subir
  118. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  119. dragAndDropFiles = Arrastra y suelta archivos
  120. # the second part of the string 'Drag and drop files or click to send up to 1GB'
  121. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  122. orClickWithSize = o haz clic para enviar hasta { $size }
  123. addPassword = Protegido con contraseña
  124. emailPlaceholder = Ingresa tu correo
  125. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  126. signInSizeBump = Conéctate para enviar hasta { $size }
  127. signInOnlyButton = Conectarse
  128. accountBenefitTitle = Crea una cuenta de { -firefox } o conéctate
  129. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  130. accountBenefitLargeFiles = Comparte archivos de hasta { $size }
  131. accountBenefitDownloadCount = Comparte archivos con más personas
  132. accountBenefitTimeLimit =
  133. { $count ->
  134. [one] Mantener enlaces activos durante 1 día
  135. *[other] Mantener enlaces activos durante { $count } días
  136. }
  137. accountBenefitSync = Administrar los archivos compartidos desde cualquier dispositivo
  138. accountBenefitMoz = Aprender más acerca de otros servicios de { -mozilla }
  139. signOut = Salir
  140. okButton = Aceptar
  141. downloadingTitle = Bajando
  142. noStreamsWarning = Es posible que este navegador no pueda descifrar un archivo tan grande.
  143. noStreamsOptionCopy = Copiar el enlace para abrirlo en otro navegador
  144. noStreamsOptionFirefox = Prueba nuestro navegador favorito
  145. noStreamsOptionDownload = Continuar con este navegador
  146. downloadFirefoxPromo = { -send-short-brand } es traído a ti por el renovado { -firefox }.
  147. # the next line after the colon contains a file name
  148. shareLinkDescription = Comparte el enlace a tu dispositivo:
  149. shareLinkButton = Compartir enlace
  150. # $name is the name of the file
  151. shareMessage = Baja "{ $name }" con { -send-brand }: compartir archivos de forma simple y segura
  152. trailheadPromo = Hay una forma de proteger tu privacidad. Únete a Firefox.
  153. learnMore = Aprender más.
  154. downloadFlagged = Este enlace ha sido deshabilitado por violar los términos del servicio.
  155. downloadConfirmTitle = Una cosa más
  156. downloadConfirmDescription = Asegúrate de confiar en la persona que te envió este archivo porque no podemos verificar que no dañará tu dispositivo.
  157. # This string has a special case for '1' and [other] (default). If necessary for
  158. # your language, you can add {$count} to your translations and use the
  159. # standard CLDR forms, or only use the form for [other] if both strings should
  160. # be identical.
  161. downloadTrustCheckbox =
  162. { $count ->
  163. [one] Confío en la persona que envió es archivo
  164. *[other] Confío en la persona que envió estos archivos
  165. }
  166. # This string has a special case for '1' and [other] (default). If necessary for
  167. # your language, you can add {$count} to your translations and use the
  168. # standard CLDR forms, or only use the form for [other] if both strings should
  169. # be identical.
  170. reportFile =
  171. { $count ->
  172. [one] Reportar este archivo como sospechoso
  173. *[other] Reportar estos archivos como sospechosos
  174. }
  175. reportDescription = Ayúdanos a entender lo que está pasando. ¿Qué crees que está mal con estos archivos?
  176. reportUnknownDescription = Por favor, ve a la url del enlace que quieres reportar y haz clic en "{ reportFile }".
  177. reportButton = Reportar
  178. reportReasonMalware = Estos archivos contienen malware o son parte de un ataque de phishing.
  179. reportReasonPii = Estos archivos contienen información personal identificable sobre mí.
  180. reportReasonAbuse = Estos archivos contienen contenido ilegal o abusivo.
  181. reportReasonCopyright = Para denunciar una infracción de derechos de autor o de marca registrada, sigue el proceso descrito en <a>esta página</a>.
  182. reportedTitle = Archivos reportados
  183. reportedDescription = Gracias. Hemos recibido tu reporte sobre estos archivos.