libreredirect/src/_locales/es/messages.json

104 行
3.0 KiB
JSON

{
"extensionName": {
"message": "Libre Redirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Una extensión web que redirige sitios populares a frontends y backends alternativos que respetan la privacidad",
"description": "description of the extension"
},
"switchInstance": {
"message": "Cambiar instancia",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Ajustes",
"description": "used in the popup"
},
"general": {
"message": "General",
"description": "used in the settings page"
},
"theme": {
"message": "Tema",
"description": "used in the settings page"
},
"light": {
"message": "Claro",
"description": "used in the settings page"
},
"dark": {
"message": "Oscuro",
"description": "used in the settings page"
},
"auto": {
"message": "Auto",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Excluido de la redirección",
"description": "used in the settings page"
},
"importSettings": {
"message": "Importar Ajustes",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Exportar Ajustes",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Restablecer Ajustes",
"description": "used in the settings page"
},
"enable": {
"message": "Activar",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Mostrar en ventanas emergentes",
"description": "used in the settings page"
},
"frontend": {
"message": "Frontend",
"description": "used in the settings page"
},
"redirectType": {
"message": "Tipo de Redirección",
"description": "used in the settings page"
},
"both": {
"message": "ambos",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "solo incrustados",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "solo los no incrustados",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Añade tus instancias preferidas",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Copiar Original"
},
"copied": {
"message": "Copiado"
},
"redirectToOriginal": {
"message": "Redirigir al original",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Intento de redirección",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "Acerca de"
}
}