diff options
author | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:31:19 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:31:19 +0100 |
commit | 898df41de968321926e10ad532a64c3915ddad29 (patch) | |
tree | 57a0e5ada151890ddf71550f22b502e1f67aeffd /apps/files/l10n/fi.js | |
parent | d9d60238c7aaab9c61bf2d50c15aa59bc88c8975 (diff) | |
download | nextcloud-server-898df41de968321926e10ad532a64c3915ddad29.tar.gz nextcloud-server-898df41de968321926e10ad532a64c3915ddad29.zip |
Revert "Merge branch 'master' of github.com:nextcloud/server"
This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing
changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
Diffstat (limited to 'apps/files/l10n/fi.js')
-rw-r--r-- | apps/files/l10n/fi.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 7aefcbae3e2..f3309bcc01f 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -171,6 +171,7 @@ OC.L10N.register( "Drag and drop files here to upload" : "Vedä ja pudota tiedostot tähän lähettääksesi", "Your have used your space quota and cannot upload files anymore" : "Olet käyttänyt tilakiintiösi, joten et voi lähettää enempää tiedostoja", "You don’t have permission to upload or create files here" : "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin", + "Upload successful" : "Lähetys onnistui", "Rename file" : "Nimeä tiedosto uudelleen", "File name" : "Tiedostonimi", "Folder name" : "Kansion nimi", @@ -184,6 +185,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", "Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"", + "Could not copy {file}. {message}" : "Tiedostoa {file} ei voitu kopioida. {message}", + "Could not move {file}. {message}" : "Tiedostoa {file} ei voitu siirtää. {message}", "List of files and folders." : "Luettelo tiedostoista ja kansioista.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tätä luetteloa ei ole esitetty täysin suorituskykyyn liittyvistä syistä. Tiedostot esitetään sitä mukaa, kun selaat luetteloa.", "File not found" : "Tiedostoa ei löytynyt", @@ -242,7 +245,6 @@ OC.L10N.register( "Blank" : "Tyhjä", "Unable to create new file from template" : "Uutta tiedostoa mallipohjasta ei voi luoda", "Delete permanently" : "Poista pysyvästi", - "Cancel" : "Peruuta", "Destination is not a folder" : "Kohde ei ole kansio", "This file/folder is already in that directory" : "Tämä tiedosto/kansio on jo kyseisessä kansiossa", "A file or folder with that name already exists in this folder" : "Tiedosto tai kansio tällä nimellä on jo olemassa tässä kansiossa", @@ -252,8 +254,6 @@ OC.L10N.register( "Open folder {displayName}" : "Avaa kansio {displayName}", "Open in Files" : "Avaa tiedostosovelluksessa", "Open details" : "Avaa yksityiskohdat", - "Could not copy {file}. {message}" : "Tiedostoa {file} ei voitu kopioida. {message}", - "Could not move {file}. {message}" : "Tiedostoa {file} ei voitu siirtää. {message}", "Create new templates folder" : "Luo uusi mallipohjien kansio", "Templates" : "Mallipohjat", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", @@ -281,6 +281,7 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "Voit valita suosikiksi vain yhden tiedoston tai kansion kerrallaan", "Search users" : "Etsi käyttäjistä", "You might not have have permissions to view it, ask the sender to share it" : "Oikeutesi eivät kenties riitä sen katseluun, pyydä lähettäjää jakamaan se", + "Cancel" : "Peruuta", "Set up templates folder" : "Aseta mallipohjien kansio", "Toggle grid view" : "Ruudukkonäkymä päälle/pois", "Deleted files" : "Poistetut tiedostot", |