cosmic-edit/i18n/en/cosmic_edit.ftl

124 lines
2.9 KiB
Text
Raw Normal View History

2024-02-28 08:57:24 -07:00
cosmic-text-editor = COSMIC Text Editor
comment = Text editor for the COSMIC desktop
2023-10-30 09:34:36 -06:00
new-document = New document
open-project = Open project
todo = TODO
2023-10-30 09:34:36 -06:00
# Context Pages
2024-02-28 08:57:24 -07:00
## About
repository = Repository
support = Support
2024-02-28 08:57:24 -07:00
2023-11-01 14:39:17 -06:00
## Document statistics
document-statistics = Document statistics
word-count = Word count
character-count = Characters
character-count-no-spaces = Characters (without spaces)
line-count = Lines
2023-12-01 13:19:56 -07:00
## Git management
git-management = Git management
git-management-description = Git management is a developer tool used for version control operations.
git-management-loading = Loading Git management...
stage = Stage
2023-12-01 13:19:56 -07:00
staged-changes = Staged changes
unstage = Unstage
unstaged-changes = Unstaged changes
2023-12-01 13:19:56 -07:00
## Project search
project-search = Project search
## Prompt save changes
2025-11-06 16:33:26 -07:00
prompt-save-changes-title = Save changes before closing?
prompt-unsaved-changes = You have unsaved changes. If you continue without saving, these changes will be lost.
cancel = Cancel
discard = Discard changes
save-all = Save all
## Settings
settings = Settings
2024-01-03 09:35:11 -07:00
### Appearance
appearance = Appearance
theme = Theme
2023-11-13 09:08:31 -07:00
match-desktop = Match desktop
dark = Dark
light = Light
syntax-dark = Syntax dark
syntax-light = Syntax light
default-font = Default font
default-font-size = Default font size
2025-02-17 05:17:21 +02:00
default-zoom-step = Zoom steps
### Keyboard shortcuts
keyboard-shortcuts = Keyboard shortcuts
enable-vim-bindings = Enable Vim bindings
# Find
find-placeholder = Find...
2024-01-09 13:09:18 -07:00
find-previous = Find previous
find-next = Find next
2024-01-09 13:37:10 -07:00
replace-placeholder = Replace...
replace = Replace
replace-all = Replace all
case-sensitive = Case sensitive
use-regex = Use regex
2025-11-06 16:33:26 -07:00
wrap-around = Wrap around
2023-10-30 09:34:36 -06:00
# Menu
## File
file = File
new-file = New file
new-window = New window
open-file = Open file...
open-recent-file = Open recent file
close-file = Close file
menu-open-project = Open project...
open-recent-project = Open recent project
close-project = Close project
2023-10-30 09:34:36 -06:00
save = Save
save-as = Save as...
revert-all-changes = Revert all changes
2023-11-01 14:39:17 -06:00
menu-document-statistics = Document statistics...
2023-10-30 09:34:36 -06:00
document-type = Document type...
encoding = Encoding...
2023-12-01 13:19:56 -07:00
menu-git-management = Git management...
2023-10-30 09:34:36 -06:00
print = Print
quit = Quit
## Edit
edit = Edit
undo = Undo
redo = Redo
cut = Cut
copy = Copy
2023-10-31 13:18:10 -06:00
paste = Paste
select-all = Select all
2023-10-30 09:34:36 -06:00
find = Find
find-in-project = Find in project...
2023-10-30 09:34:36 -06:00
spell-check = Spell check...
## View
view = View
2025-02-17 05:17:21 +02:00
zoom-in = Zoom in
default-size = Default size
zoom-out = Zoom out
2023-10-30 09:34:36 -06:00
indentation = Indentation
### Indentation
automatic-indentation = Automatic Indentation
tab-width = Tab width: {$tab_width}
convert-indentation-to-spaces = Convert indentation to spaces
convert-indentation-to-tabs = Convert indentation to tabs
word-wrap = Word wrap
show-line-numbers = Show line numbers
highlight-current-line = Highlight current line
syntax-highlighting = Syntax highlighting...
menu-settings = Settings...
menu-keyboard-shortcuts = Keyboard shortcuts...
2024-02-28 08:57:24 -07:00
menu-about = About COSMIC Text Editor...