diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files/l10n/fi.js | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.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, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index d533316418e..47cbe5b43df 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -166,6 +166,7 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Kohteen {path} omistajuussiirto käyttäjältä {user} valmistui.", "in %s" : "polussa %s", "File Management" : "Tiedostohallinta", + "Select all" : "Valitse kaikki", "Storage informations" : "Tallennustilan tietoja", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", "{relative}% used" : "{relative} % käytetty", @@ -183,6 +184,8 @@ OC.L10N.register( "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you do not own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään", + "No files in here" : "Täällä ei ole tiedostoja", + "Go back" : "Mene takaisin", "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "Files settings" : "Tiedostojen asetukset", "File cannot be accessed" : "Tiedostoa ei voi käyttää", @@ -205,19 +208,17 @@ OC.L10N.register( "Creating file" : "Luodaan tiedostoa", "Blank" : "Tyhjä", "Unable to create new file from template" : "Uutta tiedostoa mallipohjasta ei voi luoda", + "Delete permanently" : "Poista pysyvästi", "Set up templates folder" : "Aseta mallipohjien kansio", "Templates" : "Mallipohjat", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", "Toggle grid view" : "Ruudukkonäkymä päälle/pois", - "No files in here" : "Täällä ei ole tiedostoja", "Upload some content or sync with your devices!" : "Lähetä tiedostoja tai synkronoi sisältö laitteidesi kanssa!", "No entries found in this folder" : "Ei kohteita tässä kansiossa", - "Select all" : "Valitse kaikki", "Upload too large" : "Lähetettävä tiedosto on liian suuri", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", "No favorites yet" : "Ei vielä suosikkeja", "Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä", - "Deleted files" : "Poistetut tiedostot", "Shares" : "Jaot", "Shared with others" : "Jaettu muille", "Shared with you" : "Jaettu kanssasi", @@ -236,6 +237,7 @@ OC.L10N.register( "%s used" : "%s käytetty", "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s/%2$s käytetty", - "Settings" : "Asetukset" + "Settings" : "Asetukset", + "Deleted files" : "Poistetut tiedostot" }, "nplurals=2; plural=(n != 1);"); |