diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-08 00:19:44 +0000 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 18:27:25 +0100 |
commit | 181abb52d4310a0c9e0ad4964f7439f1d491c21a (patch) | |
tree | 6fc61c68c5f6fdcd9fcde76e6a0c664a61cefb09 /apps/files/l10n/fi.js | |
parent | b957c69fab97d7f8684e2181dfc80f03f89ce93e (diff) | |
download | nextcloud-server-181abb52d4310a0c9e0ad4964f7439f1d491c21a.tar.gz nextcloud-server-181abb52d4310a0c9e0ad4964f7439f1d491c21a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/fi.js')
-rw-r--r-- | apps/files/l10n/fi.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index f3309bcc01f..7aefcbae3e2 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -171,7 +171,6 @@ 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", @@ -185,8 +184,6 @@ 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", @@ -245,6 +242,7 @@ 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", @@ -254,6 +252,8 @@ 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,7 +281,6 @@ 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", |