libredirect/src/_locales/de/messages.json

103 lines
3.0 KiB
JSON

{
"extensionName": {
"message": "LibRedirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Eine Erweiterung, die beliebte Websites zu alternativen datenschutzfreundlichen Frontends und Backends weiterleitet",
"description": "description of the extension"
},
"switchInstance": {
"message": "Instanz wechseln",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Einstellungen",
"description": "used in the popup"
},
"general": {
"message": "Allgemein",
"description": "used in the settings page"
},
"theme": {
"message": "Farbschema",
"description": "used in the settings page"
},
"light": {
"message": "Hell",
"description": "used in the settings page"
},
"dark": {
"message": "Dunkel",
"description": "used in the settings page"
},
"auto": {
"message": "Auto",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Excluded from redirecting",
"description": "used in the settings page"
},
"importSettings": {
"message": "Einstellungen importieren",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Einstellungen exportieren",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Einstellungen zurücksetzen",
"description": "used in the settings page"
},
"enable": {
"message": "Aktivieren",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Show in popup",
"description": "used in the settings page"
},
"frontend": {
"message": "Frontend",
"description": "used in the settings page"
},
"redirectType": {
"message": "Art der Weiterleitung",
"description": "used in the settings page"
},
"both": {
"message": "beides",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "nur eingebettet",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "nur nicht-eingebunden",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Add your favorite instances",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Original-Link kopieren"
},
"copied": {
"message": "Kopiert"
},
"redirectToOriginal": {
"message": "Redirect to original",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Versuch, diesen Hyperlink umzuleiten",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "About"
}
}