oasis_es.js 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  1. const { a, em, strong } = require('../../../server/node_modules/hyperaxe');
  2. module.exports = {
  3. es: {
  4. languageName: "Castellano",
  5. extended: "Multiverso",
  6. extendedDescription: [
  7. "Cuando apoyas a alguien, puedes descargar las publicaciones de habitantes que apoya, y esas publicaciones aparecerán aquí, ordenadas por la más reciente.",
  8. ],
  9. popular: "Destacadas",
  10. popularDescription: [
  11. "Publicaciones de habitantes en tu red, ",
  12. strong("ordenadas por apoyos"),
  13. ". Selecciona el período de tiempo para obtener una lista.",
  14. ],
  15. day: "Día",
  16. week: "Semana",
  17. month: "Mes",
  18. year: "Año",
  19. latest: "Últimos",
  20. latestDescription: [
  21. strong("Publicaciones"),
  22. " tuyas y de habitantes que apoyas, ordenadas por las más recientes.",
  23. ],
  24. topics: "Temas",
  25. topicsDescription: [
  26. strong("Temas"),
  27. " tuyos y de habitantes que apoyas, ordenados por los más recientes.",
  28. ],
  29. summaries: "Resúmenes",
  30. summariesDescription: [
  31. strong("Temas y algunos comentarios"),
  32. " tuyos y de habitantes que apoyas, ordenados por los más recientes.",
  33. ],
  34. threads: "Hilos",
  35. threadsDescription: [
  36. strong("Publicaciones que tienen comentarios"),
  37. " de habitantes que apoyas y de tu multiverso, ordenadas por las más recientes.",
  38. ],
  39. profile: "Avatar",
  40. inhabitants: "Habitantes",
  41. manualMode: "Modo Manual",
  42. mentions: "Menciones",
  43. mentionsDescription: [
  44. strong("Publicaciones que te @mencionan"),
  45. ", ordenadas por las más recientes.",
  46. ],
  47. nextPage: "Siguiente",
  48. previousPage: "Anterior",
  49. noMentions: "No has recibido @menciones, aún.",
  50. private: "Buzón",
  51. privateDescription: "Ver y organizar tus mensajes privados.",
  52. privateInbox: "BUZÓN",
  53. privateSent: "ENVIADOS",
  54. privateFrom: "De",
  55. privateTo: "Para",
  56. privateDate: "Fecha",
  57. privateDelete: "Borrar",
  58. pmCreateButton: "Escribe un MP",
  59. noPrivateMessages: "No has recibido ninún mensaje privado, aún.",
  60. peers: "Nodos",
  61. privateDescription: ["Los mensajes privados están ",strong("cifrados con tu llave pública")," y tienen un máximo de 7 receptores."],
  62. search: "Buscar",
  63. searchDescription: "Descripición",
  64. imageSearch: "Buscar Imágenes",
  65. searchPlaceholder: "Encuentra @habitantes, #etiquetas y palabras clave...",
  66. settings: "Configuración",
  67. continueReading: "Continuar leyendo",
  68. moreComments: "más comentarios",
  69. readThread: "leer el resto del hilo",
  70. // pixelia
  71. pixeliaTitle: 'Pixelia',
  72. pixeliaDescription: 'Dibuja pixeles en un grid y colabor-ART con otros en tu red.',
  73. coordLabel: 'Coordenadas (e.g., A3)',
  74. coordPlaceholder: 'Introduce coordenada',
  75. contributorsTitle: "Contribuciones",
  76. pixeliaBy: "por",
  77. colorLabel: 'Elige un color',
  78. paintButton: 'Dibujar!',
  79. invalidCoordinate: 'Coordenada incorrecta',
  80. goToMuralButton: "Ver Mural",
  81. totalPixels: 'Total Pixeles',
  82. // modules
  83. modules: "Módulos",
  84. modulesViewTitle: "Módulos",
  85. modulesViewDescription: "Define tu entorno ideal activando y desactivando módulos.",
  86. inbox: "Buzón",
  87. multiverse: "Multiverso",
  88. popularLabel: "Destacadas",
  89. topicsLabel: "Tópicos",
  90. latestLabel: "Últimas",
  91. summariesLabel: "Resúmenes",
  92. threadsLabel: "Hilos",
  93. multiverseLabel: "Multiverso",
  94. inboxLabel: "Buzón",
  95. invitesLabel: "Invitaciones",
  96. walletLabel: "Cartera",
  97. legacyLabel: "Llaves",
  98. cipherLabel: "Cifrador",
  99. bookmarksLabel: "Marcadores",
  100. videosLabel: "Vídeos",
  101. torrentsLabel: "Torrents",
  102. docsLabel: "Documentos",
  103. audiosLabel: "Audios",
  104. tagsLabel: "Etiquetas",
  105. imagesLabel: "Imágenes",
  106. inhabitantsLabel: "Habitantes",
  107. trendingLabel: "Tendencias",
  108. eventsLabel: "Eventos",
  109. tasksLabel: "Tareas",
  110. transfersTitle: "Transferencias",
  111. marketTitle: "Mercado",
  112. opinionsTitle: "Opiniones",
  113. saveSettings: "Guardar configuración",
  114. // post actions
  115. comment: "Comentar",
  116. subtopic: "Subtopic",
  117. json: "JSON",
  118. createdAt: "Creado el",
  119. createdBy: "por",
  120. // relationships
  121. unfollow: "Dejar de soportar",
  122. follow: "Soportar",
  123. block: "Bloquear",
  124. unblock: "Desbloquear",
  125. newerPosts: "Nuevos posts",
  126. olderPosts: "Viejos posts",
  127. feedRangeEmpty: "El rango aplicado está vación para éste feed. Trata de ver el ",
  128. seeFullFeed: "feed completo",
  129. feedEmpty: "La red Oasis no ha visto nunca posts desde ésta cuenta.",
  130. beginningOfFeed: "Éste es el comienzo del feed",
  131. noNewerPosts: "No se han recibido posts nuevos, aún.",
  132. relationshipNotFollowing: "No te da soporte",
  133. relationshipTheyFollow: "Te da soporte",
  134. relationshipMutuals: "Soporte mútuo",
  135. relationshipFollowing: "Estás dando soporte",
  136. relationshipYou: "Tú",
  137. relationshipBlocking: "Estás bloqueando",
  138. relationshipBlockedBy: "Te bloquea",
  139. relationshipMutualBlock: "Bloqueo mutuo",
  140. relationshipNone: "No estás dando soporte",
  141. relationshipConflict: "Conflicto",
  142. relationshipBlockingPost: "Post bloqueado",
  143. // spreads view
  144. viewLikes: "Ver soportes",
  145. spreadedDescription: "Lista de posts soportados por habitante.",
  146. // composer
  147. attachFiles: "Adjuntar ficheros",
  148. preview: "Previsualizar",
  149. publish: "Publicar",
  150. contentWarningPlaceholder: "Añade un título a tu post (opcional)",
  151. privateWarningPlaceholder: "Añade habitantes para enviar un post privado (opcional)",
  152. publishWarningPlaceholder: "...",
  153. publishCustomDescription: [
  154. "RECUERDA: Debido a la tecnología blockchain, una vez has publicado algo, no puede ser editado ni borrado. Piénsalo bien!.",
  155. ],
  156. commentWarning: [
  157. "RECUERDA: Debido a la tecnología blockchain, una vez has publicado algo, no puede ser editado ni borrado. Piénsalo bien!.",
  158. ],
  159. commentPublic: "público",
  160. commentPrivate: "privado",
  161. commentLabel: ({ publicOrPrivate, markdownUrl }) => [
  162. ],
  163. publishLabel: ({ markdownUrl, linkTarget }) => [
  164. "RECUERDA: Debido a la tecnología blockchain, una vez has publicado algo, no puede ser editado ni borrado. Piénsalo bien!.",
  165. ],
  166. replyLabel: ({ markdownUrl }) => [
  167. "RECUERDA: Debido a la tecnología blockchain, una vez has publicado algo, no puede ser editado ni borrado. Piénsalo bien!.",
  168. ],
  169. publishCustomInfo: ({ href }) => [
  170. "Si tienes experiencia, también puedes ",
  171. a({ href }, "escribir un post avanzado"),
  172. ".",
  173. ],
  174. publishBasicInfo: ({ href }) => [
  175. "Si no tienes experiencia, deberías ",
  176. a({ href }, "escribir un post normal"),
  177. ".",
  178. ],
  179. publishCustom: "Escribir un post avanzado",
  180. subtopicLabel: "Crea un subtopic para éste post",
  181. // mentions
  182. messagePreview: "Previsualización",
  183. mentionsMatching: "Menciones",
  184. mentionsName: "Nombre",
  185. mentionsRelationship: "Relación",
  186. // settings
  187. updateit: "OBTENER ACTUALIZACIONES!",
  188. info: "Info",
  189. settingsIntro: ({ version }) => [
  190. `[SNH] ꖒ OASIS [ v.${version} ]`,
  191. ],
  192. timeAgo: "",
  193. sendTime: "escrito ",
  194. theme: "Tema",
  195. legacy: "Llaves",
  196. legacyTitle: "Llaves",
  197. legacyDescription: "Maneja tu secreto (llave privada) de forma rápida y segura.",
  198. legacyExportButton: "Exportar",
  199. legacyImportButton: "Importar",
  200. exportTitle: "Exportar datos",
  201. exportDescription: "Establece una contraseña (min 32 caracteres de longitud) para cifrar tu secreto",
  202. exportDataTitle: "Backup",
  203. exportDataDescription: "Descargar tu blockchain (llave privada excluida!)",
  204. exportDataButton: "Descargar blockchain",
  205. importTitle: "Importar datos",
  206. importDescription: "Importa tu secreto cifrado (llave privada) para activar tu avatar",
  207. importAttach: "Adjuntar fichero cifrado (.enc)",
  208. passwordLengthInfo: "La contraseña debe tener mínimo 32 caracteres de longitud.",
  209. passwordImport: "Escribe tu contraseña para descifrar los datos que serán guardados en tu sistema (nombre: secret)",
  210. randomPassword: "Contraseña aleatoria",
  211. exportPasswordPlaceholder: "Utiliza minúsculas, mayúsculas, números y símbolos",
  212. fileInfo: "Tu secreto cifrado será guardado en tu sistema (nombre: oasis.enc)",
  213. themeIntro:
  214. "Elige un tema.",
  215. setTheme: "Establecer tema",
  216. language: "Lenguaje",
  217. languageDescription:
  218. "Si quieres utilizar otro idioma, seleccionalo aquí.",
  219. setLanguage: "Establecer lenguaje",
  220. status: "Estado",
  221. peerConnections: "Nodos",
  222. peerConnectionsIntro: "Maneja todas tus conexiones con otros nodos.",
  223. online: "Online",
  224. offline: "Offline",
  225. supported: "Soportado",
  226. recommended: "Recomendado",
  227. blocked: "Bloqueado",
  228. noConnections: "No hay nodos conectados.",
  229. noDiscovered: "No has descubierto nodos.",
  230. noSupportedConnections: "No soportas nodos.",
  231. noBlockedConnections: "No bloqueas nodos.",
  232. noRecommendedConnections: "No recomiendas nodos.",
  233. connectionActionIntro:
  234. "",
  235. startNetworking: "Iniciar red",
  236. stopNetworking: "Parar red",
  237. restartNetworking: "Reiniciar red",
  238. sync: "Sincronizar red",
  239. indexes: "Índices",
  240. indexesDescription:
  241. "Reconstruir índices es seguro, y puede arreglar algunos errores en tu blockchain.",
  242. //invites
  243. invites: "Invitaciones",
  244. invitesTitle: "Invitaciones",
  245. invitesInvites: "Invitaciones",
  246. invitesDescription: "Maneja y aplica códigos de invitación en tu red.",
  247. invitesTribesTitle: "Tribus",
  248. invitesTribeInviteCodePlaceholder: "Introduce el código de la tribu",
  249. invitesTribeJoinButton: "Entrar en la tribu",
  250. invitesPubsTitle: "PUBs",
  251. invitesPubInviteCodePlaceholder: "Introduce el código de invitación del PUB",
  252. invitesAcceptInvite: "Entrar en el PUB",
  253. invitesAcceptedInvites: "Redes Federadas",
  254. invitesNoInvites: "No hay invitaciones aceptadas, aún.",
  255. //panic
  256. panicMode: "Modo Pánico!",
  257. //cipher
  258. encryptData: "Establece una contraseña (min 32 caracteres de longitud) para cifrar tu blockchain",
  259. decryptData: "Introduce contraseña para descifrar tu blockchain",
  260. panicModeDescription: "Cifrar/Descifrar o BORRAR tu blockchain",
  261. removeDataDescription: "CUIDADO: Éste proceso no puede ser revocado.",
  262. encryptPanicButton: "Cifrar blockchain",
  263. decryptPanicButton: "Descifrar blockchain",
  264. removePanicButton: "BORRAR TODOS TUS DATOS!",
  265. //search
  266. searchTitle: "Buscar",
  267. searchDescriptionLabel: "Buscar contenido en tu red.",
  268. search:"Buscar",
  269. searchLanguagesLabel: "Lenguajes",
  270. searchSkillsLabel: "Habilidades",
  271. searchPlaceholder:"Buscar contenido...",
  272. searchSubmit:"Buscar!",
  273. tribeLocationLabel:"Localización",
  274. tribeModeLabel:"Modo de Invitación",
  275. tribeMembersCount:"Número de Miembros",
  276. searchDateLabel:"Fecha",
  277. searchLocationLabel:"Localización",
  278. searchPriceLabel:"Precio",
  279. searchUrlLabel:"URL",
  280. searchCategoryLabel:"Categoría",
  281. searchStartLabel:"Fecha de comienzo",
  282. searchEndLabel:"Fecha de fin",
  283. searchPriorityLabel:"Prioridad",
  284. searchStatusLabel:"Estado",
  285. statusLabel:"Estado",
  286. totalVotesLabel:"Votos Totales",
  287. votesLabel:"Votos",
  288. noResultsFound:"No se han encontrado resultados.",
  289. author:"Autoría",
  290. createdAtLabel:"Creado el",
  291. hashtagDescription:"Explora el contenido asociado con ésta etiqueta",
  292. searchTitle:"Buscar Resultados",
  293. votesOption:"Opiniones Votadas",
  294. voteYesLabel:"Si",
  295. voteNoLabel:"No",
  296. allTypesLabel: "SIN LÍMITES",
  297. ABSTENTIONLabel:"ABSTENCIÓN",
  298. YESLabel:"SI",
  299. NOLabel:"NO",
  300. FOLLOW_MAJORITYLabel: "SEGUIR MAYORIA",
  301. CONFUSEDLabel: "CONFUSO",
  302. NOT_INTERESTEDLabel: "SIN INTERÉS",
  303. voteOptionYes:"Si",
  304. voteOptionNo:"No",
  305. voteOptionAbstention:"Abstención",
  306. StatusLabel:"Estado",
  307. votesOptionYesLabel:"Si",
  308. votesOptionNoLabel:"No",
  309. votesOptionAbstentionLabel:"Abstención",
  310. votesQuestionLabel:"Pregunta",
  311. votesCreatedByLabel:"Creado el",
  312. voteStatusOpen:"ABIERTO",
  313. voteStatusClosed:"CERRADO",
  314. //image search page
  315. imageSearchLabel: "Introduce palabras para buscar las imagenes que hayan sido etiquetadas con ellas.",
  316. //posts and comments
  317. commentDescription: ({ parentUrl }) => [
  318. " ha comentado en ",
  319. a({ href: parentUrl }, " hilo"),
  320. ],
  321. commentTitle: ({ authorName }) => [`Ha comentado en el post de @${authorName}`],
  322. subtopicDescription: ({ parentUrl }) => [
  323. " creado un subtopic desde ",
  324. a({ href: parentUrl }, " un post"),
  325. ],
  326. subtopicTitle: ({ authorName }) => [`Ha creado un subtopic en el post de @${authorName}`],
  327. mysteryDescription: "publicado un post misterioso",
  328. // misc + search
  329. oasisDescription: "OASIS Red de Proyectos",
  330. searchSubmit: "Buscar...",
  331. hashtagDescription: "Posts etiquetados con éste hashtag.",
  332. postLabel: "POSTS",
  333. aboutLabel: "HABITANTES",
  334. feedLabel: "FEEDS",
  335. votesLabel: "GOBIERNO",
  336. reportLabel: "REPORTES",
  337. imageLabel: "IMAGENES",
  338. videoLabel: "VIDEOS",
  339. audioLabel: "AUDIOS",
  340. documentLabel: "DOCUMENTOS",
  341. eventLabel: "EVENTOS",
  342. taskLabel: "TAREAS",
  343. transferLabel: "TRANSFERENCIAS",
  344. curriculumLabel: "CURRICULUM",
  345. bookmarkLabel: "ENLACES",
  346. tribeLabel: "TRIBUS",
  347. marketLabel: "MERCADO",
  348. cvLabel: "CVs",
  349. submit: "Aplicar",
  350. subjectLabel: "Asunto",
  351. editProfile: "Editar Avatar",
  352. editProfileDescription:
  353. "",
  354. profileName: "Nombre",
  355. profileImage: "Imágen Avatar (jpeg, jpg, png, gif) (max-size: 500px x 400px)",
  356. profileDescription: "Descripción",
  357. hashtagDescription:
  358. "Posts de habitantes de tu red que referencian éste #hashtag, ordenados por el más reciente.",
  359. rebuildName: "Reconstruir blockchain",
  360. wallet: "Cartera",
  361. walletAddress: "Dirección",
  362. walletAmount: "Cantidad",
  363. walletAddressLine: ({ address }) => `Dirección: ${address}`,
  364. walletAmountLine: ({ amount }) => `Cantidad: ${amount} ECO`,
  365. walletBack: "Volver",
  366. walletBalanceTitle: "Balance",
  367. walletWalletSendTitle: "Enviar",
  368. walletReceiveTitle: "Recibir",
  369. walletHistoryTitle: "Historial",
  370. walletBalanceLine: ({ balance }) => `${balance} ECO`,
  371. walletCnfrs: "Cnfrs",
  372. walletConfirm: "Confirmar",
  373. walletDescription: "Administra tus activos digitales, incluido el envío y la recepción de ECOin, la visualización del saldo y el acceso al historial de transacciones.",
  374. walletDate: "Fecha",
  375. walletFee: "Tasa (Cuanto mayor sea la tasa, más rápido se procesará tu transacción)",
  376. walletFeeLine: ({ fee }) => `Tasa: ECO ${fee}`,
  377. walletHistory: "Historial",
  378. walletReceive: "Recibir",
  379. walletReset: "Resetear",
  380. walletSend: "Enviar",
  381. walletStatus: "Estado",
  382. walletDisconnected: [
  383. "Tienes la ",
  384. strong("cartera de ECOin desconectada"),
  385. ". Revisa ",
  386. a({ href: '/settings' }, "tu configuración"),
  387. " o el estado de tu conexión.",
  388. ],
  389. walletSentToLine: ({ destination, amount }) => `Enviar ECO ${amount} a ${destination}`,
  390. walletSettingsTitle: "Cartera",
  391. walletSettingsDescription: "Integrar Oasis con tu cartera de ECOin.",
  392. walletSettingsDocLink: "Guía de instalación de ECOin",
  393. walletStatusMessages: {
  394. invalid_amount: "Cantidad inválida",
  395. invalid_dest: "Dirección de destino inválida",
  396. invalid_fee: "Tasa inválida",
  397. validation_errors: "Errores en la validación",
  398. send_tx_success: "Transacción realizada",
  399. },
  400. walletTitle: "Cartera",
  401. walletTotalCostLine: ({ totalCost }) => `Coste total: ECO ${totalCost}`,
  402. walletTransactionId: "ID de transacción",
  403. walletTxId: "Tx ID",
  404. walletType: "Tipo",
  405. walletUser: "Usuario",
  406. walletPass: "Contraseña",
  407. walletConfiguration: "Configurar cartera",
  408. //cipher
  409. cipher: "Cifrador",
  410. cipherTitle: "Cifrador",
  411. cipherDescription: "Encripta y desencripta tu texto de forma simétrica (usando una contraseña compartida).",
  412. randomPassword: "Contraseña Aleatoria",
  413. cipherEncryptTitle: "Encriptar Texto",
  414. cipherEncryptDescription: "Introduce el texto para encriptar",
  415. cipherTextLabel: "Texto para Encriptar",
  416. cipherTextPlaceholder: "Introduce el texto para encriptar...",
  417. cipherPasswordLabel: "Establece una contraseña (mínimo 32 caracteres) para encriptar tu texto",
  418. cipherPasswordPlaceholder: "Introduce una contraseña...",
  419. cipherEncryptButton: "Encriptar",
  420. cipherDecryptTitle: "Desencriptar Texto",
  421. cipherDecryptDescription: "Introduce el texto para desencriptar",
  422. cipherEncryptedMessageLabel: "Texto Encriptado",
  423. cipherDecryptedMessageLabel: "Texto Desencriptado",
  424. cipherPasswordUsedLabel: "Contraseña usada para encriptar (¡guárdala!)",
  425. cipherEncryptedTextPlaceholder: "Introduce el texto encriptado...",
  426. cipherIvLabel: "IV",
  427. cipherIvPlaceholder: "Introduce el vector de inicialización...",
  428. cipherDecryptButton: "Desencriptar",
  429. password: "Contraseña",
  430. text: "Texto",
  431. encryptedText: "Texto Encriptado",
  432. iv: "Vector de Inicialización (IV)",
  433. encryptTitle: "Encripta tu texto",
  434. encryptDescription: "Introduce el texto que deseas encriptar y proporciona una contraseña.",
  435. encryptButton: "Encriptar",
  436. decryptTitle: "Desencripta tu texto",
  437. decryptDescription: "Introduce el texto encriptado y proporciona la misma contraseña utilizada para la encriptación.",
  438. decryptButton: "Desencriptar",
  439. passwordLengthError: "La contraseña debe tener al menos 32 caracteres.",
  440. missingFieldsError: "Texto, contraseña o IV no proporcionados.",
  441. encryptionError: "Error al encriptar el texto.",
  442. decryptionError: "Error al desencriptar el texto.",
  443. //bookmarking
  444. bookmarkTitle: "Marcadores",
  445. bookmarkDescription: "Descubre y gestiona marcadores en tu red.",
  446. bookmarkCreateTitle: "Crear un marcador",
  447. bookmarkTitleLabel: "Título",
  448. bookmarkDescriptionLabel: "Descripción",
  449. bookmarkCreatedAt: "Creado el",
  450. bookmarkAuthor: "Por",
  451. bookmarkUrlLabel: "Enlace",
  452. bookmarkLink: "Enlace",
  453. bookmarkCreateButton: "Crear Marcador",
  454. existingbookmarksTitle: "Marcadores Existentes",
  455. nobookmarks: "No hay marcadores disponibles.",
  456. newbookmarkSuccess: "¡Nuevo marcador creado con éxito!",
  457. bookmarkFilterAll: "TODOS",
  458. bookmarkFilterMine: "MIOS",
  459. bookmarkUpdateButton: "Actualizar",
  460. bookmarkDeleteButton: "Eliminar",
  461. bookmarkAllSectionTitle: "Marcadores",
  462. bookmarkMineSectionTitle: "Tus Marcadores",
  463. bookmarkCreateSectionTitle: "Crear Marcador",
  464. bookmarkUpdateSectionTitle: "Actualizar Marcador",
  465. bookmarkTagsLabel: "Etiquetas",
  466. bookmarkTagsPlaceholder: "Introduce etiquetas separadas por comas",
  467. bookmarkFilterInternal: "INTERNO",
  468. bookmarkFilterExternal: "EXTERNO",
  469. bookmarkFilterTop: "TOP",
  470. bookmarkFilterRecent: "RECIENTES",
  471. bookmarkInternalTitle: "Marcadores Internos",
  472. bookmarkExternalTitle: "Marcadores Externos",
  473. bookmarkTopTitle: "Marcadores Principales",
  474. bookmarkRecentTitle: "Marcadores Recientes",
  475. bookmarkCategoryLabel: "Categoría",
  476. bookmarkCategoryPlaceholder: "Introduce la categoría",
  477. bookmarkLastVisitLabel: "Última Visita",
  478. bookmarkDescriptionLabel: "Descripción",
  479. bookmarkDescriptionText: "Descripción",
  480. bookmarkLinkLabel: "Enlace",
  481. bookmarkCategory: "Categoría",
  482. bookmarkLastVisit: "Última Visita",
  483. //videos
  484. videoTitle: "Videos",
  485. videoFileLabel: "Subir Video (.mp4, .webm, .ogv, .mov)",
  486. videoDescription: "Descubre y gestiona videos en tu red.",
  487. videoMineSectionTitle: "Tus Videos",
  488. videoCreateSectionTitle: "Subir Video",
  489. videoUpdateSectionTitle: "Actualizar Video",
  490. videoAllSectionTitle: "Videos",
  491. videoFilterAll: "TODOS",
  492. videoFilterMine: "MIOS",
  493. videoFilterRecent: "RECIENTES",
  494. videoFilterTop: "TOP",
  495. videoRecentSectionTitle: "Videos Recientes",
  496. videoTopSectionTitle: "Videos Principales",
  497. videoCreateButton: "Subir Video",
  498. videoUpdateButton: "Actualizar",
  499. videoDeleteButton: "Eliminar",
  500. videoTagsLabel: "Etiquetas",
  501. videoTagsPlaceholder: "Introduce etiquetas separadas por comas",
  502. videoTitleLabel: "Título",
  503. videoTitlePlaceholder: "Opcional",
  504. videoDescriptionLabel: "Descripción",
  505. videoDescriptionPlaceholder: "Opcional",
  506. noVideos: "No hay videos disponibles.",
  507. videoCreatedAt: "Creado el",
  508. videoAuthor: "Por",
  509. //documents
  510. documentTitle: "Documentos",
  511. documentFileLabel: "Subir Documento (.pdf)",
  512. documentDescription: "Descubre y gestiona documentos en tu red.",
  513. documentMineSectionTitle: "Tus Documentos",
  514. documentRecentSectionTitle: "Documentos Recientes",
  515. documentTopSectionTitle: "Documentos Principales",
  516. documentCreateSectionTitle: "Subir Documento",
  517. documentUpdateSectionTitle: "Editar Documento",
  518. documentAllSectionTitle: "Documentos",
  519. documentFilterAll: "TODOS",
  520. documentFilterMine: "MIOS",
  521. documentFilterRecent: "RECIENTES",
  522. documentFilterTop: "TOP",
  523. documentCreateButton: "Subir Documento",
  524. documentUpdateButton: "Actualizar",
  525. documentDeleteButton: "Eliminar",
  526. documentTagsLabel: "Etiquetas",
  527. documentTagsPlaceholder: "Introduce etiquetas separadas por comas",
  528. documentTitleLabel: "Título",
  529. documentTitlePlaceholder: "Opcional",
  530. documentDescriptionLabel: "Descripción",
  531. documentDescriptionPlaceholder: "Opcional",
  532. noDocuments: "No hay documentos disponibles.",
  533. documentCreatedAt: "Creado el",
  534. documentAuthor: "Por",
  535. //audios
  536. audioTitle: "Audios",
  537. audioDescription: "Explora y gestiona contenido de audio en tu red.",
  538. audioPluginTitle: "Título",
  539. audioPluginDescription: "Descripción",
  540. audioMineSectionTitle: "Tus Audios",
  541. audioCreateSectionTitle: "Subir Audio",
  542. audioUpdateSectionTitle: "Actualizar Audio",
  543. audioAllSectionTitle: "Audios",
  544. audioRecentSectionTitle: "Audios Recientes",
  545. audioTopSectionTitle: "Audios Principales",
  546. audioFilterAll: "TODOS",
  547. audioFilterMine: "MIOS",
  548. audioFilterRecent: "RECIENTES",
  549. audioFilterTop: "TOP",
  550. audioCreateButton: "Subir Audio",
  551. audioUpdateButton: "Actualizar",
  552. audioDeleteButton: "Eliminar",
  553. audioFileLabel: "Selecciona un archivo de audio (.mp3, .wav, .ogg)",
  554. audioTagsLabel: "Etiquetas",
  555. audioTagsPlaceholder: "Introduce etiquetas separadas por comas",
  556. audioTitleLabel: "Título",
  557. audioTitlePlaceholder: "Opcional",
  558. audioDescriptionLabel: "Descripción",
  559. audioDescriptionPlaceholder: "Opcional",
  560. audioCreatedAt: "Creado el",
  561. audioAuthor: "Por",
  562. audioNoFile: "No se proporcionó ningún archivo de audio",
  563. audioNotSupported: "Tu navegador no soporta el elemento de audio.",
  564. noAudios: "No hay audios disponibles.",
  565. // inhabitants
  566. yourContacts: "Tus Contactos",
  567. allInhabitants: "Habitantes",
  568. allCVs: "Todos los CVs",
  569. discoverPeople: "Descubre habitantes en tu red.",
  570. allInhabitantsButton: "TODOS",
  571. contactsButton: "SOPORTES",
  572. CVsButton: "CVs",
  573. matchSkills: "Coincidir Habilidades",
  574. matchSkillsButton: "COINCIDIR HABILIDADES",
  575. suggestedButton: "SUGERIDOS",
  576. searchInhabitantsPlaceholder: "FILTRAR habitantes POR NOMBRE …",
  577. filterLocation: "FILTRAR habitantes POR UBICACIÓN …",
  578. filterLanguage: "FILTRAR habitantes POR IDIOMA …",
  579. filterSkills: "FILTRAR habitantes POR HABILIDADES …",
  580. applyFilters: "Aplicar Filtros",
  581. locationLabel: "Ubicación",
  582. languagesLabel: "Idiomas",
  583. skillsLabel: "Habilidades",
  584. commonSkills: "Habilidades Comunes",
  585. mutualFollowers: "Seguidores Mutuos",
  586. latestInteractions: "Últimas Interacciones",
  587. viewAvatar: "Ver Avatar",
  588. viewCV: "Ver CV",
  589. suggestedSectionTitle: "Sugeridos",
  590. blockedSectionTitle: "Bloqueados",
  591. gallerySectionTitle: "GALERÍA",
  592. blockedButton: "BLOQUEADOS",
  593. blockedLabel: "Usuario Bloqueado",
  594. inhabitantviewDetails: "Ver Detalles",
  595. viewDetails: "Ver Detalles",
  596. oasisId: "ID",
  597. noInhabitantsFound: "No se encontraron habitantes, aún.",
  598. //trending
  599. trendingTitle: "Tendencias",
  600. exploreTrending: "Explora el contenido más popular en tu red.",
  601. ALLButton: "TODOS",
  602. MINEButton: "MIAS",
  603. RECENTButton: "RECIENTES",
  604. TOPButton: "TOP",
  605. bookmarkButton: "MARCADORES",
  606. transferButton: "TRANSFERENCIAS",
  607. eventButton: "EVENTOS",
  608. taskButton: "TAREAS",
  609. votesButton: "GOBIERNO",
  610. reportButton: "INFORMES",
  611. feedButton: "FEED",
  612. marketButton: "MERCADO",
  613. imageButton: "IMÁGENES",
  614. audioButton: "AUDIOS",
  615. videoButton: "VIDEOS",
  616. documentButton: "DOCUMENTOS",
  617. author: "Por",
  618. createdAtLabel: "Creado el",
  619. totalVotes: "Total de Votos",
  620. noTrendingFound: "No se encontraron contenidos populares.",
  621. noContentMessage: "No hay contenido popular disponible, aún.",
  622. trendingDescription: "Descripción",
  623. trendingDate: "Fecha",
  624. trendingLocation: "Ubicación",
  625. trendingPrice: "Precio",
  626. trendingUrl: "URL",
  627. trendingCategory: "Categoría",
  628. trendingStart: "Inicio",
  629. trendingEnd: "Fin",
  630. trendingPriority: "Prioridad",
  631. trendingStatus: "Estado",
  632. trendingFrom: "Desde",
  633. trendingTo: "Hasta",
  634. trendingConcept: "Concepto",
  635. trendingAmount: "Cantidad",
  636. trendingDeadline: "Plazo",
  637. trendingItemStatus: "Estado del Artículo",
  638. trendingTotalVotes: "Total de Votos",
  639. trendingTotalOpinions: "Total de Opiniones",
  640. trendingNoContentMessage: "No hay tendencias disponibles, aún.",
  641. trendingAuthor: "Por",
  642. trendingCreatedAtLabel: "Creado el",
  643. trendingTotalCount: "Total de Contadores",
  644. //tasks
  645. tasksTitle: "Tareas",
  646. tasksDescription: "Descubre y gestiona tareas en tu red.",
  647. taskTitleLabel: "Título",
  648. taskDescriptionLabel: "Descripción",
  649. taskStartTimeLabel: "Fecha de Inicio",
  650. taskEndTimeLabel: "Fecha de Fin",
  651. taskPriorityLabel: "Prioridad",
  652. taskPrioritySelect: "Seleccionar prioridad",
  653. taskPriorityUrgent: "Urgente",
  654. taskPriorityHigh: "Alta",
  655. taskPriorityMedium: "Media",
  656. taskPriorityLow: "Baja",
  657. taskLocationLabel: "Ubicación",
  658. taskTagsLabel: "Etiquetas",
  659. taskVisibilityLabel: "Visibilidad",
  660. taskPublic: "público",
  661. taskPrivate: "privado",
  662. taskCreatedAt: "Creado el",
  663. taskBy: "Por",
  664. taskStatus: "Estado",
  665. taskStatusOpen: "Abierta",
  666. taskStatusInProgress: "En Progreso",
  667. taskStatusClosed: "Cerrada",
  668. taskAssignedTo: "Asignada a",
  669. taskAssignees: "Asignados",
  670. taskAssignButton: "Asignar a Mí",
  671. taskUnassignButton: "Desasignar",
  672. taskCreateButton: "Crear Tarea",
  673. taskUpdateButton: "Actualizar",
  674. taskDeleteButton: "Eliminar",
  675. taskFilterAll: "TODOS",
  676. taskFilterMine: "MIAS",
  677. taskFilterOpen: "ABIERTAS",
  678. taskFilterInProgress: "EN-PROCESO",
  679. taskFilterClosed: "CERRADAS",
  680. taskFilterAssigned: "ASIGNADAS",
  681. taskFilterArchived: "ARCHIVADAS",
  682. taskFilterUrgent: "URGENTES",
  683. taskFilterHigh: "ALTAS",
  684. taskFilterMedium: "MEDIAS",
  685. taskFilterLow: "BAJAS",
  686. taskAllSectionTitle: "Tareas",
  687. taskMineSectionTitle: "Tus Tareas",
  688. taskCreateSectionTitle: "Crear Tarea",
  689. taskUpdateSectionTitle: "Actualizar",
  690. taskOpenTitle: "Tareas Abiertas",
  691. taskInProgressTitle: "Tareas en Progreso",
  692. taskClosedTitle: "Tareas Cerradas",
  693. taskAssignedTitle: "Tareas Asignadas",
  694. taskArchivedTitle: "Tareas Archivadas",
  695. taskPublicTitle: "Tareas Públicas",
  696. taskPrivateTitle: "Tareas Privadas",
  697. notasks: "No hay tareas disponibles.",
  698. noLocation: "No se especificó ubicación",
  699. //events
  700. eventTitle: "Eventos",
  701. eventDateLabel: "Fecha",
  702. eventsTitle: "Eventos",
  703. eventsDescription: "Descubre y gestiona eventos en tu red.",
  704. eventDescription: "Descripción",
  705. eventPrice: "Precio",
  706. eventStatus: "Estado",
  707. eventOrganizer: "Organizador",
  708. eventAllSectionTitle: "Eventos",
  709. eventMineSectionTitle: "Tus Eventos",
  710. eventArchivedTitle: "Eventos Archivados",
  711. eventCreateSectionTitle: "Crear Evento",
  712. eventUpdateSectionTitle: "Actualizar Evento",
  713. eventDeleteButton: "Eliminar",
  714. eventCreateButton: "Crear Evento",
  715. eventTitleLabel: "Título",
  716. eventDescriptionLabel: "Descripción",
  717. eventDescriptionPlaceholder: "Introduce la descripción del evento...",
  718. eventUpdateButton: "Actualizar",
  719. eventAttendeesLabel: "Asistentes",
  720. eventAttendeesPlaceholder: "Introduce los asistentes, separados por comas...",
  721. eventTagsLabel: "Etiquetas",
  722. eventTagsPlaceholder: "Introduce las etiquetas del evento, separadas por comas...",
  723. eventTags: "Etiquetas",
  724. eventPriceLabel: "Precio",
  725. eventUrlLabel: "URL",
  726. eventAttendees: "Asistentes",
  727. noAttendees: "Aún no hay asistentes",
  728. eventCreatedAt: "Creado el",
  729. eventLocation: "Ubicación",
  730. eventLocationLabel: "Ubicación",
  731. eventNoLocation: "No se especificó ubicación",
  732. eventNoURL: "No se especificó URL",
  733. eventBy: "Por",
  734. noevents: "No hay eventos disponibles.",
  735. eventDate: "Fecha",
  736. eventDateFormat: "DD:MM:YYYY HH:mm",
  737. eventAttendButton: "Asistir al Evento",
  738. eventUnattendButton: "Dejar de asistir al Evento",
  739. eventCreatedBy: "Creado por",
  740. eventAttendeesCount: "Número de Asistentes",
  741. eventCreatedByYou: "Tú creaste este evento",
  742. eventAttendConfirmation: "Ahora estás asistiendo a este evento",
  743. eventUnattendConfirmation: "Ya no estás asistiendo a este evento",
  744. eventFilterAll: "TODOS",
  745. eventFilterMine: "MIOS",
  746. eventFilterToday: "HOY",
  747. eventFilterWeek: "ESTA SEMANA",
  748. eventFilterMonth: "ESTE MES",
  749. eventFilterYear: "ESTE AÑO",
  750. eventFilterArchived: "ARCHIVADOS",
  751. eventTodayTitle: "Eventos de Hoy",
  752. eventThisWeekTitle: "Eventos de Esta Semana",
  753. eventThisMonthTitle: "Eventos de Este Mes",
  754. eventThisYearTitle: "Eventos de Este Año",
  755. eventPrivacyLabel: "Visibilidad",
  756. eventPublic: "Público",
  757. eventPrivate: "Privado",
  758. eventPublicTitle: "Eventos Públicos",
  759. eventNoPrice: "Evento Gratuito",
  760. eventNoImage: "No se ha subido ninguna imagen",
  761. eventAttendConfirmation: "Ahora estás asistiendo a este evento",
  762. eventUnattendConfirmation: "Ya no estás asistiendo a este evento",
  763. //tags
  764. tagsTitle: "Etiquetas",
  765. tagsDescription: "Descubre y explora patrones de taxonomía en tu red.",
  766. tagsAllSectionTitle: "Etiquetas",
  767. tagsTopSectionTitle: "Etiquetas Principales",
  768. tagsCloudSectionTitle: "Nube de Etiquetas",
  769. tagsFilterAll: "TODOS",
  770. tagsFilterTop: "TOP",
  771. tagsFilterCloud: "NUBE",
  772. tagsNoItems: "No hay etiquetas disponibles.",
  773. tagsTableHeaderTag: "ETIQUETA/ENLACE:",
  774. tagsTableHeaderCount: "CONTADOR:",
  775. //transfers
  776. transfersTitle: "Transferencias",
  777. transfersDescription: "Descubre y gestiona transferencias en tu red.",
  778. transfersFrom: "De",
  779. transfersTo: "A",
  780. transfersFilterAll: "TODOS",
  781. transfersFilterMine: "MIAS",
  782. transfersFilterMarket: "MERCADO",
  783. transfersFilterTop: "TOP",
  784. transfersFilterPending: "PENDIENTES",
  785. transfersFilterUnconfirmed: "NO CONFIRMADAS",
  786. transfersFilterClosed: "CERRADAS",
  787. transfersFilterDiscarded: "DESCARTADAS",
  788. transfersCreateButton: "Crear Transferencia",
  789. transfersUpdateButton: "Actualizar",
  790. transfersDeleteButton: "Eliminar",
  791. transfersToUser: "ID de Oasis",
  792. transfersToUserValidation: "ID de Oasis válido, ej. @…=.ed25519",
  793. transfersConcept: "Concepto",
  794. transfersAmount: "Cantidad",
  795. transfersDeadline: "Plazo",
  796. transfersTags: "Etiquetas",
  797. transfersStatus: "Estado",
  798. transfersStatusUnconfirmed: "NO CONFIRMADA",
  799. transfersStatusClosed: "CERRADA",
  800. transfersStatusDiscarded: "DESCARTADA",
  801. transfersCreatedAt: "Creado el",
  802. transfersConfirmations: "CONFIRMACIONES",
  803. transfersConfirmButton: "Confirmar Transferencia",
  804. transfersNoItems: "No se encontraron transferencias.",
  805. transfersMineSectionTitle: "Tus Transferencias",
  806. transfersMarketSectionTitle: "Transferencias del Mercado",
  807. transfersTopSectionTitle: "Transferencias Principales",
  808. transfersPendingSectionTitle: "Transferencias Pendientes",
  809. transfersUnconfirmedSectionTitle: "Transferencias No Confirmadas",
  810. transfersClosedSectionTitle: "Transferencias Cerradas",
  811. transfersDiscardedSectionTitle: "Transferencias Descartadas",
  812. transfersAllSectionTitle: "Transferencias",
  813. //governance (voting/polls)
  814. governanceTitle: "Gobierno",
  815. governanceDescription: "Descubre y gestiona votaciones en tu red.",
  816. voteMineSectionTitle: "Tus Votaciones",
  817. voteCreateSectionTitle: "Crear Votación",
  818. voteUpdateSectionTitle: "Actualizar",
  819. voteOpenTitle: "Votaciones Abiertas",
  820. voteClosedTitle: "Votaciones Cerradas",
  821. voteAllSectionTitle: "Gobierno",
  822. voteCreateButton: "Crear Votación",
  823. voteUpdateButton: "Actualizar",
  824. voteDeleteButton: "Eliminar",
  825. voteOptionYes: "SÍ",
  826. voteOptionNo: "NO",
  827. voteOptionAbstention: "ABSTENCIÓN",
  828. voteConfused: "CONFUNDIDO",
  829. voteFollowMajority: "SEGUIR MAYORÍA",
  830. voteNotInterested: "SIN INTERÉS",
  831. voteFilterAll: "TODOS",
  832. voteFilterMine: "MIAS",
  833. voteFilterOpen: "ABIERTAS",
  834. voteFilterClosed: "CERRADAS",
  835. voteQuestionLabel: "Pregunta",
  836. voteDeadlineLabel: "Plazo",
  837. voteOptionsLabel: "Tu voto",
  838. voteBreakdown: "Desglose",
  839. voteFinalResult: "RESULTADO",
  840. voteTagsLabel: "Etiquetas",
  841. voteDeadline: "Plazo",
  842. voteStatus: "Estado",
  843. voteTotalVotes: "Total de Votos",
  844. voteTags: "Etiquetas",
  845. voteOpinions: "Opiniones",
  846. novotes: "No hay propuestas de votación disponibles.",
  847. voteBy: "Por",
  848. voteCreatedAt: "Creado el",
  849. voteNoQuestion: "No se proporcionó pregunta",
  850. voteUnknownCreator: "Creador Desconocido",
  851. voteUnknownDate: "Fecha Desconocida",
  852. errorVoteNotFound: "Votación no encontrada",
  853. errorAlreadyVoted: "Ya has opnado.",
  854. errorVoteClosedCannotEdit: "No puedes editar una votación cerrada",
  855. errorVoteDeadlinePassed: "El plazo para esta votación ha pasado",
  856. errorRetrievingVote: "Error al recuperar votación",
  857. errorCreatingVote: "Error al crear votación",
  858. errorVoteAlreadyVoted: "No se puede editar después de haber opinado",
  859. errorDeletingOldVote: "Error al eliminar opinión anterior",
  860. errorCreatingUpdatedVote: "Error al crear opinión actualizada",
  861. errorCreatingTombstone: "Error al crear lápida",
  862. // CV
  863. cvTitle: "CV",
  864. cvLabel: "Currículum Vitae (CV)",
  865. cvEditSectionTitle: "Editar CV",
  866. cvCreateSectionTitle: "Crear CV",
  867. cvDescription: "Gestiona y comparte tus habilidades profesionales e información.",
  868. cvNameLabel: "Nombre Completo",
  869. cvDescriptionLabel: "Resumen",
  870. cvPhotoLabel: "Foto",
  871. cvPersonalExperiencesLabel: "Experiencias Personales",
  872. cvPersonalSkillsLabel: "Habilidades Personales (separadas por comas)",
  873. cvOasisExperiencesLabel: "Experiencias de Contribución en Oasis",
  874. cvOasisSkillsLabel: "Habilidades de Contribución en Oasis (separadas por comas)",
  875. cvEducationExperiencesLabel: "Experiencias Educativas",
  876. cvEducationalSkillsLabel: "Habilidades Educativas (separadas por comas)",
  877. cvProfessionalExperiencesLabel: "Experiencias Profesionales",
  878. cvProfessionalSkillsLabel: "Habilidades Profesionales (separadas por comas)",
  879. cvLanguagesLabel: "Idiomas",
  880. cvLocationLabel: "Ubicación",
  881. cvStatusLabel: "Estado",
  882. cvPreferencesLabel: "Preferencias",
  883. cvOasisContributorLabel: "Contribuyente de Oasis",
  884. cvPersonal: "Personal",
  885. cvOasis: "Contribuyente de Oasis (opcional)",
  886. cvOasisContributorView: "Contribución en Oasis",
  887. cvEducational: "Educativo (opcional)",
  888. cvEducationalView: "Educativo",
  889. cvProfessional: "Profesional (opcional)",
  890. cvProfessionalView: "Profesional",
  891. cvAvailability: "Disponibilidad (opcional)",
  892. cvAvailabilityView: "Disponibilidad",
  893. cvUpdateButton: "Actualizar",
  894. cvCreateButton: "Crear CV",
  895. cvContactLabel: "Contacto",
  896. cvCreatedAt: "Creado el",
  897. cvUpdatedAt: "Actualizado el",
  898. cvEditButton: "Actualizar",
  899. cvDeleteButton: "Eliminar",
  900. cvNoCV: "No se encontró ningún CV.",
  901. // blog/post,
  902. blogSubject: "Asunto",
  903. blogMessage: "Mensaje",
  904. blogImage: "Subir Imagen (jpeg, jpg, png, gif) (tamaño máximo: 500px x 400px)",
  905. blogPublish: "Vista previa",
  906. noPopularMessages: "No se han publicado mensajes populares, aún",
  907. // forum
  908. forumTitle: "Foros",
  909. forumCategoryLabel: "Categoría",
  910. forumTitleLabel: "Título",
  911. forumTitlePlaceholder: "Título del foro...",
  912. forumCreateButton: "Crear foro",
  913. forumCreateSectionTitle: "Crear foro",
  914. forumDescription: "Habla abiertamente con otras habitantes de tu red.",
  915. forumFilterAll: "TODOS",
  916. forumFilterMine: "MIAS",
  917. forumFilterRecent: "RECIENTES",
  918. forumFilterTop: "TOP",
  919. forumMineSectionTitle: "Tus Foros",
  920. forumRecentSectionTitle: "Foros Recientes",
  921. forumAllSectionTitle: "Foros",
  922. forumDeleteButton: "Borrar",
  923. forumParticipants: "participantes",
  924. forumMessages: "mensajes",
  925. forumLastMessage: "Último mensaje",
  926. forumMessageLabel: "Mensaje",
  927. forumMessagePlaceholder: "Escribe tu mensaje...",
  928. forumSendButton: "Enviar",
  929. forumVisitForum: "Visitar Foro",
  930. noForums: "No hay foros disponibles, aún.",
  931. // images
  932. imageTitle: "Imágenes",
  933. imagePluginTitle: "Título",
  934. imagePluginDescription: "Descripción",
  935. imageFileLabel: "Subir Imagen (jpeg, jpg, png, gif) (tamaño máximo: 500px x 400px)",
  936. imageDescription: "Descubre y gestiona imágenes en tu red.",
  937. imageMineSectionTitle: "Tus Imágenes",
  938. imageCreateSectionTitle: "Subir Imagen (jpeg, jpg, png, gif) (tamaño máximo: 500px x 400px)",
  939. imageUpdateSectionTitle: "Actualizar Imagen",
  940. imageAllSectionTitle: "Imágenes",
  941. imageFilterAll: "TODOS",
  942. imageFilterMine: "MIAS",
  943. imageCreateButton: "Subir Imagen",
  944. imageEditDescription: "Edita los detalles de tu imagen.",
  945. imageCreateDescription: "Crea una nueva imagen.",
  946. imageTagsLabel: "Etiquetas",
  947. imageTagsPlaceholder: "Introduce etiquetas separadas por comas",
  948. imageUpdateButton: "Actualizar",
  949. imageDeleteButton: "Eliminar",
  950. imageCreatedAt: "Creado el",
  951. imageAuthor: "Por",
  952. imagePreview: "Vista previa de la Imagen",
  953. noImages: "No hay imágenes disponibles.",
  954. imageFilterRecent: "RECIENTES",
  955. imageFilterPopular: "POPULARES",
  956. imageFilterGallery: "GALERÍA",
  957. imageFilterTop: "TOP",
  958. imageFilterMeme: "MEMES",
  959. imageTitleLabel: "Título",
  960. imageGallerySectionTitle: "Galería de Imágenes",
  961. imageMemeSectionTitle: "Memes",
  962. imageTopSectionTitle: "Imágenes Principales",
  963. imageRecentSectionTitle: "Imágenes Recientes",
  964. imageTitlePlaceholder: "Opcional",
  965. imageDescriptionLabel: "Descripción",
  966. imageDescriptionPlaceholder: "Opcional",
  967. imageMemeLabel: "Marcar como MEME",
  968. //feed
  969. feedTitle: "Feed",
  970. createFeedTitle: "Crear Feed",
  971. createFeedButton: "¡Enviar Feed!",
  972. feedPlaceholder: "¿Qué está pasando? (máximo 280 caracteres)",
  973. ALLButton: "Feeds",
  974. MINEButton: "Tus Feeds",
  975. TODAYButton: "HOY",
  976. TOPButton: "Feeds Principales",
  977. CREATEButton: "Crear Feed",
  978. totalOpinions: "Total de Opiniones",
  979. alreadyVoted: "Ya has opinado.",
  980. noFeedsFound: "No se encontraron feeds.",
  981. author: "Por",
  982. createdAtLabel: "Creado el",
  983. FeedshareYourOpinions: "Descubre y comparte textos breves en tu red.",
  984. voteInteresting: "Interesante",
  985. voteNecessary: "Necesario",
  986. voteFunny: "Divertido",
  987. voteDisgusting: "Asqueroso",
  988. voteSensible: "Sensible",
  989. votePropaganda: "Propaganda",
  990. voteAdultOnly: "Solo Adultos",
  991. voteBoring: "Aburrido",
  992. voteConfusing: "Confuso",
  993. voteInspiring: "Inspirador",
  994. voteSpam: "Spam",
  995. refeedButton: "Refeed",
  996. alreadyRefeeded: "Ya has hecho refeed de esto.",
  997. //activity
  998. activityTitle: "Actividad",
  999. yourActivity: "Tu Actividad",
  1000. globalActivity: "Actividad Global",
  1001. activityList: "Actividad",
  1002. activityDesc: "Ver la actividad más reciente en tu red.",
  1003. allButton: "TODOS",
  1004. mineButton: "MIAS",
  1005. noActions: "No hay actividad disponible.",
  1006. performed: "→",
  1007. from: "De",
  1008. to: "A",
  1009. amount: "Cantidad",
  1010. concept: "Concepto",
  1011. description: "Descripción",
  1012. meme: "Meme",
  1013. activityContact: "Contacto",
  1014. activityBy: "Nombre",
  1015. activityPixelia: "Nuevo píxel agregado",
  1016. viewImage: "Ver imagen",
  1017. playAudio: "Reproducir audio",
  1018. playVideo: "Reproducir video",
  1019. typeRecent: "RECIENTES",
  1020. errorActivity: "Error al recuperar la actividad",
  1021. typePost: "PUBLICACIONES",
  1022. typeTribe: "TRIBUS",
  1023. typeAbout: "HABITANTES",
  1024. typeCurriculum: "CV",
  1025. typeImage: "IMÁGENES",
  1026. typeBookmark: "MARCADORES",
  1027. typeDocument: "DOCUMENTOS",
  1028. typeVotes: "GOBIERNO",
  1029. typeAudio: "AUDIOS",
  1030. typeMarket: "MERCADO",
  1031. typeVideo: "VIDEOS",
  1032. typeVote: "PROPAGACIÓN",
  1033. typeEvent: "EVENTOS",
  1034. typeTransfer: "TRANSFERENCIAS",
  1035. typeTask: "TAREAS",
  1036. typePixelia: "PIXELIA",
  1037. typeForum: "FOROS",
  1038. typeReport: "INFORMES",
  1039. typeFeed: "FEED",
  1040. typeContact: "CONTACTO",
  1041. typePub: "PUB",
  1042. activitySupport: "Nueva alianza forjada",
  1043. activityJoin: "Nueva habitante en PUB",
  1044. question: "Pregunta",
  1045. deadline: "Plazo",
  1046. status: "Estado",
  1047. votes: "Votos",
  1048. totalVotes: "Total de Votos",
  1049. name: "Nombre",
  1050. skills: "Habilidades",
  1051. tags: "Etiquetas",
  1052. title: "Título",
  1053. date: "Fecha",
  1054. category: "Categoría",
  1055. attendees: "Asistentes",
  1056. activitySpread: "->",
  1057. visitLink: "Visitar enlace",
  1058. viewDocument: "Ver documento",
  1059. description: "Descripción",
  1060. location: "Ubicación",
  1061. contentWarning: "Asunto",
  1062. personName: "Nombre de Habitante",
  1063. //reports
  1064. reportsTitle: "Informes",
  1065. reportsDescription: "Gestiona y realiza un seguimiento de los informes relacionados con problemas, errores, abusos y advertencias de contenido en tu red.",
  1066. reportsFilterAll: "TODOS",
  1067. reportsFilterMine: "MIOS",
  1068. reportsFilterFeatures: "FUNCIONES",
  1069. reportsFilterBugs: "ERRORES",
  1070. reportsFilterAbuse: "ABUSOS",
  1071. reportsFilterContent: "CONTENIDO",
  1072. reportsFilterConfirmed: "CONFIRMADOS",
  1073. reportsFilterResolved: "RESUELTOS",
  1074. reportsFilterOpen: "ABIERTOS",
  1075. reportsFilterUnderReview: "EN REVISIÓN",
  1076. reportsFilterInvalid: "INVALIDOS",
  1077. reportsCreateButton: "Crear Informe",
  1078. reportsTitleLabel: "Título",
  1079. reportsDescriptionLabel: "Descripción",
  1080. reportsDescriptionPlaceholder: "Por favor, proporciona una descripción detallada.",
  1081. reportsCategory: "Categoría",
  1082. reportsCategoryLabel: "Categoría",
  1083. reportsCategoryFeatures: "Funciones",
  1084. reportsCategoryBugs: "Errores",
  1085. reportsCategoryAbuse: "Abuso",
  1086. reportsCategoryContent: "Problemas de Contenido",
  1087. reportsUpdateButton: "Actualizar",
  1088. reportsDeleteButton: "Eliminar",
  1089. reportsDateLabel: "Fecha",
  1090. reportsUploadFile: "Subir Imagen (jpeg, jpg, png, gif) (tamaño máximo: 500px x 400px)",
  1091. reportsCreatedBy: "Por",
  1092. reportsMineSectionTitle: "Tus Informes",
  1093. reportsFeaturesSectionTitle: "Solicitudes de Funciones",
  1094. reportsBugsSectionTitle: "Errores",
  1095. reportsAbuseSectionTitle: "Informes de Abuso",
  1096. reportsContentSectionTitle: "Problemas de Contenido",
  1097. reportsAllSectionTitle: "Informes",
  1098. reportsNoItems: "No hay informes disponibles.",
  1099. reportsValidationTitle: "Por favor, ingresa un título válido.",
  1100. reportsValidationDescription: "La descripción no puede estar vacía.",
  1101. reportsValidationCategory: "Por favor, selecciona una categoría.",
  1102. reportsCreatedAt: "Creado el",
  1103. reportsCreatedBy: "Por",
  1104. reportsSeverity: "Gravedad",
  1105. reportsSeverityLow: "Baja",
  1106. reportsSeverityMedium: "Media",
  1107. reportsSeverityHigh: "Alta",
  1108. reportsSeverityCritical: "Crítica",
  1109. reportsStatus: "Estado",
  1110. reportsStatusOpen: "Abierto",
  1111. reportsStatusUnderReview: "En Revisión",
  1112. reportsStatusResolved: "Resuelto",
  1113. reportsStatusInvalid: "Inválido",
  1114. reportsUpdateStatusButton: "Actualizar Estado",
  1115. reportsAnonymityOption: "Enviar de forma anónima",
  1116. reportsAnonymousAuthor: "Anónimo",
  1117. reportsConfirmButton: "¡CONFIRMAR INFORME!",
  1118. reportsConfirmations: "Confirmaciones",
  1119. reportsConfirmedSectionTitle: "Informes Confirmados",
  1120. reportsCreateTaskButton: "CREAR TAREA",
  1121. reportsOpenSectionTitle: "Informes Abiertos",
  1122. reportsUnderReviewSectionTitle: "Informes en Revisión",
  1123. reportsResolvedSectionTitle: "Informes Resueltos",
  1124. reportsInvalidSectionTitle: "Informes Inválidos",
  1125. //tribes
  1126. tribesTitle: "Tribus",
  1127. tribeAllSectionTitle: "Tribus",
  1128. tribeMineSectionTitle: "Tus Tribus",
  1129. tribeCreateSectionTitle: "Crear Tribu",
  1130. tribeUpdateSectionTitle: "Actualizar Tribu",
  1131. tribeGallerySectionTitle: "Galería de Tribus",
  1132. tribeLarpSectionTitle: "L.A.R.P.",
  1133. tribeRecentSectionTitle: "Tribus Recientes",
  1134. tribeTopSectionTitle: "Tribus Populares",
  1135. tribeviewTribeButton: "Visitar Tribu",
  1136. tribeDescription: "Explora o crea tribus en tu red.",
  1137. tribeFilterAll: "TODOS",
  1138. tribeFilterMine: "MIAS",
  1139. tribeFilterMembership: "MIEMBROS",
  1140. tribeFilterRecent: "RECIENTES",
  1141. tribeFilterLarp: "L.A.R.P.",
  1142. tribeFilterTop: "TOP",
  1143. tribeFilterGallery: "GALERÍA",
  1144. tribeCreateButton: "Crear Tribu",
  1145. tribeUpdateButton: "Actualizar",
  1146. tribeDeleteButton: "Eliminar",
  1147. tribeImageLabel: "Imagen de la Tribu (jpeg, jpg, png, gif) (tamaño máximo: 500px x 400px)",
  1148. tribeTitleLabel: "Título",
  1149. searchTribesPlaceholder: "FILTRAR tribus POR NOMBRE …",
  1150. tribeTitlePlaceholder: "Nombre de la tribu",
  1151. tribeDescriptionLabel: "Descripción",
  1152. tribeDescriptionPlaceholder: "Describe esta tribu",
  1153. tribeLocationLabel: "Ubicación",
  1154. tribeLocationPlaceholder: "¿Dónde está ubicada esta tribu?",
  1155. tribeTagsLabel: "Etiquetas",
  1156. tribeTagsPlaceholder: "Introduce etiquetas separadas por comas",
  1157. tribeIsLARPLabel: "¿Tribu L.A.R.P.?",
  1158. tribeInviteMode: "Modo de invitación",
  1159. tribeLARPLabel: "L.A.R.P.",
  1160. tribeModeLabel: "MODO",
  1161. tribeIsAnonymousLabel: "ESTADO",
  1162. tribeMembersCount: "Miembros",
  1163. tribeInviteCodePlaceholder: "Introduce el código de invitación",
  1164. tribeJoinByCodeButton: "Unirse con código",
  1165. tribeJoinButton: "UNIRSE",
  1166. tribeLeaveButton: "DEJAR",
  1167. tribeYes: "SÍ",
  1168. tribeNo: "NO",
  1169. tribePublic: "PÚBLICA",
  1170. tribePrivate: "PRIVADA",
  1171. tribeGenerateInvite: "GENERAR CÓDIGO",
  1172. tribeCreatedAt: "Creado el",
  1173. tribeAuthor: "Por",
  1174. tribeStrict: "Estricto",
  1175. tribeOpen: "Abierta",
  1176. tribeFeedFilterRECENT: "RECIENTES",
  1177. tribeFeedFilterMINE: "MIOS",
  1178. tribeFeedFilterALL: "TODOS",
  1179. tribeFeedFilterTOP: "TOP",
  1180. tribeFeedRefeeds: "Refeeds",
  1181. tribeFeedRefeed: "Refeed",
  1182. tribeFeedMessagePlaceholder: "Escribe un feed…",
  1183. tribeFeedSend: "Enviar",
  1184. tribeFeedEmpty: "No hay mensajes de feed disponibles, aún.",
  1185. noTribes: "No se encontraron tribus, aún.",
  1186. //agenda
  1187. agendaTitle: "Agenda",
  1188. agendaDescription: "Aquí puedes encontrar todos tus elementos asignados.",
  1189. agendaFilterAll: "TODOS",
  1190. agendaFilterOpen: "ABIERTOS",
  1191. agendaFilterClosed: "CERRADOS",
  1192. agendaFilterTasks: "TAREAS",
  1193. agendaFilterMarket: "MERCADO",
  1194. agendaFilterTribes: "TRIBUS",
  1195. agendaFilterEvents: "EVENTOS",
  1196. agendaFilterReports: "INFORMES",
  1197. agendaFilterTransfers: "TRANSFERENCIAS",
  1198. agendaNoItems: "No se encontraron asignaciones.",
  1199. agendaDiscardButton: "Descartar",
  1200. agendaRestoreButton: "Restaurar",
  1201. agendaAuthor: "Por",
  1202. agendaCreatedAt: "Creado el",
  1203. agendaTitleLabel: "Título",
  1204. agendaMembersCount: "Miembros",
  1205. agendaDescriptionLabel: "Descripción",
  1206. agendaStatus: "Estado",
  1207. agendaVisibility: "Visibilidad",
  1208. agendaEventDate: "Fecha del Evento",
  1209. agendaEventLocation: "Ubicación",
  1210. agendaEventPrice: "Precio",
  1211. agendaEventUrl: "URL",
  1212. agendaTaskStart: "Hora de Inicio",
  1213. agendaLocationLabel: "Ubicación",
  1214. agendaLARPLabel: "L.A.R.P.",
  1215. agendaYes: "SÍ",
  1216. agendaNo: "NO",
  1217. agendaInviteModeLabel: "Modo de invitación",
  1218. agendaAnonymousLabel: "Modo Anónimo",
  1219. agendaMembersLabel: "Miembros",
  1220. agendareportCategory: "Categoría",
  1221. agendareportSeverity: "Gravedad",
  1222. agendareportStatus: "Estado",
  1223. agendareportDescription: "Descripción",
  1224. agendaTaskEnd: "Hora de Fin",
  1225. agendaTaskPriority: "Prioridad",
  1226. agendaTransferFrom: "De",
  1227. agendaTransferTo: "A",
  1228. agendaTransferConcept: "Concepto",
  1229. agendaTransferAmount: "Cantidad",
  1230. agendaTransferDeadline: "Plazo",
  1231. agendaTransferFrom: "De",
  1232. agendaTransferTo: "A",
  1233. agendaTransferConcept: "Concepto",
  1234. agendaTransferAmount: "Cantidad",
  1235. agendaTransferDeadline: "Plazo",
  1236. //opinions
  1237. opinionsTitle: "Opiniones",
  1238. shareYourOpinions: "Descubre y vota por opiniones en tu red.",
  1239. author: "Por",
  1240. voteNow: "Vota ahora",
  1241. alreadyVoted: "Ya has opinado.",
  1242. noOpinionsFound: "No se encontraron opiniones.",
  1243. ALLButton: "TODOS",
  1244. MINEButton: "MIAS",
  1245. RECENTButton: "RECIENTES",
  1246. TOPButton: "TOP",
  1247. interestingButton: "INTERESANTE",
  1248. necessaryButton: "NECESARIO",
  1249. funnyButton: "DIVERTIDO",
  1250. disgustingButton: "ASQUEROSO",
  1251. sensibleButton: "SENSATO",
  1252. propagandaButton: "PROPAGANDA",
  1253. adultOnlyButton: "SOLO ADULTOS",
  1254. boringButton: "ABURRIDO",
  1255. confusingButton: "CONFUSO",
  1256. inspiringButton: "INSPIRADOR",
  1257. spamButton: "SPAM",
  1258. opinionsCreatedAt: "Creado el",
  1259. opinionsTotalCount: "Total de Opiniones",
  1260. voteInteresting: "Interesante",
  1261. voteNecessary: "Necesario",
  1262. voteFunny: "Divertido",
  1263. voteDisgusting: "Asqueroso",
  1264. voteSensible: "Sensible",
  1265. votePropaganda: "Propaganda",
  1266. voteAdultOnly: "Solo Adultos",
  1267. voteBoring: "Aburrido",
  1268. voteConfusing: "Confuso",
  1269. voteInspiring: "Inspirador",
  1270. voteSpam: "Spam",
  1271. //inbox
  1272. publishBlog: "Publicar Blog",
  1273. privateMessage: "MP",
  1274. pmSendTitle: "Mensajes Privados",
  1275. pmSend: "Enviar!",
  1276. pmDescription: "Usa este formulario para enviar un mensaje encriptado a otros habitantes.",
  1277. pmRecipients: "Destinatarios",
  1278. pmRecipientsHint: "Introduce los IDs de Oasis separados por comas",
  1279. pmSubject: "Asunto",
  1280. pmSubjectHint: "Introduce el asunto del mensaje",
  1281. pmText: "Mensaje",
  1282. pmFile: "Archivo adjunto",
  1283. //blockchain visor
  1284. blockchain: "BlockExplorer",
  1285. blockchainTitle: 'BlockExplorer',
  1286. blockchainDescription: 'Explora y visualiza los bloques en la blockchain.',
  1287. blockchainNoBlocks: 'No se encontraron bloques en la blockchain.',
  1288. blockchainBlockID: 'ID del bloque',
  1289. blockchainBlockAuthor: 'Autoría',
  1290. blockchainBlockType: 'Tipo',
  1291. blockchainBlockTimestamp: 'Fecha y hora',
  1292. blockchainBlockContent: 'Bloque',
  1293. blockchainBlockURL: 'URL:',
  1294. blockchainContent: 'Bloque',
  1295. blockchainContentPreview: 'Vista previa del contenido del bloque',
  1296. blockchainDetails: 'Ver detalles del bloque',
  1297. blockchainBlockInfo: 'Información del bloque',
  1298. blockchainBlockDetails: 'Detalles del bloque seleccionado',
  1299. blockchainBack: 'Volver al explorador de bloques',
  1300. visitContent: 'Visitar Contenido',
  1301. //stats
  1302. statsTitle: 'Estadísticas',
  1303. statistics: "Estadísticas",
  1304. statsInhabitant: "Estadísticas de Habitantes",
  1305. statsDescription: "Descubre las estadísticas de tu red.",
  1306. ALLButton: "TODOS",
  1307. MINEButton: "MIS",
  1308. TOMBSTONEButton: "LÁPIDAS",
  1309. statsYou: "Tú",
  1310. statsUserId: "ID de Oasis",
  1311. statsCreatedAt: "Creado el",
  1312. statsYourContent: "Contenido",
  1313. statsYourOpinions: "Opiniones",
  1314. statsYourTombstone: "Lápidas",
  1315. statsNetwork: "Red",
  1316. statsTotalInhabitants: "Habitantes",
  1317. statsDiscoveredTribes: "Tribus",
  1318. statsNetworkContent: "Contenido",
  1319. statsYourMarket: "Mercado",
  1320. statsNetworkOpinions: "Opiniones",
  1321. statsDiscoveredMarket: "Mercado",
  1322. statsNetworkTombstone: "Lápidas",
  1323. statsBookmark: "Marcadores",
  1324. statsEvent: "Eventos",
  1325. statsTask: "Tareas",
  1326. statsVotes: "Votos",
  1327. statsMarket: "Mercado",
  1328. statsReport: "Informes",
  1329. statsFeed: "Feeds",
  1330. statsTribe: "Tribus",
  1331. statsImage: "Imágenes",
  1332. statsAudio: "Audios",
  1333. statsVideo: "Videos",
  1334. statsDocument: "Documentos",
  1335. statsTransfer: "Transferencias",
  1336. statsPost: "Publicaciones",
  1337. statsOasisID: "ID de Oasis",
  1338. statsSize: "Total (tamaño)",
  1339. statsBlockchainSize: "Blockchain (tamaño)",
  1340. statsBlobsSize: "Blobs (tamaño)",
  1341. //AI
  1342. ai: "IA",
  1343. aiTitle: "IA",
  1344. aiDescription: "Una Inteligencia Artificial Colectiva (IAC) llamada '42' que aprende de tu red.",
  1345. aiInputPlaceholder: "Qué quieres saber?",
  1346. aiUserQuestion: "Pregunta",
  1347. aiResponseTitle: "Respuesta",
  1348. aiSubmitButton: "Enviar!",
  1349. aiSettingsDescription: "Configura tu prompt (máx 128 caracteres) para el modelo de IA.",
  1350. aiPrompt: "Provide an informative and precise response.",
  1351. aiConfiguration: "Configurar prompt",
  1352. aiPromptUsed: "Prompt",
  1353. aiClearHistory: "Borrar historial de chat",
  1354. //market
  1355. marketMineSectionTitle: "Tus Artículos",
  1356. marketCreateSectionTitle: "Crear un Nuevo Artículo",
  1357. marketUpdateSectionTitle: "Actualizar",
  1358. marketAllSectionTitle: "Mercado",
  1359. marketRecentSectionTitle: "Mercado Reciente",
  1360. marketTitle: "Mercado",
  1361. marketDescription: "Un mercado para intercambiar bienes o servicios en tu red.",
  1362. marketFilterAll: "TODOS",
  1363. marketFilterMine: "MIOS",
  1364. marketFilterAuctions: "SUBASTAS",
  1365. marketFilterItems: "INTERCAMBIO",
  1366. marketFilterNew: "NUEVO",
  1367. marketFilterUsed: "USADO",
  1368. marketFilterBroken: "ROTO",
  1369. marketFilterForSale: "EN VENTA",
  1370. marketFilterSold: "VENDIDO",
  1371. marketFilterDiscarded: "DESCARTADO",
  1372. marketFilterRecent: "RECIENTE",
  1373. marketCreateButton: "Crear Artículo",
  1374. marketItemType: "Tipo",
  1375. marketItemTitle: "Título",
  1376. marketItemAvailable: "Plazo",
  1377. marketItemDescription: "Descripción",
  1378. marketItemDescriptionPlaceholder: "Describe el artículo que estás vendiendo",
  1379. marketItemStatus: "Estado",
  1380. marketItemCondition: "Condición",
  1381. marketItemPrice: "Precio",
  1382. marketItemTags: "Etiquetas",
  1383. marketItemTagsPlaceholder: "Introduce etiquetas separadas por comas",
  1384. marketItemDeadline: "Plazo",
  1385. marketItemIncludesShipping: "¿Incluye Envío?",
  1386. marketItemHighestBid: "Oferta Más Alta",
  1387. marketItemHighestBidder: "Mayor Postor",
  1388. marketItemStock: "Existencias",
  1389. marketOutOfStock: "Sin existencias",
  1390. marketItemBidTime: "Tiempo de Oferta",
  1391. marketActionsUpdate: "Actualizar",
  1392. marketUpdateButton: "¡Actualizar Artículo!",
  1393. marketActionsDelete: "Eliminar",
  1394. marketActionsSold: "Marcar como Vendido",
  1395. marketActionsBuy: "¡COMPRAR!",
  1396. marketAuctionBids: "Ofertas Actuales",
  1397. marketPlaceBidButton: "Hacer Oferta",
  1398. marketItemSeller: "Vendedor",
  1399. marketNoItems: "No hay artículos disponibles, aún.",
  1400. marketYourBid: "Tu Oferta",
  1401. marketCreateFormImageLabel: "Subir Imagen (jpeg, jpg, png, gif) (tamaño máximo: 500px x 400px)",
  1402. //modules
  1403. modulesModuleName: "Nombre",
  1404. modulesModuleDescription: "Descripción",
  1405. modulesModuleStatus: "Estado",
  1406. modulesTotalModulesLabel: "Módulos Cargados",
  1407. modulesEnabledModulesLabel: "Habilitados",
  1408. modulesDisabledModulesLabel: "Deshabilitados",
  1409. modulesPopularLabel: "Popular",
  1410. modulesPopularDescription: "Módulo para recibir publicaciones que son tendencia, más vistas o más comentadas.",
  1411. modulesTopicsLabel: "Temas",
  1412. modulesTopicsDescription: "Módulo para recibir categorías de discusión basadas en intereses compartidos.",
  1413. modulesSummariesLabel: "Resúmenes",
  1414. modulesSummariesDescription: "Módulo para recibir resúmenes de discusiones o publicaciones largas.",
  1415. modulesLatestLabel: "Últimos",
  1416. modulesLatestDescription: "Módulo para recibir las publicaciones y discusiones más recientes.",
  1417. modulesThreadsLabel: "Hilos",
  1418. modulesThreadsDescription: "Módulo para recibir conversaciones agrupadas por tema o pregunta.",
  1419. modulesMultiverseLabel: "Multiverso",
  1420. modulesMultiverseDescription: "Módulo para recibir contenido de otros pares federados.",
  1421. modulesInvitesLabel: "Invitaciones",
  1422. modulesInvitesDescription: "Módulo para gestionar y aplicar códigos de invitación.",
  1423. modulesWalletLabel: "Billetera",
  1424. modulesWalletDescription: "Módulo para gestionar tus activos digitales (ECOin).",
  1425. modulesLegacyLabel: "Legado",
  1426. modulesLegacyDescription: "Módulo para gestionar tu secreto (clave privada) de forma rápida y segura.",
  1427. modulesCipherLabel: "Cifrado",
  1428. modulesCipherDescription: "Módulo para encriptar y desencriptar tu texto de forma simétrica (usando una contraseña compartida).",
  1429. modulesBookmarksLabel: "Marcadores",
  1430. modulesBookmarksDescription: "Módulo para descubrir y gestionar marcadores.",
  1431. modulesVideosLabel: "Videos",
  1432. modulesVideosDescription: "Módulo para descubrir y gestionar videos.",
  1433. modulesDocsLabel: "Documentos",
  1434. modulesDocsDescription: "Módulo para descubrir y gestionar documentos.",
  1435. modulesAudiosLabel: "Audios",
  1436. modulesAudiosDescription: "Módulo para descubrir y gestionar audios.",
  1437. modulesTagsLabel: "Etiquetas",
  1438. modulesTagsDescription: "Módulo para descubrir y explorar patrones de taxonomía (etiquetas).",
  1439. modulesImagesLabel: "Imágenes",
  1440. modulesImagesDescription: "Módulo para descubrir y gestionar imágenes.",
  1441. modulesTrendingLabel: "Tendencias",
  1442. modulesTrendingDescription: "Módulo para explorar el contenido más popular.",
  1443. modulesEventsLabel: "Eventos",
  1444. modulesEventsDescription: "Módulo para descubrir y gestionar eventos.",
  1445. modulesTasksLabel: "Tareas",
  1446. modulesTasksDescription: "Módulo para descubrir y gestionar tareas.",
  1447. modulesMarketLabel: "Mercado",
  1448. modulesMarketDescription: "Módulo para intercambiar bienes o servicios.",
  1449. modulesTribesLabel: "Tribus",
  1450. modulesTribesDescription: "Módulo para explorar o crear tribus (grupos).",
  1451. modulesGovernanceLabel: "Gobierno",
  1452. modulesGovernanceDescription: "Módulo para descubrir y gestionar votos.",
  1453. modulesReportsLabel: "Informes",
  1454. modulesReportsDescription: "Módulo para gestionar y hacer un seguimiento de informes relacionados con problemas, errores, abusos y advertencias de contenido.",
  1455. modulesOpinionsLabel: "Opiniones",
  1456. modulesOpinionsDescription: "Módulo para descubrir y votar opiniones.",
  1457. modulesTransfersLabel: "Transferencias",
  1458. modulesTransfersDescription: "Módulo para descubrir y gestionar contratos inteligentes (transferencias).",
  1459. modulesFeedLabel: "Feed",
  1460. modulesFeedDescription: "Módulo para descubrir y compartir textos breves (feeds).",
  1461. modulesPixeliaLabel: "Pixelia",
  1462. modulesPixeliaDescription: "Módulo para dibujar en una cuadrícula colaborativa.",
  1463. modulesAgendaLabel: "Agenda",
  1464. modulesAgendaDescription: "Módulo para gestionar todos tus elementos asignados.",
  1465. modulesAILabel: "AI",
  1466. modulesAIDescription: "Módulo para hablar con un LLM llamado '42'.",
  1467. modulesForumLabel: "Foros",
  1468. modulesForumDescription: "Módulo para descubrir y gestionar foros.",
  1469. //END
  1470. }
  1471. };