2024-02-28 08:57:24 -07:00
|
|
|
cosmic-text-editor = COSMIC Text Editor
|
2026-02-12 15:10:18 -07:00
|
|
|
comment = Text editor for the COSMIC desktop
|
2023-10-30 09:34:36 -06:00
|
|
|
new-document = New document
|
|
|
|
|
open-project = Open project
|
2023-11-13 07:32:20 -07:00
|
|
|
todo = TODO
|
2023-10-30 09:34:36 -06:00
|
|
|
|
2023-11-01 14:19:39 -06:00
|
|
|
# Context Pages
|
|
|
|
|
|
2024-02-28 08:57:24 -07:00
|
|
|
## About
|
2025-09-11 16:24:07 +02:00
|
|
|
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
|
2024-02-15 15:27:49 -07:00
|
|
|
git-management-description = Git management is a developer tool used for version control operations.
|
|
|
|
|
git-management-loading = Loading Git management...
|
2024-05-14 11:45:39 -06:00
|
|
|
stage = Stage
|
2023-12-01 13:19:56 -07:00
|
|
|
staged-changes = Staged changes
|
2024-05-14 11:45:39 -06:00
|
|
|
unstage = Unstage
|
|
|
|
|
unstaged-changes = Unstaged changes
|
2023-12-01 13:19:56 -07:00
|
|
|
|
2023-11-29 14:33:17 -07:00
|
|
|
## Project search
|
|
|
|
|
project-search = Project search
|
|
|
|
|
|
2024-02-24 01:40:56 -05:00
|
|
|
## 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.
|
2024-05-31 08:29:30 -06:00
|
|
|
cancel = Cancel
|
2024-02-26 00:55:33 -05:00
|
|
|
discard = Discard changes
|
2024-05-15 10:20:40 -06:00
|
|
|
save-all = Save all
|
2024-02-24 01:40:56 -05:00
|
|
|
|
2023-11-01 14:19:39 -06:00
|
|
|
## Settings
|
|
|
|
|
settings = Settings
|
|
|
|
|
|
2024-01-03 09:35:11 -07:00
|
|
|
### Appearance
|
2023-11-03 11:02:25 -06:00
|
|
|
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
|
2023-11-03 11:02:25 -06:00
|
|
|
default-font = Default font
|
|
|
|
|
default-font-size = Default font size
|
2025-02-17 05:17:21 +02:00
|
|
|
default-zoom-step = Zoom steps
|
|
|
|
|
|
2023-11-03 11:02:25 -06:00
|
|
|
|
2023-11-01 14:19:39 -06:00
|
|
|
### Keyboard shortcuts
|
|
|
|
|
keyboard-shortcuts = Keyboard shortcuts
|
|
|
|
|
enable-vim-bindings = Enable Vim bindings
|
|
|
|
|
|
2024-01-09 12:40:29 -07:00
|
|
|
# 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
|
2024-03-25 10:18:12 -06:00
|
|
|
case-sensitive = Case sensitive
|
|
|
|
|
use-regex = Use regex
|
2025-11-06 16:33:26 -07:00
|
|
|
wrap-around = Wrap around
|
2024-01-09 12:40:29 -07:00
|
|
|
|
2023-10-30 09:34:36 -06:00
|
|
|
# Menu
|
|
|
|
|
|
|
|
|
|
## File
|
|
|
|
|
file = File
|
|
|
|
|
new-file = New file
|
|
|
|
|
new-window = New window
|
|
|
|
|
open-file = Open file...
|
2023-11-13 07:32:20 -07:00
|
|
|
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
|
2023-11-29 14:33:17 -07:00
|
|
|
select-all = Select all
|
2023-10-30 09:34:36 -06:00
|
|
|
find = Find
|
2023-11-29 14:33:17 -07:00
|
|
|
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...
|
2023-11-01 14:19:39 -06:00
|
|
|
menu-settings = Settings...
|
|
|
|
|
menu-keyboard-shortcuts = Keyboard shortcuts...
|
2024-02-28 08:57:24 -07:00
|
|
|
menu-about = About COSMIC Text Editor...
|