1
0

es.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. # snac message translation file
  2. #
  3. #, fuzzy
  4. msgid ""
  5. msgstr ""
  6. "Project-Id-Version: snac\n"
  7. "Last-Translator: Gonzalo Raúl Nemmi\n"
  8. "Language: es\n"
  9. "Content-Type: text/plain; charset=UTF-8\n"
  10. #: html.c:599
  11. msgid "Sensitive content: "
  12. msgstr "Contenido sensible: "
  13. #: html.c:607
  14. msgid "Sensitive content description"
  15. msgstr "Descripción del contenido sensible"
  16. msgid "Only for mentioned people: "
  17. msgstr "Solo personas mencionadas: "
  18. #: html.c:635
  19. msgid "Reply to (URL): "
  20. msgstr "Responder a (URL): "
  21. #: html.c:644
  22. msgid "Don't send, but store as a draft"
  23. msgstr "No enviar. Guardar como borrador"
  24. #: html.c:645
  25. msgid "Draft:"
  26. msgstr "Borrador:"
  27. #: html.c:735
  28. msgid "Attachments..."
  29. msgstr "Adjuntos..."
  30. #: html.c:758
  31. msgid "File:"
  32. msgstr "Archivo:"
  33. #: html.c:762
  34. msgid "Clear this field to delete the attachment"
  35. msgstr "Limpiar este campo para eliminar el adjunto"
  36. #: html.c:771 html.c:796
  37. msgid "Attachment description"
  38. msgstr "Descripción del adjunto"
  39. #: html.c:812
  40. msgid "Poll..."
  41. msgstr "Encuesta..."
  42. #: html.c:804
  43. msgid "Poll options (one per line, up to 8):"
  44. msgstr "Opciones de encuesta (una por línea, hasta 8):"
  45. #: html.c:826
  46. msgid "One choice"
  47. msgstr "Una opción"
  48. #: html.c:829
  49. msgid "Multiple choices"
  50. msgstr "Opciones múltiples"
  51. #: html.c:835
  52. msgid "End in 5 minutes"
  53. msgstr "Finalizar en 5 minutos"
  54. #: html.c:839
  55. msgid "End in 1 hour"
  56. msgstr "Finalizar en 1 hora"
  57. #: html.c:842
  58. msgid "End in 1 day"
  59. msgstr "Finalizar en 1 día"
  60. #: html.c:856
  61. msgid "Post"
  62. msgstr "Publicar"
  63. #: html.c:958 html.c:965
  64. msgid "Site description"
  65. msgstr "Descripción del sitio"
  66. #: html.c:976
  67. msgid "Admin email"
  68. msgstr "Email del Administrador"
  69. #: html.c:989
  70. msgid "Admin account"
  71. msgstr "Cuenta del Administrador"
  72. #: html.c:1054 html.c:1410
  73. #, c-format
  74. msgid "%d following, %d followers"
  75. msgstr "%d siguiendo, %d seguidores"
  76. #: html.c:1151
  77. msgid "RSS"
  78. msgstr "RSS"
  79. #: html.c:1156 html.c:1195
  80. msgid "private"
  81. msgstr "privado"
  82. #: html.c:1191
  83. msgid "public"
  84. msgstr "público"
  85. #: html.c:1199
  86. msgid "notifications"
  87. msgstr "notificaciones"
  88. #: html.c:1204
  89. msgid "people"
  90. msgstr "personas"
  91. #: html.c:1209
  92. msgid "instance"
  93. msgstr "instancia"
  94. #: html.c:1218
  95. msgid ""
  96. "Search posts by URL or content (regular expression), @user@host accounts, or "
  97. "#tag"
  98. msgstr ""
  99. "Buscar publicaciones por URL o contenido (expresiones regulares), cuenta "
  100. "@usuario@host , ó #etiqueta"
  101. #: html.c:1219
  102. msgid "Content search"
  103. msgstr "Buscar contenido"
  104. #: html.c:1345
  105. msgid "verified link"
  106. msgstr "link verificado"
  107. #: html.c:1402 html.c:3121 html.c:3134 html.c:3143 html.c:4394
  108. msgid "Location: "
  109. msgstr "Ubicación: "
  110. #: html.c:1448
  111. msgid "New Post..."
  112. msgstr "Nueva Publicación..."
  113. #: html.c:1450
  114. msgid "What's on your mind?"
  115. msgstr "¿En qué estás pensando?"
  116. #: html.c:1459
  117. msgid "Operations..."
  118. msgstr "Operaciones..."
  119. #: html.c:1474 html.c:2100 html.c:3891 html.c:4343 html.c:5607
  120. msgid "Follow"
  121. msgstr "Seguir"
  122. #: html.c:1476
  123. msgid "(by URL or user@host)"
  124. msgstr "(por URL o usuario@host)"
  125. #: html.c:1491 html.c:2076 html.c:5556
  126. msgid "Boost"
  127. msgstr "Impulsar"
  128. #: html.c:1493 html.c:1510 html.c:1532
  129. msgid "(by URL)"
  130. msgstr "(por URL)"
  131. #: html.c:1508 html.c:2055 html.c:5547
  132. msgid "Like"
  133. msgstr "Me gusta"
  134. #: html.c:1658
  135. msgid "User Settings..."
  136. msgstr "Configuración de usuario..."
  137. #: html.c:1667
  138. msgid "Display name:"
  139. msgstr "Nombre para mostrar:"
  140. #: html.c:1673
  141. msgid "Your name"
  142. msgstr "Su nombre"
  143. #: html.c:1675
  144. msgid "Avatar: "
  145. msgstr "Avatar: "
  146. #: html.c:1683
  147. msgid "Delete current avatar"
  148. msgstr "Eliminar avatar"
  149. #: html.c:1685
  150. msgid "Header image (banner): "
  151. msgstr "Imagen de cabecera (banner): "
  152. #: html.c:1693
  153. msgid "Delete current header image"
  154. msgstr "Eliminar imagen de cabecera"
  155. #: html.c:1695
  156. msgid "Bio:"
  157. msgstr "Bio:"
  158. #: html.c:1701
  159. msgid "Write about yourself here..."
  160. msgstr "Escriba algo sobre usted aquí..."
  161. #: html.c:1710
  162. msgid "Always show sensitive content"
  163. msgstr "Siempre mostrar contenido sensible"
  164. #: html.c:1712
  165. msgid "Email address for notifications:"
  166. msgstr "Cuenta de email para las notificaciones:"
  167. #: html.c:1720
  168. msgid "Telegram notifications (bot key and chat id):"
  169. msgstr "Notificaciones en Telegram (llave del bot e id del chat):"
  170. #: html.c:1734
  171. msgid "ntfy notifications (ntfy server and token):"
  172. msgstr "Notificaciones en ntfy (servidor ntfy y token):"
  173. #: html.c:1756
  174. msgid "Maximum days to keep posts (0: server settings):"
  175. msgstr ""
  176. "Plazo máximo de conservación de publicaciones en días (0: usar configuración "
  177. "del servidor):"
  178. #: html.c:1762
  179. msgid "Drop direct messages from people you don't follow"
  180. msgstr "Descartar mensajes directos de personas a las que no sigue"
  181. #: html.c:1764
  182. msgid "This account is a bot"
  183. msgstr "Esta cuenta es un bot"
  184. #: html.c:1766
  185. msgid "Auto-boost all mentions to this account"
  186. msgstr "Impulsar automáticamente todas las menciones a esta cuenta"
  187. #: html.c:1768
  188. msgid "This account is private (posts are not shown through the web)"
  189. msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)"
  190. #: html.c:1771
  191. msgid "Collapse top threads by default"
  192. msgstr "Contraer hilo de publicaciones por defecto"
  193. #: html.c:1773
  194. msgid "Follow requests must be approved"
  195. msgstr "Las solicitudes de seguimiento deben ser aprobadas"
  196. #: html.c:1775
  197. msgid "Publish follower and following metrics"
  198. msgstr "Mostrar cantidad de seguidores y seguidos"
  199. #: html.c:1778
  200. msgid "Current location:"
  201. msgstr "Ubicación actual:"
  202. #: html.c:1792
  203. msgid "Profile metadata (key=value pairs in each line):"
  204. msgstr "Metadata del perfil (pares llave=valor en cada línea):"
  205. #: html.c:1803
  206. msgid "Web interface language:"
  207. msgstr "Idioma de la interfaz Web:"
  208. #: html.c:1822
  209. msgid "New password:"
  210. msgstr "Nueva contraseña:"
  211. #: html.c:1829
  212. msgid "Repeat new password:"
  213. msgstr "Repetir nueva contraseña:"
  214. #: html.c:1839
  215. msgid "Update user info"
  216. msgstr "Actualizar información de usuario"
  217. #: html.c:1850
  218. msgid "Followed hashtags..."
  219. msgstr "Etiquetas en seguimiento..."
  220. #: html.c:1852 html.c:1885
  221. msgid "One hashtag per line"
  222. msgstr "Una etiqueta por línea"
  223. #: html.c:1874 html.c:1906
  224. msgid "Update hashtags"
  225. msgstr "Actualizar etiquetas"
  226. #: html.c:2055
  227. msgid "Say you like this post"
  228. msgstr "Decir que te gusta esta publicación"
  229. #: html.c:2060 html.c:5565
  230. msgid "Unlike"
  231. msgstr "No me gusta"
  232. #: html.c:2060
  233. msgid "Nah don't like it that much"
  234. msgstr "Nah, no me gusta tanto"
  235. #: html.c:2066 html.c:5702
  236. msgid "Unpin"
  237. msgstr "Desanclar"
  238. #: html.c:2066
  239. msgid "Unpin this post from your timeline"
  240. msgstr "Desanclar esta publicación de su línea de tiempo"
  241. #: html.c:2069 html.c:5697
  242. msgid "Pin"
  243. msgstr "Anclar"
  244. #: html.c:2069
  245. msgid "Pin this post to the top of your timeline"
  246. msgstr "Anclar esta publicación al inicio de su línea de tiempo"
  247. #: html.c:2076
  248. msgid "Announce this post to your followers"
  249. msgstr "Anunciar esta publicación a sus seguidores"
  250. #: html.c:2081 html.c:5573
  251. msgid "Unboost"
  252. msgstr "Eliminar impulso"
  253. #: html.c:2081
  254. msgid "I regret I boosted this"
  255. msgstr "Me arrepiento de haber impulsado esto"
  256. #: html.c:2087 html.c:5712
  257. msgid "Unbookmark"
  258. msgstr "Eliminar marcador"
  259. #: html.c:2087
  260. msgid "Delete this post from your bookmarks"
  261. msgstr "Eliminar marcador de esta publicación"
  262. #: html.c:2090 html.c:5707
  263. msgid "Bookmark"
  264. msgstr "Marcador"
  265. #: html.c:2090
  266. msgid "Add this post to your bookmarks"
  267. msgstr "Agregar esta publicación a mis marcadores"
  268. #: html.c:2096 html.c:3877 html.c:4254 html.c:4341 html.c:5620
  269. msgid "Unfollow"
  270. msgstr "Dejar de seguir"
  271. #: html.c:2096 html.c:3878 html.c:4341
  272. msgid "Stop following this user's activity"
  273. msgstr "Dejar de seguir la actividad de este usuario"
  274. #: html.c:2100 html.c:3892 html.c:4343
  275. msgid "Start following this user's activity"
  276. msgstr "Seguir la actividad de este usuario"
  277. #: html.c:2106 html.c:5650
  278. msgid "Unfollow Group"
  279. msgstr "Dejar de seguir este Grupo"
  280. #: html.c:2107
  281. msgid "Stop following this group or channel"
  282. msgstr "Dejar de seguir este grupo o canal"
  283. #: html.c:2111 html.c:5637
  284. msgid "Follow Group"
  285. msgstr "Seguir Grupo"
  286. #: html.c:2112
  287. msgid "Start following this group or channel"
  288. msgstr "Seguir grupo o canal"
  289. #: html.c:2117 html.c:3914 html.c:5581
  290. msgid "MUTE"
  291. msgstr "SILENCIAR"
  292. #: html.c:2118
  293. msgid "Block any activity from this user forever"
  294. msgstr "Bloquear toda la actividad de este usuario para siempre"
  295. #: html.c:2123 html.c:3896 html.c:5667
  296. msgid "Delete"
  297. msgstr "Eliminar"
  298. #: html.c:2123
  299. msgid "Delete this post"
  300. msgstr "Eliminar esta publicación"
  301. #: html.c:2126 html.c:5589
  302. msgid "Hide"
  303. msgstr "Ocultar"
  304. #: html.c:2126
  305. msgid "Hide this post and its children"
  306. msgstr "Ocultar esta publicación y sus respuestas"
  307. #: html.c:2168
  308. msgid "Edit..."
  309. msgstr "Editar..."
  310. #: html.c:2206
  311. msgid "Reply..."
  312. msgstr "Responder..."
  313. #: html.c:2280
  314. msgid "Truncated (too deep)"
  315. msgstr "Truncado (demasiado profundo)"
  316. #: html.c:2298
  317. msgid "follows you"
  318. msgstr "te sigue"
  319. #: html.c:2372
  320. msgid "Pinned"
  321. msgstr "Anclado"
  322. #: html.c:2380
  323. msgid "Bookmarked"
  324. msgstr "Marcado"
  325. #: html.c:2388
  326. msgid "Poll"
  327. msgstr "Encuesta"
  328. #: html.c:2395
  329. msgid "Voted"
  330. msgstr "Votado"
  331. #: html.c:2404
  332. msgid "Event"
  333. msgstr "Evento"
  334. #: html.c:2436 html.c:2465
  335. msgid "boosted"
  336. msgstr "impulsado"
  337. #: html.c:2479
  338. msgid "in reply to"
  339. msgstr "en respuesta a"
  340. #: html.c:2535
  341. msgid " [SENSITIVE CONTENT]"
  342. msgstr " [CONTENIDO SENSIBLE]"
  343. #: html.c:2907
  344. msgid "Vote"
  345. msgstr "Votar"
  346. #: html.c:2917
  347. msgid "Closed"
  348. msgstr "Cerrado"
  349. #: html.c:2942
  350. msgid "Closes in"
  351. msgstr "Cierra en"
  352. #: html.c:3022
  353. msgid "Video"
  354. msgstr "Video"
  355. #: html.c:3037
  356. msgid "Audio"
  357. msgstr "Audio"
  358. #: html.c:3065
  359. msgid "Attachment"
  360. msgstr "Adjunto"
  361. #: html.c:3079
  362. msgid "Alt..."
  363. msgstr "Alt..."
  364. #: html.c:3092
  365. msgid "Source channel or community"
  366. msgstr "Canal o comunidad de origen"
  367. #: html.c:3186
  368. msgid "Time: "
  369. msgstr "Hora: "
  370. #: html.c:3267
  371. msgid "Older..."
  372. msgstr "Más antiguo..."
  373. #: html.c:3369
  374. msgid "about this site"
  375. msgstr "acerca de este sitio"
  376. #: html.c:3371
  377. msgid "powered by "
  378. msgstr "provisto por "
  379. #: html.c:3440
  380. msgid "Dismiss"
  381. msgstr "Descartar"
  382. #: html.c:3457
  383. #, c-format
  384. msgid "Timeline for list '%s'"
  385. msgstr "Línea de tiempo de la lista '%s'"
  386. #: html.c:3476 html.c:4931
  387. msgid "Pinned posts"
  388. msgstr "Publicaciones ancladas"
  389. #: html.c:3488 html.c:4946
  390. msgid "Bookmarked posts"
  391. msgstr "Publicaciones marcadas"
  392. #: html.c:3500 html.c:4961
  393. msgid "Post drafts"
  394. msgstr "Borradores de publicaciones"
  395. #: html.c:3576
  396. msgid "No more unseen posts"
  397. msgstr "No quedan publicaciones sin ver"
  398. #: html.c:3580 html.c:3687 html.c:4053
  399. msgid "Back to top"
  400. msgstr "Volver al inicio"
  401. #: html.c:3640
  402. msgid "History"
  403. msgstr "Historia"
  404. #: html.c:3692 html.c:4058 html.c:4448
  405. msgid "More..."
  406. msgstr "Más..."
  407. #: html.c:3882 html.c:5603
  408. msgid "Unlimit"
  409. msgstr "Sin límite"
  410. #: html.c:3883
  411. msgid "Allow announces (boosts) from this user"
  412. msgstr "Permitir anuncios (impulsos) de este usuario"
  413. #: html.c:3886 html.c:5599
  414. msgid "Limit"
  415. msgstr "Límite"
  416. #: html.c:3887
  417. msgid "Block announces (boosts) from this user"
  418. msgstr "Bloquear anuncios (impulsos) de este usuario"
  419. #: html.c:3896
  420. msgid "Delete this user"
  421. msgstr "Eliminar este usuario"
  422. #: html.c:3901 html.c:5717
  423. msgid "Approve"
  424. msgstr "Aprobar"
  425. #: html.c:3902
  426. msgid "Approve this follow request"
  427. msgstr "Aprobar solicitud de seguimiento"
  428. #: html.c:3905 html.c:5741
  429. msgid "Discard"
  430. msgstr "Descartar"
  431. #: html.c:3905
  432. msgid "Discard this follow request"
  433. msgstr "Descartar solicitud de seguimiento"
  434. #: html.c:3910 html.c:5585
  435. msgid "Unmute"
  436. msgstr "Dejar de SILENCIAR"
  437. #: html.c:3911
  438. msgid "Stop blocking activities from this user"
  439. msgstr "Dejar de bloquear actividad de este usuario"
  440. #: html.c:3915
  441. msgid "Block any activity from this user"
  442. msgstr "Bloquear toda actividad de este usuario"
  443. #: html.c:3923
  444. msgid "Direct Message..."
  445. msgstr "Mensaje Directo..."
  446. #: html.c:3958
  447. msgid "Pending follow confirmations"
  448. msgstr "Confirmaciones de seguimiento pendientes"
  449. #: html.c:3962
  450. msgid "People you follow"
  451. msgstr "Personas que sigues"
  452. #: html.c:3963
  453. msgid "People that follow you"
  454. msgstr "Personas que te siguen"
  455. #: html.c:4181
  456. msgid "Clear all"
  457. msgstr "Limpiar todo"
  458. #: html.c:4248
  459. msgid "Mention"
  460. msgstr "Mención"
  461. #: html.c:4251
  462. msgid "Finished poll"
  463. msgstr "Encuesta finalizada"
  464. #: html.c:4278
  465. msgid "Follow Request"
  466. msgstr "Solicitud de Seguimiento"
  467. #: html.c:4388
  468. msgid "Context"
  469. msgstr "Contexto"
  470. #: html.c:4406
  471. msgid "New"
  472. msgstr "Nuevo"
  473. #: html.c:4421
  474. msgid "Already seen"
  475. msgstr "Ya visto"
  476. #: html.c:4436
  477. msgid "None"
  478. msgstr "Ninguno"
  479. #: html.c:4725
  480. #, c-format
  481. msgid "Search results for account %s"
  482. msgstr "Buscar resultados para la cuenta %s"
  483. #: html.c:4732
  484. #, c-format
  485. msgid "Account %s not found"
  486. msgstr "No se encontró la cuenta %s"
  487. #: html.c:4763
  488. #, c-format
  489. msgid "Search results for tag %s"
  490. msgstr "Buscar resultados para la etiqueta %s"
  491. #: html.c:4763
  492. #, c-format
  493. msgid "Nothing found for tag %s"
  494. msgstr "No se encontró nada con la etiqueta %s"
  495. #: html.c:4779
  496. #, c-format
  497. msgid "Search results for '%s' (may be more)"
  498. msgstr "Resultados de búsqueda para '%s' (puede haber más)"
  499. #: html.c:4782
  500. #, c-format
  501. msgid "Search results for '%s'"
  502. msgstr "Resultados de búsqueda para '%s'"
  503. #: html.c:4785
  504. #, c-format
  505. msgid "No more matches for '%s'"
  506. msgstr "No hay más coincidencias para '%s'"
  507. #: html.c:4787
  508. #, c-format
  509. msgid "Nothing found for '%s'"
  510. msgstr "No se encontró nada para '%s'"
  511. #: html.c:4916
  512. msgid "Showing instance timeline"
  513. msgstr "Mostrando línea de tiempo de la instancia"
  514. #: html.c:4999
  515. #, c-format
  516. msgid "Showing timeline for list '%s'"
  517. msgstr "Mostrando línea de tiempo de la lista '%s'"
  518. #: httpd.c:259
  519. #, c-format
  520. msgid "Search results for tag #%s"
  521. msgstr "Resultado de búsqueda para la etiqueta #%s"
  522. #: httpd.c:268
  523. msgid "Recent posts by users in this instance"
  524. msgstr "Publicaciones recientes de los usuarios de esta instancia"
  525. #: html.c:1883
  526. msgid "Blocked hashtags..."
  527. msgstr "Etiquetas bloqueadas..."
  528. #: html.c:639
  529. msgid "Optional URL to reply to"
  530. msgstr "URL opcional a la que responder"
  531. #: html.c:821
  532. msgid ""
  533. "Option 1...\n"
  534. "Option 2...\n"
  535. "Option 3...\n"
  536. "..."
  537. msgstr ""
  538. "Opción 1...\n"
  539. "Opción 2...\n"
  540. "Opción 3...\n"
  541. "..."
  542. #: html.c:1726
  543. msgid "Bot API key"
  544. msgstr "Clave del API del Bot"
  545. #: html.c:1732
  546. msgid "Chat id"
  547. msgstr "Identificador de chat"
  548. #: html.c:1740
  549. msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
  550. msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)"
  551. #: html.c:1746
  552. msgid "ntfy token - if needed"
  553. msgstr "Token ntft - si es necesario"
  554. #: html.c:3477
  555. msgid "pinned"
  556. msgstr "Anclados"
  557. #: html.c:3489
  558. msgid "bookmarks"
  559. msgstr "Marcados"
  560. #: html.c:3501
  561. msgid "drafts"
  562. msgstr "Borradores"
  563. #: html.c:705
  564. msgid "Scheduled post..."
  565. msgstr "Envío programado..."
  566. #: html.c:3512 html.c:4976
  567. msgid "Scheduled posts"
  568. msgstr "Envíos programados"
  569. #: html.c:3513
  570. msgid "scheduled posts"
  571. msgstr "envíos programados"
  572. #: html.c:699
  573. #, c-format
  574. msgid "Post date and time (timezone: %s):"
  575. msgstr "Fecha y hora de publicación (zona horaria: %s):"
  576. #: html.c:1808
  577. msgid "Time zone:"
  578. msgstr "Zona horaria:"
  579. #: html.c:680
  580. msgid "Language:"
  581. msgstr "Idioma:"
  582. #: html.c:1748
  583. msgid "Notify webhook:"
  584. msgstr "Webhook de notificación:"
  585. #: html.c:1754
  586. msgid "http://example.com/webhook"
  587. msgstr ""
  588. #: html.c:1813
  589. msgid "Languages you usually post in:"
  590. msgstr "Idiomas en los que sueles escribir:"
  591. #: html.c:1819
  592. msgid "en fr es de_AT"
  593. msgstr ""
  594. #: html.c:493
  595. msgid "Visibility: "
  596. msgstr "Visibilidad: "
  597. msgid "Public"
  598. msgstr "Público"
  599. msgid "Unlisted"
  600. msgstr "No listado"
  601. msgid "Followers-only"
  602. msgstr "Solo seguidores"
  603. msgid "Direct Message"
  604. msgstr "Mensaje directo"
  605. #: html.c:553 html.c:2645 html.c:2670 html.c:5523
  606. msgid "EmojiUnreact"
  607. msgstr ""
  608. #: html.c:553 html.c:1530 html.c:2645 html.c:2670 html.c:5534
  609. msgid "EmojiReact"
  610. msgstr ""
  611. #: html.c:2188
  612. msgid "Emoji react..."
  613. msgstr "Reaccionar con un emoji..."
  614. #: html.c:2720
  615. msgid "Emoji reactions: "
  616. msgstr "Reacciones con emoji: "
  617. #: html.c:1915
  618. msgid "Muted words..."
  619. msgstr "Palabras silenciadas..."
  620. #: html.c:1917
  621. msgid "One word per line, partial matches count"
  622. msgstr "Una palabra por línea, valen coincidencias parciales"
  623. #: html.c:1938
  624. msgid "Update muted words"
  625. msgstr "Actualizar palabras silenciadas"
  626. #: html.c:2545
  627. msgid "Muted: "
  628. msgstr "Silenciado: "
  629. #: html.c:3994
  630. msgid "Contact's posts"
  631. msgstr "Publicaciones del contacto"
  632. #: html.c:4063
  633. msgid "More (x 10)..."
  634. msgstr "Más (x 10)..."
  635. #: html.c:845
  636. msgid "End in 3 days"
  637. msgstr "Finalizar en 3 días"
  638. #: html.c:848
  639. msgid "End in 1 year"
  640. msgstr "Finalizar en 1 año"
  641. #: html.c:4147
  642. msgid "Likes"
  643. msgstr ""
  644. #: html.c:4148
  645. msgid "Emoji reacts"
  646. msgstr ""
  647. #: html.c:4149
  648. msgid "Mentions"
  649. msgstr ""
  650. #: html.c:4150
  651. msgid "Announces"
  652. msgstr ""
  653. #: html.c:4151
  654. msgid "Follows"
  655. msgstr ""
  656. #: html.c:4152
  657. msgid "Unfollows"
  658. msgstr ""
  659. #: html.c:4153
  660. msgid "Follow requests"
  661. msgstr ""
  662. #: html.c:4154
  663. msgid "Blocks"
  664. msgstr ""
  665. #: html.c:4155
  666. msgid "Polls"
  667. msgstr ""
  668. #: html.c:4159
  669. msgid "Save"
  670. msgstr "Guardar"
  671. #: html.c:4167
  672. msgid "Notifications filter..."
  673. msgstr "Filtro de notificaciones..."
  674. #: data.c:44
  675. msgid "Jan"
  676. msgstr "ene"
  677. #: data.c:45
  678. msgid "Feb"
  679. msgstr "feb"
  680. #: data.c:46
  681. msgid "Mar"
  682. msgstr "mar"
  683. #: data.c:47
  684. msgid "Apr"
  685. msgstr "abr"
  686. #: data.c:48
  687. msgid "May"
  688. msgstr "may"
  689. #: data.c:49
  690. msgid "Jun"
  691. msgstr "jun"
  692. #: data.c:50
  693. msgid "Jul"
  694. msgstr "jul"
  695. #: data.c:51
  696. msgid "Aug"
  697. msgstr "ago"
  698. #: data.c:52
  699. msgid "Sep"
  700. msgstr "sep"
  701. #: data.c:53
  702. msgid "Oct"
  703. msgstr "oct"
  704. #: data.c:54
  705. msgid "Nov"
  706. msgstr "nov"
  707. #: data.c:55
  708. msgid "Dec"
  709. msgstr "dic"