nextcloud/apps/theming/l10n/fi.js

55 lines
3.7 KiB
JavaScript
Raw Normal View History

2017-03-21 04:08:16 +03:00
OC.L10N.register(
"theming",
{
2017-05-18 03:07:48 +03:00
"Loading preview…" : "Ladataan esikatselua…",
2017-04-30 03:07:21 +03:00
"Saved" : "Tallennettu",
2017-03-21 04:08:16 +03:00
"Admin" : "Ylläpito",
"a safe home for all your data" : "turvallinen koti kaikille tiedostoillesi",
2018-03-04 04:12:42 +03:00
"Name cannot be empty" : "Nimi ei voi olla tyhjä",
2017-03-21 04:08:16 +03:00
"The given name is too long" : "Nimi on liian pitkä",
"The given web address is too long" : "Verkko-osoite on liian pitkä",
2019-10-21 05:15:49 +03:00
"The given web address is not a valid URL" : "Annettu verkko-osoite ei ole kelvollinen URL",
2018-07-10 11:21:14 +03:00
"The given legal notice address is too long" : "Annettu lainopillisen huomautuksen osoite on liian pitkä",
2019-10-21 05:15:49 +03:00
"The given legal notice address is not a valid URL" : "Annettu lainopillisen huomautuksen osoite ei ole kelvollinen URL",
2018-05-26 03:13:01 +03:00
"The given privacy policy address is too long" : "Annettu yksityiskäytännön osoite on liian pitkä",
2019-10-21 05:15:49 +03:00
"The given privacy policy address is not a valid URL" : "Annettu yksityiskäytännön osoite ei ole kelvollinen URL",
2017-03-21 04:08:16 +03:00
"The given slogan is too long" : "Slogani on liian pitkä",
"The given color is invalid" : "Väri on virheellinen",
2018-03-25 04:09:58 +03:00
"The file was uploaded" : "Tiedosto lähetettiin",
2018-01-15 04:10:43 +03:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Lähetetty tiedosto ylittää php.ini-tiedoston upload_max_filesize-tietueen arvon",
2019-12-22 05:28:34 +03:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön",
2018-03-25 04:09:58 +03:00
"The file was only partially uploaded" : "Tiedosto lähetettiin vain osittain",
2017-10-25 03:08:45 +03:00
"No file was uploaded" : "Tiedostoa ei lähetetty",
"Missing a temporary folder" : "Väliaikaiskansio puuttuu",
2018-03-25 04:09:58 +03:00
"Could not write file to disk" : "Tiedostoa ei voitu kirjoittaa levylle",
"A PHP extension stopped the file upload" : "PHP-laajennus pysäytti tiedoston lähettämisen",
2017-03-21 04:08:16 +03:00
"No file uploaded" : "Ei tiedostoa lähetetty",
2021-04-08 05:24:01 +03:00
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Käytät jo mukautettua teemaa. Teemoitussovelluksen asetukset saatetaan ohittaa.",
2019-03-21 04:13:49 +03:00
"Theming" : "Teema",
2018-07-10 11:21:14 +03:00
"Legal notice" : "Lainopillinen huomautus",
2018-05-26 03:13:01 +03:00
"Privacy policy" : "Yksityisyyskäytäntö",
"Adjust the Nextcloud theme" : "Mukauta Nextcloudin teemaa",
2019-10-21 05:15:49 +03:00
"Open documentation" : "Avaa dokumentaatio",
2017-05-18 03:07:48 +03:00
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teeman avulla voit helposti kustomoida web-käyttöliittymän ja tuettujen sovelluksien ulkonäköä ja tuntumaa. Teema näkyy kaikille käyttäjille.",
2017-03-21 04:08:16 +03:00
"Name" : "Nimi",
2017-05-24 03:08:22 +03:00
"Reset to default" : "Palauta oletukseksi",
2018-05-26 03:13:01 +03:00
"Web link" : "Verkkolinkki",
2018-07-22 03:12:42 +03:00
"https://…" : "https://…",
2017-03-21 04:08:16 +03:00
"Slogan" : "Slogani",
"Color" : "Väri",
"Logo" : "Logo",
"Upload new logo" : "Lähetä uusi logo",
"Login image" : "Kirjautumissivun kuva",
"Upload new login background" : "Lähetä uusi kirjautumissivun taustakuva",
2017-05-18 03:07:48 +03:00
"Remove background image" : "Poista taustakuva",
2018-04-29 03:11:47 +03:00
"Advanced options" : "Lisävalinnat",
2018-07-10 11:21:14 +03:00
"Legal notice link" : "Lainopillisen huomautuksen linkki",
2018-05-26 03:13:01 +03:00
"Privacy policy link" : "Yksityisyyskäytännön linkki",
2018-04-29 03:11:47 +03:00
"Header logo" : "Otsakelogo",
"Upload new header logo" : "Lähetä uusi otsakelogo",
"Favicon" : "Favicon",
2021-05-26 05:28:28 +03:00
"Upload new favicon" : "Lähetä uusi favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Asenna Imagemagick PHP-lisäosa SVG-kuvatuella generoidaksesi automaattisesti logoon ja väriin perustuvat suosikkikuvakkeet."
2017-03-21 04:08:16 +03:00
},
"nplurals=2; plural=(n != 1);");