diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-05-02 00:20:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-05-02 00:20:09 +0000 |
commit | cf319df5d95985ea23b0bb7b78ccf94a1f50d427 (patch) | |
tree | 7e55c23d112e58923be1d1c00284282f4f342d16 /apps/files/l10n/fi.js | |
parent | d82fb01b0a103777e7d999ecc48b8d63cfb7e802 (diff) | |
download | nextcloud-server-cf319df5d95985ea23b0bb7b78ccf94a1f50d427.tar.gz nextcloud-server-cf319df5d95985ea23b0bb7b78ccf94a1f50d427.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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index bcc2a3996e8..63a367a9d51 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -188,6 +188,7 @@ 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}\"", + "{count} selected" : "{count} valittu", "List of files and folders." : "Luettelo tiedostoista ja kansioista.", "Column headers with buttons are sortable." : "Painikkeilla varustetut sarakeotsikot ovat järjestettävissä.", "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.", @@ -266,6 +267,7 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "Tiedosto tai kansio tällä nimellä on jo olemassa tässä kansiossa", "The files are locked" : "Tiedostot on lukittu", "The file does not exist anymore" : "Tiedostoa ei ole enää olemassa", + "Choose destination" : "Valitse kohde", "Copy to {target}" : "Kopioi kohteeseen {target}", "Move to {target}" : "Siirrä kohteeseen {target}", "Move or copy operation failed" : "Siirto- tai kopiointitoiminto epäonnistui", @@ -278,10 +280,18 @@ OC.L10N.register( "Create new templates folder" : "Luo uusi mallipohjien kansio", "Templates" : "Mallipohjat", "New template folder" : "Uusi mallipohjien kansio", + "In folder" : "Kansiossa", "Search in folder: {folder}" : "Etsi kansiosta: {folder}", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Selaimesi ei tue Filesystem API -rajapintaa. Kansioita ei lähetetä", + "No files to upload" : "Ei lähetettäviä tiedostoja", + "Unable to create the directory {directory}" : "Kansiota {directory} ei voi luoda", "Some files could not be uploaded" : "Joitain tiedostoja ei voitu lähettää", "Files uploaded successfully" : "Tiedostot lähetetty onnistuneesti", + "No files to process" : "Ei tiedostoja käsiteltäväksi", + "Some files could not be copied" : "Joitain tiedostoja ei voitu kopioida", "Some files could not be moved" : "Joitain tiedostoja ei voitu siirtää", + "Files copied successfully" : "Tiedostot kopioitu onnistuneesti", + "Files moved successfully" : "Tiedostot siirretty onnistuneesti", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"], |