LocalCDN-Firefox-Chrome-Brave/_locales/fi/messages.json

143 lines
6.2 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
2020-06-26 19:47:48 +02:00
"extensionDescription": {
"message": "Suojaa sinua \"ilmaisten\" keskitettyjen sisällön jakeluverkkojen jäljitykseltä.",
"description": "Extension description."
},
"amountInjectedTitle": {
"message": "Korvatut pyynnöt",
"description": "Amount injected title"
},
"amountInjectedDescription": {
"message": "Korvatut sisältöpyynnöt lisäosan asennuksen jälkeen.",
"description": "Amount injected description."
},
"optionsTitle": {
"message": "Asetukset",
"description": "Options title"
},
"showIconBadgeTitle": {
"message": "Näytä kohteiden määrä kuvakkeessa",
"description": "Show icon badge title"
},
"showIconBadgeDescription": {
"message": "Näyttää turvattujen kohteiden määrän lisäosan kuvakkeessa.",
"description": "Show icon badge description."
},
"blockMissingTitle": {
"message": "Estä pyynnöt puuttuviin resursseihin",
"description": "Block requests for missing resources title"
},
"blockMissingDescription": {
"message": "Estää pyynnöt jos paikallista sisältöä ei ole saatavilla.",
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "Estä linkkien esihaku",
"description": "Disable prefetch title"
},
"disablePrefetchDescription": {
"message": "Estä kiellettyjä sisältöpyyntöjä vuotamasta keskitettyihin jakeluverkkoihin.",
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "Poista metatiedot sallituista sisältöpyynnöistä",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "Poista arkaluontoiset tiedot jakeluverkkojen sisältöpyynnöistä yksityisyyden parantamiseksi.",
"description": "Strip metadata description."
},
"whitelistedDomainsTitle": {
"message": "Poista LocalDNS käytöstä näillä verkkosivuilla:",
2020-06-26 19:48:47 +02:00
"description": "Deactivate LocalCDN for these domains:"
2020-06-26 19:47:48 +02:00
},
"whitelistedDomainsDescription": {
"message": "Lisää verkkotunnus jottei sitä korvata. Erota rivit puolipisteellä (;).",
2020-06-26 19:48:47 +02:00
"description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)."
2020-06-26 19:47:48 +02:00
},
"advancedLabel": {
"message": "Edistynyt",
"description": "Advanced label"
},
"generateRuleSetTitle": {
"message": "Luo sääntöjoukot uBlockille tai uMatrixille",
"description": "Generate rule set title"
},
"generateRuleSetDescription": {
2020-06-27 06:28:25 +02:00
"message": "Jos käytät uBlockia tai uMatrixia, voit luoda säännöt täällä. Sinun täytyy lisätä nämä säännöt manuaalisesti uBlockiin tai uMatrixiin.",
2020-06-26 19:47:48 +02:00
"description": "In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix."
},
"lastUpdate": {
2020-06-27 06:28:25 +02:00
"message": "Edellinen päivitys:",
2020-06-26 19:47:48 +02:00
"description": "Last update:"
},
"copyRuleSet": {
2020-06-27 06:28:25 +02:00
"message": "Kopioi",
2020-06-26 19:47:48 +02:00
"description": "Text of button to copy ruleset"
},
"loggingTitle": {
2020-06-27 06:28:25 +02:00
"message": "Ota lokitus käyttöön selaimessa",
2020-06-26 19:47:48 +02:00
"description": "Enable logging in browser console"
},
"loggingDescription": {
2020-06-27 06:28:25 +02:00
"message": "Avaa \"Selain konsoli\" ( CTRL + SHIFT + J ) näyttääksesi puuttuvat resurssit.",
2020-06-26 19:47:48 +02:00
"description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources."
},
"hideReleaseNotesTitle": {
2020-06-27 06:28:25 +02:00
"message": "Piilota julkaisutiedot",
2020-06-26 19:47:48 +02:00
"description": "Disable release notes"
},
"hideReleaseNotesDescription": {
2020-06-27 06:28:25 +02:00
"message": "Jos käytössä, et saa tietoja uusista LocalCDNn ominaisuuksista. Tähän sisältyy tietoja uusista uBlock/uMatrix säännöistä.",
2020-06-26 19:47:48 +02:00
"description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules."
},
"featureBreaksWebsitesDescription": {
2020-06-27 06:28:25 +02:00
"message": "Tämä ominaisuus rikkoo verkkosivuja. Älä jätä tätä päälle, ellet ole varautunut manuaalisesti sallimaan verkkotunnuksia, joihin tämä vaikuttaa.",
2020-06-26 19:47:48 +02:00
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains."
},
"featureBreaksWebsitesButton": {
2020-06-27 06:28:25 +02:00
"message": "Poista käytöstä",
2020-06-26 19:47:48 +02:00
"description": "Disable"
},
"labelManipulateDOM": {
2020-06-27 06:28:25 +02:00
"message": "Suodattaa HTML lähdekoodia",
2020-06-28 18:59:19 +02:00
"description": "Filter HTML source code"
2020-06-26 19:47:48 +02:00
},
"labelDonate": {
2020-06-27 06:28:25 +02:00
"message": "Lahjoita",
2020-06-26 19:47:48 +02:00
"description": "Donate"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListTitle": {
"message": "",
2020-06-28 18:59:19 +02:00
"description": "Invert HTML filter"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListDescription": {
"message": "",
"description": "Enable this option to always apply the HTML filter. The domains in the list will be ignored then. If this option is disabled, the HTML filter is only applied to domains in the list."
},
"negateHtmlFilterListWarning": {
"message": "Tämä toiminto voi rikkoa verkkosivuja. Lisätietoja Wikisivulta.",
2020-06-26 19:48:47 +02:00
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitleExclude": {
"message": "",
2020-06-28 18:59:19 +02:00
"description": "Do not apply HTML filter to these domains:"
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsDescription": {
"message": "",
2020-06-29 15:21:44 +02:00
"description": "Enter the domains to be handled or ignored by the HTML filter. Separate multiple entries with semi-colons (;)."
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsTitleInclude": {
"message": "",
2020-06-28 18:59:19 +02:00
"description": "Apply HTML filter for these domains:"
},
"blockGoogleFontsTitle": {
"message": "Estä Google Fonts",
"description": "Block Google Fonts"
},
"blockGoogleFontsDescription": {
"message": "",
"description": "If requests for missing resources are allowed, connections to \"fonts.googleapis.com\" are not blocked. Enable this option to block these requests."
2020-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}