messages.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. {
  2. "appliesToEverything": {
  3. "message": "Vše",
  4. "description": "Text displayed for styles that apply to all sites"
  5. },
  6. "linterIssues": {
  7. "message": "Problémy",
  8. "description": "Label for the CSS linter issues block on the style edit page"
  9. },
  10. "defaultTheme": {
  11. "message": "výchozí",
  12. "description": "Default CodeMirror CSS theme option on the edit style page"
  13. },
  14. "styleRegexpTestTitle": {
  15. "message": "Seznam shod otevřených listů (klepnutím na URL zaměříte daný list)",
  16. "description": "RegExp test report: title of the report"
  17. },
  18. "bckpInstStyles": {
  19. "message": "Exportovat styly",
  20. "description": ""
  21. },
  22. "optionsUpdateInterval": {
  23. "message": "Automaticky vyhledávat a instalovat aktualizace stylů (interval je v hodinách)",
  24. "description": ""
  25. },
  26. "styleEnabledToggleHint": {
  27. "message": "Stiskem Alt + Enter můžete zapnout/vypnout a uložit styl",
  28. "description": "Help text for the '[x] enable' checkbox in the editor"
  29. },
  30. "exportLabel": {
  31. "message": "Exportovat",
  32. "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
  33. },
  34. "linterJSONError": {
  35. "message": "Neplatný JSON formát",
  36. "description": "Setting linter config with invalid JSON"
  37. },
  38. "optionsBadgeNormal": {
  39. "message": "Barva pozadí",
  40. "description": ""
  41. },
  42. "updateCheckHistory": {
  43. "message": "Historie aktualizací",
  44. "description": ""
  45. },
  46. "cm_tabSize": {
  47. "message": "Velikost tabulátorů",
  48. "description": "Label for the text box controlling tab size option for the style editor."
  49. },
  50. "enableStyleLabel": {
  51. "message": "Povolit",
  52. "description": "Label for the button to enable a style"
  53. },
  54. "styleMissingName": {
  55. "message": "Zadejte název",
  56. "description": "Error displayed when user saves without providing a name"
  57. },
  58. "genericHistoryLabel": {
  59. "message": "Historie",
  60. "description": "Used in various places to show a history log of something"
  61. },
  62. "shortcutsNote": {
  63. "message": "Nastavit klávesové zkratky",
  64. "description": ""
  65. },
  66. "appliesDomainOption": {
  67. "message": "URL adresy na doméně",
  68. "description": "Option to make the style apply to the entered string as a domain"
  69. },
  70. "checkForUpdate": {
  71. "message": "Zkontrolovat aktualizace",
  72. "description": "Label for the button to check a single style for an update"
  73. },
  74. "styleNotAppliedRegexpProblemTooltip": {
  75. "message": "Styl nebyl použit kvůli nesprávnému použití „regexp()“",
  76. "description": "Tooltip in the popup for styles that were not applied at all"
  77. },
  78. "styleRegexpInvalidExplanation": {
  79. "message": "Některá „regexp()“ pravidla nelze vůbec sestavit.",
  80. "description": ""
  81. },
  82. "optionsIconDark": {
  83. "message": "Tmavé vzhledy",
  84. "description": ""
  85. },
  86. "importAppendLabel": {
  87. "message": "Připojit ke stylu",
  88. "description": "Label for the button to import a style and append to the existing sections"
  89. },
  90. "optionsOpenManager": {
  91. "message": "Spravovat styly",
  92. "description": ""
  93. },
  94. "updateAllCheckSucceededNoUpdate": {
  95. "message": "Aktualizace nenalezeny.",
  96. "description": "Text that displays when an update all check completed and no updates are available"
  97. },
  98. "importReportLegendAdded": {
  99. "message": "přidáno",
  100. "description": "Text after the number of styles added in the report shown after importing styles"
  101. },
  102. "styleFromMozillaFormatPrompt": {
  103. "message": "Vložte kód v Mozilla formátu",
  104. "description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
  105. },
  106. "dragDropMessage": {
  107. "message": "Pro import upusťte soubor zálohy kdekoliv na této stránce.",
  108. "description": "Drag'n'drop message"
  109. },
  110. "helpAlt": {
  111. "message": "Nápověda",
  112. "description": "Alternate text for help buttons"
  113. },
  114. "search": {
  115. "message": "Vyhledat",
  116. "description": "Label before the search input field in the editor shown on Ctrl-F"
  117. },
  118. "manageFaviconsGray": {
  119. "message": "Zešednutí",
  120. "description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
  121. },
  122. "confirmYes": {
  123. "message": "Ano",
  124. "description": "'Yes' button in a confirm dialog"
  125. },
  126. "findStylesForSite": {
  127. "message": "Najít styly pro tento web",
  128. "description": "Text for a link that gets a list of styles for the current site"
  129. },
  130. "manageHeading": {
  131. "message": "Nainstalované styly",
  132. "description": "Heading for the manage page"
  133. },
  134. "styleBeautify": {
  135. "message": "Zkrášlit",
  136. "description": "Label for the CSS-beautifier button on the edit style page"
  137. },
  138. "styleRegexpProblemTooltip": {
  139. "message": "Počet sekcí nepoužitých kvůli nesprávnému použití „regexp()“",
  140. "description": "Tooltip in the popup for styles that were applied only partially"
  141. },
  142. "styleEnabledLabel": {
  143. "message": "Povolen",
  144. "description": "Label for the enabled state of styles"
  145. },
  146. "linterConfigTooltip": {
  147. "message": "Upravit nastavení tohoto linteru",
  148. "description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
  149. },
  150. "styleToMozillaFormatHelp": {
  151. "message": "Kód v Mozilla formátu může být odeslán na userstyles.org a použit v aplikaci Stylish pro Firefox",
  152. "description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
  153. },
  154. "sectionAdd": {
  155. "message": "Přidat další sekci",
  156. "description": "Label for the button to add a section"
  157. },
  158. "styleRegexpTestPartial": {
  159. "message": "Shoda je nepřesná, proto přeskočeno",
  160. "description": "RegExp test report: label for the partially matching expressions"
  161. },
  162. "styleSaveLabel": {
  163. "message": "Uložit",
  164. "description": "Label for save button for style editing"
  165. },
  166. "genericSavedMessage": {
  167. "message": "Uloženo",
  168. "description": "Used in various parts of the UI to indicate that something was saved"
  169. },
  170. "confirmDelete": {
  171. "message": "Smazat",
  172. "description": ""
  173. },
  174. "confirmCancel": {
  175. "message": "Storno",
  176. "description": ""
  177. },
  178. "retrieveBckp": {
  179. "message": "Importovat styly",
  180. "description": ""
  181. },
  182. "confirmStop": {
  183. "message": "Zastavit",
  184. "description": "'Stop' button in a confirm dialog"
  185. },
  186. "writeStyleForURL": {
  187. "message": "tuto URL",
  188. "description": "Text for link in toolbar pop-up to write a new style for the current URL"
  189. },
  190. "optionsSubheading": {
  191. "message": "Další možnosti",
  192. "description": "Subheading for options section on manage page."
  193. },
  194. "appliesAdd": {
  195. "message": "Přidat",
  196. "description": "Label for the button to add an 'applies' entry"
  197. },
  198. "appliesRegexpOption": {
  199. "message": "URL adresy odpovídající reg. výrazu",
  200. "description": "Option to make the style apply to the entered string as a regular expression"
  201. },
  202. "optionsAdvancedExposeIframesNote": {
  203. "message": "Povolení speciální iframe CSS syntaxe jako např. „html[stylus-iframe] h1 { display:none }“",
  204. "description": ""
  205. },
  206. "importReportLegendUpdatedCode": {
  207. "message": "kód aktualizován",
  208. "description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
  209. },
  210. "styleInstall": {
  211. "message": "Nainstalovat „$stylename$“ do Stylus?",
  212. "description": "Confirmation when installing a style",
  213. "placeholders": {
  214. "stylename": {
  215. "content": "$1"
  216. }
  217. }
  218. },
  219. "optionsBadgeDisabled": {
  220. "message": "Barva pozadí při zakázání",
  221. "description": ""
  222. },
  223. "optionsCheck": {
  224. "message": "Aktualizovat styly",
  225. "description": ""
  226. },
  227. "manageText": {
  228. "message": "<a href='https://userstyles.org'>Získat styly na userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Nápověda</a>",
  229. "description": "Help text on the manage page"
  230. },
  231. "manageOnlyLocal": {
  232. "message": "Pouze lokální styly",
  233. "description": "Checkbox to show only locally created styles i.e. non-updatable"
  234. },
  235. "linterIssuesHelp": {
  236. "message": "Problémy nalezené aplikací $link$:",
  237. "description": "Help popup message for the selected CSS linter issues block on the style edit page",
  238. "placeholders": {
  239. "link": {
  240. "content": "$1"
  241. }
  242. }
  243. },
  244. "searchStyles": {
  245. "message": "Prohledat obsah",
  246. "description": "Label for the search filter textbox on the Manage styles page"
  247. },
  248. "optionsUpdateImportNote": {
  249. "message": "Importujete-li zálohy stylů ze starší verze nebo z rozšíření Stylish, proveďte jednorázovou ruční kontrolu aktualizací ve správci stylů, aby byly všechny styly aktuální.",
  250. "description": ""
  251. },
  252. "checkAllUpdatesForce": {
  253. "message": "Vynutit aktualizaci (neprovedeny žádné změny stylů)",
  254. "description": "Label for the button to apply all detected updates"
  255. },
  256. "unreachableFileHint": {
  257. "message": "Stylus může přistupovat k file:// URL pouze při povolení odpovídající možnosti pro rozšíření Stylus ve správci chrome://extensions.",
  258. "description": "Note in the toolbar popup for file:// URLs"
  259. },
  260. "disableStyleLabel": {
  261. "message": "Zakázat",
  262. "description": "Label for the button to disable a style"
  263. },
  264. "prefShowBadge": {
  265. "message": "Počet aktivních stylů pro současnou stránku",
  266. "description": "Label for the checkbox controlling toolbar badge text."
  267. },
  268. "manageFavicons": {
  269. "message": "Favicony v části „Platí pro“ ",
  270. "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
  271. },
  272. "menuShowBadge": {
  273. "message": "Zobrazit počet aktivních stylů",
  274. "description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
  275. },
  276. "cm_lineWrapping": {
  277. "message": "Zalamování slov",
  278. "description": "Label for the checkbox controlling word wrap option for the style editor."
  279. },
  280. "styleCancelEditLabel": {
  281. "message": "Zpět ke správě",
  282. "description": "Label for cancel button for style editing"
  283. },
  284. "styleChangesNotSaved": {
  285. "message": "Provedli jste změny tohoto stylu bez uložení.",
  286. "description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
  287. },
  288. "importLabel": {
  289. "message": "Importovat",
  290. "description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
  291. },
  292. "shortcuts": {
  293. "message": "Zkratky",
  294. "description": "Go to shortcut configuration"
  295. },
  296. "updateCheckFailServerUnreachable": {
  297. "message": "Aktualizace se nezdařila: server je nedosažitelný.",
  298. "description": "Text that displays when an update check failed because the update server is unreachable"
  299. },
  300. "manageFilters": {
  301. "message": "Filtry",
  302. "description": "Label for filters container"
  303. },
  304. "applyAllUpdates": {
  305. "message": "Použít všechny aktualizace",
  306. "description": "Label for the button to apply all detected updates"
  307. },
  308. "optionsReset": {
  309. "message": "Obnovit výchozí nastavení",
  310. "description": ""
  311. },
  312. "optionsCustomizeUpdate": {
  313. "message": "Aktualizace",
  314. "description": ""
  315. },
  316. "deleteStyleConfirm": {
  317. "message": "Opravdu chcete tento styl smazat?",
  318. "description": "Confirmation before deleting a style"
  319. },
  320. "optionsCustomizePopup": {
  321. "message": "Vyskakovací okno",
  322. "description": ""
  323. },
  324. "styleBadRegexp": {
  325. "message": "Tento regulérní výraz je neplatný.",
  326. "description": "Validation message for a bad regexp in a style"
  327. },
  328. "optionsHeading": {
  329. "message": "Možnosti",
  330. "description": "Heading for options section on manage page."
  331. },
  332. "appliesDisplay": {
  333. "message": "Platí pro: $applies$",
  334. "description": "Text on the manage screen to describe what the style applies to",
  335. "placeholders": {
  336. "applies": {
  337. "content": "$1"
  338. }
  339. }
  340. },
  341. "optionsIconLight": {
  342. "message": "Světlé vzhledy",
  343. "description": ""
  344. },
  345. "openStylesManager": {
  346. "message": "Otevřít správce stylů",
  347. "description": "Label for the style maanger opener in the browser action context menu."
  348. },
  349. "styleUpdate": {
  350. "message": "Určitě chcete aktualizovat „$stylename$“?",
  351. "description": "Confirmation when updating a style",
  352. "placeholders": {
  353. "stylename": {
  354. "content": "$1"
  355. }
  356. }
  357. },
  358. "dysfunctional": {
  359. "message": "Stylus nemůže fungovat v soukromém okně, protože Firefox znemožňuje přímou komunikaci s interní kontextovou stránkou rozšíření na pozadí.",
  360. "description": "Displayed in Firefox when its settings make Stylus dysfunctional"
  361. },
  362. "styleSectionsTitle": {
  363. "message": "Sekce",
  364. "description": "Title for the style sections section"
  365. },
  366. "importReportLegendInvalid": {
  367. "message": "neplatné přeskočeny",
  368. "description": "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
  369. },
  370. "genericResetLabel": {
  371. "message": "Resetovat",
  372. "description": "Used in various parts of UI to indicate that something may be reset to its original state"
  373. },
  374. "editStyleTitle": {
  375. "message": "Upravit styl $stylename$",
  376. "description": "Title of the page for editing styles",
  377. "placeholders": {
  378. "stylename": {
  379. "content": "$1"
  380. }
  381. }
  382. },
  383. "updateCheckSucceededNoUpdate": {
  384. "message": "Styl je aktuální.",
  385. "description": "Text that displays when an update check completed and no update is available"
  386. },
  387. "appliesUrlPrefixOption": {
  388. "message": "URL adresy začínající",
  389. "description": "Option to make the style apply to the entered string as a URL prefix"
  390. },
  391. "cm_matchHighlightToken": {
  392. "message": "Stopa pod kurzorem",
  393. "description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
  394. },
  395. "searchRegexp": {
  396. "message": "Použijte /re/ syntaxi pro vyhledávání s regulérními výrazy",
  397. "description": "Label after the search input field in the editor shown on Ctrl-F"
  398. },
  399. "updateCheckManualUpdateHint": {
  400. "message": "Vynucení aktualizace přepíše všechny lokální úpravy.",
  401. "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
  402. },
  403. "toggleStyle": {
  404. "message": "Přepnout styl",
  405. "description": "Label for the checkbox to enable/disable a style"
  406. },
  407. "importReplaceTooltip": {
  408. "message": "Zahodit obsah současného stylu a přepsat ho importovaným stylem",
  409. "description": "Label for the button to import and overwrite current style"
  410. },
  411. "cm_resizeGripHint": {
  412. "message": "Dvojklikem maximalizujete/obnovíte výšku",
  413. "description": "Tooltip for the resize grip in style editor"
  414. },
  415. "popupStylesFirst": {
  416. "message": "Styly před příkazy",
  417. "description": "Label for the checkbox controlling section order in the popup."
  418. },
  419. "sectionHelp": {
  420. "message": "Pomocí sekcí můžete v jednom stylu nadefinovat více částí kódu pro různé skupiny URL adres. Jeden styl pak může např. změnit hlavní stránku webu jinak, než jeho zbytek.",
  421. "description": "Help text for sections"
  422. },
  423. "noStylesForSite": {
  424. "message": "Pro tento web není nainstalován žádný styl.",
  425. "description": "Text displayed when no styles are installed for the current site"
  426. },
  427. "appliesDisplayTruncatedSuffix": {
  428. "message": "a další",
  429. "description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
  430. },
  431. "appliesRemove": {
  432. "message": "Odstranit",
  433. "description": "Label for the button to remove an 'applies' entry"
  434. },
  435. "updatesCurrentlyInstalled": {
  436. "message": "Instalované aktualizace:",
  437. "description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
  438. },
  439. "styleToMozillaFormatTitle": {
  440. "message": "Styl v Mozilla formátu",
  441. "description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
  442. },
  443. "writeStyleFor": {
  444. "message": "Napsat nový styl pro:",
  445. "description": "Label for toolbar pop-up that precedes the links to write a new style"
  446. },
  447. "replace": {
  448. "message": "Nahradit",
  449. "description": "Label before the replace input field in the editor shown on Ctrl-H"
  450. },
  451. "styleRegexpTestNone": {
  452. "message": "Žádné odpovídající listy",
  453. "description": "RegExp test report: label for expressions that didn't match any tabs"
  454. },
  455. "importReportLegendUpdatedMeta": {
  456. "message": "meta informace aktualizována",
  457. "description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
  458. },
  459. "appliesLabel": {
  460. "message": "Platí pro",
  461. "description": "Label for 'applies to' fields on the edit/add screen"
  462. },
  463. "openOptionsPopup": {
  464. "message": "Možnosti",
  465. "description": "Go to Options UI"
  466. },
  467. "openManage": {
  468. "message": "Spravovat",
  469. "description": "Link to open the manage page."
  470. },
  471. "updateCheckFailBadResponseCode": {
  472. "message": "Aktualizace se nezdařila: server odpověděl kódem $code$.",
  473. "description": "Text that displays when an update check failed because the response code indicates an error",
  474. "placeholders": {
  475. "code": {
  476. "content": "$1"
  477. }
  478. }
  479. },
  480. "appliesSpecify": {
  481. "message": "Specifikovat",
  482. "description": "Label for the button to make a style apply only to specific sites"
  483. },
  484. "installUpdate": {
  485. "message": "Nainstalovat aktualizaci",
  486. "description": "Label for the button to install an update for a single style"
  487. },
  488. "optionsCheckUpdate": {
  489. "message": "Vyhledávat a instalovat všechny aktualizace",
  490. "description": ""
  491. },
  492. "filteredStyles": {
  493. "message": "zobrazeno $numShown$ z $numTotal$",
  494. "description": "TL note - make this message short",
  495. "placeholders": {
  496. "numTotal": {
  497. "content": "$2"
  498. },
  499. "numShown": {
  500. "content": "$1"
  501. }
  502. }
  503. },
  504. "importReportTitle": {
  505. "message": "Import stylů dokončen",
  506. "description": "Title of the report shown after importing styles"
  507. },
  508. "styleMozillaFormatHeading": {
  509. "message": "Mozilla formát",
  510. "description": "Heading for the section with buttons to import/export Mozilla format of the style"
  511. },
  512. "cm_matchHighlight": {
  513. "message": "Zvýraznění",
  514. "description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
  515. },
  516. "styleRegexpPartialExplanation": {
  517. "message": "Tento styl obsahuje částečnou regexp shodu, která je však v rozporu s <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document specifikací</a>, která vyžaduje přesnou shodu URL adresy. Dotčené CSS části nebyly na stránku použity. Tento styl byl pravděpodobně vytvořen v rozšíření Stylish pro Chrome, které nesprávně kontroluje regexp() pravidla již od své první verze (známá chyba).",
  518. "description": ""
  519. },
  520. "linterCSSLintSettings": {
  521. "message": "(Nastavení pravidel: 0 = vypnuto; 1 = upozornění; 2 = chyba)",
  522. "description": "CSSLint rule config values"
  523. },
  524. "styleBeautifyIndentConditional": {
  525. "message": "Odsadit @media, @supports",
  526. "description": "CSS-beautifier option"
  527. },
  528. "unreachableContentScript": {
  529. "message": "Se stránkou nelze komunikovat. Zkuste znovu načíst list.",
  530. "description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
  531. },
  532. "sectionRemove": {
  533. "message": "Odstranit sekci",
  534. "description": "Label for the button to remove a section"
  535. },
  536. "searchStylesTooltip": {
  537. "message": "Pro zobrazení stylů pro konkrétní URL adresu použijte předponu „url:“\nPříklad: url:https://github.com/openstyles/stylus",
  538. "description": "Label for the search filter textbox on the Manage styles page"
  539. },
  540. "disableAllStyles": {
  541. "message": "Vypnout všechny styly",
  542. "description": "Label for the checkbox that turns all enabled styles off."
  543. },
  544. "updateCheckSkippedMaybeLocallyEdited": {
  545. "message": "Tento styl mohl být upraven lokálně.",
  546. "description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
  547. },
  548. "undoGlobal": {
  549. "message": "Zpět ve všech sekcích",
  550. "description": "CSS-beautify global Undo button label"
  551. },
  552. "optionsCustomizeIcon": {
  553. "message": "Ikona na panelu nástrojů",
  554. "description": ""
  555. },
  556. "updateCompleted": {
  557. "message": "Aktalizace dokončena.",
  558. "description": "Text that displays when an update completed"
  559. },
  560. "dysfunctionalBackgroundConnection": {
  561. "message": "Známá chyba v této verzi Firefoxu znemožňuje práci rozšíření. Chyba: chrome.extension.getBackgroundPage() nevrací platný výsledek",
  562. "description": "Displayed in style manager when unable to connect to the background page"
  563. },
  564. "checkingForUpdate": {
  565. "message": "Kontrola…",
  566. "description": "Text to display when checking a style for an update"
  567. },
  568. "styleRegexpTestFull": {
  569. "message": "Odpovídající listy",
  570. "description": "RegExp test report: label for the fully matching expressions"
  571. },
  572. "manageMaxTargets": {
  573. "message": "Počet položek v části „Platí pro“",
  574. "description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
  575. },
  576. "popupManageTooltip": {
  577. "message": "Shift + kliknutím nebo pravým kliknutím otevřít správce se styly použitými na této stránce",
  578. "description": "Tooltip for the 'Manage' button in the popup."
  579. },
  580. "manageFaviconsHelp": {
  581. "message": "Stylus používá externí službu https://www.google.com/s2/favicons",
  582. "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
  583. },
  584. "updateCheckSkippedLocallyEdited": {
  585. "message": "Tento styl byl upraven lokálně.",
  586. "description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
  587. },
  588. "linterRulesLink": {
  589. "message": "Zobrazit celý seznam pravidel",
  590. "description": "Stylelint or CSSLint rules label added immediately before a link"
  591. },
  592. "optionsResetButton": {
  593. "message": "Obnovit nastavení",
  594. "description": ""
  595. },
  596. "sectionCode": {
  597. "message": "Kód",
  598. "description": "Label for the code for a section"
  599. },
  600. "optionsAdvancedContextDelete": {
  601. "message": "Přidat tlačítko Smazat do kontextové nabídky v editoru",
  602. "description": ""
  603. },
  604. "linterConfigPopupTitle": {
  605. "message": "Nastavení $linter$ pravidel",
  606. "description": "Stylelint or CSSLint popup header",
  607. "placeholders": {
  608. "linter": {
  609. "content": "$1"
  610. }
  611. }
  612. },
  613. "importReportLegendUpdatedBoth": {
  614. "message": "meta informace a kód aktualizován",
  615. "description": "Text after the number of styles updated entirely in the report shown after importing styles"
  616. },
  617. "cm_smartIndent": {
  618. "message": "Použít chytré odsazení",
  619. "description": "Label for the checkbox controlling smart indentation option for the style editor."
  620. },
  621. "styleRegexpTestButton": {
  622. "message": "Otestovat RegExp",
  623. "description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
  624. },
  625. "appliesHelp": {
  626. "message": "Nastavte „Platí pro“, pokud chcete omezit působnost kódu v této sekci na určité URL adresy.",
  627. "description": "Help text for 'applies to' section"
  628. },
  629. "editStyleHeading": {
  630. "message": "Upravit styl",
  631. "description": "Title of the page for editing styles"
  632. },
  633. "editDeleteText": {
  634. "message": "Smazat",
  635. "description": "Label for the context menu item in the editor to delete selected text"
  636. },
  637. "cm_autocompleteOnTyping": {
  638. "message": "Automatické dokončování během psaní",
  639. "description": "Label for the checkbox in the style editor."
  640. },
  641. "manageOnlyDisabled": {
  642. "message": "Pouze vypnuté styly",
  643. "description": "Checkbox to show only disabled styles"
  644. },
  645. "stylusUnavailableForURLdetails": {
  646. "message": "Jako bezpečností opatření, prohlížeč brání rozšířením v ovlivnění vestavěných stránek (např. chrome://version, nová úvodní stránka Chromu 61, about:addons, vivaldi://extensions atp.) a stránek dalších rozšíření. Každý prohlížeč také omezuje přístup do vlastního obchodu s rozšířeními (např. Chrome Web Store nebo AMO).",
  647. "description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
  648. },
  649. "cm_matchHighlightSelection": {
  650. "message": "Pouze výběr",
  651. "description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
  652. },
  653. "appliesUrlOption": {
  654. "message": "URL adresa",
  655. "description": "Option to make the style apply to the entered string as a URL"
  656. },
  657. "updateAllCheckSucceededSomeEdited": {
  658. "message": "Některé aktualizovatelné styly nebyly aktualizovány kvůli zabránění ztrátám možných lokálních změn. Aktualizace může být vynucena individuálně nebo spuštěním další aktualizace všech stylů (lokální změny mohou být přepsány).",
  659. "description": "Text that displays when an update all check completed and no updates are available"
  660. },
  661. "stylusUnavailableForURL": {
  662. "message": "Stylus nepracuje se stránkami jako je tato.",
  663. "description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
  664. },
  665. "manageOnlyUpdates": {
  666. "message": "Pouze s aktualizacemi nebo chybami",
  667. "description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
  668. },
  669. "addStyleTitle": {
  670. "message": "Přidat styl",
  671. "description": "Title of the page for adding styles"
  672. },
  673. "importReplaceLabel": {
  674. "message": "Přepsat styl",
  675. "description": "Label for the button to import and overwrite current style"
  676. },
  677. "popupOpenEditInWindowTooltip": {
  678. "message": "K povolení dojde také při odepnutí listu editoru z okna prohlížeče,\na k vypnutí při připnutí samotného listu editoru do dalšího okna.",
  679. "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
  680. },
  681. "dbError": {
  682. "message": "Nastala chyba při používání Stylus databáze. Chcete navštívit webovou stránku s možnými řešeními?",
  683. "description": "Prompt when a DB error is encountered"
  684. },
  685. "optionsAdvanced": {
  686. "message": "Pokročilé",
  687. "description": ""
  688. },
  689. "importAppendTooltip": {
  690. "message": "Připojit importovaný styl k současnému stylu",
  691. "description": "Tooltip for the button to import a style and append to the existing sections"
  692. },
  693. "editorStylesButton": {
  694. "message": "Najít styly pro editor",
  695. "description": "Find styles for the editor"
  696. },
  697. "optionsOpen": {
  698. "message": "Otevřít",
  699. "description": ""
  700. },
  701. "helpKeyMapHotkey": {
  702. "message": "Stiskněte kláves. zkratku",
  703. "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
  704. },
  705. "styleRegexpTestInvalid": {
  706. "message": "Neplatné regexp přeskočeny",
  707. "description": "RegExp test report: label for the invalid expressions"
  708. },
  709. "manageOnlyExternal": {
  710. "message": "Pouze externí styly",
  711. "description": "Checkbox to show only externally installed styles i.e. updatable"
  712. },
  713. "replaceAll": {
  714. "message": "Nahradit vše",
  715. "description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
  716. },
  717. "importReportUnchanged": {
  718. "message": "Žádné změny.",
  719. "description": "Message in the report shown after importing styles"
  720. },
  721. "optionsActions": {
  722. "message": "Akce",
  723. "description": ""
  724. },
  725. "editGotoLine": {
  726. "message": "Přejít na řádek (nebo na line:col)",
  727. "description": "Go to line or line:column on Ctrl-G in style code editor"
  728. },
  729. "manageOnlyLocalTooltip": {
  730. "message": "(styly nenainstalované prostřednictvím webu userstyles.org)",
  731. "description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
  732. },
  733. "checkAllUpdates": {
  734. "message": "Aktualizovat všechny styly",
  735. "description": "Label for the button to check all styles for updates"
  736. },
  737. "openOptionsManage": {
  738. "message": "Možnosti rozhraní",
  739. "description": "Go to Options UI"
  740. },
  741. "optionsCustomizeBadge": {
  742. "message": "Ikona tlačítka na panelu",
  743. "description": ""
  744. },
  745. "importReportLegendIdentical": {
  746. "message": "identické přeskočeny",
  747. "description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
  748. },
  749. "optionsPopupWidth": {
  750. "message": "Šířka vyskakovacího okna [px]",
  751. "description": ""
  752. },
  753. "linterInvalidConfigError": {
  754. "message": "Neuloženo z důvodu těchto neplatných nastavení:",
  755. "description": "Invalid linter config will show a message followed by a list of invalid entries"
  756. },
  757. "confirmNo": {
  758. "message": "Ne",
  759. "description": "'No' button in a confirm dialog"
  760. },
  761. "undo": {
  762. "message": "Zpět",
  763. "description": "Button label"
  764. },
  765. "cm_keyMap": {
  766. "message": "Přiřazení kláves",
  767. "description": "Label for the drop-down list controlling the keymap for the style editor."
  768. },
  769. "manageNewUI": {
  770. "message": "Nové rozložení správy rozhraní",
  771. "description": "Label for the checkbox that toggles the new UI on manage page"
  772. },
  773. "importReportUndoneTitle": {
  774. "message": "Import byl přerušen",
  775. "description": "Title of the message box shown after undoing the import of styles"
  776. },
  777. "genericDisabledLabel": {
  778. "message": "Zakázáno",
  779. "description": "Used in various lists/options to indicate that something is disabled"
  780. },
  781. "cm_indentWithTabs": {
  782. "message": "Použít tabulátory s chytrým odsazením",
  783. "description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
  784. },
  785. "replaceWith": {
  786. "message": "Nahradit s",
  787. "description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
  788. },
  789. "deleteStyleLabel": {
  790. "message": "Smazat",
  791. "description": "Label for the button to delete a style"
  792. },
  793. "updateCheckManualUpdateForce": {
  794. "message": "Instalovat aktualizaci (lokální změny budou přepsány)",
  795. "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
  796. },
  797. "optionsAdvancedExposeIframes": {
  798. "message": "Obnažit iframe prvky pomocí HTML[stylus-iframe]",
  799. "description": ""
  800. },
  801. "addStyleLabel": {
  802. "message": "Napsat nový styl",
  803. "description": "Label for the button to go to the add style page"
  804. },
  805. "optionsUpdateIntervalNote": {
  806. "message": "Pro vypnutí automatického vyhledávání aktualizací stylů nastavte interval na nulu.",
  807. "description": ""
  808. },
  809. "backupButtons": {
  810. "message": "Zálohovat",
  811. "description": "Heading for backup"
  812. },
  813. "manageOnlyEnabled": {
  814. "message": "Pouze povolené styly",
  815. "description": "Checkbox to show only enabled styles"
  816. },
  817. "editStyleLabel": {
  818. "message": "Upravit",
  819. "description": "Label for the button to go to the edit style page"
  820. },
  821. "cm_theme": {
  822. "message": "Schéma",
  823. "description": "Label for the style editor's CSS theme."
  824. },
  825. "popupOpenEditInWindow": {
  826. "message": "Otevírat editor v novém okně",
  827. "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
  828. },
  829. "backupMessage": {
  830. "message": "Vyberte soubor nebo ho přetáhněte na tuto stránku.",
  831. "description": "Message for backup"
  832. },
  833. "importReportUndone": {
  834. "message": "styly navráceny zpět",
  835. "description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
  836. },
  837. "helpKeyMapCommand": {
  838. "message": "Napište název příkazu",
  839. "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
  840. },
  841. "linterResetMessage": {
  842. "message": "Chcete-li vrátit změny náhodného resetu, stiskněte v textovém poli Ctrl + Z (resp. Cmd + Z)",
  843. "description": "Reset button tooltip to inform user on how to undo an accidental reset"
  844. },
  845. "description": {
  846. "message": "Změňte vzhled webů pomocí správce uživatelských stylů. Stylus umožňuje snadnou instalaci vzhledů a modifikací pro spoustu webů.",
  847. "description": "Extension description"
  848. }
  849. }