Merge pull request #316 from git-f0x/master

Add missing File menu entries
This commit is contained in:
Jeremy Soller 2024-08-09 14:09:41 -06:00 committed by GitHub
commit ca1168ddf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 25 deletions

View file

@ -94,20 +94,20 @@ renamed = Renamed {$from} to {$to}
restoring = Restoring {$items} {$items ->
[one] item
*[other] items
} from {trash}
} from {trash}
restored = Restored {$items} {$items ->
[one] item
*[other] items
} from {trash}
} from {trash}
undo = Undo
unknown-folder = unknown folder
## Open with
open-with = Open with
open-with = Open with...
default-app = {$name} (default)
## Properties
properties = Properties
## Show details
show-details = Show details
## Settings
settings = Settings
@ -130,8 +130,8 @@ light = Light
# Context menu
add-to-sidebar = Add to sidebar
new-file = New file
new-folder = New folder
new-file = New file...
new-folder = New folder...
open-in-terminal = Open in terminal
move-to-trash = Move to trash
restore-from-trash = Restore from trash
@ -146,7 +146,8 @@ sort-by-size = Sort by size
file = File
new-tab = New tab
new-window = New window
rename = Rename
rename = Rename...
menu-show-details = Show details...
close-tab = Close tab
quit = Quit