libreredirect/src/_locales/it/messages.json

104 行
3.0 KiB
JSON

{
"extensionName": {
"message": "Libre Redirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Un'estensione per il browser che reindirizza i siti più popolari verso frontend e backend alternativi rispettosi della privacy",
"description": "description of the extension"
},
"switchInstance": {
"message": "Cambia istanza",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Impostazioni",
"description": "used in the popup"
},
"general": {
"message": "Generali",
"description": "used in the settings page"
},
"theme": {
"message": "Tema",
"description": "used in the settings page"
},
"light": {
"message": "Chiaro",
"description": "used in the settings page"
},
"dark": {
"message": "Scuro",
"description": "used in the settings page"
},
"auto": {
"message": "Auto",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Escluso dal reindirizzamento",
"description": "used in the settings page"
},
"importSettings": {
"message": "Importa impostazioni",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Esporta impostazioni",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Ripristina impostazioni",
"description": "used in the settings page"
},
"enable": {
"message": "Attiva",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Mostra nel popup",
"description": "used in the settings page"
},
"frontend": {
"message": "Frontend",
"description": "used in the settings page"
},
"redirectType": {
"message": "Tipo di reindirizzamento",
"description": "used in the settings page"
},
"both": {
"message": "entrambi",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "solo incorporati",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "solo non incorporati",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Aggiungi le tue istanze preferite",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Copia grezza"
},
"copied": {
"message": "Copiato"
},
"redirectToOriginal": {
"message": "Reindirizza all'originale",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Prova a reindirizzare",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "Informazioni"
}
}