stylus/_locales/fi/messages.json

218 lines
7.6 KiB
JSON
Raw Normal View History

2014-10-03 20:39:17 +00:00
{
2018-08-12 11:41:17 +00:00
"addStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Uusi Tyyli",
"description": "Label for the button to go to the add style page"
2018-08-12 11:41:17 +00:00
},
"addStyleTitle": {
2018-11-30 01:41:18 +00:00
"message": "Lisää Tyyli",
"description": "Title of the page for adding styles"
2018-08-12 11:41:17 +00:00
},
"appliesAdd": {
2018-11-30 01:41:18 +00:00
"message": "Lisää",
"description": "Label for the button to add an 'applies' entry"
2018-08-12 11:41:17 +00:00
},
"appliesDisplay": {
"message": "Kooskee: $applies$",
2018-11-30 01:41:18 +00:00
"description": "Text on the manage screen to describe what the style applies to",
2018-08-12 11:41:17 +00:00
"placeholders": {
"applies": {
"content": "$1"
}
}
},
"appliesDisplayTruncatedSuffix": {
2018-11-30 01:41:18 +00:00
"message": "ja lisää",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
2018-08-12 11:41:17 +00:00
},
"appliesDomainOption": {
2018-11-30 01:41:18 +00:00
"message": "URL ositteita domainilla",
"description": "Option to make the style apply to the entered string as a domain"
2018-08-12 11:41:17 +00:00
},
"appliesHelp": {
2018-11-30 01:41:18 +00:00
"message": "Käytä 'Koskee' kontrolleja rajoittaaksesi mitä URL osoitteisiin tämä osio koodista koskee.",
"description": "Help text for 'applies to' section"
2018-08-12 11:41:17 +00:00
},
"appliesLabel": {
2018-11-30 01:41:18 +00:00
"message": "Koskee",
"description": "Label for 'applies to' fields on the edit/add screen"
2018-08-12 11:41:17 +00:00
},
"appliesRegexpOption": {
2018-11-30 01:41:18 +00:00
"message": "URL ositteet jotka vastaavat regexpiä",
"description": "Option to make the style apply to the entered string as a regular expression"
2018-08-12 11:41:17 +00:00
},
"appliesRemove": {
2018-11-30 01:41:18 +00:00
"message": "Poista",
"description": "Label for the button to remove an 'applies' entry"
2018-08-12 11:41:17 +00:00
},
"appliesSpecify": {
2018-11-30 01:41:18 +00:00
"message": "Tarkenna",
"description": "Label for the button to make a style apply only to specific sites"
2018-08-12 11:41:17 +00:00
},
"appliesToEverything": {
2018-11-30 01:41:18 +00:00
"message": "Kaikki",
"description": "Text displayed for styles that apply to all sites"
2018-08-12 11:41:17 +00:00
},
"appliesUrlPrefixOption": {
2018-11-30 01:41:18 +00:00
"message": "URL osoitteet jotka alkavat",
"description": "Option to make the style apply to the entered string as a URL prefix"
2018-08-12 11:41:17 +00:00
},
"checkAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Tarkista kaikki tyylit päivityksien varalta",
"description": "Label for the button to check all styles for updates"
2018-08-12 11:41:17 +00:00
},
"checkForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Hae päivityksiä",
"description": "Label for the button to check a single style for an update"
2018-08-12 11:41:17 +00:00
},
"checkingForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Tarkistetaan...",
"description": "Text to display when checking a style for an update"
2018-08-12 11:41:17 +00:00
},
"deleteStyleConfirm": {
2018-11-30 01:41:18 +00:00
"message": "Oletko varma että haluat poistaa tämän tyylin?",
"description": "Confirmation before deleting a style"
2018-08-12 11:41:17 +00:00
},
"deleteStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Poista",
"description": "Label for the button to delete a style"
2018-08-12 11:41:17 +00:00
},
"description": {
2018-11-30 01:41:18 +00:00
"message": "Uudelleen stailaa netti Stylusillä, käyttäjän tyyli hallintapaneelilla. Stylus antaa sinun helposti asentaa teemoja ja skinejä palvelluille kuten Google, Facebook, YouTube, Orkut, ja monelle, monelle muulle sivustolle.",
"description": "Extension description"
2018-08-12 11:41:17 +00:00
},
"disableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Poista Käytöstä",
"description": "Label for the button to disable a style"
2018-08-12 11:41:17 +00:00
},
"editStyleHeading": {
2018-11-30 01:41:18 +00:00
"message": "Muokkaa Tyyliä",
"description": "Title of the page for editing styles"
2018-08-12 11:41:17 +00:00
},
"editStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Muokkaa",
"description": "Label for the button to go to the edit style page"
2018-08-12 11:41:17 +00:00
},
"editStyleTitle": {
"message": "Muokkaa Tyyliä $stylename$",
2018-11-30 01:41:18 +00:00
"description": "Title of the page for editing styles",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"enableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Aktivoi",
"description": "Label for the button to enable a style"
2018-08-12 11:41:17 +00:00
},
"findStylesForSite": {
2018-11-30 01:41:18 +00:00
"message": "Hae lisää tyylejä tälle sivustolle",
"description": "Text for a link that gets a list of styles for the current site"
2018-08-12 11:41:17 +00:00
},
"helpAlt": {
2018-11-30 01:41:18 +00:00
"message": "Apu",
"description": "Alternate text for help buttons"
2018-08-12 11:41:17 +00:00
},
"installUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Asenna päivitys",
"description": "Label for the button to install an update for a single style"
2018-08-12 11:41:17 +00:00
},
"manageHeading": {
2018-11-30 01:41:18 +00:00
"message": "Asennetut Tyylit",
"description": "Heading for the manage page"
2018-08-12 11:41:17 +00:00
},
"manageTitle": {
2018-11-30 01:41:18 +00:00
"message": "Tyylikäs",
"description": "Title for the manage page"
2018-08-12 11:41:17 +00:00
},
"noStylesForSite": {
2018-11-30 01:41:18 +00:00
"message": "Ei asennettuja tyylejä tällä sivustolla.",
"description": "Text displayed when no styles are installed for the current site"
2018-08-12 11:41:17 +00:00
},
"openManage": {
2018-11-30 01:41:18 +00:00
"message": "Hallitse asennettuja tyylejä",
"description": "Link to open the manage page."
2018-08-12 11:41:17 +00:00
},
"popupStylesFirst": {
2018-11-30 01:41:18 +00:00
"message": "List styles before commands in the toolbar button menu",
"description": "Label for the checkbox controlling section order in the popup."
2018-08-12 11:41:17 +00:00
},
"prefShowBadge": {
2018-11-30 01:41:18 +00:00
"message": "Show number of styles active for the current site on the toolbar button",
"description": "Label for the checkbox controlling toolbar badge text."
2018-08-12 11:41:17 +00:00
},
"sectionAdd": {
2018-11-30 01:41:18 +00:00
"message": "Lisää uusi osio",
"description": "Label for the button to add a section"
2018-08-12 11:41:17 +00:00
},
"sectionCode": {
2018-11-30 01:41:18 +00:00
"message": "Koodi",
"description": "Label for the code for a section"
2018-08-12 11:41:17 +00:00
},
"sectionRemove": {
2018-11-30 01:41:18 +00:00
"message": "Poista osio",
"description": "Label for the button to remove a section"
2018-08-12 11:41:17 +00:00
},
"styleBadRegexp": {
2018-11-30 01:41:18 +00:00
"message": "Regexp ei kelpaa.",
"description": "Validation message for a bad regexp in a style"
2018-08-12 11:41:17 +00:00
},
"styleCancelEditLabel": {
2018-11-30 01:41:18 +00:00
"message": "Takaisin hallintapaneeliin",
"description": "Label for cancel button for style editing"
2018-08-12 11:41:17 +00:00
},
"styleChangesNotSaved": {
2018-11-30 01:41:18 +00:00
"message": "Olet tehnyt muutoksia tähän tyyliin tallentamatta.",
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
2018-08-12 11:41:17 +00:00
},
"styleEnabledLabel": {
2018-11-30 01:41:18 +00:00
"message": "Aktivoitu",
"description": "Label for the enabled state of styles"
2018-08-12 11:41:17 +00:00
},
"styleInstall": {
"message": "Asennetaanko '$stylename$' Stylusiin?",
2018-11-30 01:41:18 +00:00
"description": "Confirmation when installing a style",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"styleMissingName": {
2018-11-30 01:41:18 +00:00
"message": "Syötä nimi",
"description": "Error displayed when user saves without providing a name"
2018-08-12 11:41:17 +00:00
},
"styleSaveLabel": {
2018-11-30 01:41:18 +00:00
"message": "Tallenna",
"description": "Label for save button for style editing"
2018-08-12 11:41:17 +00:00
},
"styleToMozillaFormatHelp": {
2018-11-30 01:41:18 +00:00
"message": "Mozilla formaattia koodista voidaan käyttää Stylish Firefoxille ohjelmassa ja voidaan lähettää userstyles.orgiin.",
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2018-08-12 11:41:17 +00:00
},
"updateAllCheckSucceededNoUpdate": {
2018-11-30 01:41:18 +00:00
"message": "All styles are up to date.",
"description": "Text that displays when an update all check completed and no updates are available"
2018-08-12 11:41:17 +00:00
},
"updateCheckFailBadResponseCode": {
"message": "Päivitys epäonnistui: palvelin vastasi koodilla $code$.",
2018-11-30 01:41:18 +00:00
"description": "Text that displays when an update check failed because the response code indicates an error",
2018-08-12 11:41:17 +00:00
"placeholders": {
"code": {
"content": "$1"
}
}
},
"updateCheckFailServerUnreachable": {
2018-11-30 01:41:18 +00:00
"message": "Päivitys epäonnistui: ei voitu yhdistää palvelimeen.",
"description": "Text that displays when an update check failed because the update server is unreachable"
2018-08-12 11:41:17 +00:00
},
"updateCheckSucceededNoUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Tyyli on ajan tasalla.",
"description": "Text that displays when an update check completed and no update is available"
2018-08-12 11:41:17 +00:00
},
"updateCompleted": {
2018-11-30 01:41:18 +00:00
"message": "Päivitys suoritettu.",
"description": "Text that displays when an update completed"
2018-08-12 11:41:17 +00:00
}
}