i18n(en-GB): Add British English localisation

This commit is contained in:
Ross Barnie 2024-08-03 12:22:19 +01:00 committed by Jeremy Soller
parent 38a4416882
commit c5c73e92b9

View file

@ -0,0 +1,99 @@
cosmic-terminal = COSMIC Terminal
new-terminal = New terminal
# Context Pages
## About
git-description = Git commit {$hash} on {$date}
## Color schemes
color-schemes = Colour schemes
rename = Rename
export = Export
delete = Delete
import = Import
import-errors = Import errors
## 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
working-directory = Working directory
hold = Hold
remain-open = Remain open after child process exits.
## Settings
settings = Settings
### Appearance
appearance = Appearance
theme = Theme
match-desktop = Match desktop
dark = Dark
light = Light
syntax-dark = Color scheme dark
syntax-light = Color scheme light
default-zoom-step = Zoom steps
opacity = Background opacity
### Font
font = Font
advanced-font-settings = Advanced font settings
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.
# Find
find-placeholder = Find...
find-previous = Find previous
find-next = Find next
# Menu
## File
file = File
new-tab = New tab
new-window = New window
profile = Profile
menu-profiles = Profiles...
close-tab = Close tab
quit = Quit
## Edit
edit = Edit
copy = Copy
paste = Paste
select-all = Select all
find = Find
## View
view = View
zoom-in = Larger text
zoom-reset = Default text size
zoom-out = Smaller text
next-tab = Next tab
previous-tab = Previous tab
split-horizontal = Split horizontal
split-vertical = Split vertical
pane-toggle-maximize = Toggle maximized
menu-color-schemes = Colour schemes...
menu-settings = Settings...
menu-about = About COSMIC Terminal...