diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-28 00:27:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-28 00:27:56 +0000 |
commit | c2e4a7be920af69ece4a68e9a410155a718355db (patch) | |
tree | 5f049b0343b07250fd4009fcf16a173b3c02523f /apps/files/l10n/fi.js | |
parent | bcda3314edce707568ed70f3add43c82304171d4 (diff) | |
download | nextcloud-server-c2e4a7be920af69ece4a68e9a410155a718355db.tar.gz nextcloud-server-c2e4a7be920af69ece4a68e9a410155a718355db.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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index ab51c038ece..e426fd34eac 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -22,6 +22,7 @@ OC.L10N.register( "An unknown error has occurred" : "Tapahtui tuntematon virhe", "File could not be uploaded" : "Tiedostoa ei voi lähettää", "Uploading …" : "Lähetetään…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "Uploading … ({currentNumber}/{total})" : "Lähetetään… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})", "Uploading that item is not supported" : "Kyseisen kohteen lähettäminen ei ole tuettu", @@ -241,6 +242,12 @@ OC.L10N.register( "Blank" : "Tyhjä", "Unable to create new file from template" : "Uutta tiedostoa mallipohjasta ei voi luoda", "Delete permanently" : "Poista pysyvästi", + "Destination is not a folder" : "Kohde ei ole kansio", + "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 file does not exist anymore" : "Tiedostoa ei ole enää olemassa", + "Chose destination" : "Valitse kohde", + "Copy to {target}" : "Kopioi kohteeseen {target}", + "Move to {target}" : "Siirrä kohteeseen {target}", "Open folder {displayName}" : "Avaa kansio {displayName}", "Open in Files" : "Avaa tiedostosovelluksessa", "Open details" : "Avaa yksityiskohdat", @@ -249,6 +256,11 @@ OC.L10N.register( "Templates" : "Mallipohjat", "Create new templates folder" : "Luo uusi mallipohjien kansio", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", + "_{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"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} tiedosto ja 1 kansio","{fileCount} tiedostoa ja 1 kansio"], + "{fileCount} files and {folderCount} folders" : "{fileCount} tiedostoa ja {folderCount} kansiota", "List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.", "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ä", |