diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
commit | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (patch) | |
tree | 1b60dddbcaf3bf4eb702699a5dbe09385fc431bb /apps/files/l10n/fi.js | |
parent | 602ef72477fa0b9a1f889a25fe70a0a3143edc80 (diff) | |
download | nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.tar.gz nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index ce86daf930f..7444137df28 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -177,7 +177,7 @@ OC.L10N.register( "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", "Rename file" : "Nimeä tiedosto uudelleen", - "File name" : "Tiedostonimi", + "Filename" : "Tiedostonimi", "Folder name" : "Kansion nimi", "Download file {name}" : "Lataa tiedosto {name}", "Renamed \"{oldName}\" to \"{newName}\"" : "Kohteen \"{oldName}\" uudeksi nimeksi asetettiin \"{newName}\"", @@ -196,10 +196,6 @@ OC.L10N.register( "Could not refresh storage stats" : "Tallennustilan tilastoja ei voitu päivittää", "Your storage is full, files can not be updated or synced anymore!" : "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!", "Create" : "Luo", - "A file or folder with that name already exists." : "Tiedosto tai kansio tällä nimellä on jo olemassa.", - "Invalid file name" : "Virheellinen tiedostonimi", - "\"{char}\" is not allowed inside a file name." : "Merkki \"{char}\" ei ole sallittu tiedostonimessä.", - "\"{name}\" is not an allowed filetype." : "\"{name}\" ei ole sallittu tiedostotyyppi.", "Submit" : "Lähetä", "Transfer ownership of a file or folder" : "Siirrä tiedoston tai kansion omistajuus", "Choose file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", @@ -284,7 +280,6 @@ OC.L10N.register( "Audio" : "Ääni", "Videos" : "Videot", "Created new folder \"{name}\"" : "Luotu uusi kansio \"{name}\"", - "Filename" : "Tiedostonimi", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", "Create new templates folder" : "Luo uusi mallipohjien kansio", "Templates" : "Mallipohjat", @@ -349,8 +344,13 @@ OC.L10N.register( "Shared with you" : "Jaettu kanssasi", "Deleted shares" : "Poistetut jaot", "Pending shares" : "Odottavat jaot", + "File name" : "Tiedostonimi", + "\"{char}\" is not allowed inside a file name." : "Merkki \"{char}\" ei ole sallittu tiedostonimessä.", + "\"{name}\" is not an allowed filetype." : "\"{name}\" ei ole sallittu tiedostotyyppi.", "{newName} already exists." : "{newName} on jo olemassa.", "Name cannot be empty" : "Nimi ei voi olla tyhjä", - "Another entry with the same name already exists" : "Toinen tietue samalla nimellä on jo olemassa" + "Another entry with the same name already exists" : "Toinen tietue samalla nimellä on jo olemassa", + "A file or folder with that name already exists." : "Tiedosto tai kansio tällä nimellä on jo olemassa.", + "Invalid file name" : "Virheellinen tiedostonimi" }, "nplurals=2; plural=(n != 1);"); |