cosmic-terminal/i18n/en/cosmic_term.ftl

102 lines
2.1 KiB
Text
Raw Normal View History

2024-02-27 21:20:00 -07:00
cosmic-terminal = COSMIC Terminal
2024-02-20 10:21:30 -07:00
new-terminal = New terminal
2023-12-22 14:31:01 -07:00
# Context Pages
2024-02-27 21:20:00 -07:00
## About
repository = Repository
support = Support
2024-02-27 21:20:00 -07:00
## Color schemes
color-schemes = Color schemes
rename = Rename
export = Export
delete = Delete
import = Import
import-errors = Import errors
2024-02-09 15:45:46 -07:00
## Profiles
profiles = Profiles
name = Name
command-line = Command line
tab-title = Tab title
tab-title-description = Override the default tab title
add-profile = Add profile
new-profile = New profile
make-default = Make default
2024-04-14 21:17:32 +02:00
working-directory = Working directory
hold = Hold
remain-open = Remain open after child process exits.
2024-02-09 15:45:46 -07:00
2023-12-22 14:31:01 -07:00
## Settings
settings = Settings
### Appearance
appearance = Appearance
theme = Theme
match-desktop = Match desktop
dark = Dark
light = Light
2024-01-31 10:29:35 -07:00
syntax-dark = Color scheme dark
syntax-light = Color scheme light
default-zoom-step = Zoom steps
2024-02-12 12:36:30 -07:00
opacity = Background opacity
2024-01-31 10:29:35 -07:00
### Font
font = Font
advanced-font-settings = Advanced font settings
2024-01-31 10:29:35 -07:00
default-font = Font
default-font-size = Font size
default-font-stretch = Font stretch
default-font-weight = Normal font weight
default-dim-font-weight = Dim font weight
default-bold-font-weight = Bold font weight
use-bright-bold = Make bold text brighter
### Splits
splits = Splits
focus-follow-mouse = Typing focus follows mouse
### Advanced
advanced = Advanced
show-headerbar = Show header
show-header-description = Reveal the header from the right-click menu.
2023-12-22 15:00:50 -07:00
2024-01-11 13:20:16 -07:00
# Find
find-placeholder = Find...
find-previous = Find previous
find-next = Find next
2024-01-09 10:16:32 -07:00
# Menu
## File
file = File
new-tab = New tab
new-window = New window
2024-02-09 15:45:46 -07:00
profile = Profile
menu-profiles = Profiles...
2024-01-09 10:16:32 -07:00
close-tab = Close tab
quit = Quit
## Edit
edit = Edit
2023-12-22 15:00:50 -07:00
copy = Copy
paste = Paste
select-all = Select all
2024-01-09 10:16:32 -07:00
find = Find
2024-09-15 23:53:13 +02:00
clear-scrollback = Clear scrollback
2024-01-09 10:16:32 -07:00
## View
view = View
2024-01-19 11:03:14 -07:00
zoom-in = Larger text
zoom-reset = Default text size
zoom-out = Smaller text
next-tab = Next tab
previous-tab = Previous tab
2024-01-19 11:06:40 -07:00
split-horizontal = Split horizontal
split-vertical = Split vertical
2024-01-19 11:44:59 -07:00
pane-toggle-maximize = Toggle maximized
menu-color-schemes = Color schemes...
2024-01-09 10:16:32 -07:00
menu-settings = Settings...
2024-02-27 21:20:00 -07:00
menu-about = About COSMIC Terminal...