messages.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122
  1. {
  2. "extensionDescription": {
  3. "message": "Guarda una página completa en un único archivo HTML",
  4. "description": "Description of the extension."
  5. },
  6. "commandSaveSelectedTabs": {
  7. "message": "Guardar las pestañas seleccionadas o su contenidos seleccionados",
  8. "description": "Command (Ctrl+Shift+Y): 'Save the selected tabs or their selected contents'"
  9. },
  10. "commandSaveAllTabs": {
  11. "message": "Guardar todas las pestañas",
  12. "description": "Command (Ctrl+Shift+U): 'Save all tabs'"
  13. },
  14. "commandCustomShortcut": {
  15. "message": "Atajo personalizado",
  16. "description": "Command label: 'Custom shortcut'"
  17. },
  18. "commandCustomShortcut0": {
  19. "message": "Atajo personalizado #1",
  20. "description": "Command label: 'Custom shortcut #1'"
  21. },
  22. "commandCustomShortcut1": {
  23. "message": "Atajo personalizado #2",
  24. "description": "Command label: 'Custom shortcut #2'"
  25. },
  26. "commandCustomShortcut2": {
  27. "message": "Atajo personalizado #3",
  28. "description": "Command label: 'Custom shortcut #3'"
  29. },
  30. "commandCustomShortcut3": {
  31. "message": "Atajo personalizado #4",
  32. "description": "Command label: 'Custom shortcut #4'"
  33. },
  34. "commandCustomShortcut4": {
  35. "message": "Atajo personalizado #5",
  36. "description": "Command label: 'Custom shortcut #5'"
  37. },
  38. "commandCustomShortcut5": {
  39. "message": "Atajo personalizado #6",
  40. "description": "Command label: 'Custom shortcut #6'"
  41. },
  42. "commandCustomShortcut6": {
  43. "message": "Atajo personalizado #7",
  44. "description": "Command label: 'Custom shortcut #7'"
  45. },
  46. "commandCustomShortcut7": {
  47. "message": "Atajo personalizado #8",
  48. "description": "Command label: 'Custom shortcut #8'"
  49. },
  50. "commandCustomShortcut8": {
  51. "message": "Atajo personalizado #9",
  52. "description": "Command label: 'Custom shortcut #9'"
  53. },
  54. "commandCustomShortcut9": {
  55. "message": "Atajo personalizado #10",
  56. "description": "Command label: 'Custom shortcut #10'"
  57. },
  58. "menuSavePage": {
  59. "message": "Guardar página con SingleFile",
  60. "description": "Menu entry: 'Save page with SingleFile'"
  61. },
  62. "menuSaveSelectedLinks": {
  63. "message": "Guardar los links seleccionados",
  64. "description": "Menu entry: 'Save selected links'"
  65. },
  66. "menuEditPage": {
  67. "message": "Anotar la página",
  68. "description": "Menu entry: 'Annotate the page...'"
  69. },
  70. "menuEditAndSavePage": {
  71. "message": "Anotar y guardar la página",
  72. "description": "Menu entry: 'Annotate and save the page...'"
  73. },
  74. "menuSaveWithProfile": {
  75. "message": "Guardar página con el perfil",
  76. "description": "Menu entry: 'Save with profile'"
  77. },
  78. "menuViewPendingSaves": {
  79. "message": "Ver guardados pendientes...",
  80. "description": "Menu entry: 'View pending saves...'"
  81. },
  82. "menuSelectProfile": {
  83. "message": "Seleccionar el perfil predeterminado",
  84. "description": "Menu entry: 'Select the default profile'"
  85. },
  86. "menuUpdateRule": {
  87. "message": "Seleccionar el perfil de la regla actual",
  88. "description": "Menu entry: 'Select the profile of the current rule'"
  89. },
  90. "menuCreateDomainRule": {
  91. "message": "Seleccionar el perfil del dominio actual",
  92. "description": "Menu entry: 'Select the profile of the current domain'"
  93. },
  94. "menuSaveSelection": {
  95. "message": "Guardar selección",
  96. "description": "Menu entry: 'Save selection'"
  97. },
  98. "menuSaveFrame": {
  99. "message": "Guardar marco (frame)",
  100. "description": "Menu entry: 'Save frame'"
  101. },
  102. "menuSaveTabs": {
  103. "message": "Guardar pestañas",
  104. "description": "Menu entry (SingleFile button only): 'Save tabs'"
  105. },
  106. "menuSaveSelectedTabs": {
  107. "message": "Guardar pestañas seleccionadas",
  108. "description": "Menu entry: 'Save selected tabs'"
  109. },
  110. "menuSaveUnpinnedTabs": {
  111. "message": "Guardar pestañas no fijadas",
  112. "description": "Menu entry: 'Save unpinned tabs'"
  113. },
  114. "menuSaveAllTabs": {
  115. "message": "Guardar todas las pestañas",
  116. "description": "Menu entry: 'Save all tabs'"
  117. },
  118. "menuBatchSaveUrls": {
  119. "message": "Guardar por lotes URLs...",
  120. "description": "Menu entry: 'Batch save URLs...'"
  121. },
  122. "menuAutoSave": {
  123. "message": "Auto-guardar",
  124. "description": "Menu entry: 'Auto-save'"
  125. },
  126. "menuAutoSaveDisabled": {
  127. "message": "Deshabilitado",
  128. "description": "Menu entry: 'Auto-save' > Disabled'"
  129. },
  130. "menuAutoSaveTab": {
  131. "message": "Auto-guardar esta pestaña",
  132. "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
  133. },
  134. "menuAutoSaveUnpinnedTabs": {
  135. "message": "Auto-guardar pestañas no fijadas",
  136. "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
  137. },
  138. "menuAutoSaveAllTabs": {
  139. "message": "Auto-guardar todas las pestañas",
  140. "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
  141. },
  142. "buttonDefaultTooltip": {
  143. "message": "Guardar página con SingleFile",
  144. "description": "Button title: 'Save page with SingleFile'"
  145. },
  146. "buttonBlockedBadge": {
  147. "message": "🚫",
  148. "description": "Button badge when the page is blocked: '🚫'"
  149. },
  150. "buttonBlockedTooltip": {
  151. "message": "Esta página no se puede guardar con SingleFile",
  152. "description": "Button title: 'This page cannot be saved with SingleFile'"
  153. },
  154. "buttonInitializingTooltip": {
  155. "message": "Inicializando SingleFile",
  156. "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
  157. },
  158. "buttonInitializingBadge": {
  159. "message": "•••",
  160. "description": "Badge label during initialization: '•••'"
  161. },
  162. "buttonSaveProgressTooltip": {
  163. "message": "Progresión del guardado: ",
  164. "description": "Button title during save: 'Save progress: xx%'"
  165. },
  166. "buttonUploadProgressTooltip": {
  167. "message": "Progresión del upload: ",
  168. "description": "Button title during save: 'Upload progress: xx%'"
  169. },
  170. "buttonOKBadge": {
  171. "message": "OK",
  172. "description": "Badge label: 'OK'"
  173. },
  174. "buttonErrorBadge": {
  175. "message": "ERR",
  176. "description": "Badge label for unexpected errors"
  177. },
  178. "buttonAutoSaveActiveTooltip": {
  179. "message": "Auto-guardar activado",
  180. "description": "Button title: 'Auto-save active'"
  181. },
  182. "buttonAutoSaveActiveBadge": {
  183. "message": "[A]",
  184. "description": "Badge label when auto-save is active"
  185. },
  186. "optionsTitle": {
  187. "message": "Opciones",
  188. "description": "Options page title"
  189. },
  190. "optionsUserInterfaceSubTitle": {
  191. "message": "Interfaz de usuario",
  192. "description": "Options sub-title: 'User interface'"
  193. },
  194. "optionAddMenuEntry": {
  195. "message": "añadir entrada en el menú contextual de la página web",
  196. "description": "Options page label: 'add entry in the context menu of the webpage'"
  197. },
  198. "optionDisplayShadow": {
  199. "message": "cubrir la página con un sombreado durante el procesado",
  200. "description": "Options page label: 'overlay a shadow on the page during processing'"
  201. },
  202. "optionDisplayInfobar": {
  203. "message": "mostrar una barra informativa al ver una página guardada",
  204. "description": "Options page label: 'display an infobar when viewing a saved page'"
  205. },
  206. "optionInfobarTemplate": {
  207. "message": "plantilla del contenido de la barra informativa",
  208. "description": "Options page label: 'template of the infobar content'"
  209. },
  210. "optionBlockMixedContent": {
  211. "message": "bloqueo de contenido mixto",
  212. "description": "Options page label: 'block mixed content'"
  213. },
  214. "optionSaveOriginalURLs": {
  215. "message": "guardar las URL originales de los recursos incrustados",
  216. "description": "Options page label: 'save original URLs of embedded resources'"
  217. },
  218. "optionIncludeInfobar": {
  219. "message": "incluir la barra informativa en la página guardada",
  220. "description": "Options page label: 'include the infobar in the saved page'"
  221. },
  222. "optionOpenInfobar": {
  223. "message": "mantener abierta la barra de información",
  224. "description": "Options page label: 'keep infobar open'"
  225. },
  226. "optionRemoveInfobarSavedDate": {
  227. "message": "no incluya la fecha guardada",
  228. "description": "Options page label: 'do not include the saved date'"
  229. },
  230. "optionConfirmInfobar": {
  231. "message": "abrir un cuadro de diálogo para editar el contenido de la barra informativa",
  232. "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
  233. },
  234. "optionAutoClose": {
  235. "message": "cerrar automáticamente la pestaña después de guardar la página",
  236. "description": "Options page label: 'auto-close the tab after the page is saved'"
  237. },
  238. "optionCustomShortcut": {
  239. "message": "comando de atajo de teclado",
  240. "description": "Options page label: 'keyboard shortcut command'"
  241. },
  242. "optionCustomShortcutDefault": {
  243. "message": "atajo predeterminado",
  244. "description": "Options page label: 'default shortcut'"
  245. },
  246. "optionsFileNameSubTitle": {
  247. "message": "Nombre del archivo",
  248. "description": "Options sub-title: 'File name'"
  249. },
  250. "optionFilenameTemplate": {
  251. "message": "plantilla",
  252. "description": "Options page label: 'template'"
  253. },
  254. "optionFilenameMaxLength": {
  255. "message": "longitud máxima",
  256. "description": "Options page label: 'max length'"
  257. },
  258. "optionFilenameMaxLengthBytesUnit": {
  259. "message": "bytes",
  260. "description": "Options page label: 'bytes'"
  261. },
  262. "optionFilenameMaxLengthCharsUnit": {
  263. "message": "caracteres",
  264. "description": "Options page label: 'characters'"
  265. },
  266. "optionFilenameReplacementCharacter": {
  267. "message": "carácter de reemplazo",
  268. "description": "Options page label: 'replacement character'"
  269. },
  270. "optionReplaceEmojisInFilename": {
  271. "message": "reemplazar emojis con texto",
  272. "description": "Options page label: 'replace emojis with text'"
  273. },
  274. "optionSaveFilenameTemplateData": {
  275. "message": "guardar los datos de la plantilla de nombre de archivo en la página",
  276. "description": "Options page label: 'save the filename template data into the page'"
  277. },
  278. "optionConfirmFilename": {
  279. "message": "abrir el cuadro de diálogo \"Guardar como\" para confirmar el nombre del archivo",
  280. "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
  281. },
  282. "optionFilenameConflictAction": {
  283. "message": "resolución de conflictos de nombre de archivo",
  284. "description": "Options page label: 'filename conflict resolution'"
  285. },
  286. "optionFilenameConflictActionUniquify": {
  287. "message": "crear un nombre exclusivo",
  288. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  289. },
  290. "optionFilenameConflictActionOverwrite": {
  291. "message": "sobrescribir el archivo existente",
  292. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  293. },
  294. "optionFilenameConflictActionPrompt": {
  295. "message": "preguntar por un nombre",
  296. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  297. },
  298. "optionFilenameConflictActionSkip": {
  299. "message": "saltar los archivos duplicados",
  300. "description": "Value for 'filename conflict resolution' option: 'skip duplicate files'"
  301. },
  302. "optionsHTMLContentSubTitle": {
  303. "message": "Contenido HTML",
  304. "description": "Options sub-title: 'HTML content'"
  305. },
  306. "optionCompressHTML": {
  307. "message": "comprimir contenido HTML",
  308. "description": "Options page label: 'compress HTML content'"
  309. },
  310. "optionRemoveFrames": {
  311. "message": "eliminar marcos (frame)",
  312. "description": "Options page label: 'remove frames'"
  313. },
  314. "optionRemoveHiddenElements": {
  315. "message": "eliminar elementos ocultos (hidden)",
  316. "description": "Options page label: 'remove hidden elements'"
  317. },
  318. "optionRemovedElementsSelector": {
  319. "message": "eliminar elementos específicos",
  320. "description": "Options page label: 'remove specific elements'"
  321. },
  322. "optionsFileFormatSubTitle": {
  323. "message": "Formato de archivo",
  324. "description": "Options sub-title: 'File format'"
  325. },
  326. "optionFileFormat": {
  327. "message": "formato",
  328. "description": "Options page label: 'format'"
  329. },
  330. "optionFileFormatSelectHTML": {
  331. "message": "HTML",
  332. "description": "Options page label: 'HTML'"
  333. },
  334. "optionFileFormatSelectSelfExtractingUniversal": {
  335. "message": "ZIP autoextraíble (universal)",
  336. "description": "Options page label: 'self-extracting ZIP (universal)'"
  337. },
  338. "optionFileFormatSelectSelfExtracting": {
  339. "message": "ZIP autoextraíble",
  340. "description": "Options page label: 'self-extracting ZIP'"
  341. },
  342. "optionFileFormatSelectZIP": {
  343. "message": "ZIP",
  344. "description": "Options page label: 'ZIP'"
  345. },
  346. "optionPassword": {
  347. "message": "contraseña",
  348. "description": "Options page label: 'password'"
  349. },
  350. "optionCreateRootDirectory": {
  351. "message": "crear un directorio raíz",
  352. "description": "Options page label: 'create a root directory'"
  353. },
  354. "optionPreventAppendedData": {
  355. "message": "no añadir datos después de los datos ZIP",
  356. "description": "Options page label: 'do not append data after the ZIP data'"
  357. },
  358. "optionInsertTextBody": {
  359. "message": "hacer buscable el texto",
  360. "description": "Options page label: 'make text searchable'"
  361. },
  362. "optionInsertEmbeddedImage": {
  363. "message": "imagen incrustada",
  364. "description": "Options page label: 'embed image'"
  365. },
  366. "optionInsertEmbeddedScreenshotImage": {
  367. "message": "captura de pantalla",
  368. "description": "Options page label: 'page screenshot'"
  369. },
  370. "optionInsertEmbeddedCustomImage": {
  371. "message": "imagen personalizada",
  372. "description": "Options page label: 'custom image'"
  373. },
  374. "optionsInfobarSubTitle": {
  375. "message": "Barra informativa",
  376. "description": "Options sub-title: 'Infobar'"
  377. },
  378. "optionsImagesSubTitle": {
  379. "message": "Imágenes",
  380. "description": "Options sub-title: 'Images'"
  381. },
  382. "optionGroupDuplicateImages": {
  383. "message": "agrupar imágenes duplicadas combinadamente",
  384. "description": "Options page label: 'group duplicate images together'"
  385. },
  386. "optionLoadDeferredImages": {
  387. "message": "guardar imágenes diferidas",
  388. "description": "Options page label: 'save deferred images'"
  389. },
  390. "optionLoadDeferredImagesMaxIdleTime": {
  391. "message": "periodo máximo de espera (ms)",
  392. "description": "Options page label: 'maximum idle time (ms)'"
  393. },
  394. "optionLoadDeferredImagesKeepZoomLevel": {
  395. "message": "alejar la página",
  396. "description": "Options page label: 'zoom out the page'"
  397. },
  398. "optionLoadDeferredImagesDispatchScrollEvent": {
  399. "message": "enviar evento \"scroll\"",
  400. "description": "Options page label: 'dispatch \"scroll\" event'"
  401. },
  402. "optionLoadDeferredImagesBeforeFrames": {
  403. "message": "guardar marco (frame) diferidas",
  404. "description": "Options page label: 'load deferred frames'"
  405. },
  406. "optionRemoveAlternativeImages": {
  407. "message": "eliminar imágenes para resoluciones alternativas de pantalla",
  408. "description": "Options page label: 'remove images for alternative screen resolutions'"
  409. },
  410. "optionsFontsSubTitle": {
  411. "message": "Fuentes",
  412. "description": "Options sub-title: 'Fonts'"
  413. },
  414. "optionRemoveUnusedFonts": {
  415. "message": "eliminar fuentes no usadas",
  416. "description": "Options page label: 'remove unused fonts'"
  417. },
  418. "optionRemoveAlternativeFonts": {
  419. "message": "eliminar fuentes alternativas",
  420. "description": "Options page label: 'remove alternative fonts'"
  421. },
  422. "optionsStylesheetsSubTitle": {
  423. "message": "Hojas de estilo",
  424. "description": "Options sub-title: 'Stylesheets'"
  425. },
  426. "optionCompressCSS": {
  427. "message": "comprimir contenido CSS",
  428. "description": "Options page label: 'compress CSS content'"
  429. },
  430. "optionGroupDuplicateStylesheets": {
  431. "message": "agrupar hojas de estilo duplicadas combinadamente",
  432. "description": "Options page label: 'group duplicate stylesheets together'"
  433. },
  434. "optionMoveStylesInHead": {
  435. "message": "mover al elemento de head los estilos que se encuentran fuera de él",
  436. "description": "Options page label: 'move in the head element the styles found outside of it'"
  437. },
  438. "optionRemoveUnusedStyles": {
  439. "message": "eliminar estilos no usados",
  440. "description": "Options page label: 'remove unused styles'"
  441. },
  442. "optionRemoveAlternativeMedias": {
  443. "message": "eliminar hojas de estilo para dispositivos alternativos a las pantallas",
  444. "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
  445. },
  446. "optionsNetworkSubTitle": {
  447. "message": "Red",
  448. "description": "Options sub-title: 'Network'"
  449. },
  450. "optionsBlockedResources": {
  451. "message": "recursos bloqueados",
  452. "description": "Options page label: 'blocked resources'"
  453. },
  454. "optionsAcceptHeaders": {
  455. "message": "Cabecera \"Accept\"",
  456. "description": "Options page label: '\"Accept\" header'"
  457. },
  458. "optionResourceScript": {
  459. "message": "scripts",
  460. "description": "Options page label: 'scripts'"
  461. },
  462. "optionResourceVideo": {
  463. "message": "videos",
  464. "description": "Options page label: 'videos'"
  465. },
  466. "optionResourceAudio": {
  467. "message": "audios",
  468. "description": "Options page label: 'audios'"
  469. },
  470. "optionResourceDocument": {
  471. "message": "documentos",
  472. "description": "Options page label: 'documents'"
  473. },
  474. "optionResourceFont": {
  475. "message": "fuentes",
  476. "description": "Options page label: 'fonts'"
  477. },
  478. "optionResourceStylesheet": {
  479. "message": "hojas de estilo",
  480. "description": "Options page label: 'stylesheets'"
  481. },
  482. "optionResourceImage": {
  483. "message": "imágenes",
  484. "description": "Options page label: 'images'"
  485. },
  486. "optionsDestinationSubTitle": {
  487. "message": "Destino",
  488. "description": "Options sub-title: 'Destination'"
  489. },
  490. "optionsBookmarkSubTitle": {
  491. "message": "Marcadores",
  492. "description": "Options sub-title: 'Bookmarks'"
  493. },
  494. "optionsAutoSaveSubTitle": {
  495. "message": "Auto-guardado",
  496. "description": "Options sub-title: 'Auto-save'"
  497. },
  498. "optionsAutoSettingsSubTitle": {
  499. "message": "Reglas de auto-guardado",
  500. "description": "Options sub-title: 'Auto-settings rules'"
  501. },
  502. "optionsDeleteDisplayedRulesConfirm": {
  503. "message": "Confirmar la eliminación de todas las reglas mostradas",
  504. "description": "Popup text 'Confirm the deletion of all displayed rules'"
  505. },
  506. "optionsDeleteRulesTooltip": {
  507. "message": "Elimina todas las reglas mostradas",
  508. "description": "Popup text 'Delete all displayed rules'"
  509. },
  510. "optionsAutoSettingsUrl": {
  511. "message": "URL",
  512. "description": "Options label in the Auto-settings rules: 'URL'"
  513. },
  514. "optionsAutoSettingsUrlPlaceholder": {
  515. "message": "Escriba una URL parcial o completa (ej. ejemplo.com)",
  516. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  517. },
  518. "optionsAutoSettingsProfile": {
  519. "message": "Perfil",
  520. "description": "Options label in the Auto-settings rules: 'Profile'"
  521. },
  522. "optionsAutoSettingsAutoSaveProfile": {
  523. "message": "Perfil de auto-guardado",
  524. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  525. },
  526. "optionsAutoSettingsShowAllProfiles": {
  527. "message": "mostrar todos los perfiles",
  528. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  529. },
  530. "optionsAutoSettingsShowAutoSaveProfile": {
  531. "message": "mostrar columna 'Perfil de auto-guardado'",
  532. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  533. },
  534. "optionsUpdateRuleTooltip": {
  535. "message": "Actualizar la regla",
  536. "description": "Popup text 'Update the rule' in the options page"
  537. },
  538. "optionsDeleteRuleTooltip": {
  539. "message": "Eliminar la regla",
  540. "description": "Popup text 'Delete the rule' in the options page"
  541. },
  542. "optionsAddRuleTooltip": {
  543. "message": "Añadir la regla",
  544. "description": "Popup text 'Add the rule' in the options page"
  545. },
  546. "optionsValidateChangesTooltip": {
  547. "message": "Validar cambios",
  548. "description": "Popup text 'Validate changes' in the options page"
  549. },
  550. "optionsCancelChangesTooltip": {
  551. "message": "Cancelar cambios",
  552. "description": "Popup text 'Cancel changes' in the options page"
  553. },
  554. "optionsDeleteRuleConfirm": {
  555. "message": "Confirmar la eliminación de la regla seleccionada",
  556. "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
  557. },
  558. "optionAutoSaveLoadOrUnload": {
  559. "message": "auto-guardar tras cargar la página o al purgar la página",
  560. "description": "auto-save after page load or on page unload"
  561. },
  562. "optionAutoSaveLoad": {
  563. "message": "auto-guardar tras cargar la página",
  564. "description": "Options page label: 'auto-save after page load'"
  565. },
  566. "optionAutoSaveUnload": {
  567. "message": "auto-guardar al purgar la página",
  568. "description": "Options page label: 'auto-save on page unload'"
  569. },
  570. "optionAutoSaveDiscard": {
  571. "message": "auto-guardado al descartar la pestaña",
  572. "description": "Options page label: 'auto-save on tab discard'"
  573. },
  574. "optionAutoSaveRemove": {
  575. "message": "auto-guardado al cerrar la pestaña",
  576. "description": "Options page label: 'auto-save on tab removal'"
  577. },
  578. "optionAutoSaveDelay": {
  579. "message": "retardo de auto-guardado tras cargar la página (s)",
  580. "description": "Options page label: 'auto-save waiting delay after page load (s)'"
  581. },
  582. "optionAutoSaveRepeat": {
  583. "message": "auto-guardar periódicamente",
  584. "description": "Options page label: 'auto-save periodically'"
  585. },
  586. "optionAutoSaveRepeatDelay": {
  587. "message": "periodo (s)",
  588. "description": "Options page label: 'period (s)'"
  589. },
  590. "optionAutoSaveExternalSave": {
  591. "message": "guardar la página con SingleFile Companion",
  592. "description": "Options page label: 'save the page with SingleFile Companion'"
  593. },
  594. "optionsEditorSubTitle": {
  595. "message": "editor de anotaciones",
  596. "description": "Options sub-title: 'Annotation editor'"
  597. },
  598. "optionOpenEditor": {
  599. "message": "anotar página antes de guardarla",
  600. "description": "Options page label: 'annotate the page before saving'"
  601. },
  602. "optionOpenSavedPage": {
  603. "message": "abrir las páginas guardadas en una nueva pestaña",
  604. "description": "Options page label: 'open saved pages in a new tab'"
  605. },
  606. "optionAutoOpenEditor": {
  607. "message": "abrir páginas guardadas con SingleFile en el editor de anotaciones",
  608. "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
  609. },
  610. "optionDefaultEditorMode": {
  611. "message": "modo predeterminado",
  612. "description": "Options page label: 'default mode'"
  613. },
  614. "optionDefaultEditorModeNormal": {
  615. "message": "normal",
  616. "description": "Options page label: 'default mode > normal'"
  617. },
  618. "optionDefaultEditorModeEdit": {
  619. "message": "editar la página",
  620. "description": "Options page label: 'default mode > edit the page'"
  621. },
  622. "optionDefaultEditorModeFormat": {
  623. "message": "formatear la página",
  624. "description": "Options page label: 'default mode > format the page'"
  625. },
  626. "optionDefaultEditorModeCut": {
  627. "message": "eliminar elementos",
  628. "description": "Options page label: 'default mode > remove elements'"
  629. },
  630. "optionDefaultEditorModeCutExternal": {
  631. "message": "eliminar los elementos externos",
  632. "description": "Options page label: 'default mode > remove external elements'"
  633. },
  634. "optionApplySystemTheme": {
  635. "message": "aplicar diseño del sistema al formatear una páginae",
  636. "description": "Title of the button 'apply the system theme when formatting a page'"
  637. },
  638. "optionContentWidth": {
  639. "message": "ancho del contenido al formatear una página (em)",
  640. "description": "Options page label: 'content width when formatting a page (em)'"
  641. },
  642. "optionWarnUnsavedPage": {
  643. "message": "mostrar advertencia al salir de una página con cambios no guardados",
  644. "description": "Title of the button 'warn if leaving page with unsaved changes'"
  645. },
  646. "optionDisplayInfobarInEditor": {
  647. "message": "mostrar la barra informativa",
  648. "description": "Title of the button 'display the infobar'"
  649. },
  650. "optionsMiscSubTitle": {
  651. "message": "Miscelánea",
  652. "description": "Options sub-title: 'Misc.'"
  653. },
  654. "optionBackgroundSave": {
  655. "message": "guardar páginas en segundo plano",
  656. "description": "Options page label: 'save pages in background'"
  657. },
  658. "optionDisplayStats": {
  659. "message": "mostrar estadísticas en la consola tras el procesado",
  660. "description": "Options page label: 'display stats in the console after processing'"
  661. },
  662. "optionSetMaxResourceSize": {
  663. "message": "establecer el tamaño máximo",
  664. "description": "Options page label: 'set maximum size'"
  665. },
  666. "optionMaxResourceSize": {
  667. "message": "tamaño máximo (MB)",
  668. "description": "Options page label: 'maximum size (MB)'"
  669. },
  670. "optionSetMaxResourceDelay": {
  671. "message": "establecer el tiempo máximo de descarga",
  672. "description": "Options page label: 'set maximum download time'"
  673. },
  674. "optionMaxResourceDelay": {
  675. "message": "tiempo máximo de descarga (s)",
  676. "description": "Options page label: 'maximum download time (s)'"
  677. },
  678. "optionPassReferrerOnError": {
  679. "message": "pasar el encabezado \"Referer\" después de un error de solicitud de origen cruzado",
  680. "description": "Options page label: 'pass \"Referer\" header after a cross-origin request error'"
  681. },
  682. "optionSaveRawPage": {
  683. "message": "guardar página en crudo",
  684. "description": "Options page label: 'save raw page'"
  685. },
  686. "optionInsertMetaCSP": {
  687. "message": "establecer la política de seguridad del contenido",
  688. "description": "Options page label: 'set content security policy'"
  689. },
  690. "optionSaveToClipboard": {
  691. "message": "guardar en el portapapeles",
  692. "description": "Options page label: 'copy to clipboard'"
  693. },
  694. "optionSaveToFilesystem": {
  695. "message": "guardar en el sistema de archivos",
  696. "description": "Options page label: 'save to filesystem'"
  697. },
  698. "optionSharePage": {
  699. "message": "compartir página",
  700. "description": "Options page label: 'share page'"
  701. },
  702. "optionAddProof": {
  703. "message": "añadir prueba de existencia",
  704. "description": "Options page label: 'add proof of existence'"
  705. },
  706. "optionsAddProofConfirm": {
  707. "message": "Confirm you allow SingleFile to send to the Woleet API a SHA256 hash of each page you are going to save. You can find more information about this feature in the help page or by clicking on the question mark next to the option.",
  708. "description": "Popup text displayed wen enabling the option 'add proof of existence'"
  709. },
  710. "optionWoleetKey": {
  711. "message": "token de acceso",
  712. "description": "Options page label: 'access token'"
  713. },
  714. "optionSaveToGDrive": {
  715. "message": "subir a Google Drive",
  716. "description": "Options page label: 'upload to Google Drive'"
  717. },
  718. "optionSaveToDropbox": {
  719. "message": "subir a Dropbox",
  720. "description": "Options page label: 'upload to Dropbox'"
  721. },
  722. "optionSaveToGitHub": {
  723. "message": "subir a GitHub",
  724. "description": "Options page label: 'upload to GitHub'"
  725. },
  726. "optionGitHubToken": {
  727. "message": "token de acceso",
  728. "description": "Options page label: 'access token'"
  729. },
  730. "optionGitHubUser": {
  731. "message": "nombre de usuario",
  732. "description": "Options page label: 'user name'"
  733. },
  734. "optionGitHubRepository": {
  735. "message": "nombre del repositorio",
  736. "description": "Options page label: 'repository name'"
  737. },
  738. "optionGitHubBranch": {
  739. "message": "nombre de la rama",
  740. "description": "Options page label: 'branch name'"
  741. },
  742. "optionSaveToS3": {
  743. "message": "subir a Amazon S3",
  744. "description": "Options page label: 'upload to Amazon S3'"
  745. },
  746. "optionS3Domain": {
  747. "message": "dominio",
  748. "description": "Options page label: 'domain'"
  749. },
  750. "optionS3Region": {
  751. "message": "región",
  752. "description": "Options page label: 'region'"
  753. },
  754. "optionS3Bucket": {
  755. "message": "bucket nombre",
  756. "description": "Options page label: 'bucket name'"
  757. },
  758. "optionS3AccessKey": {
  759. "message": "clave de acceso",
  760. "description": "Options page label: 'access key'"
  761. },
  762. "optionS3SecretKey": {
  763. "message": "clave secreta",
  764. "description": "Options page label: 'secret key'"
  765. },
  766. "optionSaveWithWebDAV": {
  767. "message": "subir a un servidor WebDAV",
  768. "description": "Options page label: 'upload to a WebDAV server'"
  769. },
  770. "optionWebDAVURL": {
  771. "message": "URL",
  772. "description": "Options page label: 'URL'"
  773. },
  774. "optionWebDAVUser": {
  775. "message": "identificador de usuario",
  776. "description": "Options page label: 'user identifier'"
  777. },
  778. "optionWebDAVPassword": {
  779. "message": "contraseña",
  780. "description": "Options page label: 'password'"
  781. },
  782. "optionSaveWithMCP": {
  783. "message": "subir a un servidor MCP",
  784. "description": "Options page label: 'upload to an MCP server'"
  785. },
  786. "optionMCPServerUrl": {
  787. "message": "URL del servidor",
  788. "description": "Options page label: 'server URL'"
  789. },
  790. "optionMCPAuthToken": {
  791. "message": "token de autenticación",
  792. "description": "Options page label: 'authentication token'"
  793. },
  794. "optionSaveWithCompanion": {
  795. "message": "guardar la página con SingleFile Companion",
  796. "description": "Options page label: 'save with SingleFile Companion'"
  797. },
  798. "optionSaveCreatedBookmarks": {
  799. "message": "guardar la página de un marcador recién creado",
  800. "description": "Options page label: 'save the page of a newly created bookmark'"
  801. },
  802. "optionReplaceBookmarkURL": {
  803. "message": "enlazar el nuevo marcador a la página guardada",
  804. "description": "Options page label: 'link the new bookmark to the saved page'"
  805. },
  806. "optionAllowedBookmarkFolders": {
  807. "message": "carpetas permitidas",
  808. "description": "Options page label: 'allowed folders'"
  809. },
  810. "optionIgnoredBookmarkFolders": {
  811. "message": "carpetas ignoradas",
  812. "description": "Options page label: 'ignored folders'"
  813. },
  814. "optionsHelpLink": {
  815. "message": "ayuda",
  816. "description": "Options help link"
  817. },
  818. "optionSynchronize": {
  819. "message": "sincronizar opciones",
  820. "description": "Options label: 'synchronize options'"
  821. },
  822. "optionsResetButton": {
  823. "message": "Restablecer",
  824. "description": "Options button: 'Reset'"
  825. },
  826. "optionsResetTooltip": {
  827. "message": "Restablece todas las opciones a sus valores predeterminados",
  828. "description": "Options 'Reset' button tooltip"
  829. },
  830. "optionsResetConfirm": {
  831. "message": "Confirmar el restablecimiento de todas las opciones o del perfil actual",
  832. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  833. },
  834. "optionsResetAllButton": {
  835. "message": "Restablecer todas las ocpiones",
  836. "description": "Options confirm button: 'Reset all options'"
  837. },
  838. "optionsResetCurrentButton": {
  839. "message": "Restablecer el perfil actual",
  840. "description": "Options confirm button: 'Reset current profile'"
  841. },
  842. "optionsOKButton": {
  843. "message": "Aceptar",
  844. "description": "Options confirm button: 'OK'"
  845. },
  846. "optionsCancelButton": {
  847. "message": "Cancelar",
  848. "description": "Options confirm button: 'Cancel'"
  849. },
  850. "optionsExportButton": {
  851. "message": "Exportar",
  852. "description": "Options button: 'Export'"
  853. },
  854. "optionsImportButton": {
  855. "message": "Importar",
  856. "description": "Options button: 'Import'"
  857. },
  858. "logPanelDeferredImages": {
  859. "message": "Imágenes diferidas",
  860. "description": "Label 'Deferred images' in the log panel"
  861. },
  862. "logPanelFrameContents": {
  863. "message": "Contenidos de marco (frame)",
  864. "description": "Label 'Frame contents' in the log panel"
  865. },
  866. "logPanelEmbeddedImage": {
  867. "message": "Imagen incrustada",
  868. "description": "Label 'Embedded image' in the log panel"
  869. },
  870. "logPanelStep": {
  871. "message": "Nivel",
  872. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  873. },
  874. "logPanelWidth": {
  875. "message": "192",
  876. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  877. },
  878. "topPanelError": {
  879. "message": "Error de SingleFile: ",
  880. "description": "Label 'SingleFile error: ' in the top panel when displaying an error message"
  881. },
  882. "topPanelEmbeddedImageButton": {
  883. "message": "Abrir imagen...",
  884. "description": "Top panel button 'Open image...' when embedding an image"
  885. },
  886. "topPanelSharePageButton": {
  887. "message": "Compartir página...",
  888. "description": "Top panel button 'Share page...' when sharing a page"
  889. },
  890. "topPanelShareSelectionButton": {
  891. "message": "Compartir selección...",
  892. "description": "Top panel button 'Share selection...' when sharing selected content"
  893. },
  894. "profileDefaultSettings": {
  895. "message": "Configuración predeterminada",
  896. "description": "Label 'Default settings' of the default settings in the options page"
  897. },
  898. "profileDisabled": {
  899. "message": "Deshabilitado",
  900. "description": "Label 'Disabled' of the disabled profile name in the options page"
  901. },
  902. "profileAddButtonTooltip": {
  903. "message": "Añade un perfil nuevo",
  904. "description": "Tooltip 'Add a new profile' in the options page"
  905. },
  906. "profileRenameButtonTooltip": {
  907. "message": "Renombra el perfil",
  908. "description": "Tooltip 'Rename the profile' in the options page"
  909. },
  910. "profileDeleteButtonTooltip": {
  911. "message": "Elimina el perfil",
  912. "description": "Tooltip 'Delete the profile' in the options page"
  913. },
  914. "profileAddPrompt": {
  915. "message": "Introducir un nombre para este nuevo perfil",
  916. "description": "Popup text 'Enter a name for this new profile' in the options page"
  917. },
  918. "profileDeleteConfirm": {
  919. "message": "Confirmar la eliminación del perfil seleccionado",
  920. "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
  921. },
  922. "profileRenamePrompt": {
  923. "message": "Introducir un nuevo nombre para el perfil seleccionado",
  924. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  925. },
  926. "editorAddYellowNote": {
  927. "message": "Añadir una nota amarilla",
  928. "description": "Title of the button 'Add a yellow note' in the editor"
  929. },
  930. "editorAddPinkNote": {
  931. "message": "Añadir una nota rosa",
  932. "description": "Title of the button 'Add a pink note' in the editor"
  933. },
  934. "editorAddBlueNote": {
  935. "message": "Añadir una nota azul",
  936. "description": "Title of the button 'Add a blue note' in the editor"
  937. },
  938. "editorAddGreenNote": {
  939. "message": "Añadir una nota verde",
  940. "description": "Title of the button 'Add a green note' in the editor"
  941. },
  942. "editorHighlightYellow": {
  943. "message": "Resaltar texto seleccionado en amarillo",
  944. "description": "Title of the button 'Highlight selected text in yellow' in the editor"
  945. },
  946. "editorHighlightPink": {
  947. "message": "Resaltar texto seleccionado en rosa",
  948. "description": "Title of the button 'Highlight selected text in pink' in the editor"
  949. },
  950. "editorHighlightBlue": {
  951. "message": "Resaltar texto seleccionado en azul",
  952. "description": "Title of the button 'Highlight selected text in blue' in the editor"
  953. },
  954. "editorHighlightGreen": {
  955. "message": "Resaltar texto seleccionado en verde",
  956. "description": "Title of the button 'Highlight selected text in green' in the editor"
  957. },
  958. "editorToggleNotes": {
  959. "message": "Mostrar/ocultar notas",
  960. "description": "Title of the button 'Display/hide notes' in the editor"
  961. },
  962. "editorToggleHighlights": {
  963. "message": "Mostrar/ocultar el texto resaltado",
  964. "description": "Title of the button 'Display/hide the highlighted text' in the editor"
  965. },
  966. "editorRemoveHighlight": {
  967. "message": "Eliminar el texto resaltado seleccionado",
  968. "description": "Title of the button 'Remove the selected highlighted text' in the editor"
  969. },
  970. "editorEditPage": {
  971. "message": "Activar/desactivar solo lectura",
  972. "description": "Title of the button 'Enable/disable read-only' in the editor"
  973. },
  974. "editorFormatPage": {
  975. "message": "Formatear la página para una mejor legibilidad",
  976. "description": "Title of the button 'Format the page for better readability' in the editor"
  977. },
  978. "editorCutInnerPage": {
  979. "message": "Activar/desactivar la eliminación de elementos internos",
  980. "description": "Title of the button 'Enable/disable removing of internal elements' in the editor"
  981. },
  982. "editorCutOuterPage": {
  983. "message": "Activar/desactivar la eliminación de elementos externos",
  984. "description": "Title of the button 'Enable/disable removing of external elements' in the editor"
  985. },
  986. "editorUndoCutPage": {
  987. "message": "Restaurar el último elemento eliminado",
  988. "description": "Title of the button 'Restore last removed element' in the editor"
  989. },
  990. "editorUndoAllCutPage": {
  991. "message": "Restaurar todos los elementos eliminados",
  992. "description": "Title of the button 'Restore all removed elements' in the editor"
  993. },
  994. "editorRedoCutPage": {
  995. "message": "Eliminar el último elemento restaurado",
  996. "description": "Title of the button 'Remove last restored element' in the editor"
  997. },
  998. "editorSavePage": {
  999. "message": "Guardar la página",
  1000. "description": "Title of the button 'Save the page' in the editor"
  1001. },
  1002. "editorPrintPage": {
  1003. "message": "Imprimir la página",
  1004. "description": "Title of the button 'Print the page' in the editor"
  1005. },
  1006. "pendingsTitle": {
  1007. "message": "Guardados pendientes",
  1008. "description": "Title of the pending save page 'Pending saves' in the editor"
  1009. },
  1010. "pendingsCancelAllButton": {
  1011. "message": "Cancelar todo",
  1012. "description": "Pending saves button 'Cancel all'"
  1013. },
  1014. "pendingsURLTitle": {
  1015. "message": "URL",
  1016. "description": "Title of the first column in the table of the pending saves 'URL'"
  1017. },
  1018. "pendingsTitleTitle": {
  1019. "message": "Título",
  1020. "description": "Title of the first column in the table of the pending saves 'Title'"
  1021. },
  1022. "pendingsStatusTitle": {
  1023. "message": "estado",
  1024. "description": "Title of the second column in the table of the pending saves 'status'"
  1025. },
  1026. "pendingsPendingStatus": {
  1027. "message": "pendiente",
  1028. "description": "Value of 'status' for pending saves"
  1029. },
  1030. "pendingsProcessingStatus": {
  1031. "message": "procesando",
  1032. "description": "Value of 'status' for current saves"
  1033. },
  1034. "pendingsCancellingStatus": {
  1035. "message": "cancelando",
  1036. "description": "Value of 'status' for cancelled saves"
  1037. },
  1038. "pendingsNoPendings": {
  1039. "message": "No hay guardados pendientes",
  1040. "description": "Label displayed when they are no pending saves"
  1041. },
  1042. "pendingsAddUrlsButton": {
  1043. "message": "Añadir URLs",
  1044. "description": "button 'Add URLs'"
  1045. },
  1046. "pendingsAddUrls": {
  1047. "message": "Introduce una lista de URLs separadas por una nueva línea",
  1048. "description": "Label of the add URLs input"
  1049. },
  1050. "pendingsAddUrlsOKButton": {
  1051. "message": "OK",
  1052. "description": "Add URLs popup confirm button: 'OK'"
  1053. },
  1054. "pendingsAddUrlsCancelButton": {
  1055. "message": "Cancelar",
  1056. "description": "Add URLs popup cancel button: 'Cancel'"
  1057. },
  1058. "batchSaveUrlsTitle": {
  1059. "message": "Guardar URLs en lote",
  1060. "description": "Title of the 'batch save URLs' page"
  1061. },
  1062. "batchSaveUrlsNoURLs": {
  1063. "message": "Sin URLs",
  1064. "description": "Label displayed when they are no URLs"
  1065. },
  1066. "batchSaveUrlsAddUrlButton": {
  1067. "message": "Añadir URL",
  1068. "description": "label of the button 'Add URL'"
  1069. },
  1070. "batchSaveUrlsAddUrlsButton": {
  1071. "message": "Añadir URLs...",
  1072. "description": "label of the button 'Add URLs...'"
  1073. },
  1074. "batchSaveUrlsRemoveAllButton": {
  1075. "message": "Eliminar todo",
  1076. "description": "label of the button 'Remove all'"
  1077. },
  1078. "batchSaveUrlsSavePagesButton": {
  1079. "message": "Guardar páginas",
  1080. "description": "label of the button 'Save pages'"
  1081. },
  1082. "batchSaveUrlsURLTitle": {
  1083. "message": "URL",
  1084. "description": "Title of the column in the table of the URLs"
  1085. },
  1086. "optionSaveToRestFormApi": {
  1087. "message": "subir a un formulario REST Api",
  1088. "description": "Options page label: 'upload to a REST Form API'"
  1089. },
  1090. "optionRestFormApiUrl": {
  1091. "message": "URL",
  1092. "description": "Options page label: 'URL'"
  1093. },
  1094. "optionRestFormApiToken": {
  1095. "message": "authorization token",
  1096. "description": "Options page label: 'authorization token'"
  1097. },
  1098. "optionRestFormApiFileFieldName": {
  1099. "message": "archive data field name",
  1100. "description": "Options page label: 'archive data field name'"
  1101. },
  1102. "optionRestFormApiUrlFieldName": {
  1103. "message": "archive URL field name",
  1104. "description": "Options page label: 'archive URL field name'"
  1105. },
  1106. "optionsEditorTitle": {
  1107. "message": "Editor de opciones",
  1108. "description": "Options title: 'Options editor'"
  1109. },
  1110. "optionsEditorSaveButton": {
  1111. "message": "Guardar",
  1112. "description": "Options editor button: 'Save'"
  1113. },
  1114. "optionsEditorConfigSaved": {
  1115. "message": "Configuración guardada",
  1116. "description": "Options editor message: 'Configuration saved'"
  1117. },
  1118. "optionsEditorInvalidJSON": {
  1119. "message": "JSON no válido",
  1120. "description": "Options editor error message: 'Invalid JSON'"
  1121. }
  1122. }