cosmic-files/i18n/en/cosmic_files.ftl
2024-09-11 11:15:53 -06:00

204 lines
4.8 KiB
Text

cosmic-files = COSMIC Files
empty-folder = Empty folder
empty-folder-hidden = Empty folder (has hidden items)
no-results = No results found
filesystem = Filesystem
home = Home
notification-in-progress = File operations are in progress.
trash = Trash
recents = Recents
undo = Undo
# List view
name = Name
modified = Modified
size = Size
# Dialogs
## Compress Dialog
create-archive = Create archive
## Empty Trash Dialog
empty-trash = Empty trash
empty-trash-warning = Are you sure you want to permanently delete all the items in Trash?
## New File/Folder Dialog
create-new-file = Create new file
create-new-folder = Create new folder
file-name = File name
folder-name = Folder name
file-already-exists = A file with that name already exists.
folder-already-exists = A folder with that name already exists.
name-hidden = Names starting with "." will be hidden.
name-invalid = Name cannot be "{$filename}".
name-no-slashes = Name cannot contain slashes.
## Open/Save Dialog
cancel = Cancel
create = Create
open = Open
open-file = Open file
open-folder = Open folder
open-in-new-tab = Open in new tab
open-in-new-window = Open in new window
open-item-location = Open item location
open-multiple-files = Open multiple files
open-multiple-folders = Open multiple folders
save = Save
save-file = Save file
## Rename Dialog
rename-file = Rename file
rename-folder = Rename folder
## Replace Dialog
replace = Replace
replace-title = {$filename} already exists in this location.
replace-warning = Do you want to replace it with the one you are saving? Replacing it will overwrite its content.
replace-warning-operation = Do you want to replace it? Replacing it will overwrite its content.
original-file = Original file
replace-with = Replace with
apply-to-all = Apply to all
keep-both = Keep both
skip = Skip
## Metadata Dialog
owner = Owner
group = Group
other = Other
read = Read
write = Write
execute = Execute
# Context Pages
## About
git-description = Git commit {$hash} on {$date}
## Operations
edit-history = Edit history
history = History
no-history = No items in history.
pending = Pending
failed = Failed
complete = Complete
compressing = Compressing {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
compressed = Compressed {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
copy_noun = Copy
creating = Creating {$name} in {$parent}
created = Created {$name} in {$parent}
copying = Copying {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
copied = Copied {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
emptying-trash = Emptying {trash}
emptied-trash = Emptied {trash}
extracting = Extracting {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
extracted = Extracted {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
moving = Moving {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
moved = Moved {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
renaming = Renaming {$from} to {$to}
renamed = Renamed {$from} to {$to}
restoring = Restoring {$items} {$items ->
[one] item
*[other] items
} from {trash}
restored = Restored {$items} {$items ->
[one] item
*[other] items
} from {trash}
unknown-folder = unknown folder
## Open with
open-with = Open with...
default-app = {$name} (default)
## Show details
show-details = Show details
## Settings
settings = Settings
settings-tab = Tab
settings-show-hidden = Show hidden files
default-view = Default view
icon-size-list = Icon size (list)
icon-size-grid = Icon size (grid)
sorting-name = Sort by
direction = Direction
ascending = Ascending
descending = Descending
### Appearance
appearance = Appearance
theme = Theme
match-desktop = Match desktop
dark = Dark
light = Light
# Context menu
add-to-sidebar = Add to sidebar
compress = Compress
extract-here = Extract
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
remove-from-sidebar = Remove from sidebar
sort-by-name = Sort by name
sort-by-modified = Sort by modified
sort-by-size = Sort by size
# Menu
## File
file = File
new-tab = New tab
new-window = New window
rename = Rename...
menu-show-details = Show details...
close-tab = Close tab
quit = Quit
## Edit
edit = Edit
cut = Cut
copy = Copy
paste = Paste
select-all = Select all
## View
zoom-in = Zoom in
default-size = Default size
zoom-out = Zoom out
view = View
grid-view = Grid view
list-view = List view
show-hidden-files = Show hidden files
list-directories-first = List directories first
menu-settings = Settings...
menu-about = About COSMIC Files...