forked from n1crack/vuefinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63b14b7
commit 3ff8441
Showing
2 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"Language": "Språk", | ||
"Create": "Skapa", | ||
"Close": "Stäng", | ||
"Cancel": "Avbryt", | ||
"Save": "Spara", | ||
"Edit": "Redigera", | ||
"Crop": "Beskära", | ||
"New Folder": "Ny mapp", | ||
"New File": "Ny fil", | ||
"Rename": "Byt namn", | ||
"Delete": "Radera", | ||
"Upload": "Ladda upp", | ||
"Download": "Ladda ner", | ||
"Archive": "Arkivera", | ||
"Unarchive": "Avarkivera", | ||
"Open": "Öppna", | ||
"Open containing folder": "Öppna innehållande mapp", | ||
"Refresh": "Uppdatera", | ||
"Preview": "Förhandsgranska", | ||
"Dark Mode": "Mörkt läge", | ||
"Toggle Full Screen": "Växla till helskärm", | ||
"Change View": "Ändra vy", | ||
"Storage" : "Lagring", | ||
"Go up a directory": "Gå upp en katalog", | ||
"Search anything..": "Sök överallt..", | ||
"Name": "Namn", | ||
"Size": "Storlek", | ||
"Date": "Datum", | ||
"Filepath": "Filväg", | ||
"About": "Om", | ||
"Folder Name": "Mappnamn", | ||
"File Name": "Filnamn", | ||
"Move files": "Flytta filer", | ||
"Are you sure you want to move these files to?": "Är du säker på att du vill flytta dessa filer?", | ||
"Yes, Move!": "Ja, flytta!", | ||
"Delete files": "Radera filer", | ||
"Yes, Delete!": "Ja, radera!", | ||
"Upload Files" : "Ladda upp filer", | ||
"No files selected!": "Inga filer valda!", | ||
"Select Files": "Välj filer", | ||
"Archive the files": "Arkivera filer", | ||
"Unarchive the files": "Avarkivera filer", | ||
"The archive will be unarchived at": "Arkivet kommer att avarkiveras i", | ||
"Archive name. (.zip file will be created)": "Arkivnamn. (.zip-fil kommer att skapas)", | ||
"Vuefinder is a file manager component for vue 3.": "Vuefinder är en filhanteringskomponent för Vue 3.", | ||
"Create a new folder": "Skapa en ny mapp", | ||
"Create a new file": "Skapa en ny fil", | ||
"Are you sure you want to delete these files?": "Är du säker på att du vill radera dessa filer?", | ||
"This action cannot be undone.": "Denna åtgärd kan inte ångras.", | ||
"Search results for" : "Sökresultat för", | ||
"item(s) selected.": "objekt valda.", | ||
"%s is renamed." : "%s har fått ett nytt namn.", | ||
"This is a readonly storage." : "Detta är en skrivskyddad lagring.", | ||
"%s is created." : "%s har skapats.", | ||
"Files moved." : "Filerna har flyttats.", | ||
"Files deleted." : "Filerna har raderats.", | ||
"The file unarchived." : "Filen har avarkiverats.", | ||
"The file(s) archived." : "Filen/filerna har arkiverats.", | ||
"Updated." : "Uppdaterad.", | ||
"No search result found." : "Inget sökresultat hittades.", | ||
"Are you sure you want to move these files?" : "Är du säker på att du vill flytta dessa filer?", | ||
"File Size": "Filstorlek", | ||
"Last Modified": "Senast ändrad", | ||
"Drag&Drop: on": "Dra och släpp: på", | ||
"Drag&Drop: off": "Dra och släpp: av", | ||
"The selected file exceeds the maximum file size. You cannot upload files greater than %s": "Den valda filen överskrider den maximala filstorleken. Du kan inte ladda upp filer större än %s" | ||
} |