libreredirect/src/_locales/cs/messages.json

104 行
3.0 KiB
JSON
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

{
"extensionName": {
"message": "Libre Redirect",
"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": "Vyloučeno z přesměrování",
"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": "Zobrazit ve vyskakovacím okně",
"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": "Přidejte své oblíbené instance",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Zkopírovat surové"
},
"copied": {
"message": "Zkopírováno"
},
"redirectToOriginal": {
"message": "Přesměrovat na originál",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Pokusit se přesměrovat",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "O rozšíření"
}
}