stylus/_locales/es/messages.json

1532 lines
60 KiB
JSON
Raw Normal View History

2012-04-16 01:56:12 +00:00
{
2018-08-12 11:41:17 +00:00
"addStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Escribir un estilo nuevo",
"description": "Label for the button to go to the add style page"
2018-08-12 11:41:17 +00:00
},
"addStyleTitle": {
2018-11-30 01:41:18 +00:00
"message": "Agregar un estilo",
"description": "Title of the page for adding styles"
2018-08-12 11:41:17 +00:00
},
"alphaChannel": {
2018-11-30 01:41:18 +00:00
"message": "Opacidad",
"description": "Label of color's opacity"
2018-08-12 11:41:17 +00:00
},
"appliesAdd": {
2018-11-30 01:41:18 +00:00
"message": "Agregar",
"description": "Label for the button to add an 'applies' entry"
2018-08-12 11:41:17 +00:00
},
"appliesDisplay": {
"message": "Se aplica a: $applies$",
2018-11-30 01:41:18 +00:00
"description": "Text on the manage screen to describe what the style applies to",
2018-08-12 11:41:17 +00:00
"placeholders": {
"applies": {
"content": "$1"
}
}
},
"appliesDisplayTruncatedSuffix": {
2018-11-30 01:41:18 +00:00
"message": "y más sitios",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
2018-08-12 11:41:17 +00:00
},
"appliesDomainOption": {
2018-11-30 01:41:18 +00:00
"message": "URLs en el dominio",
"description": "Option to make the style apply to the entered string as a domain"
2018-08-12 11:41:17 +00:00
},
"appliesHelp": {
2018-11-30 01:41:18 +00:00
"message": "Utilice los controles 'Se aplica a' para limitar a qué URLs se aplica el código de esta sección.",
"description": "Help text for 'applies to' section"
2018-08-12 11:41:17 +00:00
},
"appliesLabel": {
2018-11-30 01:41:18 +00:00
"message": "Se aplica a",
"description": "Label for 'applies to' fields on the edit/add screen"
2018-08-12 11:41:17 +00:00
},
"appliesLineWidgetLabel": {
2018-11-30 01:41:18 +00:00
"message": "Muestra la información 'Se aplica a'",
"description": "Label for the checkbox to display applies-to information in the single editor"
2018-08-12 11:41:17 +00:00
},
"appliesLineWidgetWarning": {
2018-11-30 01:41:18 +00:00
"message": "No funciona con CSS minificado",
"description": "A warning that applies-to information won't show properly with minified CSS"
2018-08-12 11:41:17 +00:00
},
"appliesRegexpOption": {
2018-11-30 01:41:18 +00:00
"message": "URLs coincidentes con la regexp",
"description": "Option to make the style apply to the entered string as a regular expression"
2018-08-12 11:41:17 +00:00
},
"appliesRemove": {
2018-11-30 01:41:18 +00:00
"message": "Eliminar",
"description": "Label for the button to remove an 'applies' entry"
2018-08-12 11:41:17 +00:00
},
"appliesRemoveError": {
2018-11-30 01:41:18 +00:00
"message": "No se puede eliminar la última entrada 'Se aplica a'",
"description": "Error displayed when the last 'applies' is going to be removed"
2018-08-12 11:41:17 +00:00
},
"appliesSpecify": {
2018-11-30 01:41:18 +00:00
"message": "Especificar",
"description": "Label for the button to make a style apply only to specific sites"
2018-08-12 11:41:17 +00:00
},
"appliesToEverything": {
2018-11-30 01:41:18 +00:00
"message": "Todos los sitios",
"description": "Text displayed for styles that apply to all sites"
2018-08-12 11:41:17 +00:00
},
"appliesUrlPrefixOption": {
2018-11-30 01:41:18 +00:00
"message": "URLs que empiezan con",
"description": "Option to make the style apply to the entered string as a URL prefix"
2018-08-12 11:41:17 +00:00
},
"applyAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Aplicar todas las actualizaciones",
"description": "Label for the button to apply all detected updates"
2018-08-12 11:41:17 +00:00
},
"author": {
2018-11-30 01:41:18 +00:00
"message": "Autor",
"description": "Label for the style author"
2018-08-12 11:41:17 +00:00
},
"backupButtons": {
2018-11-30 01:41:18 +00:00
"message": "Copia de seguridad",
"description": "Heading for backup"
2018-08-12 11:41:17 +00:00
},
"backupMessage": {
2018-11-30 01:41:18 +00:00
"message": "Seleccione un archivo o arrástrelo y suéltelo en esta página.",
"description": "Message for backup"
2018-08-12 11:41:17 +00:00
},
"bckpInstStyles": {
2018-11-30 01:41:18 +00:00
"message": "Exportar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
"checkAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Buscar actualizaciones para todos los estilos",
"description": "Label for the button to check all styles for updates"
2018-08-12 11:41:17 +00:00
},
"checkAllUpdatesForce": {
2018-11-30 01:41:18 +00:00
"message": "Comprobar de nuevo, ¡no he editado ningún estilo!",
"description": "Label for the button to apply all detected updates"
2018-08-12 11:41:17 +00:00
},
"checkForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Buscar actualización",
"description": "Label for the button to check a single style for an update"
2018-08-12 11:41:17 +00:00
},
"checkingForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Buscando...",
"description": "Text to display when checking a style for an update"
2018-08-12 11:41:17 +00:00
},
"clickToUninstall": {
2018-11-30 01:41:18 +00:00
"message": "Pulse para desinstalar",
"description": "Label for the overlay on a style thumbnail when installed via inline search in the popup"
2018-08-12 11:41:17 +00:00
},
"cm_autoCloseBrackets": {
2018-11-30 01:41:18 +00:00
"message": "Cerrar automáticamente corchetes y comillas",
"description": "Label for the checkbox in the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_autoCloseBracketsTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Añade automáticamente un equivalente de cierre al escribir uno de apertura de ()[]{}''\"\"",
"description": "Label for the checkbox in the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_autocompleteOnTyping": {
2018-11-30 01:41:18 +00:00
"message": "Autocompletar al escribir",
"description": "Label for the checkbox in the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_colorpicker": {
2018-11-30 01:41:18 +00:00
"message": "Selectores de color para colores CSS",
"description": "Label for the checkbox controlling colorpicker option for the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_indentWithTabs": {
2018-11-30 01:41:18 +00:00
"message": "Usar tabulaciones con sangría inteligente",
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_keyMap": {
2018-11-30 01:41:18 +00:00
"message": "Mapa de teclado",
"description": "Label for the drop-down list controlling the keymap for the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_lineWrapping": {
2018-11-30 01:41:18 +00:00
"message": "Ajuste de línea",
"description": "Label for the checkbox controlling word wrap option for the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_matchHighlight": {
2018-11-30 01:41:18 +00:00
"message": "Resaltar",
"description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_matchHighlightSelection": {
2018-11-30 01:41:18 +00:00
"message": "Sólo selección",
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
2018-08-12 11:41:17 +00:00
},
"cm_matchHighlightToken": {
2018-11-30 01:41:18 +00:00
"message": "Resaltado de palabra señalada",
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of the word/token under cursor even if nothing is selected"
2018-08-12 11:41:17 +00:00
},
"cm_resizeGripHint": {
2018-11-30 01:41:18 +00:00
"message": "Doble-clic para maximizar/restaurar la altura",
"description": "Tooltip for the resize grip in style editor"
2018-08-12 11:41:17 +00:00
},
"cm_selectByTokens": {
2018-11-30 01:41:18 +00:00
"message": "Al hacer doble clic se seleccionan los tokens",
"description": "Label for the checkbox in the editor."
2018-08-12 11:41:17 +00:00
},
"cm_selectByTokensTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Ejemplos de tokens: .foo-bar-2 #aabbcc 0.32 !important\nCuando está desactivado: se seleccionan las palabras delimitadas por puntos.",
"description": ""
2018-08-12 11:41:17 +00:00
},
"cm_smartIndent": {
2018-11-30 01:41:18 +00:00
"message": "Usar sangría inteligente",
"description": "Label for the checkbox controlling smart indentation option for the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_tabSize": {
2018-11-30 01:41:18 +00:00
"message": "Tamaño de la tabulación",
"description": "Label for the text box controlling tab size option for the style editor."
2018-08-12 11:41:17 +00:00
},
"cm_theme": {
2018-11-30 01:41:18 +00:00
"message": "Temas",
"description": "Label for the style editor's CSS theme."
2018-08-12 11:41:17 +00:00
},
"colorpickerSwitchFormatTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Alternar formatos: HEX -> RGB -> HSL.\nMayús+Clic para invertir la dirección.\nTambién con las teclas RePág (Retroceso de página), AvPág (Avance de página).",
"description": "Tooltip for the switch button in the color picker popup in the style editor."
2018-08-12 11:41:17 +00:00
},
"colorpickerTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Abrir selector de color",
"description": "Tooltip for the colored squares shown before CSS colors in the style editor."
2018-08-12 11:41:17 +00:00
},
"configOnChange": {
2018-11-30 01:41:18 +00:00
"message": "al cambiar",
"description": "VERY SHORT label for the checkbox in style config dialog after the save button - when enabled the changes in the dialog are saved and applied automatically without the need to press the Save button"
2018-08-12 11:41:17 +00:00
},
"configOnChangeTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Guardar y aplicar los cambios automáticamente",
"description": ""
2018-08-12 11:41:17 +00:00
},
"configureStyle": {
2018-11-30 01:41:18 +00:00
"message": "Configurar",
"description": "Label for the button to configure usercss userstyle"
2018-08-12 11:41:17 +00:00
},
"configureStyleOnHomepage": {
2018-11-30 01:41:18 +00:00
"message": "Configurar en la página de inicio",
"description": "Label for the button to configure userstyles.org userstyle"
2018-08-12 11:41:17 +00:00
},
"confirmCancel": {
2018-11-30 01:41:18 +00:00
"message": "Cancelar",
"description": ""
2018-08-12 11:41:17 +00:00
},
"confirmClose": {
2018-11-30 01:41:18 +00:00
"message": "Cerrar",
"description": "'Close' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
"confirmDefault": {
2018-11-30 01:41:18 +00:00
"message": "Usar predeterminado",
"description": "'Set to default' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
"confirmDelete": {
2018-11-30 01:41:18 +00:00
"message": "Eliminar",
"description": ""
2018-08-12 11:41:17 +00:00
},
"confirmDiscardChanges": {
2018-11-30 01:41:18 +00:00
"message": "¿Descartar los cambios?",
"description": "Generic label or title displayed when trying to close something (not a style) with unsaved changes"
2018-08-12 11:41:17 +00:00
},
"confirmOK": {
2018-11-30 01:41:18 +00:00
"message": "Aceptar",
"description": ""
2018-08-12 11:41:17 +00:00
},
"confirmSave": {
2018-11-30 01:41:18 +00:00
"message": "Guardar",
"description": "'Save' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
"confirmStop": {
2018-11-30 01:41:18 +00:00
"message": "Detener",
"description": "'Stop' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
"confirmYes": {
2018-11-30 01:41:18 +00:00
"message": "Sí",
"description": "'Yes' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
"dateInstalled": {
2018-11-30 01:41:18 +00:00
"message": "Fecha de instalación",
"description": "Option text for the user to sort the style by install date"
2018-08-12 11:41:17 +00:00
},
"dateUpdated": {
2018-11-30 01:41:18 +00:00
"message": "Fecha de actualización",
"description": "Option text for the user to sort the style by last update date"
2018-08-12 11:41:17 +00:00
},
"dbError": {
2018-11-30 01:41:18 +00:00
"message": "Ocurrió un error con la base de datos de Stylus. ¿Desea visitar una página web con posibles soluciones?",
"description": "Prompt when a DB error is encountered"
2018-08-12 11:41:17 +00:00
},
"defaultTheme": {
2018-11-30 01:41:18 +00:00
"message": "predeterminado",
"description": "Default CodeMirror CSS theme option on the edit style page"
2018-08-12 11:41:17 +00:00
},
"deleteStyleConfirm": {
2018-11-30 01:41:18 +00:00
"message": "¿Confirma que quiere eliminar este estilo?",
"description": "Confirmation before deleting a style"
2018-08-12 11:41:17 +00:00
},
"deleteStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Eliminar",
"description": "Label for the button to delete a style"
2018-08-12 11:41:17 +00:00
},
"description": {
2018-11-30 01:41:18 +00:00
"message": "Rediseñe la web con Stylus, un administrador de estilos de usuario. Stylus le permite instalar fácilmente temas y coberturas para muchos sitios populares.",
"description": "Extension description"
2018-08-12 11:41:17 +00:00
},
"disableAllStyles": {
2018-11-30 01:41:18 +00:00
"message": "Desactivar todos los estilos",
"description": "Label for the checkbox that turns all enabled styles off."
2018-08-12 11:41:17 +00:00
},
"disableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Desactivar",
"description": "Label for the button to disable a style"
2018-08-12 11:41:17 +00:00
},
"dragDropMessage": {
2018-11-30 01:41:18 +00:00
"message": "Deje caer su archivo de copia de seguridad en cualquier lugar de esta página para importarlo.",
"description": "Drag'n'drop message"
2018-08-12 11:41:17 +00:00
},
"editDeleteText": {
2018-11-30 01:41:18 +00:00
"message": "Eliminar",
"description": "Label for the context menu item in the editor to delete selected text"
2018-08-12 11:41:17 +00:00
},
"editGotoLine": {
2018-11-30 01:41:18 +00:00
"message": "Ir a la línea (o a línea:col)",
"description": "Go to line or line:column on Ctrl-G in style code editor"
2018-08-12 11:41:17 +00:00
},
"editStyleHeading": {
2018-11-30 01:41:18 +00:00
"message": "Editar estilo",
"description": "Title of the page for editing styles"
2018-08-12 11:41:17 +00:00
},
"editStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Editar",
"description": "Label for the button to go to the edit style page"
2018-08-12 11:41:17 +00:00
},
"editStyleTitle": {
"message": "Editar estilo $stylename$",
2018-11-30 01:41:18 +00:00
"description": "Title of the page for editing styles",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"editorStylesButton": {
2018-11-30 01:41:18 +00:00
"message": "Buscar estilos del editor",
"description": "Find styles for the editor"
2018-08-12 11:41:17 +00:00
},
"enableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Activar",
"description": "Label for the button to enable a style"
2018-08-12 11:41:17 +00:00
},
"exportLabel": {
2018-11-30 01:41:18 +00:00
"message": "Exportar",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
2018-08-12 11:41:17 +00:00
},
"externalFeedback": {
2018-11-30 01:41:18 +00:00
"message": "Comentarios",
"description": "Label for the external link to send feedback for the style"
2018-08-12 11:41:17 +00:00
},
"externalHomepage": {
2018-11-30 01:41:18 +00:00
"message": "Página de inicio",
"description": "Label for the external link to style's homepage"
2018-08-12 11:41:17 +00:00
},
"externalLink": {
2018-11-30 01:41:18 +00:00
"message": "Enlace externo",
"description": "Label for external links"
2018-08-12 11:41:17 +00:00
},
"externalSupport": {
2018-11-30 01:41:18 +00:00
"message": "Asistencia",
"description": "Label for the external link to style's support site"
2018-08-12 11:41:17 +00:00
},
"externalUsercssDocument": {
2018-11-30 01:41:18 +00:00
"message": "Documentación para Usercss",
"description": "Label for the external link to usercss documentation"
2018-08-12 11:41:17 +00:00
},
"filteredStyles": {
"message": "$numShown$ mostrados de $numTotal$ en total",
2018-11-30 01:41:18 +00:00
"description": "TL note - make this message short",
2018-08-12 11:41:17 +00:00
"placeholders": {
"numTotal": {
"content": "$2"
},
"numShown": {
"content": "$1"
2018-08-12 11:41:17 +00:00
}
}
},
"filteredStylesAllHidden": {
2018-11-30 01:41:18 +00:00
"message": "Los filtros actualmente aplicados no coinciden con estilo alguno",
"description": "Text shown when no styles match currently applied filter in the style manager"
2018-08-12 11:41:17 +00:00
},
"findStyles": {
2018-11-30 01:41:18 +00:00
"message": "Buscar estilos",
"description": "Text for a link that gets a list of styles for the current site"
2018-08-12 11:41:17 +00:00
},
"findStylesForSite": {
2018-11-30 01:41:18 +00:00
"message": "Buscar más estilos para este sitio",
"description": "Text for a link that gets a list of styles for the current site"
2018-08-12 11:41:17 +00:00
},
"findStylesInline": {
2018-11-30 01:41:18 +00:00
"message": "Dentro",
"description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)"
2018-08-12 11:41:17 +00:00
},
"findStylesInlineTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Muestra los resultados de búsqueda dentro de esta ventana.",
"description": "Text for a checkbox that displays search results within the Stylus popup."
2018-08-12 11:41:17 +00:00
},
2018-08-12 11:54:16 +00:00
"genericAdd": {
2018-11-30 01:41:18 +00:00
"message": "Agregar",
"description": "Used in various places for an action that adds something"
2018-08-12 11:54:16 +00:00
},
2018-09-10 14:36:00 +00:00
"genericClone": {
2018-11-30 01:41:18 +00:00
"message": "Clonar",
"description": "Used in various places for an action that clones something"
2018-09-10 14:36:00 +00:00
},
2018-08-12 11:41:17 +00:00
"genericDisabledLabel": {
2018-11-30 01:41:18 +00:00
"message": "Desactivado",
"description": "Used in various lists/options to indicate that something is disabled"
2018-08-12 11:41:17 +00:00
},
"genericEnabledLabel": {
2018-11-30 01:41:18 +00:00
"message": "Habilitado",
"description": "Used in various lists/options to indicate that something is enabled"
2018-08-12 11:41:17 +00:00
},
"genericHistoryLabel": {
2018-11-30 01:41:18 +00:00
"message": "Historial",
"description": "Used in various places to show a history log of something"
2018-08-12 11:41:17 +00:00
},
"genericNext": {
2018-11-30 01:41:18 +00:00
"message": "Siguiente",
"description": "Used in various places to select/perform the next step/action"
2018-08-12 11:41:17 +00:00
},
"genericPrevious": {
2018-11-30 01:41:18 +00:00
"message": "Anterior",
"description": "Used in various places to select/perform the previous step/action"
2018-08-12 11:41:17 +00:00
},
"genericResetLabel": {
2018-11-30 01:41:18 +00:00
"message": "Restablecer",
"description": "Used in various parts of UI to indicate that something may be reset to its original state"
2018-08-12 11:41:17 +00:00
},
"genericSavedMessage": {
2018-11-30 01:41:18 +00:00
"message": "Guardado",
"description": "Used in various parts of the UI to indicate that something was saved"
2018-08-12 11:41:17 +00:00
},
"genericTitle": {
2018-11-30 01:41:18 +00:00
"message": "Título",
"description": "Used in various parts of the UI to indicate the title of something"
2018-08-12 11:41:17 +00:00
},
"genericUnknown": {
2018-11-30 01:41:18 +00:00
"message": "Desconocido",
"description": "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)"
2018-08-12 11:41:17 +00:00
},
"helpAlt": {
2018-11-30 01:41:18 +00:00
"message": "Ayuda",
"description": "Alternate text for help buttons"
2018-08-12 11:41:17 +00:00
},
"helpKeyMapCommand": {
2018-11-30 01:41:18 +00:00
"message": "Nombre del comando",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2018-08-12 11:41:17 +00:00
},
"helpKeyMapHotkey": {
2018-11-30 01:41:18 +00:00
"message": "Pulse un atajo",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2018-08-12 11:41:17 +00:00
},
"importAppendLabel": {
2018-11-30 01:41:18 +00:00
"message": "Adicionar al estilo",
"description": "Label for the button to import a style and append to the existing sections"
2018-08-12 11:41:17 +00:00
},
"importAppendTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Agrega el estilo importado al estilo actual",
"description": "Tooltip for the button to import a style and append to the existing sections"
2018-08-12 11:41:17 +00:00
},
"importLabel": {
2018-11-30 01:41:18 +00:00
"message": "Importar",
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
2018-08-12 11:41:17 +00:00
},
"importReplaceLabel": {
2018-11-30 01:41:18 +00:00
"message": "Sobrescribir estilo",
"description": "Label for the button to import and overwrite current style"
2018-08-12 11:41:17 +00:00
},
"importReplaceTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Descartar el contenido del estilo actual y sobrescribirlo con el estilo importado",
"description": "Label for the button to import and overwrite current style"
2018-08-12 11:41:17 +00:00
},
"importReportLegendAdded": {
2018-11-30 01:41:18 +00:00
"message": "agregados",
"description": "Text after the number of styles added in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportLegendIdentical": {
2018-11-30 01:41:18 +00:00
"message": "idénticos omitidos",
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportLegendInvalid": {
2018-11-30 01:41:18 +00:00
"message": "no válidos omitidos",
"description": "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportLegendUpdatedBoth": {
2018-11-30 01:41:18 +00:00
"message": "actualizado tanto metadatos como código",
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportLegendUpdatedCode": {
2018-11-30 01:41:18 +00:00
"message": "código actualizado",
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportLegendUpdatedMeta": {
2018-11-30 01:41:18 +00:00
"message": "metadatos actualizados",
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportTitle": {
2018-11-30 01:41:18 +00:00
"message": "Se completó la importación de estilos",
"description": "Title of the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportUnchanged": {
2018-11-30 01:41:18 +00:00
"message": "No se cambió nada.",
"description": "Message in the report shown after importing styles"
2018-08-12 11:41:17 +00:00
},
"importReportUndone": {
2018-11-30 01:41:18 +00:00
"message": "estilos fueron revertidos",
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
2018-08-12 11:41:17 +00:00
},
"importReportUndoneTitle": {
2018-11-30 01:41:18 +00:00
"message": "La importación ha sido anulada",
"description": "Title of the message box shown after undoing the import of styles"
2018-08-12 11:41:17 +00:00
},
"installButton": {
2018-11-30 01:41:18 +00:00
"message": "Instalar estilo",
"description": "Label for install button"
2018-08-12 11:41:17 +00:00
},
"installButtonInstalled": {
2018-11-30 01:41:18 +00:00
"message": "Estilo instalado",
"description": "Text displayed when the style is successfully installed"
2018-08-12 11:41:17 +00:00
},
"installButtonReinstall": {
2018-11-30 01:41:18 +00:00
"message": "Reinstalar estilo",
"description": "Label for reinstall button"
2018-08-12 11:41:17 +00:00
},
"installButtonUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Actualizar estilo",
"description": "Label for update button"
2018-08-12 11:41:17 +00:00
},
"installUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Instalar actualización",
"description": "Label for the button to install an update for a single style"
2018-08-12 11:41:17 +00:00
},
"installUpdateFrom": {
"message": "Actualmente el estilo se actualiza desde $url$",
2018-11-30 01:41:18 +00:00
"description": "Label to describe where the style gets update",
2018-08-12 11:41:17 +00:00
"placeholders": {
"url": {
"content": "$1"
}
}
},
"installUpdateFromLabel": {
2018-11-30 01:41:18 +00:00
"message": "Buscar actualizaciones",
"description": "Label for the checkbox to save current URL for update check"
2018-08-12 11:41:17 +00:00
},
2018-09-10 14:36:00 +00:00
"installUpdateUnavailable": {
2018-11-30 01:41:18 +00:00
"message": "Para habilitar la búsqueda de actualizaciones, suelte el archivo en la pestaña o especifique @updateURL en los metadatos del estilo.",
"description": ""
2018-09-10 14:36:00 +00:00
},
2018-08-12 11:41:17 +00:00
"license": {
2018-11-30 01:41:18 +00:00
"message": "Licencia",
"description": "Label for the license"
2018-08-12 11:41:17 +00:00
},
"linkGetHelp": {
2018-11-30 01:41:18 +00:00
"message": "Obtener ayuda",
"description": "Homepage link text on the manage page e.g. https://add0n.com/stylus.html#features with chat/FAQ/intro/info"
2018-08-12 11:41:17 +00:00
},
"linkGetStyles": {
2018-11-30 01:41:18 +00:00
"message": "Obtener estilos",
"description": "Help link text on the manage page e.g. https://userstyles.org"
2018-08-12 11:41:17 +00:00
},
2018-09-10 14:36:00 +00:00
"linkTranslate": {
2018-11-30 01:41:18 +00:00
"message": "Traducir",
"description": "Transifex link text on the manage page"
2018-09-10 14:36:00 +00:00
},
2018-08-12 11:41:17 +00:00
"linterCSSLintIncompatible": {
"message": "CSSLint no soporta el preprocesador $preprocessorname$",
2018-11-30 01:41:18 +00:00
"description": "The label to display when the preprocessor isn't compatible with CSSLint",
2018-08-12 11:41:17 +00:00
"placeholders": {
"preprocessorname": {
"content": "$1"
}
}
},
"linterCSSLintSettings": {
2018-11-30 01:41:18 +00:00
"message": "(Establezca la regla como: 0 = deshabilitada; 1 = advertencia; 2 = error)",
"description": "CSSLint rule config values"
2018-08-12 11:41:17 +00:00
},
"linterConfigPopupTitle": {
"message": "Establecer configuración de $linter$ reglas",
2018-11-30 01:41:18 +00:00
"description": "Stylelint or CSSLint popup header",
2018-08-12 11:41:17 +00:00
"placeholders": {
"linter": {
"content": "$1"
}
}
},
"linterConfigTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Pulse para configurar este deshilvanador (linter)",
"description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
2018-08-12 11:41:17 +00:00
},
"linterInvalidConfigError": {
2018-11-30 01:41:18 +00:00
"message": "No se guardó debido a estos ajustes de configuración no válidos:",
"description": "Invalid linter config will show a message followed by a list of invalid entries"
2018-08-12 11:41:17 +00:00
},
"linterIssues": {
2018-11-30 01:41:18 +00:00
"message": "Problemas",
"description": "Label for the CSS linter issues block on the style edit page"
2018-08-12 11:41:17 +00:00
},
"linterIssuesHelp": {
"message": "Estos problemas fueron encontrados por $link$:",
2018-11-30 01:41:18 +00:00
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
2018-08-12 11:41:17 +00:00
"placeholders": {
"link": {
"content": "$1"
}
}
},
"linterJSONError": {
2018-11-30 01:41:18 +00:00
"message": "Formato JSON no válido",
"description": "Setting linter config with invalid JSON"
2018-08-12 11:41:17 +00:00
},
"linterResetMessage": {
2018-11-30 01:41:18 +00:00
"message": "Para deshacer este restablecimiento accidental, pulse Ctrl+Z (o Cmd+Z) en el cuadro de texto",
"description": "Reset button tooltip to inform user on how to undo an accidental reset"
2018-08-12 11:41:17 +00:00
},
"linterRulesLink": {
2018-11-30 01:41:18 +00:00
"message": "Vea una lista completa de reglas",
"description": "Stylelint or CSSLint rules label added immediately before a link"
2018-08-12 11:41:17 +00:00
},
"liveReloadError": {
2018-11-30 01:41:18 +00:00
"message": "Se ha producido un error al visualizar el archivo",
"description": "The label of live-reload error"
2018-08-12 11:41:17 +00:00
},
"liveReloadInstallHint": {
2018-11-30 01:41:18 +00:00
"message": "La recarga en tiempo real está habilitada, por lo que el estilo instalado se actualizará automáticamente con los cambios externos mientras estén abiertas esta pestaña y la pestaña del archivo de origen.",
"description": "The label of live-reload feature"
2018-08-12 11:41:17 +00:00
},
"liveReloadLabel": {
2018-11-30 01:41:18 +00:00
"message": "Recarga en tiempo real",
"description": "The label of live-reload feature"
2018-08-12 11:41:17 +00:00
},
2018-09-10 14:36:00 +00:00
"liveReloadUnavailable": {
2018-11-30 01:41:18 +00:00
"message": "Para habilitar la recarga en tiempo real, suelte el archivo en la pestaña (el área donde se muestran los títulos de las pestañas).",
"description": ""
2018-09-10 14:36:00 +00:00
},
2018-08-12 11:41:17 +00:00
"manageFavicons": {
2018-11-30 01:41:18 +00:00
"message": "Favicons en la columna 'Se aplica a'",
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
2018-08-12 11:41:17 +00:00
},
"manageFaviconsGray": {
2018-11-30 01:41:18 +00:00
"message": "Atenuado",
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
2018-08-12 11:41:17 +00:00
},
"manageFaviconsHelp": {
2018-11-30 01:41:18 +00:00
"message": "Stylus usa un servicio externo https://www.google.com/s2/favicons",
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
2018-08-12 11:41:17 +00:00
},
"manageFilters": {
2018-11-30 01:41:18 +00:00
"message": "Filtros",
"description": "Label for filters container"
2018-08-12 11:41:17 +00:00
},
"manageHeading": {
2018-11-30 01:41:18 +00:00
"message": "Estilos instalados",
"description": "Heading for the manage page"
2018-08-12 11:41:17 +00:00
},
"manageMaxTargets": {
2018-11-30 01:41:18 +00:00
"message": "Número de elementos 'Se aplica a'",
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
2018-08-12 11:41:17 +00:00
},
"manageNewStyleAsUsercss": {
2018-11-30 01:41:18 +00:00
"message": "como Usercss",
"description": "VERY SHORT label for the checkbox next to the 'Write new style' button in the style manager"
2018-08-12 11:41:17 +00:00
},
"manageNewUI": {
2018-11-30 01:41:18 +00:00
"message": "Nuevo diseño de la administración",
"description": "Label for the checkbox that toggles the new UI on manage page"
2018-08-12 11:41:17 +00:00
},
"manageOnlyDisabled": {
2018-11-30 01:41:18 +00:00
"message": "Sólo estilos deshabilitados",
"description": "Checkbox to show only disabled styles"
2018-08-12 11:41:17 +00:00
},
"manageOnlyEnabled": {
2018-11-30 01:41:18 +00:00
"message": "Sólo estilos activos",
"description": "Checkbox to show only enabled styles"
2018-08-12 11:41:17 +00:00
},
"manageOnlyExternal": {
2018-11-30 01:41:18 +00:00
"message": "Sólo estilos externos",
"description": "Checkbox to show only externally installed styles i.e. updatable"
2018-08-12 11:41:17 +00:00
},
"manageOnlyLocal": {
2018-11-30 01:41:18 +00:00
"message": "Sólo estilos creados localmente",
"description": "Checkbox to show only locally created styles i.e. non-updatable"
2018-08-12 11:41:17 +00:00
},
"manageOnlyLocalTooltip": {
2018-11-30 01:41:18 +00:00
"message": "(los estilos no instalados a través de una página userstyles.org)",
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
2018-08-12 11:41:17 +00:00
},
"manageOnlyNonUsercss": {
2018-11-30 01:41:18 +00:00
"message": "Sólo estilos no-Usercss",
"description": "Checkbox to show only non-Usercss (standard) styles"
2018-08-12 11:41:17 +00:00
},
"manageOnlyUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Sólo con actualizaciones o problemas",
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
2018-08-12 11:41:17 +00:00
},
"manageOnlyUsercss": {
2018-11-30 01:41:18 +00:00
"message": "Sólo estilos Usercss",
"description": "Checkbox to show only Usercss styles"
2018-08-12 11:41:17 +00:00
},
"menuShowBadge": {
2018-11-30 01:41:18 +00:00
"message": "Mostrar número de estilos activos",
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
2018-08-12 11:41:17 +00:00
},
2018-12-11 12:25:41 +00:00
"meta_invalidCheckboxDefault": {
"message": "@var checkbox no válida: el valor debe ser 0 o 1",
"description": "Error displayed when the value of @var checkbox is invalid"
},
"meta_invalidColor": {
"message": "@var color no válido: $color$ no es un color",
"description": "Error displayed when the value of @var color is invalid",
"placeholders": {
"color": {
"content": "$1"
}
}
},
"meta_invalidRange": {
"message": "@var $type$no válido: debe ser un número o un array",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeMultipleUnits": {
"message": "@var $type$ no válido: se han definido múltiples unidades",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeTooManyValues": {
"message": "@var $type$ no válido: el array contiene demasiados elementos",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeValue": {
"message": "@var $type$ no válido: los elementos en el array deben ser número, cadena o nulo",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeDefault": {
"message": "@var $type$ no válido: el valor por defecto es nulo",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeMin": {
"message": "@var $type$ no válido: el valor por defecto es inferior al mínimo",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeMax": {
"message": "@var $type$ no válido: el valor por defecto es mayor al máximo",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeStep": {
"message": "@var $type$ no válido: el valor por defecto no es un múltiplo del intervalo",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidRangeUnits": {
"message": "@var $type$ no válido: '$units$' no es una unidad válida",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
},
"units": {
"content": "$2"
}
}
},
"meta_invalidSelect": {
"message": "@var select no válido: el valor por defecto debe ser un array o un objeto",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidSelectValue": {
"message": "@var select no válido: los valores dentro del array/objeto deben ser una cadena",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidSelectEmptyOptions": {
"message": "@var select no válido: la lista de opciones está vacía",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidSelectLabel": {
"message": "@var select no válido: la etiqueta de opción está vacía",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidSelectMultipleDefaults": {
"message": "@var select no válido: se han definido múltiples opciones por defecto",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidSelectNameDuplicated": {
"message": "@var select no válido: el nombre de la opción está duplicado",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidSelectValueMismatch": {
"message": "@var select no válido: no existe en la lista de opciones",
"description": "Error displayed when the value of @var select is invalid"
},
"meta_invalidURLProtocol": {
"message": "Protocolo URL no válido. Sólo se permiten http y https: $protocol$",
"description": "Error displayed when the protocol of the URL is invalid",
"placeholders": {
"protocol": {
"content": "$1"
}
}
},
"meta_invalidVersion": {
"message": "Número de versión no válido. El valor no coincide con el patrón SemVer: $version$",
"description": "Error displayed when @version is invalid",
"placeholders": {
"version": {
"content": "$1"
}
}
},
"meta_invalidNumber": {
"message": "Se espera un número",
"description": "Error displayed when the value is expected to be a number"
},
"meta_invalidString": {
"message": "Se espera una cadena de texto entre comillas",
"description": "Error displayed when the value is expected to be a quoted string"
},
"meta_invalidWord": {
"message": "Se espera una palabra",
"description": "Error displayed when the value is expected to be a word"
},
"meta_missingChar": {
"message": "Se esperan caracteres: $chars$",
"description": "Error displayed when the value is expected to be some characters",
"placeholders": {
"chars": {
"content": "$1"
}
}
},
"meta_missingEOT": {
"message": "Se esperan datos EOT",
"description": "Error displayed when the value is expected to be an EOT list"
},
"meta_missingMandatory": {
"message": "Faltan metadatos obligatorios: $keys$",
"description": "Error displayed when mandatory keys are missing",
"placeholders": {
"keys": {
"content": "$1"
}
}
},
"meta_unknownJSONLiteral": {
"message": "JSON no válido: $literal$ no es un literal válido de JSON",
"description": "Error displayed when JSON value is invalid",
"placeholders": {
"literal": {
"content": "$1"
}
}
},
"meta_unknownMeta": {
"message": "Metadatos desconocidos: $key$",
"description": "Error displayed when unknown metadata is parsed",
"placeholders": {
"key": {
"content": "$1"
}
}
},
"meta_unknownVarType": {
"message": "Tipo de @$varkey$ desconocido: $vartype$",
"description": "Error displayed when unknown variable type is parsed",
"placeholders": {
"varkey": {
"content": "$1"
},
"vartype": {
"content": "$2"
}
}
},
"meta_unknownPreprocessor": {
"message": "@preprocessor desconocido: $preprocessor$",
"description": "Error displayed when unknown @preprocessor is parsed",
"placeholders": {
"preprocessor": {
"content": "$1"
}
}
},
2018-08-12 11:41:17 +00:00
"noStylesForSite": {
2018-11-30 01:41:18 +00:00
"message": "No hay estilos instalados para este sitio.",
"description": "Text displayed when no styles are installed for the current site"
2018-08-12 11:41:17 +00:00
},
"openManage": {
2018-11-30 01:41:18 +00:00
"message": "Administrar",
"description": "Link to open the manage page."
2018-08-12 11:41:17 +00:00
},
"openOptionsManage": {
2018-11-30 01:41:18 +00:00
"message": "Interfaz de opciones",
"description": "Go to Options UI"
2018-08-12 11:41:17 +00:00
},
"openOptionsPopup": {
2018-11-30 01:41:18 +00:00
"message": "Opciones",
"description": "Go to Options UI"
2018-08-12 11:41:17 +00:00
},
"openStylesManager": {
2018-11-30 01:41:18 +00:00
"message": "Abrir administrador de estilos",
"description": "Label for the style maanger opener in the browser action context menu."
2018-08-12 11:41:17 +00:00
},
"optionsActions": {
2018-11-30 01:41:18 +00:00
"message": "Acciones",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsAdvanced": {
2018-11-30 01:41:18 +00:00
"message": "Avanzado",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsAdvancedContextDelete": {
2018-11-30 01:41:18 +00:00
"message": "Agregar 'Eliminar' al menú contextual del editor",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsAdvancedExposeIframes": {
2018-11-30 01:41:18 +00:00
"message": "Visualizar marcos integrados (iframes) a través de HTML[stylus-iframe]",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsAdvancedExposeIframesNote": {
"message": "Despliega el dominio superior del sitio en cada iframe.\nPermite definir CSS para un iframe específico de esta manera:\nhtml[stylus-iframe$$=\"twitter.com\"] h1 { display:none }",
2018-11-30 01:41:18 +00:00
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsAdvancedNewStyleAsUsercss": {
2018-11-30 01:41:18 +00:00
"message": "Escribir nuevo estilo como usercss",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsBadgeDisabled": {
2018-11-30 01:41:18 +00:00
"message": "Color de fondo cuando está desactivado",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsBadgeNormal": {
2018-11-30 01:41:18 +00:00
"message": "Color de fondo",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCheck": {
2018-11-30 01:41:18 +00:00
"message": "Actualizar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCheckUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Buscar e instalar todas las actualizaciones disponibles",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCustomizeBadge": {
2018-11-30 01:41:18 +00:00
"message": "Distintivo en el icono de barra de herramientas",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCustomizeIcon": {
2018-11-30 01:41:18 +00:00
"message": "Icono de barra de herramientas",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCustomizePopup": {
2018-11-30 01:41:18 +00:00
"message": "Ventana emergente",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCustomizeUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Actualizaciones",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsHeading": {
2018-11-30 01:41:18 +00:00
"message": "Opciones",
"description": "Heading for options section on manage page."
2018-08-12 11:41:17 +00:00
},
"optionsIconDark": {
2018-11-30 01:41:18 +00:00
"message": "Temas de navegador oscuros",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsIconLight": {
2018-11-30 01:41:18 +00:00
"message": "Temas de navegador claros",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsOpen": {
2018-11-30 01:41:18 +00:00
"message": "Abrir",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsOpenManager": {
2018-11-30 01:41:18 +00:00
"message": "Administrar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsPopupWidth": {
2018-11-30 01:41:18 +00:00
"message": "Anchura del diálogo emergente (en píxeles)",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsReset": {
2018-11-30 01:41:18 +00:00
"message": "Restablecer las opciones a sus valores predeterminados.",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsResetButton": {
2018-11-30 01:41:18 +00:00
"message": "Restablecer opciones",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsSubheading": {
2018-11-30 01:41:18 +00:00
"message": "Más opciones",
"description": "Subheading for options section on manage page."
2018-08-12 11:41:17 +00:00
},
"optionsUpdateImportNote": {
2018-11-30 01:41:18 +00:00
"message": "Al importar copias de seguridad de estilos desde una versión antigua o desde Stylish, realice una única búsqueda manual de actualizaciones en el administrador de estilos para asegurarse de que todos los estilos están actualizados.",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsUpdateInterval": {
2018-11-30 01:41:18 +00:00
"message": "Intervalo de actualización automática en horas (especifique 0 para deshabilitar)",
"description": ""
2018-08-12 11:41:17 +00:00
},
"paginationCurrent": {
2018-11-30 01:41:18 +00:00
"message": "Página actual",
"description": "Tooltip for the current page index in search results"
2018-08-12 11:41:17 +00:00
},
"paginationEstimated": {
2018-11-30 01:41:18 +00:00
"message": "Número estimado de páginas",
"description": "Tooltip for the total page count in search results"
2018-08-12 11:41:17 +00:00
},
"paginationNext": {
2018-11-30 01:41:18 +00:00
"message": "Página siguiente",
"description": "Tooltip for the '->' (next page) button in search results"
2018-08-12 11:41:17 +00:00
},
"paginationPrevious": {
2018-11-30 01:41:18 +00:00
"message": "Página anterior",
"description": "Tooltip for the '<-' button in search results"
2018-08-12 11:41:17 +00:00
},
"paginationTotal": {
2018-11-30 01:41:18 +00:00
"message": "Páginas totales",
"description": ""
2018-08-12 11:41:17 +00:00
},
"parseUsercssError": {
2018-11-30 01:41:18 +00:00
"message": "Stylus no pudo interpretar el usercss:",
"description": "The error message to show when stylus failed to parse usercss"
2018-08-12 11:41:17 +00:00
},
"popupBorders": {
2018-11-30 01:41:18 +00:00
"message": "Añadir bordes blancos en los laterales",
"description": ""
2018-08-12 11:41:17 +00:00
},
"popupBordersTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Útil para temas oscuros en el nuevo Chrome ya que no pinta los bordes laterales",
"description": ""
2018-08-12 11:41:17 +00:00
},
"popupHotkeysInfo": {
2018-11-30 01:41:18 +00:00
"message": "<1>-<9>, <0>, también en el teclado numérico - acciona el n-esimo estilo (0 es 10)\n<A>-<Z> acciona el primer estilo con un nombre que comienza con la letra\n<Shift> abre el editor en lugar de accionar\n<Numpad +> habilita los estilos listados\n<Numpad > deshabilita los estilos listados\n<Numpad *> y <`> (acento grave) - acciona los estilos habilitados inicialmente; no se aplica a los estilos habilitados subsecuentemente mientras el cuadro emergente está abierto, así que puede restaurar la selección inicial tras probar el material: simplemente deshabilite todo, y luego accione, es decir <Numpad > <Numpad *>\nMás información en el wiki",
"description": "NOTE1: preserve < and > symbols so that <hotkey> is styled as a key.\nNOTE2: the last line is displayed as a text of the link to the wiki page.\nNOTE3: this is the list of hotkeys displayed after clicking the right edge of the extension popup."
2018-08-12 11:41:17 +00:00
},
"popupHotkeysTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Pulse para ver teclas de atajo disponibles.",
"description": "Tooltip displayed when hovering the right edge of the extension popup"
2018-08-12 11:41:17 +00:00
},
"popupManageTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Mayús+clic o clic secundario abre el administrador con estilos aplicables para el sitio actual.",
"description": "Tooltip for the 'Manage' button in the popup."
2018-08-12 11:41:17 +00:00
},
"popupOpenEditInWindow": {
2018-11-30 01:41:18 +00:00
"message": "Abrir editor en una nueva ventana",
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
2018-08-12 11:41:17 +00:00
},
"popupOpenEditInWindowTooltip": {
2018-11-30 01:41:18 +00:00
"message": "También se habilita al desacoplar la pestaña del editor de una ventana de navegador,\ny se deshabilita al acoplar una única pestaña de editor en otra ventana.",
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
2018-08-12 11:41:17 +00:00
},
"popupStylesFirst": {
2018-11-30 01:41:18 +00:00
"message": "Estilos antes que las órdenes",
"description": "Label for the checkbox controlling section order in the popup."
2018-08-12 11:41:17 +00:00
},
"prefShowBadge": {
2018-11-30 01:41:18 +00:00
"message": "Número de estilos activos en el sitio actual",
"description": "Label for the checkbox controlling toolbar badge text."
2018-08-12 11:41:17 +00:00
},
"previewLabel": {
2018-11-30 01:41:18 +00:00
"message": "Vista previa en tiempo real",
"description": "Label for the checkbox in style editor to enable live preview while editing."
2018-08-12 11:41:17 +00:00
},
"previewTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Aplica temporalmente los cambios sin guardar.\nGuarde el estilo para que los cambios sean permanentes.",
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
2018-08-12 11:41:17 +00:00
},
"replace": {
2018-11-30 01:41:18 +00:00
"message": "Reemplazar",
"description": "Label before the replace input field in the editor shown on Ctrl-H"
2018-08-12 11:41:17 +00:00
},
"replaceAll": {
2018-11-30 01:41:18 +00:00
"message": "Reemplazar todo",
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
2018-08-12 11:41:17 +00:00
},
"replaceWith": {
2018-11-30 01:41:18 +00:00
"message": "Reemplazar con",
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
2018-08-12 11:41:17 +00:00
},
"retrieveBckp": {
2018-11-30 01:41:18 +00:00
"message": "Importar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
"search": {
2018-11-30 01:41:18 +00:00
"message": "Buscar",
"description": "Label before the search input field in the editor shown on Ctrl-F"
2018-08-12 11:41:17 +00:00
},
"searchCaseSensitive": {
2018-11-30 01:41:18 +00:00
"message": "Diferenciar mayúsculas y minúsculas",
"description": "Tooltip for the 'Aa' icon that enables case-sensitive search in the editor shown on Ctrl-F"
2018-08-12 11:41:17 +00:00
},
"searchNumberOfResults": {
2018-11-30 01:41:18 +00:00
"message": "Número de coincidencias",
"description": "Tooltip for the number of found search results in the editor shown on Ctrl-F"
2018-08-12 11:41:17 +00:00
},
"searchNumberOfResults2": {
2018-11-30 01:41:18 +00:00
"message": "Número de coincidencias en el código y en los valores 'Se aplica a'",
"description": "Tooltip for the number of found search results in the editor shown on Ctrl-F"
2018-08-12 11:41:17 +00:00
},
"searchRegexp": {
2018-11-30 01:41:18 +00:00
"message": "Use la sintaxis /re/ para búsquedas con expresiones regulares",
"description": "Label after the search input field in the editor shown on Ctrl-F"
2018-08-12 11:41:17 +00:00
},
"searchResultInstallCount": {
2018-11-30 01:41:18 +00:00
"message": "Instalaciones totales",
"description": "Text for label that shows the number of times a search result was installed"
2018-08-12 11:41:17 +00:00
},
"searchResultNoneFound": {
2018-11-30 01:41:18 +00:00
"message": "No se encontraron estilos para este sitio.",
"description": "Error text in the popup when inline search didn't find any site-specific styles"
2018-08-12 11:41:17 +00:00
},
"searchResultRating": {
2018-11-30 01:41:18 +00:00
"message": "Valoración",
"description": "Text for label that shows the search result's rating"
2018-08-12 11:41:17 +00:00
},
"searchResultUpdated": {
2018-11-30 01:41:18 +00:00
"message": "Actualizado",
"description": "Text for label that shows the search result's last update date"
2018-08-12 11:41:17 +00:00
},
"searchResultWeeklyCount": {
2018-11-30 01:41:18 +00:00
"message": "Instalaciones semanales",
"description": "Text for label that shows the number of times a search result was installed during last week"
2018-08-12 11:41:17 +00:00
},
"searchStyles": {
2018-11-30 01:41:18 +00:00
"message": "Buscar contenidos",
"description": "Label for the search filter textbox on the Manage styles page"
2018-08-12 11:41:17 +00:00
},
"searchStylesHelp": {
2018-11-30 01:41:18 +00:00
"message": "La tecla </> pone el foco en el campo de búsqueda.\nTexto simple: Busque por nombre, código, URL de la página principal, y sitios a los que se apllica. Las palabras con menos de 3 letras son ignoradas.\nURL coincidente: Prefije la búsqueda con <url:>, ej. <url:https://github.com/openstyles/stylus>\nExpresiones regulares: Incluya barras e indicadores, ej.. </body.*?\\ba\\b/simguy>\nPalabras exactas: Ponga la consulta entre comillas dobles, ej.. <\".header ~ div\">",
"description": "Text in the minihelp displayed when clicking (i) icon to the right of the search input field on the Manage styles page"
2018-08-12 11:41:17 +00:00
},
"sectionAdd": {
2018-11-30 01:41:18 +00:00
"message": "Agregar otra sección",
"description": "Label for the button to add a section"
2018-08-12 11:41:17 +00:00
},
"sectionCode": {
2018-11-30 01:41:18 +00:00
"message": "Código",
"description": "Label for the code for a section"
2018-08-12 11:41:17 +00:00
},
"sectionRemove": {
2018-11-30 01:41:18 +00:00
"message": "Eliminar sección",
"description": "Label for the button to remove a section"
2018-08-12 11:41:17 +00:00
},
2018-08-12 11:54:16 +00:00
"sectionRestore": {
2018-11-30 01:41:18 +00:00
"message": "Restaurar sección eliminada",
"description": "Label for the button to restore a removed section"
2018-08-12 11:54:16 +00:00
},
2018-08-12 11:41:17 +00:00
"shortcuts": {
2018-11-30 01:41:18 +00:00
"message": "Atajos",
"description": "Go to shortcut configuration"
2018-08-12 11:41:17 +00:00
},
"shortcutsNote": {
2018-11-30 01:41:18 +00:00
"message": "Defina atajos de teclado",
"description": ""
2018-08-12 11:41:17 +00:00
},
"sortDateNewestFirst": {
2018-11-30 01:41:18 +00:00
"message": "los más nuevos primero",
"description": "Text added to indicate that sorting a date would add the newest entries at the top"
2018-08-12 11:41:17 +00:00
},
"sortDateOldestFirst": {
2018-11-30 01:41:18 +00:00
"message": "el más antiguo primero",
"description": "Text added to indicate that sorting a date would add the oldest entries at the top"
2018-08-12 11:41:17 +00:00
},
"sortLabel": {
2018-11-30 01:41:18 +00:00
"message": "Seleccione un orden a aplicar a los estilos instalados",
"description": "Title on the sort select to indicate it is used for sorting entries"
2018-08-12 11:41:17 +00:00
},
"sortLabelTitleAsc": {
2018-11-30 01:41:18 +00:00
"message": "Título ascendentemente",
"description": "Text added to option group to indicate a block of options that apply a title ascending (A to Z) sort"
2018-08-12 11:41:17 +00:00
},
"sortLabelTitleDesc": {
2018-11-30 01:41:18 +00:00
"message": "Título descendentemente",
"description": "Text added to option group to indicate a block of options that apply a title descending (Z to A) sort"
2018-08-12 11:41:17 +00:00
},
"sortStylesHelp": {
2018-11-30 01:41:18 +00:00
"message": "Escoja el tipo de orden a aplicar a las entradas instaladas desde el menú desplegable de ordenación. La configuración predeterminada aplica un orden ascendente (A a Z) a los títulos de las entradas. Las ordenaciones del grupo \"Título descendentemente\" aplicarán un orden descendente (Z a A) al título.\nHay otros preajustes que permitirán ordenar las entradas según múltiples criterios. Piense en esto como en ordenar una tabla con múltiples columnas, y en cada categoría en una selección (entre los signos más) representa una columna o grupo.\nPor ejemplo, si la configuración es \"Habilitados (primero) + Título\", las entradas se ordenarían de forma que las entradas habilitadas quedarían en la parte superior de la lista, luego se aplica un orden ascendente (A a Z) de títulos de las entradas tanto para las entradas habilitadas como las deshabilitadas de forma separada.",
"description": "Text in the minihelp displayed when clicking (i) icon to the right of the sort input field on the Manage styles page"
2018-08-12 11:41:17 +00:00
},
"sortStylesHelpTitle": {
2018-11-30 01:41:18 +00:00
"message": "Ordenar contenidos",
"description": "Label for the sort info popup on the Manage styles page"
2018-08-12 11:41:17 +00:00
},
"styleBadRegexp": {
2018-11-30 01:41:18 +00:00
"message": "La expresión regular proporcionada no es válida.",
"description": "Validation message for a bad regexp in a style"
2018-08-12 11:41:17 +00:00
},
"styleBeautify": {
2018-11-30 01:41:18 +00:00
"message": "Formatear",
"description": "Label for the CSS-beautifier button on the edit style page"
2018-08-12 11:41:17 +00:00
},
"styleBeautifyIndentConditional": {
2018-11-30 01:41:18 +00:00
"message": "Sangrar @media, @supports",
"description": "CSS-beautifier option"
2018-08-12 11:41:17 +00:00
},
2018-09-10 14:36:00 +00:00
"styleBeautifyPreserveNewlines": {
2018-11-30 01:41:18 +00:00
"message": "Conservar nuevas líneas",
"description": "CSS-beautifier option"
2018-09-10 14:36:00 +00:00
},
2018-08-12 11:41:17 +00:00
"styleCancelEditLabel": {
2018-11-30 01:41:18 +00:00
"message": "Volver al administrador",
"description": "Label for cancel button for style editing"
2018-08-12 11:41:17 +00:00
},
"styleChangesNotSaved": {
2018-11-30 01:41:18 +00:00
"message": "Ha realizado cambios en este estilo sin guardarlos.",
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
2018-08-12 11:41:17 +00:00
},
"styleEnabledLabel": {
2018-11-30 01:41:18 +00:00
"message": "Activado",
"description": "Label for the enabled state of styles"
2018-08-12 11:41:17 +00:00
},
"styleFromMozillaFormatError": {
2018-11-30 01:41:18 +00:00
"message": "No se pudo importar desde el formato Mozilla",
"description": "Label for the import error"
2018-08-12 11:41:17 +00:00
},
"styleFromMozillaFormatPrompt": {
2018-11-30 01:41:18 +00:00
"message": "Pegue el código de formato Mozilla",
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
2018-08-12 11:41:17 +00:00
},
"styleInstall": {
"message": "¿Quiere instalar «$stylename$» en Stylus?",
2018-11-30 01:41:18 +00:00
"description": "Confirmation when installing a style",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"styleInstallFailed": {
"message": "¡No se pudo instalar el estilo de usuario!\n$error$",
2018-11-30 01:41:18 +00:00
"description": "Warning when installation failed",
2018-08-12 11:41:17 +00:00
"placeholders": {
"error": {
"content": "$1"
}
}
},
"styleInstallOverwrite": {
"message": "'$stylename$' ya está instalado ¿Sobrescribirlo?\nVersión: $oldVersion$ -> $newVersion$",
2018-11-30 01:41:18 +00:00
"description": "Confirmation when re-installing a style",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
},
2018-08-12 11:41:17 +00:00
"newVersion": {
"content": "$3"
},
"oldVersion": {
"content": "$2"
}
}
},
"styleMissingName": {
2018-11-30 01:41:18 +00:00
"message": "Introduzca un nombre",
"description": "Error displayed when user saves without providing a name"
2018-08-12 11:41:17 +00:00
},
"styleMozillaFormatHeading": {
2018-11-30 01:41:18 +00:00
"message": "Formato Mozilla",
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
2018-08-12 11:41:17 +00:00
},
"styleNotAppliedRegexpProblemTooltip": {
2018-11-30 01:41:18 +00:00
"message": "El estilo no se aplicó debido a su uso incorrecto de 'regexp()'",
"description": "Tooltip in the popup for styles that were not applied at all"
2018-08-12 11:41:17 +00:00
},
"styleRegexpInvalidExplanation": {
2018-11-30 01:41:18 +00:00
"message": "Algunas reglas «regexp()» que no se pudieron compilar en absoluto.",
"description": ""
2018-08-12 11:41:17 +00:00
},
"styleRegexpPartialExplanation": {
2018-11-30 01:41:18 +00:00
"message": "Este estilo utiliza expresiones regulares (regexps) con coincidencias parciales, infringiendo la <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>especificación @document de CSS4</a> que requiere una coincidencia de URL completa. \nLas secciones CSS correspondientes a estas expresiones regulares no se aplicaron a la página. Este estilo fue probablemente creado con Stylish para Chrome que evalúa incorrectamente las reglas 'regexp()' desde la primera versión (fallo conocido).",
"description": ""
2018-08-12 11:41:17 +00:00
},
"styleRegexpProblemTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Número de secciones no aplicadas debido a un uso incorrecto de 'regexp()'",
"description": "Tooltip in the popup for styles that were applied only partially"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestButton": {
2018-11-30 01:41:18 +00:00
"message": "Probar regexp",
"description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestFull": {
2018-11-30 01:41:18 +00:00
"message": "Pestañas coincidentes",
"description": "RegExp test report: label for the fully matching expressions"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestInvalid": {
2018-11-30 01:41:18 +00:00
"message": "Expresiones regulares no válidas omitidas",
"description": "RegExp test report: label for the invalid expressions"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestNone": {
2018-11-30 01:41:18 +00:00
"message": "No hay pestañas que coincidan",
"description": "RegExp test report: label for expressions that didn't match any tabs"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestNote": {
2018-11-30 01:41:18 +00:00
"message": "Nota: Use una única \\ como caracter de escape en el campo de entrada de la expresión regular (regexp), que se convertirá automátiascamente a \\\\ en el código del estilo igual que por especificación para cadenas entrecomilladas en CSS.",
"description": "RegExp test report: a note displayed at the bottom of the dialog"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestPartial": {
2018-11-30 01:41:18 +00:00
"message": "No coincide completamente, por lo que se omitió",
"description": "RegExp test report: label for the partially matching expressions"
2018-08-12 11:41:17 +00:00
},
"styleRegexpTestTitle": {
2018-11-30 01:41:18 +00:00
"message": "Lista de pestañas abiertas que coinciden (haga clic en la URL para enfocar su pestaña)",
"description": "RegExp test report: title of the report"
2018-08-12 11:41:17 +00:00
},
"styleSaveLabel": {
2018-11-30 01:41:18 +00:00
"message": "Guardar",
"description": "Label for save button for style editing"
2018-08-12 11:41:17 +00:00
},
"styleToMozillaFormatHelp": {
2018-11-30 01:41:18 +00:00
"message": "El formato Mozilla del código se puede enviar a userstyles.org y usarse con el Stylish para Firefox clásico.",
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2018-08-12 11:41:17 +00:00
},
"styleToMozillaFormatTitle": {
2018-11-30 01:41:18 +00:00
"message": "Estilo en formato Mozilla",
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
2018-08-12 11:41:17 +00:00
},
"styleUpdate": {
"message": "¿Confirma que quiere actualizar «$stylename$»?",
2018-11-30 01:41:18 +00:00
"description": "Confirmation when updating a style",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"styleUpdateDiscardChanges": {
2018-11-30 01:41:18 +00:00
"message": "El estilo se ha modificado fuera del editor. ¿Desea recargar el estilo?",
"description": "Confirmation to update the style in the editor"
2018-08-12 11:41:17 +00:00
},
"stylusUnavailableForURL": {
2018-11-30 01:41:18 +00:00
"message": "Stylus no funciona en páginas como esta.",
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
2018-08-12 11:41:17 +00:00
},
"stylusUnavailableForURLdetails": {
2018-11-30 01:41:18 +00:00
"message": "Como medida de seguridad, el navegador impide que las extensiones afecten a sus páginas incorporadas(como chrome://version, la página de pestaña nueva a partir de Chrome 61, about:addons, etc.), así como a las páginas de otras extensiones. Cada navegador también restringe el acceso a su propia galería de extensiones (como Chrome Web Store o AMO).",
"description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
2018-08-12 11:41:17 +00:00
},
"syncStorageErrorSaving": {
2018-11-30 01:41:18 +00:00
"message": "El valor no se puede guardar. Trate de reducir la longitud del texto.",
"description": "Displayed when trying to save an excessively big value via storage.sync API"
2018-08-12 11:41:17 +00:00
},
"toggleStyle": {
2018-11-30 01:41:18 +00:00
"message": "Activar/Desactivar estilo",
"description": "Label for the checkbox to enable/disable a style"
2018-08-12 11:41:17 +00:00
},
"undo": {
2018-11-30 01:41:18 +00:00
"message": "Deshacer",
"description": "Button label"
2018-08-12 11:41:17 +00:00
},
"undoGlobal": {
2018-11-30 01:41:18 +00:00
"message": "Deshacer en todas las secciones",
"description": "CSS-beautify global Undo button label"
2018-08-12 11:41:17 +00:00
},
"unreachableAMO": {
2018-11-30 01:41:18 +00:00
"message": "Firefox prohibe el acceso al sitio",
"description": "Note in the popup displayed when opened on addons.mozilla.org"
2018-08-12 11:41:17 +00:00
},
"unreachableAMOHint": {
2018-11-30 01:41:18 +00:00
"message": "Para permitir el acceso abra <about:config>, haga clic secundario en la lista, pulse 'Nuevo', luego 'Booleano', pegue <privacy.resistFingerprinting.block_mozAddonManager> y pulse Aceptar, <true>, Aceptar, y recargue la página <addons.mozilla.org>.",
"description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59"
2018-08-12 11:41:17 +00:00
},
"unreachableAMOHintNewFF": {
2018-11-30 01:41:18 +00:00
"message": "En Firefox 60 y versiones posteriores también deberá eliminar el dominio AMO de <extensions.webextensions.restrictedDomains> en <about:config>.",
"description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59"
2018-08-12 11:41:17 +00:00
},
"unreachableAMOHintOldFF": {
2018-11-30 01:41:18 +00:00
"message": "Sólo Firefox 59 y posteriores se pueden configurar para permitir que WebExtensions añada elementos de estilo en sitios protegidos-por-CSP (política de seguridad de contenidos) como este.",
"description": "Note in the popup when opened on addons.mozilla.org in Firefox < 59"
2018-08-12 11:41:17 +00:00
},
"unreachableContentScript": {
2018-11-30 01:41:18 +00:00
"message": "No se pudo comunicar con la página. Pruebe a recargar la pestaña.",
"description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
2018-08-12 11:41:17 +00:00
},
"unreachableFileHint": {
2018-11-30 01:41:18 +00:00
"message": "Stylus puede acceder a las URLs file:// sólo si activa la casilla correspondiente para la extensión Stylus en la página chrome://extensions.",
"description": "Note in the toolbar popup for file:// URLs"
2018-08-12 11:41:17 +00:00
},
2018-12-11 12:25:41 +00:00
"InaccessibleFileHint": {
"message": "Stylus no puede acceder a algunos tipos de archivos (p. ej. archivos pdf y json).",
"description": "Note in the toolbar popup for some file types that cannot be accessed"
},
2018-08-12 11:41:17 +00:00
"updateAllCheckSucceededNoUpdate": {
2018-11-30 01:41:18 +00:00
"message": "No se encontraron actualizaciones.",
"description": "Text that displays when an update all check completed and no updates are available"
2018-08-12 11:41:17 +00:00
},
"updateAllCheckSucceededSomeEdited": {
2018-11-30 01:41:18 +00:00
"message": "No se buscaron actualizaciones de algunos estilos actualizables para evitar la pérdida de posibles ediciones locales. Se puede forzar la búsqueda de actualizaciones mediante comprobación individual, o ejecutando otra búsqueda para todos los estilos (las ediciones locales se sobrescribirán).",
"description": "Text that displays when an update all check completed and no updates are available"
2018-08-12 11:41:17 +00:00
},
"updateCheckFailBadResponseCode": {
"message": "Error de actualización: el servidor ha respondido con el código $code$.",
2018-11-30 01:41:18 +00:00
"description": "Text that displays when an update check failed because the response code indicates an error",
2018-08-12 11:41:17 +00:00
"placeholders": {
"code": {
"content": "$1"
}
}
},
"updateCheckFailServerUnreachable": {
2018-11-30 01:41:18 +00:00
"message": "Error de actualización: no se pudo contactar con el servidor.",
"description": "Text that displays when an update check failed because the update server is unreachable"
2018-08-12 11:41:17 +00:00
},
"updateCheckHistory": {
2018-11-30 01:41:18 +00:00
"message": "Historial de búsqueda de actualizaciones",
"description": ""
2018-08-12 11:41:17 +00:00
},
"updateCheckManualUpdateForce": {
2018-11-30 01:41:18 +00:00
"message": "Instalar actualización (se sobrescribirán las ediciones locales)",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
2018-08-12 11:41:17 +00:00
},
"updateCheckManualUpdateHint": {
2018-11-30 01:41:18 +00:00
"message": "Forzar una actualización sobrescribirá cualquier edición local.",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
2018-08-12 11:41:17 +00:00
},
"updateCheckSkippedLocallyEdited": {
2018-11-30 01:41:18 +00:00
"message": "Este estilo se editó localmente.",
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
2018-08-12 11:41:17 +00:00
},
"updateCheckSkippedMaybeLocallyEdited": {
2018-11-30 01:41:18 +00:00
"message": "Este estilo podría haber sido editado localmente.",
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
2018-08-12 11:41:17 +00:00
},
"updateCheckSucceededNoUpdate": {
2018-11-30 01:41:18 +00:00
"message": "El estilo está actualizado.",
"description": "Text that displays when an update check completed and no update is available"
2018-08-12 11:41:17 +00:00
},
"updateCompleted": {
2018-11-30 01:41:18 +00:00
"message": "Actualización completada.",
"description": "Text that displays when an update completed"
2018-08-12 11:41:17 +00:00
},
"updatesCurrentlyInstalled": {
2018-11-30 01:41:18 +00:00
"message": "Actualizaciones instaladas:",
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
2018-08-12 11:41:17 +00:00
},
2018-09-10 14:36:00 +00:00
"usercssAvoidOverwriting": {
2018-11-30 01:41:18 +00:00
"message": "Por favor, cambie el valor de @name o @namespace para no sobrescribir un estilo existente.",
"description": "Shown in a message box when attempting to save a new Usercss style that would overwrite an existing one."
2018-09-10 14:36:00 +00:00
},
2018-08-12 11:41:17 +00:00
"usercssConfigIncomplete": {
2018-11-30 01:41:18 +00:00
"message": "El estilo se actualizó o borró después de que se mostrara el cuadro de diálogo de configuración. Estas variables no se guardaron para evitar corromper los metadatos del estilo:",
"description": ""
2018-08-12 11:41:17 +00:00
},
"usercssEditorNamePlaceholder": {
2018-11-30 01:41:18 +00:00
"message": "Especifique @name en el código",
"description": "Placeholder text for the empty name input field when creating a new Usercss style"
2018-08-12 11:41:17 +00:00
},
"usercssReplaceTemplateConfirmation": {
2018-11-30 01:41:18 +00:00
"message": "¿Reemplazar con el código actual la plantilla predeterminada para nuevos estilos Usercss?",
"description": ""
2018-08-12 11:41:17 +00:00
},
"usercssReplaceTemplateName": {
2018-11-30 01:41:18 +00:00
"message": "@name vacío reemplaza la plantilla predeterminada",
"description": "The text shown after @name when creating a new Usercss style"
2018-08-12 11:41:17 +00:00
},
"usercssReplaceTemplateSectionBody": {
2018-11-30 01:41:18 +00:00
"message": "Inserte el código aquí...",
"description": "The code placeholder comment in a new style created by clicking 'Write style' in the popup"
2018-08-12 11:41:17 +00:00
},
"versionInvalidOlder": {
2018-11-30 01:41:18 +00:00
"message": "La versión es más antigua que el estilo instalado.",
"description": "Displayed when the version of style is older than the installed one"
2018-08-12 11:41:17 +00:00
},
"writeStyleFor": {
2018-11-30 01:41:18 +00:00
"message": "Escribir estilo para:",
"description": "Label for toolbar pop-up that precedes the links to write a new style"
2018-08-12 11:41:17 +00:00
},
"writeStyleForURL": {
2018-11-30 01:41:18 +00:00
"message": "este URL",
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
2018-12-11 12:25:41 +00:00
},
"syncDropboxStyles": {
"message": "Exportar a Dropbox",
"description": ""
},
"retrieveDropboxSync": {
"message": "Importar desde Dropbox",
"description": ""
},
"overwriteFileExport": {
"message": "¿Desea sobrescribir un archivo existente?",
"description": ""
},
"exportSavedSuccess": {
"message": "Archivo guardado correctamente",
"description": ""
},
"noFileToImport": {
"message": "Para importar sus estilos, debe exportarlos primero.",
"description": ""
},
"connectingDropbox": {
"message": "Conectando a Dropbox....",
"description": ""
},
"connectingDropboxNotAllowed": {
"message": "La conexión a Dropbox sólo está disponible en aplicaciones instaladas directamente desde la tienda web.",
"description": ""
},
"gettingStyles": {
"message": "Obteniendo todos los estilos...",
"description": ""
},
"zipStyles": {
"message": "Comprimiendo los estilos...",
"description": ""
},
"unzipStyles": {
"message": "Descomprimiendo los estilos...",
"description": ""
},
"readingStyles": {
"message": "Leyendo los estilos...",
"description": ""
},
"uploadingFile": {
"message": "Subiendo el archivo....",
"description": ""
2018-08-12 11:41:17 +00:00
}
}