|
35 | 35 | "message": "Počet ostatních IPFS uzlů ke kterým se můžete připojit", |
36 | 36 | "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" |
37 | 37 | }, |
38 | | - "panel_quickUpload": { |
| 38 | + "panel_quickImport": { |
39 | 39 | "message": "Sdílejte soubory skrze IPFS", |
40 | | - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" |
| 40 | + "description": "A menu item in Browser Action pop-up (panel_quickImport)" |
41 | 41 | }, |
42 | 42 | "panel_openWebui": { |
43 | 43 | "message": "Otevřít Web UI", |
|
91 | 91 | "message": "Zkopírovat URL používající veřejnou bránu", |
92 | 92 | "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" |
93 | 93 | }, |
| 94 | + "panel_contextMenuViewOnGateway": { |
| 95 | + "message": "View on Gateway", |
| 96 | + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_contextMenuViewOnGateway)" |
| 97 | + }, |
94 | 98 | "pageAction_titleIpfsAtPublicGateway": { |
95 | 99 | "message": "IPFS objekt načten skrze veřejnou bránu", |
96 | 100 | "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" |
|
127 | 131 | "message": "Tato stránka", |
128 | 132 | "description": "An item in right-click context menu (contextMenu_parentPage)" |
129 | 133 | }, |
130 | | - "contextMenu_AddToIpfsKeepFilename": { |
131 | | - "message": "Přidat do IPFS (zachovat jméno souboru)", |
132 | | - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" |
133 | | - }, |
134 | | - "contextMenu_AddToIpfsRawCid": { |
135 | | - "message": "Přidat do IPFS", |
136 | | - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" |
| 134 | + "contextMenu_importToIpfs": { |
| 135 | + "message": "Import to IPFS", |
| 136 | + "description": "An item in right-click context menu (contextMenu_importToIpfs)" |
137 | 137 | }, |
138 | | - "contextMenu_AddToIpfsSelection": { |
139 | | - "message": "Přidat vybraný text do IPFS", |
140 | | - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" |
| 138 | + "contextMenu_importToIpfsSelection": { |
| 139 | + "message": "Import Selected Text to IPFS", |
| 140 | + "description": "An item in right-click context menu (contextMenu_importToIpfsSelection)" |
141 | 141 | }, |
142 | 142 | "notify_addonIssueTitle": { |
143 | 143 | "message": "Problém IPFS rozšíření", |
|
183 | 183 | "message": "Automatický mód: veřejná brána bude použítá jako záloha", |
184 | 184 | "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" |
185 | 185 | }, |
186 | | - "notify_uploadErrorTitle": { |
187 | | - "message": "Nahrání skrze IPFS API se nepodařilo", |
188 | | - "description": "A title of system notification (notify_uploadErrorTitle)" |
| 186 | + "notify_importErrorTitle": { |
| 187 | + "message": "Unable to import via IPFS API", |
| 188 | + "description": "A title of system notification (notify_importErrorTitle)" |
189 | 189 | }, |
190 | | - "notify_uploadTrackingProtectionErrorMsg": { |
| 190 | + "notify_importTrackingProtectionErrorMsg": { |
191 | 191 | "message": "Zkuste vypnout Ochranu před sledováním (pro více informací stisknete ctrl+shift+j)", |
192 | | - "description": "(notify_uploadTrackingProtectionErrorMsg)" |
| 192 | + "description": "(notify_importTrackingProtectionErrorMsg)" |
193 | 193 | }, |
194 | 194 | "notify_inlineMsg": { |
195 | 195 | "message": "$1", |
|
215 | 215 | "message": "IPFS uzel", |
216 | 216 | "description": "A section header on the Preferences screen (option_header_nodeType)" |
217 | 217 | }, |
| 218 | + "option_header_fileImport": { |
| 219 | + "message": "File Import", |
| 220 | + "description": "A section header on the Preferences screen (option_header_fileImport)" |
| 221 | + }, |
218 | 222 | "option_ipfsNodeType_title": { |
219 | 223 | "message": "Typ IPFS uzlu", |
220 | 224 | "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" |
|
275 | 279 | "message": "Přesměrovat požadavky pro IPFS objekt skrze vlastní bránu", |
276 | 280 | "description": "An option description on the Preferences screen (option_useCustomGateway_description)" |
277 | 281 | }, |
| 282 | + "option_dnslinkRedirect_title": { |
| 283 | + "message": "Force page load from custom gateway", |
| 284 | + "description": "An option title on the Preferences screen (option_dnslinkRedirect_title)" |
| 285 | + }, |
| 286 | + "option_dnslinkRedirect_description": { |
| 287 | + "message": "If global redirect is enabled, this will include DNSLink websites and redirect them to respective /ipns/{fqdn} paths at Custom Gateway", |
| 288 | + "description": "An option description on the Preferences screen (option_dnslinkRedirect_description)" |
| 289 | + }, |
| 290 | + "option_dnslinkDataPreload_title": { |
| 291 | + "message": "Preload visited pages", |
| 292 | + "description": "An option title on the Preferences screen (option_dnslinkDataPreload_title)" |
| 293 | + }, |
| 294 | + "option_dnslinkDataPreload_description": { |
| 295 | + "message": "DNSLink websites will be preloaded to the local IPFS node to enable offline access and improve resiliency against network failures", |
| 296 | + "description": "An option description on the Preferences screen (option_dnslinkDataPreload_description)" |
| 297 | + }, |
| 298 | + "option_dnslinkRedirect_warning": { |
| 299 | + "message": "Redirecting to a path-based gateway breaks Origin-based security isolation of DNSLink website! Please leave this disabled unless you are aware of (and ok with) related risks.", |
| 300 | + "description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)" |
| 301 | + }, |
278 | 302 | "option_noRedirectHostnames_title": { |
279 | 303 | "message": "Přesměrovat Opt-Outs", |
280 | 304 | "description": "An option title on the Preferences screen (option_noRedirectHostnames_title)" |
|
327 | 351 | "message": "Přepnout použití vlastní brány když se dostupnost IPFS API změní", |
328 | 352 | "description": "An option description on the Preferences screen (option_automaticMode_description)" |
329 | 353 | }, |
| 354 | + "option_header_dnslink": { |
| 355 | + "message": "DNSLink", |
| 356 | + "description": "A section header on the Preferences screen (option_header_dnslink)" |
| 357 | + }, |
330 | 358 | "option_header_experiments": { |
331 | 359 | "message": "Experimenty", |
332 | 360 | "description": "A section header on the Preferences screen (option_header_experiments)" |
|
364 | 392 | "description": "An option description on the Preferences screen (option_linkify_description)" |
365 | 393 | }, |
366 | 394 | "option_dnslinkPolicy_title": { |
367 | | - "message": "Podpora DNSLink", |
| 395 | + "message": "DNSLink Lookup", |
368 | 396 | "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" |
369 | 397 | }, |
370 | 398 | "option_dnslinkPolicy_description": { |
371 | | - "message": "Vybrat chování pro DNS TXT záznam pro načtení stránek podporující IPFS skrze IPFS", |
| 399 | + "message": "Lookup policy for displaying context actions on websites with DNSLink", |
372 | 400 | "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" |
373 | 401 | }, |
374 | 402 | "option_dnslinkPolicy_disabled": { |
|
411 | 439 | "message": "Spravovat oprávnění", |
412 | 440 | "description": "Link text for managing permissions" |
413 | 441 | }, |
| 442 | + "option_openViaWebUI_title": { |
| 443 | + "message": "Open imported files in Web UI", |
| 444 | + "description": "An option title on the Preferences screen (option_openViaWebUI_title)" |
| 445 | + }, |
| 446 | + "option_openViaWebUI_description": { |
| 447 | + "message": "Display files in Web UI rather than opening file or parent directory at gateway.", |
| 448 | + "description": "An option description on the Preferences screen (option_openViaWebUI_description)" |
| 449 | + }, |
414 | 450 | "option_preloadAtPublicGateway_title": { |
415 | | - "message": "Automatické načtení nahraných souborů", |
| 451 | + "message": "Preload Imports", |
416 | 452 | "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" |
417 | 453 | }, |
418 | 454 | "option_preloadAtPublicGateway_description": { |
419 | | - "message": "Povolit automatické načtení nahraných souborů skrze asynchroní HTTP HEAD požadavek na Veřejnou bránu", |
| 455 | + "message": "Enables automatic preload of imported assets via asynchronous HTTP HEAD request to a Public Gateway", |
420 | 456 | "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" |
421 | 457 | }, |
422 | 458 | "option_logNamespaces_title": { |
|
427 | 463 | "message": "Přizpůsobte, které jmenné prostory jsou přihlášeny do konzoly prohlížeče. Změna této hodnoty spustí restart rozšíření.", |
428 | 464 | "description": "An option description for the log level (option_logNamespaces_description)" |
429 | 465 | }, |
| 466 | + "option_importDir_title": { |
| 467 | + "message": "File Import Directory", |
| 468 | + "description": "An option title on the Preferences screen (option_importDir_title)" |
| 469 | + }, |
| 470 | + "option_importDir_description": { |
| 471 | + "message": "Customize the directory used for imported files.", |
| 472 | + "description": "An option description on the Preferences screen (option_importDir_description)" |
| 473 | + }, |
430 | 474 | "option_resetAllOptions_title": { |
431 | 475 | "message": "Vše vyresetovat", |
432 | 476 | "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" |
|
447 | 491 | "message": "Rozšíření prohlížeče který zjednodušuje přístup k IPFS objektům", |
448 | 492 | "description": "Extension description in the Manifest file (manifest_extensionDescription)" |
449 | 493 | }, |
450 | | - "quickUpload_subhead_peers": { |
| 494 | + "quickImport_subhead_peers": { |
451 | 495 | "message": "Připojeno k $1 uzlům", |
452 | | - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" |
| 496 | + "description": "Partial info stats beneath the header on the share files page (quickImport_subhead_peers)" |
453 | 497 | }, |
454 | | - "quickUpload_pick_file_button": { |
| 498 | + "quickImport_pick_file_button": { |
455 | 499 | "message": "Vybrat soubor", |
456 | | - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" |
| 500 | + "description": "Text on the 'pick a file' button (quickImport_pick_file_button)" |
457 | 501 | }, |
458 | | - "quickUpload_or": { |
| 502 | + "quickImport_or": { |
459 | 503 | "message": "nebo", |
460 | | - "description": "seperates the pick a file button from the drop message (quickUpload_or)" |
| 504 | + "description": "seperates the pick a file button from the drop message (quickImport_or)" |
461 | 505 | }, |
462 | | - "quickUpload_drop_it_here": { |
| 506 | + "quickImport_drop_it_here": { |
463 | 507 | "message": "přetáhnout sem pro sdílení", |
464 | | - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" |
| 508 | + "description": "Partial info stats beneath the header on the share files page (quickImport_drop_it_here)" |
465 | 509 | }, |
466 | | - "quickUpload_state_uploading": { |
467 | | - "message": "Probíhá nahrávání..", |
468 | | - "description": "Status label on the share files page (quickUpload_state_uploading)" |
| 510 | + "quickImport_state_importing": { |
| 511 | + "message": "Import in progress..", |
| 512 | + "description": "Status label on the share files page (quickImport_state_importing)" |
469 | 513 | }, |
470 | | - "quickUpload_state_buffering": { |
| 514 | + "quickImport_state_buffering": { |
471 | 515 | "message": "(načítá se, prosím vyčkejte)", |
472 | | - "description": "Status label on the share files page (quickUpload_state_buffering)" |
| 516 | + "description": "Status label on the share files page (quickImport_state_buffering)" |
473 | 517 | }, |
474 | | - "quickUpload_options_show": { |
475 | | - "message": "možnosti nahrání", |
476 | | - "description": "Button on the share files page (quickUpload_options_show)" |
| 518 | + "quickImport_options_show": { |
| 519 | + "message": "import options", |
| 520 | + "description": "Button on the share files page (quickImport_options_show)" |
477 | 521 | }, |
478 | | - "quickUpload_options_wrapWithDirectory": { |
479 | | - "message": "Vložit jednotlivé soubory do složky pro zachování jejích názvů.", |
480 | | - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" |
| 522 | + "quickImport_options_importDir": { |
| 523 | + "message": "Path to store imported files", |
| 524 | + "description": "Textbox label on the share files page (quickImport_options_importDir)" |
481 | 525 | }, |
482 | | - "quickUpload_options_pinUpload": { |
483 | | - "message": "Připnout soubory aby byli zachované při čištění vašeho IPFS repozitáře.", |
484 | | - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" |
| 526 | + "quickImport_options_openViaWebUI": { |
| 527 | + "message": "Open in Web UI", |
| 528 | + "description": "Checkbox label on the share files page (quickImport_options_openViaWebUI)" |
485 | 529 | }, |
486 | 530 | "page_proxyAcl_title": { |
487 | 531 | "message": "Spravovat oprávnění", |
|
0 commit comments