Update cosmic_edit.ftl
This commit is contained in:
parent
c6cd819fff
commit
fb688cab3f
1 changed files with 52 additions and 6 deletions
|
|
@ -1,14 +1,38 @@
|
||||||
|
cosmic-text-editor = COSMIC-tekstbewerker
|
||||||
new-document = Nieuw document
|
new-document = Nieuw document
|
||||||
open-project = Open project
|
open-project = Open project
|
||||||
|
todo = Te doen
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
|
## About
|
||||||
|
git-description = Git commit {$hash} op {$date}
|
||||||
|
|
||||||
## Document statistics
|
## Document statistics
|
||||||
document-statistics = Document statistieken
|
document-statistics = Document statistieken
|
||||||
word-count = Aantal woorden
|
word-count = Aantal woorden
|
||||||
character-count = Tekens
|
character-count = Tekens
|
||||||
character-count-no-spaces = Tekens (zonder spaties)
|
character-count-no-spaces = Tekens (zonder spaties)
|
||||||
line-count = Lijnen
|
line-count = Regels
|
||||||
|
|
||||||
|
## Git management
|
||||||
|
git-management = Git-beheer
|
||||||
|
git-management-description = Git-beheer is een hulpmiddel voor ontwikkelaars dat wordt gebruikt voor versiebeheer.
|
||||||
|
git-management-loading = Git-beheer wordt geladen...
|
||||||
|
stage = Voorbereiden
|
||||||
|
staged-changes = Voorbereide wijzigingen
|
||||||
|
unstage = Niet voorbereiden
|
||||||
|
unstaged-changes = Niet voorbereide wijzigingen
|
||||||
|
|
||||||
|
## Project search
|
||||||
|
project-search = Project zoeken
|
||||||
|
|
||||||
|
## Prompt save changes
|
||||||
|
prompt-save-changes-title = Wijzigingen niet opgeslagen
|
||||||
|
prompt-unsaved-changes = Er zijn wijzigingen die niet zijn opgeslagen. Opslaan?
|
||||||
|
cancel = Annuleren
|
||||||
|
discard = Wijzigingen verwerpen
|
||||||
|
save-all = Alles opslaan
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
settings = Instellingen
|
settings = Instellingen
|
||||||
|
|
@ -16,12 +40,28 @@ settings = Instellingen
|
||||||
## Appearance
|
## Appearance
|
||||||
appearance = Weergave
|
appearance = Weergave
|
||||||
theme = Thema
|
theme = Thema
|
||||||
|
match-desktop = Afstemmen op systeemkleuren
|
||||||
|
dark = Donker
|
||||||
|
light = Licht
|
||||||
|
syntax-dark = Donkere syntaxmarkering
|
||||||
|
syntax-light = Lichte syntaxmarkering
|
||||||
default-font = Standaard lettertype
|
default-font = Standaard lettertype
|
||||||
default-font-size = Standaard lettertypegrootte
|
default-font-size = Standaard lettertypegrootte
|
||||||
|
|
||||||
### Keyboard shortcuts
|
### Keyboard shortcuts
|
||||||
keyboard-shortcuts = Toetsenbord snelkoppelingen
|
keyboard-shortcuts = Toetsenbord snelkoppelingen
|
||||||
enable-vim-bindings = Schakel Vim snelkoppelingen in
|
enable-vim-bindings = Schakel Vim-snelkoppelingen in
|
||||||
|
|
||||||
|
# Find
|
||||||
|
find-placeholder = Zoeken...
|
||||||
|
find-previous = Vorige zoeken
|
||||||
|
find-next = Volgende zoeken
|
||||||
|
replace-placeholder = Vervangen...
|
||||||
|
replace = Vervangen
|
||||||
|
replace-all = Alles vervangen
|
||||||
|
case-sensitive = Hoofdlettergevoelig
|
||||||
|
use-regex = Reguliere expressies
|
||||||
|
wrap-around = Achterwaards vervangen
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
|
|
||||||
|
|
@ -31,13 +71,17 @@ new-file = Nieuw bestand
|
||||||
new-window = Nieuw venster
|
new-window = Nieuw venster
|
||||||
open-file = Bestand openen...
|
open-file = Bestand openen...
|
||||||
open-recent = Open recent
|
open-recent = Open recent
|
||||||
todo = TODO
|
close-file = Bestand sluiten
|
||||||
|
menu-open-project = Project openen...
|
||||||
|
open-recent-project = Open recent project
|
||||||
|
close-project = Project sluiten
|
||||||
save = Opslaan
|
save = Opslaan
|
||||||
save-as = Opslaan als...
|
save-as = Opslaan als...
|
||||||
revert-all-changes = Maak alle aanpassingen ongedaan
|
revert-all-changes = Alle aanpassingen ongedaan maken
|
||||||
menu-document-statistics = Document statistieken...
|
menu-document-statistics = Document statistieken...
|
||||||
document-type = Document type...
|
document-type = Type document...
|
||||||
encoding = Tekenset...
|
encoding = Tekenset...
|
||||||
|
menu-git-management = Git-beheer...
|
||||||
print = Afdrukken
|
print = Afdrukken
|
||||||
quit = Afsluiten
|
quit = Afsluiten
|
||||||
|
|
||||||
|
|
@ -48,7 +92,9 @@ redo = Opnieuw doen
|
||||||
cut = Knippen
|
cut = Knippen
|
||||||
copy = Kopiëren
|
copy = Kopiëren
|
||||||
paste = Plakken
|
paste = Plakken
|
||||||
|
select-all = Alles selecteren
|
||||||
find = Zoeken
|
find = Zoeken
|
||||||
|
find-in-project = Project doorzoeken
|
||||||
replace = Vervangeng
|
replace = Vervangeng
|
||||||
spell-check = Spellingscontrole...
|
spell-check = Spellingscontrole...
|
||||||
|
|
||||||
|
|
@ -68,4 +114,4 @@ highlight-current-line = Markeer huidige regel
|
||||||
syntax-highlighting = Syntax markering...
|
syntax-highlighting = Syntax markering...
|
||||||
menu-settings = Instellingen...
|
menu-settings = Instellingen...
|
||||||
menu-keyboard-shortcuts = Toetsenbord snelkoppelingen...
|
menu-keyboard-shortcuts = Toetsenbord snelkoppelingen...
|
||||||
menu-about = Over COSMIC Tekstbewerker
|
menu-about = Over COSMIC-tekstbewerker...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue