This commit is contained in:
Jeremy Soller 2024-01-10 11:39:04 -07:00
parent 35c08f469e
commit 1aba09a4d0
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 140 additions and 56 deletions

View file

@ -20,8 +20,27 @@ light = Light
# Context menu
new-file = New file
new-folder = New folder
move-to-trash = Move to trash
restore-from-trash = Restore from trash
# Menu
## File
file = File
new-tab = New tab
new-window = New window
close-tab = Close tab
quit = Quit
## Edit
edit = Edit
cut = Cut
copy = Copy
paste = Paste
select-all = Select all
move-to-trash = Move to trash
restore-from-trash = Restore from trash
## View
view = View
grid-view = Grid view
list-view = List view
menu-settings = Settings...