Skip to content

Commit

Permalink
Merge branch 'master' of github.com:n1crack/vuefinder
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Jun 14, 2024
2 parents 8acc68c + 738b97a commit 0e651db
Show file tree
Hide file tree
Showing 59 changed files with 5,914 additions and 4,493 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ If you want to contribute to the project, please feel free to fork the repositor
- [vanilla-lazyload](https://github.com/verlok/vanilla-lazyload) : lightweight and flexible lazy loading for thumbnails
- [microtip](https://github.com/ghosh/microtip) : Minimal, accessible, ultra lightweight css tooltip library
- [mitt](https://github.com/developit/mitt) : Tiny 200 byte functional event emitter / pubsub
- [OverlayScrollbars](https://kingsora.github.io/OverlayScrollbars) : scrollbar plugin

### License
Copyright (c) 2018 Yusuf ÖZDEMİR, released under [the MIT license](LICENSE)
File renamed without changes.
22 changes: 17 additions & 5 deletions dist/locales/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default {
"Size": "Größe",
"Date": "Datum",
"Filepath": "Dateipfad",
"About": "Über",
"Folder Name": "Ordnername",
"File Name": "Dateiname",
"Move files": "Dateien verschieben",
Expand Down Expand Up @@ -72,8 +71,15 @@ export default {
"Network Error, Unable establish connection to the server or interrupted.": "Netzwerkfehler, Verbindung zum Server kann nicht hergestellt oder unterbrochen werden.",
"Pending upload": "Ausstehender",
"Please select file to upload first.": "Bitte wählen Sie zuerst eine Datei zum Hochladen aus.",
"About %s": "Über %s",
"About": "Über",
"Settings": "Einstellungen",
"Shortcuts": "Verknüpfungen",
"Reset": "Zurücksetzen",
'Escape': 'Escape',
'Search': 'Suche',
'Toggle Sidebar': 'Seitenleiste umschalten',
'Open Settings': 'Einstellungen öffnen',
"Reset all settings to default": "Alle Einstellungen auf Standard zurücksetzen",
"Use Metric Units": "Use Metric Units",
"Saved.": "Gespeichert.",
"Reset Settings": "Einstellungen zurücksetzen",
Expand All @@ -82,11 +88,17 @@ export default {
"Dark": "Dunkel",
"Light": "Licht",
"System": "System",
"Target Directory" : "Zielverzeichnis",
"Target Directory": "Zielverzeichnis",
"Select": "Auswählen",
"Compact list view": "Kompakte Listenansicht",
"Show thumbnails": "Miniaturansichten anzeigen",
"Persist path on reload": "Pfad beim Neuladen beibehalten",
"Compact list view": "Kompakte Listenansicht",
"uppy" : uppyLocaleDe,
"Select All": "Alle auswählen",
"Pinned Folders": "Angeheftete Ordner",
"No folders pinned": "Keine Ordner angeheftet",
"Pin Folder": "Ordner anheften",
"Unpin Folder": "Ordner lösen",
"Project home": "Projekt-Startseite",
"Follow on GitHub": "Folgen Sie auf GitHub",
"uppy": uppyLocaleDe,
}
188 changes: 100 additions & 88 deletions dist/locales/en.js
Original file line number Diff line number Diff line change
@@ -1,92 +1,104 @@
import uppyLocaleEn from '@uppy/locales/lib/en_US.js';

export default {
"Language": "Language",
"Create": "Create",
"Close": "Close",
"Cancel": "Cancel",
"Save": "Save",
"Edit": "Edit",
"Crop": "Crop",
"New Folder": "New Folder",
"New File": "New File",
"Rename": "Rename",
"Delete": "Delete",
"Upload": "Upload",
"Download": "Download",
"Archive": "Archive",
"Unarchive": "Unarchive",
"Open": "Open",
"Open containing folder": "Open containing folder",
"Refresh": "Refresh",
"Preview": "Preview",
"Toggle Full Screen": "Toggle Full Screen",
"Change View": "Change View",
"Storage" : "Storage",
"Go up a directory": "Go up a directory",
"Search anything..": "Search anything..",
"Name": "Name",
"Size": "Size",
"Date": "Date",
"Filepath": "Filepath",
"About": "About",
"Folder Name": "Folder Name",
"File Name": "File Name",
"Move files": "Move files",
"Yes, Move!": "Yes, Move!",
"Delete files": "Delete files",
"Yes, Delete!": "Yes, Delete!",
"Upload Files" : "Upload Files",
"No files selected!": "No files selected!",
"Select Files": "Select Files",
"Archive the files": "Archive the files",
"Unarchive the files": "Unarchive the files",
"The archive will be unarchived at": "The archive will be unarchived at",
"Archive name. (.zip file will be created)": "Archive name. (.zip file will be created)",
"Vuefinder is a file manager component for vue 3.": "Vuefinder is a file manager component for Vue 3.",
"Create a new folder": "Create a new folder",
"Create a new file": "Create a new file",
"Are you sure you want to delete these files?": "Are you sure you want to delete these files?",
"This action cannot be undone.": "This action cannot be undone.",
"Search results for" : "Search results for",
"%s item(s) selected.": "%s item(s) selected.",
"%s is renamed." : "%s is renamed.",
"This is a readonly storage." : "This is a readonly storage.",
"%s is created." : "%s is created.",
"Files moved." : "Files moved.",
"Files deleted." : "Files deleted.",
"The file unarchived." : "The file unarchived.",
"The file(s) archived." : "The file(s) archived.",
"Updated." : "Updated.",
"No search result found." : "No search result found.",
"Are you sure you want to move these files?" : "Are you sure you want to move these files?",
"File Size": "File Size",
"Last Modified": "Last Modified",
"Select Folders": "Select Folders",
"Clear all": "Clear all",
"Clear only successful": "Clear only successful",
"Drag and drop the files/folders to here or click here.": "Drag and drop the files/folders to here or click here.",
"Release to drop these files.": "Release to drop these files.",
"Canceled": "Canceled",
"Done": "Done",
"Network Error, Unable establish connection to the server or interrupted.": "Network Error, Unable establish connection to the server or interrupted.",
"Pending upload": "Pending",
"Please select file to upload first." : "Please select file to upload first.",
"About %s": "About %s",
"Settings": "Settings",
"Use Metric Units": "Use Metric Units",
"Saved.": "Saved.",
"Reset Settings": "Reset Settings",
"Download doesn\'t work? You can try right-click \"Download\" button, select \"Save link as...\".": "Download doesn\'t work? You can try right-click \"Download\" button, select \"Save link as...\".",
"Theme": "Theme",
"Dark": "Dark",
"Light": "Light",
"System": "System",
"Target Directory" : "Target Directory",
"Select": "Select",
"Compact list view": "Compact list view",
"Show thumbnails": "Show thumbnails",
"Persist path on reload": "Persist path on reload",
"Compact list view": "Compact list view",
"uppy": uppyLocaleEn
"Language": "Language",
"Create": "Create",
"Close": "Close",
"Cancel": "Cancel",
"Save": "Save",
"Edit": "Edit",
"Crop": "Crop",
"New Folder": "New Folder",
"New File": "New File",
"Rename": "Rename",
"Delete": "Delete",
"Upload": "Upload",
"Download": "Download",
"Archive": "Archive",
"Unarchive": "Unarchive",
"Open": "Open",
"Open containing folder": "Open containing folder",
"Refresh": "Refresh",
"Preview": "Preview",
"Toggle Full Screen": "Toggle Full Screen",
"Change View": "Change View",
"Storage": "Storage",
"Go up a directory": "Go up a directory",
"Search anything..": "Search anything..",
"Name": "Name",
"Size": "Size",
"Date": "Date",
"Filepath": "Filepath",
"Folder Name": "Folder Name",
"File Name": "File Name",
"Move files": "Move files",
"Yes, Move!": "Yes, Move!",
"Delete files": "Delete files",
"Yes, Delete!": "Yes, Delete!",
"Upload Files": "Upload Files",
"No files selected!": "No files selected!",
"Select Files": "Select Files",
"Archive the files": "Archive the files",
"Unarchive the files": "Unarchive the files",
"The archive will be unarchived at": "The archive will be unarchived at",
"Archive name. (.zip file will be created)": "Archive name. (.zip file will be created)",
"Vuefinder is a file manager component for vue 3.": "Vuefinder is a file manager component for Vue 3.",
"Create a new folder": "Create a new folder",
"Create a new file": "Create a new file",
"Are you sure you want to delete these files?": "Are you sure you want to delete these files?",
"This action cannot be undone.": "This action cannot be undone.",
"Search results for": "Search results for",
"%s item(s) selected.": "%s item(s) selected.",
"%s is renamed.": "%s is renamed.",
"This is a readonly storage.": "This is a readonly storage.",
"%s is created.": "%s is created.",
"Files moved.": "Files moved.",
"Files deleted.": "Files deleted.",
"The file unarchived.": "The file unarchived.",
"The file(s) archived.": "The file(s) archived.",
"Updated.": "Updated.",
"No search result found.": "No search result found.",
"Are you sure you want to move these files?": "Are you sure you want to move these files?",
"File Size": "File Size",
"Last Modified": "Last Modified",
"Select Folders": "Select Folders",
"Clear all": "Clear all",
"Clear only successful": "Clear only successful",
"Drag and drop the files/folders to here or click here.": "Drag and drop the files/folders to here or click here.",
"Release to drop these files.": "Release to drop these files.",
"Canceled": "Canceled",
"Done": "Done",
"Network Error, Unable establish connection to the server or interrupted.": "Network Error, Unable establish connection to the server or interrupted.",
"Pending upload": "Pending",
"Please select file to upload first.": "Please select file to upload first.",
"About": "About",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Reset": "Reset",
'Escape': 'Escape',
'Search': 'Search',
'Toggle Sidebar': 'Toggle Sidebar',
'Open Settings': 'Open Settings',
"Reset all settings to default": "Reset all settings to default",
"Use Metric Units": "Use Metric Units",
"Saved.": "Saved.",
"Reset Settings": "Reset Settings",
"Download doesn\'t work? You can try right-click \"Download\" button, select \"Save link as...\".": "Download doesn\'t work? You can try right-click \"Download\" button, select \"Save link as...\".",
"Theme": "Theme",
"Dark": "Dark",
"Light": "Light",
"System": "System",
"Target Directory": "Target Directory",
"Select": "Select",
"Compact list view": "Compact list view",
"Show thumbnails": "Show thumbnails",
"Persist path on reload": "Persist path on reload",
"Select All": "Select All",
"Pinned Folders": "Pinned Folders",
"No folders pinned": "No folders pinned",
"Pin Folder": "Pin Folder",
"Unpin Folder": "Unpin Folder",
"Project home": "Project home",
"Follow on GitHub": "Follow on GitHub",
"uppy": uppyLocaleEn
}
Loading

0 comments on commit 0e651db

Please sign in to comment.