libredirect/src/_locales/cs/messages.json

103 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"extensionName": {
"message": "LibRedirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Webové rozšíření, které přesměrovává oblíbené weby na alternativní frontends a backends respektující soukromí",
"description": "description of the extension"
},
"switchInstance": {
"message": "Přepnout instanci",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Nastavení",
"description": "used in the popup"
},
"general": {
"message": "Obecné",
"description": "used in the settings page"
},
"theme": {
"message": "Téma",
"description": "used in the settings page"
},
"light": {
"message": "Světlé",
"description": "used in the settings page"
},
"dark": {
"message": "Tmavé",
"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": "Importovat nastavení",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Exportovat nastavení",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Obnovit nastavení",
"description": "used in the settings page"
},
"enable": {
"message": "Povolit",
"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": "Typ přesměrování",
"description": "used in the settings page"
},
"both": {
"message": "oba",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "pouze vložené",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "pouze nevložené",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Add your favorite instances",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Zkopírovat surové"
},
"copied": {
"message": "Zkopírováno"
},
"redirectToOriginal": {
"message": "Redirect to original",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Pokusit se přesměrovat tento odkaz",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "About"
}
}